| Commit message (Expand) | Author | Age | Files | Lines |
* | vbo: Fix build on windows. | Michal Krol | 2009-07-30 | 1 | -1/+1 |
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-07-13 | 1 | -0/+5 |
|\ |
|
| * | vbo: fix vbo/dlist memory leak | Brian Paul | 2009-07-10 | 1 | -0/+5 |
* | | mesa/vbo: always recalculate min_index and max_index when splitting vertices | Maciej Cencora | 2009-07-08 | 1 | -26/+10 |
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-07-03 | 4 | -24/+38 |
|\| |
|
| * | mesa/vbo: fix compile and replay of nodes ending in a FALLBACK | Keith Whitwell | 2009-06-30 | 1 | -13/+27 |
| * | Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuit | Keith Whitwell | 2009-06-30 | 1 | -9/+19 |
| |\ |
|
| * | | mesa/vbo: use _lookup_prim_by_nr for debugging | Keith Whitwell | 2009-06-30 | 4 | -4/+4 |
* | | | vbo: If MapBufferRange fails, try MapBuffer instead. | Corbin Simpson | 2009-07-02 | 1 | -1/+2 |
* | | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-30 | 1 | -9/+19 |
|\ \ \
| | |/
| |/| |
|
| * | | mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange. | José Fonseca | 2009-06-30 | 1 | -9/+19 |
| |/ |
|
| * | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS | Brian Paul | 2009-06-22 | 2 | -10/+10 |
| * | vbo: return VP_NONE from get_program_mode() if running fixed-func vertex program | Brian Paul | 2009-06-22 | 1 | -0/+2 |
* | | mesa: Make VBO dlist printing use the same path as other dlist printing. | Eric Anholt | 2009-06-19 | 1 | -12/+12 |
* | | mesa: revert some recent VBO buffer object refcounting changes | Brian Paul | 2009-06-15 | 2 | -8/+3 |
* | | mesa: use _mesa_reference_buffer_object() in a few places | Brian Paul | 2009-06-12 | 3 | -4/+10 |
* | | Merge branch 'mesa_7_5_branch' | José Fonseca | 2009-06-11 | 1 | -2/+7 |
|\| |
|
| * | vbo: fix assertion, #define IMM_BUFFER_NAME | Brian Paul | 2009-06-11 | 1 | -2/+7 |
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-06-09 | 1 | -8/+21 |
|\| |
|
| * | mesa/vbo: drop all references to vbo on destroy | Keith Whitwell | 2009-06-08 | 1 | -8/+21 |
* | | vbo: more glDrawElements debug code (disabled) | Brian Paul | 2009-06-09 | 1 | -3/+74 |
* | | vbo: minor reformatting | Brian Paul | 2009-06-03 | 1 | -16/+23 |
* | | vbo: move/refactor debug code | Brian Paul | 2009-06-03 | 1 | -38/+49 |
* | | vbo: added debug code to check array data validity (disabled) | Brian Paul | 2009-06-03 | 1 | -0/+156 |
* | | vbo: new debug/dump code (disabled) | Brian Paul | 2009-06-03 | 1 | -0/+58 |
* | | vbo: tweak out-of-bounds VBO access error message | Brian Paul | 2009-06-03 | 1 | -1/+1 |
* | | mesa: fix warning message in vbo_exec_DrawRangeElements() | Brian Paul | 2009-05-22 | 1 | -1/+2 |
* | | mesa: use Elements() for loop limit | Brian Paul | 2009-05-22 | 1 | -3/+2 |
* | | mesa: use Elements() for loop limit | Brian Paul | 2009-05-22 | 1 | -1/+1 |
* | | vbo: s/32/VERT_ATTRIB_MAX/ | Brian Paul | 2009-05-22 | 1 | -2/+2 |
* | | vbo: asst. reformatting, clean-ups | Brian Paul | 2009-05-22 | 1 | -34/+46 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-05-22 | 1 | -0/+1 |
|\| |
|
| * | vbo: fix crash in vbo_exec_bind_arrays() | Brian Paul | 2009-05-22 | 1 | -0/+1 |
* | | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS | Brian Paul | 2009-05-22 | 2 | -10/+10 |
* | | vbo: fix build breakage...oops | Brian Paul | 2009-05-21 | 1 | -1/+1 |
* | | vbo: comments, whitespace clean-ups | Brian Paul | 2009-05-21 | 1 | -19/+26 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-05-21 | 1 | -2/+5 |
|\| |
|
| * | vbo: fix incorrect loop limit in bind_array_obj() | Brian Paul | 2009-05-21 | 1 | -1/+4 |
| * | mesa: use MAX_ values instead of literals | Brian Paul | 2009-05-21 | 1 | -2/+2 |
* | | mesa: added gl_array_object::Weight array field | Brian Paul | 2009-05-21 | 1 | -1/+1 |
* | | vbo: return VP_NONE from get_program_mode() if running fixed-func vertex program | Brian Paul | 2009-05-21 | 1 | -0/+2 |
* | | vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuint | Brian Paul | 2009-05-21 | 2 | -8/+14 |
* | | mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElement | Brian Paul | 2009-05-21 | 1 | -2/+3 |
* | | vbo: s/8/MAX_TEXTURE_COORD_UNITS/ | Brian Paul | 2009-05-21 | 1 | -1/+1 |
* | | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul | 2009-05-07 | 5 | -9/+12 |
* | | vbo: in glDraw[Range]Element() code, check for out of bounds indexes | Brian Paul | 2009-05-07 | 1 | -0/+7 |
* | | mesa: use _mesa_sizeof_type() in vbo split code | Brian Paul | 2009-05-07 | 1 | -16/+2 |
* | | mesa: vbo code reformatting, clean-up, comments | Brian Paul | 2009-05-07 | 1 | -43/+52 |
* | | mesa: in vbo split code, map buffers read-only, not write-only | Brian Paul | 2009-05-07 | 1 | -6/+6 |
|/ |
|
* | vbo: cache last dlist vertex in malloced memory | Keith Whitwell | 2009-04-16 | 3 | -10/+53 |