Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draw: fix crashes with out-of-bounds indices | Roland Scheidegger | 2012-11-15 | 1 | -3/+3 |
* | draw: silence MSVC signed/unsigned comparison warnings | Brian Paul | 2012-10-17 | 1 | -4/+4 |
* | draw: simplify index buffer specification | Brian Paul | 2012-05-31 | 1 | -4/+2 |
* | draw: Fix thinko in debug warnings. | José Fonseca | 2011-04-06 | 1 | -3/+3 |
* | draw: Prevent out-of-bounds vertex buffer access. | José Fonseca | 2011-04-01 | 1 | -3/+9 |
* | draw: Revert code reorg in previous change. | José Fonseca | 2011-03-31 | 1 | -4/+4 |
* | draw: Forgot to remove one istart usage. | José Fonseca | 2011-03-30 | 1 | -1/+1 |
* | draw: Fix bug when drawing ushort indices. | José Fonseca | 2011-03-30 | 1 | -6/+8 |
* | draw: Fix an off-by-one bug in a vsplit assertion. | Chia-I Wu | 2011-01-14 | 1 | -1/+2 |
* | draw: Add draw_set_index_buffer and others. | Chia-I Wu | 2010-08-25 | 1 | -2/+4 |
* | drwa: Add PRIMITIVE macro to vsplit. | Chia-I Wu | 2010-08-16 | 1 | -20/+26 |
* | draw: Add vsplit frontend. | Chia-I Wu | 2010-08-16 | 1 | -0/+301 |