Age | Commit message (Expand) | Author |
2008-09-16 | mesa: protect against double-free in _vbo_DestroyContext() | Brian Paul |
2008-09-15 | mesa: get another class of degenerate dlists working | Keith Whitwell |
2008-09-15 | mesa: get another class of degenerate dlists working | Keith Whitwell |
2008-09-11 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-09-11 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-09-04 | mesa: improved gl_buffer_object reference counting | Brian Paul |
2008-09-04 | mesa: improved gl_buffer_object reference counting | Brian Paul |
2008-08-26 | vbo: seed initial max_element value with a more likely candidate | Keith Whitwell |
2008-07-07 | mesa: added GLAPIENTRY keywords | Jonathan White |
2008-07-03 | mesa: added _vbo_VertexAttrib4f() | Brian Paul |
2008-06-25 | mesa: point size arrays | Brian Paul |
2008-06-20 | mesa: added _vbo_Materialfv() | Brian Paul |
2008-06-20 | mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functions | Brian Paul |
2008-06-18 | mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/ | Brian Paul |
2008-06-10 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul |
2008-06-10 | mesa: remove unnecessary swrast, tnl includes | Brian Paul |
2008-06-10 | remove unnecessary swrast, tnl includes | Brian Paul |
2008-06-09 | mesa: remove unused api_eval.h header file | Brian Paul |
2008-06-05 | mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ... | Brian Paul |
2008-05-31 | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca |
2008-05-30 | Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug... | Brian Paul |
2008-05-16 | fix an attr/src mix-up when setting-up/binding vertex arrays | Brian Paul |
2008-05-16 | fix an attr/src mix-up when setting-up/binding vertex arrays | Brian Paul |
2008-04-23 | drop stray includes of glapi | George Sapountzis |
2008-04-11 | mesa: Fix glBegin-time test for invalid programs/shaders. | Brian Paul |
2008-03-14 | mesa: revert fast-track glColor and similar calls when not immediate mode ren... | Brian |
2008-03-10 | mesa: fast-track glColor and similar calls when not immediate mode rendering | Keith Whitwell |
2008-02-25 | Remove files of unsupported build systems. | José Fonseca |
2008-02-20 | Fix glBegin-time test for invalid programs/shaders. | Brian |
2008-01-01 | fix vbo display list memleak upon context destruction | Brian |
2008-01-01 | fix vbo display list memleak upon context destruction | Brian |
2007-12-18 | vbo: unmap and remap immediate vbo before/after each draw. | Keith Whitwell |
2007-12-07 | New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m... | Brian |
2007-10-29 | Rename 'mms-config.' to 'mms.config'. | Michal Krol |
2007-10-03 | Update of OpenVMS makefiles for the use of "new" include file convention | Jouk |
2007-09-20 | fix memory access error in vbo_bind_vertex_list | Xiang, Haihao |
2007-09-14 | mesa: bind VBO_ATTRIB_XXX to correct input array when | Xiang, Haihao |
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 |
2007-08-07 | fix vbo_split_copy related bug 9962 | Xiang, Haihao |
2007-08-02 | Remove some code that was never hit (bug 11811). | Brian |
2007-07-31 | Fix an error in _save_OBE_DrawElements | Xiang, Haihao |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-06-28 | a variety of fixes for MingW | zhang |
2007-04-12 | s/version/vertex/ | Brian |
2007-04-12 | fix bug in _playback_copy_to_current(): need to skip version position data (s... | Brian |
2007-04-06 | for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543 | Brian |
2007-03-09 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2007-03-08 | Updates of the OpenVMS makefiles. | J.Jansen |