summaryrefslogtreecommitdiff
path: root/src/mesa/x86
AgeCommit message (Expand)Author
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul
2005-04-13Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick
2005-02-08Add new entrypoints for GL_EXT_framebuffer_object.Brian Paul
2005-01-19There is no point trying to detect SSE at all, when MESA_NO_SSE is defined. ...Daniel Borca
2005-01-12OpenGL 2.0 StencilFunc/Op/MaskSeparate functionsBrian Paul
2005-01-10Windows/ReactOS patch (Gregor Anich)Brian Paul
2005-01-07Add a clean target to remove generated files.Keith Whitwell
2005-01-07Use GNU AS label aliasing, if available. This must be enabled by addingIan Romanick
2005-01-06protected against elfish directivesDaniel Borca
2005-01-04use HIDDEN macro to export fewer symbols (bug 2210)Brian Paul
2004-12-19Implement software ATI_fragment_shaderDave Airlie
2004-12-15protected elfish code against non-elf compilersDaniel Borca
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul
2004-11-27Set symbol visibility to 'default', if supported by gcc.Brian Paul
2004-11-02Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick
2004-10-28renumber ARB_shader_objects and ARB_vertex_shader offsetsMichal Krol
2004-10-27add support for ARB_shader_objects and ARB_vertex_shaderMichal Krol
2004-10-26added an attention-getting comment for developers who get stopped in _mesa_te...Brian Paul
2004-10-23minor fixes from J.P. DelportBrian Paul
2004-10-14Add support for optimized versions of the code underlying ReadPixelsIan Romanick
2004-10-13Eliminate the funky SSE exception test from DRI builds. It's not needIan Romanick
2004-10-02GL_ARB_draw_buffersBrian Paul
2004-08-25Fix mgl name mangling (patch 1014800)Brian Paul
2004-08-17Fixed an assembler warning / error (depending on the version of GAS used).Ian Romanick
2004-07-02put back the correct dispatcher for non-threaded builds.Daniel Borca
2004-07-01Make sure THREADS is set no matter which threading model is selected.Ian Romanick
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-13updated Glide driver documentationDaniel Borca
2004-04-08remove non-portable whitespaceAlan Hourihane
2004-03-26New Makefile systemBrian Paul
2004-03-03made NASM opcodes consistentDaniel Borca
2004-02-20fixed some typosDaniel Borca
2004-02-02s/getenv/_mesa_getenv/Brian Paul
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-09re-enable SSE code, except for the _mesa_sse_transform_points4_identity() fun...Brian Paul
2004-01-06Add comment regarding sse disableKeith Whitwell
2004-01-06SSE segfaults in conform - disable for now.Keith Whitwell
2003-12-17Fix to work with the C preprocessor in GCC 3.3.x.Ian Romanick
2003-12-04build fixesAlan Hourihane
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-11-26accomodate vtx-0-2-branchDaniel Borca
2003-11-24updated after APIspec fixesBrian Paul
2003-11-24generate the OpenGL 1.5 entrypointsBrian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-10-23more MinGW fixesDaniel Borca
2003-10-22More SciTech SNAP updates. Some of these files didn't really change, butKendall Bennett
2003-10-21Updates to SSE assembler support for Open WatcomKendall Bennett
2003-10-21fixed some NASM opcodes; added segment overrides and temporary labelsDaniel Borca