Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-09 | vbo: Include mfeatures.h in files that perform feature tests. | Vinson Lee | |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-05-12 | mesa/es: Remove omit list. | Chia-I Wu | |
vbo/vbo_save* are the last members on the omit list. Test FEATURE_dlist in the sources and remove the omit list. | |||
2010-02-09 | mesa: Fix null buffer object reference counting. | José Fonseca | |
Always use _mesa_reference_buffer_object, and never call ctx->Driver.DeleteBuffer() directly to prevent dangling pointers to the null buffer object. This fixes crash/assertions in sharedtex_mt and Autodesk Mudbox. | |||
2010-01-12 | vbo: Remove unnecessary headers from vbo_save.c. | Vinson Lee | |
2008-09-04 | mesa: improved gl_buffer_object reference counting | Brian Paul | |
Use new _mesa_reference_buffer_object() function wherever possible. Fixes buffer object/display list crash reported in ParaView. | |||
2008-01-01 | fix vbo display list memleak upon context destruction | Brian | |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵ | Brian | |
of -I flags. | |||
2006-10-30 | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell | |
NV_vertex_program implementation has slightly incorrect aliasing behaviour. I think this is reasonable given the simplification and the fact that the mainstream ARB_vp continues to have the correct behaviour. | |||
2006-10-30 | Remove wakeup functions. This code is intended to be active all the | Keith Whitwell | |
time. | |||
2006-10-29 | Checkpoint of new vbo-building code. Currently builds regular arrays | Keith Whitwell | |
rather than VBO's - VBOs are easy but need to look closer at the driver interface. The trivial/tri demo works. |