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