summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | '-DHAVE_ALIAS' to DEFINES in the config file used for building. On the linux-dri-x86 build, this cuts 4KB from libGL.so. HAVE_ALIAS is not currently enabled in any of the configs.
* 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
| | | | no error detection, slow, may not be 100% correct but a good start
* 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
| | | | | | | alias with the corresponding ARB functions. GL_ARB_vertex_shader (and OpenGL 2.0's) VertexAttrib functions don't alias with conventional vertex attributes, as GL_NV_vertex_program does. So, the ARB and NV version of VertexAttrib need to be distinct.
* 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
| | | | | to get BlendEquation have offset 710 fix param name lack with GetInfoLogARB
* 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 ↵Brian Paul2004-10-261-4/+8
| | | | _mesa_test_os_sse_support() while debugging
* 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
| | | | | | | | | (and DrawPixels). The R200, R128, and Unichrome drivers get support in this commit. Other drivers would be easy enough to add for people that have the cards. The DRI (CVS) build will need to be updated to account for the new source files.
* Eliminate the funky SSE exception test from DRI builds. It's not needIan Romanick2004-10-131-6/+16
| | | | (see the comment in the code), and it's just annoying.
* 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
| | | | Fixed a crash in the optimized pthreads dispatch path.
* put back the correct dispatcher for non-threaded builds.Daniel Borca2004-07-021-3/+3
| | | | fixed x86 entrypoints for Mingw/DJGPP.
* 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
| | | | | broken, but it will be fixed "shortly." This is pretty much the same as the patch I sent to the dri-devel list on 22-Jun-2004.
* bring over build fixes from stable branchAlan Hourihane2004-04-2614-17/+61
|
* updated Glide driver documentationDaniel Borca2004-04-131-4/+4
| | | | | | | fixed SAL/SAR in assyntax.h (NASM) fixed a bug wrt NULL pointer assignment in t_vtx_api.c cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S enabled STDCALL with codegen (MinGW)
* 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
| | | | | The internal driver interface was also changed to use BlendEquationSeparate instead of BlendEquation.
* re-enable SSE code, except for the _mesa_sse_transform_points4_identity() ↵Brian Paul2004-01-092-8/+11
| | | | function. Use the x86 version instead
* 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
| | | | | | | they show up in the list (GLU stuff) for some reason. The major change here is the addition of code in the glx86asm.py file to generate assembler stub entry points with the correct name decorations for _stdcall calling conventions so this can be used on Windows boxes.
* 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
|
* regenerated for GL_IBM_multimode_draw_arraysBrian Paul2003-08-241-12/+12
|
* Added support for GL_IBM_multimode_draw_arrays.Ian Romanick2003-08-221-0/+12
| | | | | | | | Added non-static entrypoints and the name string for GL_SUN_multi_draw_arrays (identical to GL_EXT_multi_draw_arrays). Made add_newer_entrypoints (in src/mesa/main/context.c) table driven. This reduced the size of context.o by about 3KB.