summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
Commit message (Expand)AuthorAgeFilesLines
* replaced #ifdef 0 with #if 0Brian Paul2001-05-311-2/+2
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-213-36/+29
* Fix long-standing FP exception bug in _mesa_x86_cliptest_points4().Gareth Hughes2001-05-132-5/+17
* Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes2001-03-306-218/+135
* Consolidation of asm code in 3.5Gareth Hughes2001-03-2920-139/+6916
* Make generation of matypes.h more transparent.Gareth Hughes2001-03-291-2/+1
* New type system for assembly code. Asm files should now includeGareth Hughes2001-03-2815-178/+465
* Undo -D_POSIX_SOURCE change, fix the way the katmai support test isGareth Hughes2001-03-121-2/+2
* replaced gl_test_os_katmai*() with _mesa_test_os_katmai*()Brian Paul2001-03-051-5/+5
* more clean-upsBrian Paul2001-03-037-43/+39
* more namespace clean-upsBrian Paul2001-03-032-68/+68
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-036-39/+39
* minor changes from XFree86 (dawes)Brian Paul2001-02-091-2/+8
* Some more work on interal debugging, timing routines for things thatGareth Hughes2001-02-032-10/+10
* Fix crash in book/stencil.Keith Whitwell2001-01-132-2/+170
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-272-9/+9
* Major rework of tnl moduleKeith Whitwell2000-12-262-1242/+2
* Allow operating system SSE support test to be overridden with anGareth Hughes2000-12-071-2/+2
* Merge Mesa 3.4 test for operating system support for SSE.Gareth Hughes2000-12-062-8/+233
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-2/+2
* Modified Files:Jouk Jansen2000-11-222-4/+4
* - Fix tnl/t_context.h inclusion.Gareth Hughes2000-11-192-8/+10
* * Auto* build fixesJon Taylor2000-11-182-2/+5
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-164-11/+14
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-38/+1
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-0/+136
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-2314-293/+947
* Added SSE streaming store instructions, external symbol directives.Gareth Hughes2000-09-181-1/+15
* Added SSE prefetching instructions. General cleanups.Gareth Hughes2000-09-181-1342/+1349
* General cleanups. Disable gl_katmai_project_vertices andGareth Hughes2000-09-171-103/+104
* moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to...Brian Paul2000-09-151-17/+16
* test for __bsdi__ for XFree86Brian Paul2000-09-061-1/+1
* replaced ## with CONCAT macroBrian Paul2000-09-061-2/+2
* added aligned memory allocations (Gareth Hughes)Brian Paul2000-06-272-8/+7
* moved #define of LLBL into assyntax.h fileBrian Paul2000-06-142-16/+17
* added dummy function to silence compiler warningBrian Paul2000-06-141-3/+12
* include glheader.h instead of system headersBrian Paul2000-05-261-6/+2
* DeleteTexturesEXT was missingBrian Paul2000-05-181-0/+8
* now generated from bin/glx86asm.py scriptBrian Paul2000-05-181-1846/+2014
* fixed the nested extern warningBrian Paul2000-05-051-4/+7
* added a comment about FP overflowsBrian Paul2000-04-151-1/+2
* added CONCAT(x,y) macro in NASM/MASM sectionHolger Waechtler2000-04-061-0/+2
* Updated to compile under Irix 6.5Randy Frank2000-03-271-2/+3
* simplification of GLNAME macro setup (David Dawes)Brian Paul2000-03-011-4/+1
* patched for NetBSD support (Allen Briggs)Brian Paul2000-02-271-2/+3
* added more entrypointsBrian Paul2000-02-241-82/+433
* added more extension entrypointsBrian Paul2000-02-241-1/+300
* include glapioffset.h instead of ../glapioffsets.hBrian Paul2000-01-281-2/+2
* added prefetchwHolger Waechtler2000-01-271-0/+1
* only print info if MESA_DEBUG is setBrian Paul2000-01-251-8/+15