Re: [Mesa-dev] VBO fixes [v2]

2012-02-16 Thread Roland Scheidegger
Am 16.02.2012 20:14, schrieb Kenneth Graunke: > Here's a respin of the VBO fixes, incorporating feedback from Roland, > Brian, and Ian. > > I'm not entirely happy with this series. If you look at the resulting > code, we end up marking the range invalid if: > > 1. (int) start + basevertex < 0 >

[Mesa-dev] VBO fixes [v2]

2012-02-16 Thread Kenneth Graunke
Here's a respin of the VBO fixes, incorporating feedback from Roland, Brian, and Ian. I'm not entirely happy with this series. If you look at the resulting code, we end up marking the range invalid if: 1. (int) start + basevertex < 0 2. (int) end + basevertex < 0 3. start + basevertex >= _MaxE