| Commit message (Expand) | Author | Age | Files | Lines |
* | renumber ARB_shader_objects and ARB_vertex_shader offsets | Michal Krol | 2004-10-28 | 1 | -1/+1 |
* | add support for ARB_shader_objects and ARB_vertex_shader | Michal Krol | 2004-10-27 | 1 | -0/+42 |
* | added an attention-getting comment for developers who get stopped in _mesa_te... | Brian Paul | 2004-10-26 | 1 | -4/+8 |
* | minor fixes from J.P. Delport | Brian Paul | 2004-10-23 | 1 | -0/+1 |
* | Add support for optimized versions of the code underlying ReadPixels | Ian Romanick | 2004-10-14 | 2 | -0/+506 |
* | Eliminate the funky SSE exception test from DRI builds. It's not need | Ian Romanick | 2004-10-13 | 1 | -6/+16 |
* | GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 1 | -1/+2 |
* | Fix mgl name mangling (patch 1014800) | Brian Paul | 2004-08-25 | 1 | -4/+10 |
* | Fixed an assembler warning / error (depending on the version of GAS used). | Ian Romanick | 2004-08-17 | 1 | -11/+3 |
* | put back the correct dispatcher for non-threaded builds. | Daniel Borca | 2004-07-02 | 1 | -3/+3 |
* | Make sure THREADS is set no matter which threading model is selected. | Ian Romanick | 2004-07-01 | 1 | -0/+4 |
* | First phase of TLS work. At this point SPARC assembly dispatch is | Ian Romanick | 2004-06-29 | 1 | -5501/+999 |
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 14 | -17/+61 |
* | updated Glide driver documentation | Daniel Borca | 2004-04-13 | 1 | -4/+4 |
* | remove non-portable whitespace | Alan Hourihane | 2004-04-08 | 1 | -18/+18 |
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+42 |
* | made NASM opcodes consistent | Daniel Borca | 2004-03-03 | 1 | -4/+4 |
* | fixed some typos | Daniel Borca | 2004-02-20 | 1 | -1/+1 |
* | s/getenv/_mesa_getenv/ | Brian Paul | 2004-02-02 | 1 | -11/+9 |
* | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick | 2004-01-27 | 1 | -0/+12 |
* | re-enable SSE code, except for the _mesa_sse_transform_points4_identity() fun... | Brian Paul | 2004-01-09 | 2 | -8/+11 |
* | Add comment regarding sse disable | Keith Whitwell | 2004-01-06 | 1 | -0/+2 |
* | SSE segfaults in conform - disable for now. | Keith Whitwell | 2004-01-06 | 1 | -2/+2 |
* | Fix to work with the C preprocessor in GCC 3.3.x. | Ian Romanick | 2003-12-17 | 1 | -2/+2 |
* | build fixes | Alan Hourihane | 2003-12-04 | 1 | -1/+0 |
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 3 | -23/+34 |
* | accomodate vtx-0-2-branch | Daniel Borca | 2003-11-26 | 4 | -88/+50 |
* | updated after APIspec fixes | Brian Paul | 2003-11-24 | 1 | -4/+4 |
* | generate the OpenGL 1.5 entrypoints | Brian Paul | 2003-11-24 | 1 | -0/+114 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 4 | -4/+0 |
* | more MinGW fixes | Daniel Borca | 2003-10-23 | 1 | -1/+1 |
* | More SciTech SNAP updates. Some of these files didn't really change, but | Kendall Bennett | 2003-10-22 | 1 | -1795/+1798 |
* | Updates to SSE assembler support for Open Watcom | Kendall Bennett | 2003-10-21 | 2 | -9/+9 |
* | fixed some NASM opcodes; added segment overrides and temporary labels | Daniel Borca | 2003-10-21 | 1 | -12/+26 |
* | Updates to x86 assembler support for Open Watcom and SNAP | Kendall Bennett | 2003-10-14 | 1 | -9/+7 |
* | updates from Daniel Borca | Brian Paul | 2003-10-02 | 1 | -2/+2 |
* | regenerated for GL_IBM_multimode_draw_arrays | Brian Paul | 2003-08-24 | 1 | -12/+12 |
* | Added support for GL_IBM_multimode_draw_arrays. | Ian Romanick | 2003-08-22 | 1 | -0/+12 |
* | Implemented GL_ARB_occlusion_query (not 100% finalized). | Brian Paul | 2003-06-13 | 1 | -0/+48 |
* | fixes for x86 builds | Brian Paul | 2003-06-10 | 1 | -6/+4 |
* | alias ARB/NV program functions where possible | Brian Paul | 2003-04-21 | 1 | -102/+108 |
* | disable normal xform code for now | Brian Paul | 2003-03-29 | 1 | -3/+6 |
* | GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program en... | Brian Paul | 2003-03-29 | 1 | -0/+474 |
* | print debug message when SSE is disabled by user (Klaus Neiderkrueger) | Brian Paul | 2003-02-04 | 1 | -1/+2 |
* | fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling) | Brian Paul | 2003-01-30 | 1 | -4/+4 |
* | fix prefetch bug (Felix Kuhling) | Brian Paul | 2003-01-28 | 1 | -6/+6 |
* | new X86 CPU detection code (Petr Sebor) | Brian Paul | 2003-01-21 | 3 | -147/+183 |
* | remove ADD_L altogether | Brian Paul | 2003-01-09 | 1 | -3/+1 |
* | s/16/32/ (Josh Vanderhoof) | Brian Paul | 2003-01-09 | 1 | -2/+2 |
* | moved ADD_L instruction (Linus Torvalds) | Brian Paul | 2003-01-09 | 1 | -5/+5 |