Ben Ashbaugh

Results 432 comments of Ben Ashbaugh

In a perfect world I would love to dump a DOT file showing the enqueued commands and dependences between them between blocking commands, but a count would be useful as...

Discussed in the January 21st memory subgroup. Possibly, the test should be duplicated and tested for both in-order queues and out-of-order queues, if it could fail in different ways with...

> this was a part of #926; what do you generally think about this change? I'm a little nervous about these changes. We probably should have done this from day...

> what do you think about require tags? Sorry for the very slow reply. I think adding the function pointer types is going to be the more contentious issue, since...

> Can't C header generator emit the same header after these changes? This is admittedly somewhat philosophical, but IMHO the XML file should be a faithful representation of the specification,...

In the cases when a callback is used by a core API and an extension API we have an additional wrinkle to consider: if an extension was added to "backport"...

I'll plan to merge this by the end of the week (July 12th), unless somebody has comments or decides to merge it first. Thanks!

Hi, I'm having a hard time connecting the dots together. Can you please provide a test command line that I can run that demonstrates the problem? Thanks!

Ah, gotcha, thank you for the explanation! FWIW, it was the static cast to a `float` in the snippet below that looked questionable (note: v is a `uint`):: ```c++ //...

Discussed in the November 4th teleconference. Will merge after @shajder 's review.