Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-08 | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | |
that used to require a 'ReducedPrimitiveChange' callback. Various compilation fixes for XFree86. Reverted to the older version of glcore.h used internally in XFree86, and moved it to 'Mesa/include/GL/internal/glcore.h', for compatibility with XFree86. | |||
2001-01-02 | Committing in . | Jouk Jansen | |
Modified Files: Mesa/demos/descrip.mms Mesa/src/descrip.mms Mesa/src/dispatch.c -Updated VMS compile suppport -Included glthread.h in dispatch.c to make sure that THREADS is defined if i.e. PTHREADS is defined in the makefile. ---------------------------------------------------------------------- | |||
2000-12-26 | Major rework of tnl module | Keith Whitwell | |
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. | |||
2000-09-05 | added tracing facility from Loki | Brian Paul | |
2000-02-02 | added comments | Brian Paul | |
2000-02-02 | moved exec dispatch init to state.c | Brian Paul | |
2000-02-01 | patch for XFree86 building | Brian Paul | |
2000-01-31 | changed message format, added GL_EXT_texture3d | Brian Paul | |
2000-01-28 | moved entrypoints here from glapi.c | Brian Paul | |
2000-01-18 | generic_noop() now returns 0 | Brian Paul | |
2000-01-13 | include dispatch.h | Brian Paul | |
2000-01-07 | added missing glHintPGI() function | Brian Paul | |
2000-01-07 | removed cpp conditionals from _mesa_init_exec_table() | Brian Paul | |
1999-12-10 | implemented GL_ARB_tranpose_matrix | Brian Paul | |
1999-11-27 | move dispatch table size check into _mesa_init_no_op_table() | Brian Paul | |
1999-11-27 | added _mesa_init_no_op_table() | Brian Paul | |
1999-11-12 | replaced EXT_color_table with EXT_paletted_texture | Brian Paul | |
1999-11-11 | ColorTableEXT clean-up | Brian Paul | |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |