summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul2003-06-131-0/+48
* fixes for x86 buildsBrian Paul2003-06-101-6/+4
* alias ARB/NV program functions where possibleBrian Paul2003-04-211-102/+108
* disable normal xform code for nowBrian Paul2003-03-291-3/+6
* GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program en...Brian Paul2003-03-291-0/+474
* print debug message when SSE is disabled by user (Klaus Neiderkrueger)Brian Paul2003-02-041-1/+2
* fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)Brian Paul2003-01-301-4/+4
* fix prefetch bug (Felix Kuhling)Brian Paul2003-01-281-6/+6
* new X86 CPU detection code (Petr Sebor)Brian Paul2003-01-213-147/+183
* remove ADD_L altogetherBrian Paul2003-01-091-3/+1
* s/16/32/ (Josh Vanderhoof)Brian Paul2003-01-091-2/+2
* moved ADD_L instruction (Linus Torvalds)Brian Paul2003-01-091-5/+5
* include imports.hBrian Paul2002-11-131-3/+4
* fix 3dnow misdetection on new p4'sKeith Whitwell2002-11-091-1/+6
* added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul2002-11-071-30/+48
* added missing 1.4 glFogCoord functionsBrian Paul2002-11-071-0/+30
* updated email addressesBrian Paul2002-10-297-14/+14
* Header file clean-up:Brian Paul2002-10-241-7/+4
* Updated BeOS support (Philippe Houdoin)Brian Paul2002-09-191-1/+11
* push and pop ESI (Daniel Borca)Brian Paul2002-09-191-1/+3
* fixed glSampleCoverage typoBrian Paul2002-09-061-0/+6
* added GL_EXT_stencil_two_side and GL_NV_fenceBrian Paul2002-09-061-0/+48
* added OpenGL 1.4 entrypointsBrian Paul2002-09-061-0/+222
* re-enable ASSIGN_NORM_GROUP( 3dnow )Brian Paul2002-08-211-8/+4
* change GLvector3f to GLvector4f for normal transformationBrian Paul2002-08-081-3/+3
* change dest stride to 16 bytes instead of 12Brian Paul2002-08-081-35/+35
* changed normal stride from 12 to 16 bytes since normals are now GLfloat[4] (f...Brian Paul2002-08-071-7/+7
* applied Eric Anholt's patch for Athlon SSEBrian Paul2002-07-112-3/+28