Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into ↵ | Alan Hourihane | 2008-09-11 | 1 | -12/+21 |
|\ | | | | | | | | | | | | | | | | | | | | | gallium-0.2 Conflicts: src/mesa/drivers/dri/i915/intel_ioctl.c src/mesa/main/texstore.c src/mesa/tnl/t_vp_build.c src/mesa/vbo/vbo_exec_draw.c | ||||
| * | mesa: replace MALLOC w/ CALLOC to fix valgrind warning | Brian Paul | 2008-09-05 | 1 | -1/+1 |
| | | |||||
| * | mesa: improved gl_buffer_object reference counting | Brian Paul | 2008-09-04 | 1 | -11/+20 |
| | | | | | | | | | | Use new _mesa_reference_buffer_object() function wherever possible. Fixes buffer object/display list crash reported in ParaView. | ||||
* | | mesa: point size arrays | Brian Paul | 2008-06-25 | 1 | -0/+9 |
|/ | |||||
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵ | Brian | 2007-07-04 | 1 | -1/+1 |
| | | | | of -I flags. | ||||
* | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell | 2006-10-30 | 1 | -9/+0 |
| | |||||
* | minor clean-ups | Brian Paul | 2006-06-15 | 1 | -9/+4 |
| | |||||
* | s/buffer/arrays/ | Brian Paul | 2006-06-12 | 1 | -7/+5 |
| | |||||
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -0/+426 |
and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required. |