Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better api trace/log messages | Brian Paul | 2001-12-15 | 1 | -8/+10 |
| | |||||
* | dispatch changes to minimize hassle with XFree86 libGL | Brian Paul | 2001-12-04 | 1 | -6/+17 |
| | |||||
* | Win32 updates (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -1/+7 |
| | |||||
* | Sparc optimized GLAPI dispatch table. | davem69 | 2001-06-05 | 1 | -2/+2 |
| | |||||
* | New mechanism for thread-safe GL API dispatch. C-based dispatch is faster. | Brian Paul | 2001-03-28 | 1 | -54/+11 |
| | | | | | | Folded glapinoop.c code into glapi.c. Added code to glapitemp.h to fill in dispatch tables. Updated Makefiles. | ||||
* | removed DO_GEOMETRY | Brian Paul | 2001-03-26 | 1 | -2/+1 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -3/+2 |
| | |||||
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 1 | -16/+1 |
| | | | | | | | | | | 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. | ||||
* | Committing in . | Jouk Jansen | 2001-01-02 | 1 | -1/+2 |
| | | | | | | | | | | | | 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. ---------------------------------------------------------------------- | ||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -1/+17 |
| | | | | | | | 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. | ||||
* | added tracing facility from Loki | Brian Paul | 2000-09-05 | 1 | -8/+10 |
| | |||||
* | added comments | Brian Paul | 2000-02-02 | 1 | -1/+18 |
| | |||||
* | moved exec dispatch init to state.c | Brian Paul | 2000-02-02 | 1 | -567/+2 |
| | |||||
* | patch for XFree86 building | Brian Paul | 2000-02-01 | 1 | -1/+11 |
| | |||||
* | changed message format, added GL_EXT_texture3d | Brian Paul | 2000-01-31 | 1 | -3/+17 |
| | |||||
* | moved entrypoints here from glapi.c | Brian Paul | 2000-01-28 | 1 | -1/+64 |
| | |||||
* | generic_noop() now returns 0 | Brian Paul | 2000-01-18 | 1 | -4/+5 |
| | |||||
* | include dispatch.h | Brian Paul | 2000-01-13 | 1 | -1/+2 |
| | |||||
* | added missing glHintPGI() function | Brian Paul | 2000-01-07 | 1 | -1/+4 |
| | |||||
* | removed cpp conditionals from _mesa_init_exec_table() | Brian Paul | 2000-01-07 | 1 | -31/+16 |
| | |||||
* | implemented GL_ARB_tranpose_matrix | Brian Paul | 1999-12-10 | 1 | -1/+9 |
| | |||||
* | move dispatch table size check into _mesa_init_no_op_table() | Brian Paul | 1999-11-27 | 1 | -11/+12 |
| | |||||
* | added _mesa_init_no_op_table() | Brian Paul | 1999-11-27 | 1 | -1/+33 |
| | |||||
* | replaced EXT_color_table with EXT_paletted_texture | Brian Paul | 1999-11-12 | 1 | -2/+2 |
| | |||||
* | ColorTableEXT clean-up | Brian Paul | 1999-11-11 | 1 | -6/+6 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -0/+546 |