diff options
author | José Fonseca <[email protected]> | 2011-04-06 15:10:19 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-04-07 12:20:06 +0100 |
commit | 23d75936a72b9a9b9e1d04a901a86a75d93dbffb (patch) | |
tree | 1a4fd3e3a1f4da4c13305488a608b7890caa20ad /src/glsl/ast_expr.cpp | |
parent | aa61b1535187129c61dd772471f23c633971665d (diff) |
mesa/st: Prevent 'end' < 'start' in vbo_exec_DrawRangeElementsBaseVertex()
We adjust 'end' to fit into _MaxElement, but that may result into a 'start'
value bigger than 'end' being passed downstream, causing havoc.
This could be seen with arb_robustness_draw-vbo-bounds, due to an
application bug.
Diffstat (limited to 'src/glsl/ast_expr.cpp')
0 files changed, 0 insertions, 0 deletions