Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
Also, check the FEATURE flags in many places. | |||
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 | |
VBO funcs | |||
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 ↵ | Brian Paul | |
(bug 16156) This was previously fixed in master by commit 982dcb74fd19b88208d127b8019e2a2af979cac2 by Haihao Xiang. | |||
2008-05-16 | fix an attr/src mix-up when setting-up/binding vertex arrays | Brian Paul | |
This fixes problems with incorrect material coefficients when glMaterial is called per-vertex. | |||
2008-05-16 | fix an attr/src mix-up when setting-up/binding vertex arrays | Brian Paul | |
This fixes problems with incorrect material coefficients when glMaterial is called per-vertex. | |||
2008-04-23 | drop stray includes of glapi | George Sapountzis | |
2008-04-11 | mesa: Fix glBegin-time test for invalid programs/shaders. | Brian Paul | |
Cherry-picked from master. | |||
2008-03-14 | mesa: revert fast-track glColor and similar calls when not immediate mode ↵ | Brian | |
rendering Revert commit d08cd68d3f5456b69ad504ede2b090c0bb6474db This change caused some glean tests to fail. The alpha value of colors was always 1.0 instead of the value from glColor4fv(). The mesa color array found in st_draw() has size=3 instead of size=4. | |||
2008-03-10 | mesa: fast-track glColor and similar calls when not immediate mode rendering | Keith Whitwell | |
Often these are mixed in with draw arrays calls, etc. Try not to get the whole immediate rendering state machine going when we receive one of these on their own. | |||
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 | |
Also use BufferData(NULL) to get fresh storage and avoid synchronous operation where we would have to flush and wait for the fence after each draw because of the map. This will chew through a whole load of buffer space on small draws, so it isn't a proper solution. Need to support a no-fence or append mapping mode to do this right, or use user buffers. | |||
2007-12-07 | New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl ↵ | Brian | |
module. | |||
2007-10-29 | Rename 'mms-config.' to 'mms.config'. | Michal Krol | |
It looks like Windows does not like filenames ending with a dot, in effect renaming it to 'mms-config'. | |||
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 | |
executing a display list. fix #10604 | |||
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-08-07 | fix vbo_split_copy related bug 9962 | Xiang, Haihao | |
2007-08-02 | Remove some code that was never hit (bug 11811). | Brian | |
Also added an assertion to check that NR_MAT_ATTRIBS == MAT_ATTRIB_MAX. In the unlikely event this ever changes, maybe restore the code. | |||
2007-07-31 | Fix an error in _save_OBE_DrawElements | Xiang, Haihao | |
In the case that a buffer object is bound to ELEMENT_ARRARY_BUFFER, it is invalid to directly dereference indices passed to glDrawElements. | |||
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-12 | s/version/vertex/ | Brian | |
2007-04-12 | fix bug in _playback_copy_to_current(): need to skip version position data ↵ | Brian | |
(see bug 10587) | |||
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 | |
Conflicts: src/mesa/main/context.c | |||
2007-03-08 | Updates of the OpenVMS makefiles. | J.Jansen | |
-include missing definitions -add files to compile -remove files from compile list which are removed from the repositry -add support for vbo new file: src/mesa/vbo/descrip.mms modified: src/mesa/descrip.mms modified: src/mesa/drivers/osmesa/descrip.mms modified: src/mesa/drivers/x11/descrip.mms modified: src/mesa/swrast_setup/descrip.mms modified: src/mesa/tnl/descrip.mms | |||
2007-02-26 | fix mem leak | Brian | |
2007-02-26 | Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis) | Aapo Tahkola | |
2007-02-22 | XXX comments about shaders | Brian | |
2007-02-22 | use ctx->VertexProgram._Current instead of ctx->VertexProgram._Enabled | Brian | |
2007-02-14 | fix typo preventing generic arrays from working with ARB_vp (bug #9952) | Roland Scheidegger | |
2007-02-09 | array overflow fix | Zou Nan hai | |