summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
Commit message (Expand)AuthorAgeFilesLines
* Add new entrypoints for GL_EXT_framebuffer_object.Brian Paul2005-02-081-0/+17
* There is no point trying to detect SSE at all, when MESA_NO_SSE is defined. ...Daniel Borca2005-01-191-6/+8
* OpenGL 2.0 StencilFunc/Op/MaskSeparate functionsBrian Paul2005-01-121-0/+3
* Windows/ReactOS patch (Gregor Anich)Brian Paul2005-01-101-0/+69
* Add a clean target to remove generated files.Keith Whitwell2005-01-071-0/+3
* Use GNU AS label aliasing, if available. This must be enabled by addingIan Romanick2005-01-071-179/+188
* protected against elfish directivesDaniel Borca2005-01-061-1/+1
* use HIDDEN macro to export fewer symbols (bug 2210)Brian Paul2005-01-0418-15/+120
* Implement software ATI_fragment_shaderDave Airlie2004-12-191-0/+14
* protected elfish code against non-elf compilersDaniel Borca2004-12-151-0/+2
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+2
* Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul2004-11-271-58/+58
* Set symbol visibility to 'default', if supported by gcc.Brian Paul2004-11-271-0/+7
* Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick2004-11-022-0/+226
* renumber ARB_shader_objects and ARB_vertex_shader offsetsMichal Krol2004-10-281-1/+1
* add support for ARB_shader_objects and ARB_vertex_shaderMichal Krol2004-10-271-0/+42
* added an attention-getting comment for developers who get stopped in _mesa_te...Brian Paul2004-10-261-4/+8
* minor fixes from J.P. DelportBrian Paul2004-10-231-0/+1
* Add support for optimized versions of the code underlying ReadPixelsIan Romanick2004-10-142-0/+506
* Eliminate the funky SSE exception test from DRI builds. It's not needIan Romanick2004-10-131-6/+16
* GL_ARB_draw_buffersBrian Paul2004-10-021-1/+2
* Fix mgl name mangling (patch 1014800)Brian Paul2004-08-251-4/+10
* Fixed an assembler warning / error (depending on the version of GAS used).Ian Romanick2004-08-171-11/+3
* put back the correct dispatcher for non-threaded builds.Daniel Borca2004-07-021-3/+3
* Make sure THREADS is set no matter which threading model is selected.Ian Romanick2004-07-011-0/+4
* First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick2004-06-291-5501/+999
* bring over build fixes from stable branchAlan Hourihane2004-04-2614-17/+61
* updated Glide driver documentationDaniel Borca2004-04-131-4/+4
* remove non-portable whitespaceAlan Hourihane2004-04-081-18/+18
* New Makefile systemBrian Paul2004-03-261-0/+42
* made NASM opcodes consistentDaniel Borca2004-03-031-4/+4
* fixed some typosDaniel Borca2004-02-201-1/+1
* s/getenv/_mesa_getenv/Brian Paul2004-02-021-11/+9
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-0/+12
* re-enable SSE code, except for the _mesa_sse_transform_points4_identity() fun...Brian Paul2004-01-092-8/+11
* Add comment regarding sse disableKeith Whitwell2004-01-061-0/+2
* SSE segfaults in conform - disable for now.Keith Whitwell2004-01-061-2/+2
* Fix to work with the C preprocessor in GCC 3.3.x.Ian Romanick2003-12-171-2/+2
* build fixesAlan Hourihane2003-12-041-1/+0
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-043-23/+34
* accomodate vtx-0-2-branchDaniel Borca2003-11-264-88/+50
* updated after APIspec fixesBrian Paul2003-11-241-4/+4
* generate the OpenGL 1.5 entrypointsBrian Paul2003-11-241-0/+114
* Merge vtx-0-2-branchKeith Whitwell2003-11-244-4/+0
* more MinGW fixesDaniel Borca2003-10-231-1/+1
* More SciTech SNAP updates. Some of these files didn't really change, butKendall Bennett2003-10-221-1795/+1798
* Updates to SSE assembler support for Open WatcomKendall Bennett2003-10-212-9/+9
* fixed some NASM opcodes; added segment overrides and temporary labelsDaniel Borca2003-10-211-12/+26
* Updates to x86 assembler support for Open Watcom and SNAPKendall Bennett2003-10-141-9/+7
* updates from Daniel BorcaBrian Paul2003-10-021-2/+2