Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell | 2001-07-28 | 1 | -2/+1 |
| | |||||
* | test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed ↵ | Brian Paul | 2001-06-06 | 1 | -5/+5 |
| | | | | for SSE signal handler | ||||
* | replaced #ifdef 0 with #if 0 | Brian Paul | 2001-05-31 | 1 | -2/+2 |
| | |||||
* | Initial commit of cliptest work. More to come shortly. | Gareth Hughes | 2001-05-21 | 3 | -36/+29 |
| | | | | | | | | - Add debug, benchmark code. - Change linux/x86 FAST_MATH code to GCC/x86, and clear FP exceptions before exiting the fast math block. - Remove divide-by-zero test in x86 cliptest, and set clipped vertices to [0,0,0,1] instead of leaving them uninitialized. | ||||
* | Fix long-standing FP exception bug in _mesa_x86_cliptest_points4(). | Gareth Hughes | 2001-05-13 | 2 | -5/+17 |
| | |||||
* | Remove all traces of CULL_MASK_ACTIVE. | Gareth Hughes | 2001-03-30 | 6 | -218/+135 |
| | |||||
* | Consolidation of asm code in 3.5 | Gareth Hughes | 2001-03-29 | 20 | -139/+6916 |
| | |||||
* | Make generation of matypes.h more transparent. | Gareth Hughes | 2001-03-29 | 1 | -2/+1 |
| | |||||
* | New type system for assembly code. Asm files should now include | Gareth Hughes | 2001-03-28 | 15 | -178/+465 |
| | | | | | matypes.h, which includes assyntax.h and is generated from the core Mesa header files. | ||||
* | Undo -D_POSIX_SOURCE change, fix the way the katmai support test is | Gareth Hughes | 2001-03-12 | 1 | -2/+2 |
| | | | | done. | ||||
* | replaced gl_test_os_katmai*() with _mesa_test_os_katmai*() | Brian Paul | 2001-03-05 | 1 | -5/+5 |
| | |||||
* | more clean-ups | Brian Paul | 2001-03-03 | 7 | -43/+39 |
| | |||||
* | more namespace clean-ups | Brian Paul | 2001-03-03 | 2 | -68/+68 |
| | |||||
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 6 | -39/+39 |
| | |||||
* | minor changes from XFree86 (dawes) | Brian Paul | 2001-02-09 | 1 | -2/+8 |
| | |||||
* | Some more work on interal debugging, timing routines for things that | Gareth Hughes | 2001-02-03 | 2 | -10/+10 |
| | | | | | will have implementations in assembly code. To come: texture image conversions, more of internal T&L pipeline and so on. | ||||
* | Fix crash in book/stencil. | Keith Whitwell | 2001-01-13 | 2 | -2/+170 |
| | | | | | Allow drivers to perform the perspective divide themselves. Assembly to do cliptesting without perspective divide for size-4 vectors. | ||||
* | Fixes for compiling assembly (disable unused 'masked' versions) | Keith Whitwell | 2000-12-27 | 2 | -9/+9 |
| | | | | | | Fixes for compiling without debug. Fix line clipping Fix unfilled polygon clipping (should be correct now). | ||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 2 | -1242/+2 |
| | | | | | | | New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. | ||||
* | Allow operating system SSE support test to be overridden with an | Gareth Hughes | 2000-12-07 | 1 | -2/+2 |
| | | | | environment variable. | ||||
* | Merge Mesa 3.4 test for operating system support for SSE. | Gareth Hughes | 2000-12-06 | 2 | -8/+233 |
| | |||||
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -2/+2 |
| | | | | driver (enable with FX_ALLOW_VTXFMT=t). | ||||
* | Modified Files: | Jouk Jansen | 2000-11-22 | 2 | -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 Hughes | 2000-11-19 | 2 | -8/+10 |
| | | | | - Some SSE asm updates, more to come. | ||||
* | * Auto* build fixes | Jon Taylor | 2000-11-18 | 2 | -2/+5 |
| | | | | * Added missing includes to math/* | ||||
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 4 | -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 modules | Keith Whitwell | 2000-11-05 | 1 | -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.c | Brian Paul | 2000-10-27 | 1 | -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 basically | Gareth Hughes | 2000-10-23 | 14 | -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 Hughes | 2000-09-18 | 1 | -1/+15 |
| | |||||
* | Added SSE prefetching instructions. General cleanups. | Gareth Hughes | 2000-09-18 | 1 | -1342/+1349 |
| | |||||
* | General cleanups. Disable gl_katmai_project_vertices and | Gareth Hughes | 2000-09-17 | 1 | -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 Paul | 2000-09-15 | 1 | -17/+16 |
| | | | | to silence compiler warnings | ||||
* | test for __bsdi__ for XFree86 | Brian Paul | 2000-09-06 | 1 | -1/+1 |
| | |||||
* | replaced ## with CONCAT macro | Brian Paul | 2000-09-06 | 1 | -2/+2 |
| | |||||
* | added aligned memory allocations (Gareth Hughes) | Brian Paul | 2000-06-27 | 2 | -8/+7 |
| | |||||
* | moved #define of LLBL into assyntax.h file | Brian Paul | 2000-06-14 | 2 | -16/+17 |
| | | | | removed spaces from all uses of LLBL macro, for FreeBSD | ||||
* | added dummy function to silence compiler warning | Brian Paul | 2000-06-14 | 1 | -3/+12 |
| | |||||
* | include glheader.h instead of system headers | Brian Paul | 2000-05-26 | 1 | -6/+2 |
| | |||||
* | DeleteTexturesEXT was missing | Brian Paul | 2000-05-18 | 1 | -0/+8 |
| | |||||
* | now generated from bin/glx86asm.py script | Brian Paul | 2000-05-18 | 1 | -1846/+2014 |
| | |||||
* | fixed the nested extern warning | Brian Paul | 2000-05-05 | 1 | -4/+7 |
| | |||||
* | added a comment about FP overflows | Brian Paul | 2000-04-15 | 1 | -1/+2 |
| | |||||
* | added CONCAT(x,y) macro in NASM/MASM section | Holger Waechtler | 2000-04-06 | 1 | -0/+2 |
| | |||||
* | Updated to compile under Irix 6.5 | Randy Frank | 2000-03-27 | 1 | -2/+3 |
| | |||||
* | simplification of GLNAME macro setup (David Dawes) | Brian Paul | 2000-03-01 | 1 | -4/+1 |
| | |||||
* | patched for NetBSD support (Allen Briggs) | Brian Paul | 2000-02-27 | 1 | -2/+3 |
| | |||||
* | added more entrypoints | Brian Paul | 2000-02-24 | 1 | -82/+433 |
| | |||||
* | added more extension entrypoints | Brian Paul | 2000-02-24 | 1 | -1/+300 |
| | |||||
* | include glapioffset.h instead of ../glapioffsets.h | Brian Paul | 2000-01-28 | 1 | -2/+2 |
| |