Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-20 | fix VBO clean-up in vbo_exec_vtx_destroy() | Brian | |
2007-08-17 | added vbo_use_buffer_objects() to specify that immediate mode data should be ↵ | Brian | |
put into bufferobjects | |||
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵ | Brian | |
of -I flags. | |||
2007-06-28 | a variety of fixes for MingW | zhang | |
2007-04-06 | for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543 | Brian | |
2007-02-22 | XXX comments about shaders | Brian | |
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-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. |