chrisforbes / mesa

chrisf's mesa hacks
2 stars 0 forks source link

Collect a list of cases which force ARB_draw_indirect to take a slow path #39

Closed chrisforbes closed 11 years ago

chrisforbes commented 11 years ago

At least:

In these cases the submitted geometry has to be rejigged [in the VBO module] so instead of doing nice pipelined setup of an indirect draw, we'll have to stall, map the indirect BO, yank the draw parameters out, and munge them CPU-side.