summaryrefslogtreecommitdiff
path: root/src/mesa/x86
AgeCommit message (Expand)Author
2006-06-16remove obsolete PointSizePtrBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-06-01Fix extended swizzling in vertex programs by introducing special swizzle inst...Roland Scheidegger
2006-05-16Add functions.Michal Krol
2006-04-25Remove carriage returns.Michal Krol
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg
2006-04-10use _mesa_debug() instead of message() - fixes poor formatting of outputBrian Paul
2006-03-27Disable `hidden' attribute for DJGPPDaniel Borca
2006-03-01Added glBlitFramebufferEXT function.Brian Paul
2006-02-27More GLSL code:Michal Krol
2005-12-07Updates for GL_EXT_timer_query:Brian Paul
2005-12-01Remove VB->LastClippedKeith Whitwell
2005-11-04remove unneeded HIDDEN definition (bug 4956)Brian Paul
2005-11-04fix MinGW problems (bug 4956)Brian Paul
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell
2005-10-07MATH_DEBUG changes from bug #4468.Brian Paul
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-16strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson
2005-07-10Add lots of x87 fpu instructions.Keith Whitwell
2005-07-01fix dependenciesBrian Paul
2005-06-30Fix crashes with pixel readback when using the optimized assembly functions.Roland Scheidegger
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-06-08Turn off DISASSEMKeith Whitwell
2005-06-08Add some more opcodesKeith Whitwell
2005-06-07New files - split off runtime assembly functions fromKeith Whitwell
2005-05-26Make a couple minor corrections to gl_API.xml. Fixes the name of anIan Romanick
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