summaryrefslogtreecommitdiff
path: root/src/mesa/x86
AgeCommit message (Expand)Author
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-16updated vertex buffer identifiersBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-193dnow normalize_normals broken, disableKeith Whitwell
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-10-22applied Andrew Lewycky's patchesBrian Paul
2001-10-17added new entrypoints for 1.3Brian Paul
2001-07-28Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell
2001-06-06test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed f...Brian Paul
2001-05-31replaced #ifdef 0 with #if 0Brian Paul
2001-05-21Initial commit of cliptest work. More to come shortly.Gareth Hughes
2001-05-13Fix long-standing FP exception bug in _mesa_x86_cliptest_points4().Gareth Hughes
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-29Consolidation of asm code in 3.5Gareth Hughes
2001-03-29Make generation of matypes.h more transparent.Gareth Hughes
2001-03-28New type system for assembly code. Asm files should now includeGareth Hughes
2001-03-12Undo -D_POSIX_SOURCE change, fix the way the katmai support test isGareth Hughes
2001-03-05replaced gl_test_os_katmai*() with _mesa_test_os_katmai*()Brian Paul
2001-03-03more clean-upsBrian Paul
2001-03-03more namespace clean-upsBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-09minor changes from XFree86 (dawes)Brian Paul
2001-02-03Some more work on interal debugging, timing routines for things thatGareth Hughes
2001-01-13Fix crash in book/stencil.Keith Whitwell
2000-12-27Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-07Allow operating system SSE support test to be overridden with anGareth Hughes
2000-12-06Merge Mesa 3.4 test for operating system support for SSE.Gareth Hughes
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Modified Files:Jouk Jansen
2000-11-19- Fix tnl/t_context.h inclusion.Gareth Hughes
2000-11-18* Auto* build fixesJon Taylor
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-10-23Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes
2000-09-18Added SSE streaming store instructions, external symbol directives.Gareth Hughes
2000-09-18Added SSE prefetching instructions. General cleanups.Gareth Hughes
2000-09-17General cleanups. Disable gl_katmai_project_vertices andGareth Hughes
2000-09-15moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to...Brian Paul
2000-09-06test for __bsdi__ for XFree86Brian Paul
2000-09-06replaced ## with CONCAT macroBrian Paul
2000-06-27added aligned memory allocations (Gareth Hughes)Brian Paul
2000-06-14moved #define of LLBL into assyntax.h fileBrian Paul
2000-06-14added dummy function to silence compiler warningBrian Paul
2000-05-26include glheader.h instead of system headersBrian Paul
2000-05-18DeleteTexturesEXT was missingBrian Paul
2000-05-18now generated from bin/glx86asm.py scriptBrian Paul