summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
Commit message (Collapse)AuthorAgeFilesLines
* Allow operating system SSE support test to be overridden with anGareth Hughes2000-12-071-2/+2
| | | | environment variable.
* 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
| | | | driver (enable with FX_ALLOW_VTXFMT=t).
* Modified Files:Jouk Jansen2000-11-222-4/+4
| | | | | | | | | | | | | | | | | | Mesa/src/Allegro/amesa.c Mesa/src/DOS/dosmesa.c Mesa/src/FX/fxdd.c Mesa/src/FX/fxdrv.h Mesa/src/FX/fxfastpath.c Mesa/src/GGI/include/ggi/mesa/ggimesa.h Mesa/src/OSmesa/osmesa.c Mesa/src/SVGA/svgamesa.c Mesa/src/Trace/tr_control.c Mesa/src/Windows/wgl.c Mesa/src/X/xmesaP.h Mesa/src/X86/3dnow.c Mesa/src/X86/katmai.c Mesa/src/X86/x86.c Removed Files: Mesa/src/mms_depend Oops,... all files containing Caps in directory name or file name were missing in my types->mtypes commit. ----------------------------------------------------------------------
* - Fix tnl/t_context.h inclusion.Gareth Hughes2000-11-192-8/+10
| | | | - Some SSE asm updates, more to come.
* * Auto* build fixesJon Taylor2000-11-182-2/+5
| | | | * Added missing includes to math/*
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-164-11/+14
| | | | | | | | | | | | | | | math: Provides basic matrix and vector functionality that might be useful to multiple software t&l implementations, and is used by core mesa to manage the Model, Project, etc matrices. tnl: The real transform & lighting code from core mesa, including everything from glVertex3f through vertex buffer handling, transformation, clipping, lighting and handoff to a driver for rasterization. The interfaces of these can be further tightened up, but the basic splitting up of state and code move is done.
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-38/+1
| | | | | | | | | - Remove support for choosing software fallbacks from core code - Remove partial fallback code from vbrender.c -- drivers are now expected to be able to find a triangle/quad function for every state, even if they have to use _swsetup_Triangle or _swsetup_Quad. - Marked derived variables in the GLcontext struct with a leading underscore '_'.
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-0/+136
| | | | | | | | and state.c file for plugging those functions into the dispatch table. Don't use Mesa 3.5 for DRI until SGI approves the new dispatch offsets. Commented-out references to ctx->FogMode and VB->Specular in FX driver. Minor clean-up in extensions.c Removed unused prototype in fog.h
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-2314-293/+947
| | | | | | | | general cleanups - more to come. Added P6 architecture timing to debug_xform routines. Still need to add test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration of counter overhead for more accurate benchmarking.
* 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
| | | | gl_katmai_project_clipped_vertices for now as they are broken.
* moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() ↵Brian Paul2000-09-151-17/+16
| | | | to silence compiler warnings
* 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
| | | | removed spaces from all uses of LLBL macro, for FreeBSD
* 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
|
* prevent spaces in fp register namesJosh Vanderhoof2000-01-231-1/+9
|
* no brackets for nasm indirect jumpsJosh Vanderhoof2000-01-231-2/+2
|
* renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul2000-01-171-988/+992
|
* added copyright infoBrian Paul2000-01-171-0/+32
|
* x86 assembly dispatchJosh Vanderhoof2000-01-161-0/+3985
|
* checked in the first new PIII vertex-transformation codeAndre Werthmann1999-11-181-2/+17
|
* fixed SSE bugsJosh Vanderhoof1999-11-131-17/+17
|
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-124-71/+78
| | | | | | | C++ and NASM. This includes lots of _ASMAPI macros to ensure that assembler functions are prototyped as __cdecl, as Watcom C++ uses register calling conventions by default. . Misc fixes to files to remove warnings generated by Watcom C++.
* swap operand order for Intel style REGOFFJosh Vanderhoof1999-11-031-6/+6
|
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-192-2/+41
|
* no underscore prefix for freebsd >= 3 (Simon Walton)Josh Vanderhoof1999-10-091-2/+4
|
* more bugfixesKeith Whitwell1999-09-031-1/+7
|
* features werenJosh Vanderhoof1999-08-281-2/+2
|
* various pipeline bugsKeith Whitwell1999-08-261-3/+4
|
* Initial revisionjtg1999-08-198-0/+2553