remove conditional in RESET_STIPPLE to fix conformance failure
[mesa.git] / src / mesa / x86 /
2001-12-16 Brian Paulupdated vertex buffer identifiers
2001-12-14 Brian Paulvertex program check-in
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-11-19 Keith Whitwell3dnow normalize_normals broken, disable
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian PaulAPI dispath updates
2001-10-22 Brian Paulapplied Andrew Lewycky's patches
2001-10-17 Brian Pauladded new entrypoints for 1.3
2001-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-06-06 Brian Paultest for X86_FXSR_MAGIC to be sure we have the _fpstate...
2001-05-31 Brian Paulreplaced #ifdef 0 with #if 0
2001-05-21 Gareth HughesInitial commit of cliptest work. More to come shortly.
2001-05-13 Gareth HughesFix long-standing FP exception bug in _mesa_x86_cliptes...
2001-03-30 Gareth HughesRemove all traces of CULL_MASK_ACTIVE.
2001-03-29 Gareth HughesConsolidation of asm code in 3.5
2001-03-29 Gareth HughesMake generation of matypes.h more transparent.
2001-03-28 Gareth HughesNew type system for assembly code. Asm files should...
2001-03-12 Gareth HughesUndo -D_POSIX_SOURCE change, fix the way the katmai...
2001-03-05 Brian Paulreplaced gl_test_os_katmai*() with _mesa_test_os_katmai*()
2001-03-03 Brian Paulmore clean-ups
2001-03-03 Brian Paulmore namespace clean-ups
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-09 Brian Paulminor changes from XFree86 (dawes)
2001-02-03 Gareth HughesSome more work on interal debugging, timing routines...
2001-01-13 Keith WhitwellFix crash in book/stencil.
2000-12-27 Keith WhitwellFixes for compiling assembly (disable unused 'masked...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-07 Gareth HughesAllow operating system SSE support test to be overridde...
2000-12-06 Gareth HughesMerge Mesa 3.4 test for operating system support for...
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Modified Files:
2000-11-19 Gareth Hughes- Fix tnl/t_context.h inclusion.
2000-11-18 Jon Taylor* Auto* build fixes
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-10-23 Gareth HughesMajor audit of all Mesa's x86 assembly code. This...
2000-09-18 Gareth HughesAdded SSE streaming store instructions, external symbol...
2000-09-18 Gareth HughesAdded SSE prefetching instructions. General cleanups.
2000-09-17 Gareth HughesGeneral cleanups. Disable gl_katmai_project_vertices and
2000-09-15 Brian Paulmoved DECLARE_XFORM_GROUP macros outside of gl_init_3dn...
2000-09-06 Brian Paultest for __bsdi__ for XFree86
2000-09-06 Brian Paulreplaced ## with CONCAT macro
2000-06-27 Brian Pauladded aligned memory allocations (Gareth Hughes)
2000-06-14 Brian Paulmoved #define of LLBL into assyntax.h file
2000-06-14 Brian Pauladded dummy function to silence compiler warning
2000-05-26 Brian Paulinclude glheader.h instead of system headers
2000-05-18 Brian PaulDeleteTexturesEXT was missing
2000-05-18 Brian Paulnow generated from bin/glx86asm.py script
2000-05-05 Brian Paulfixed the nested extern warning
2000-04-15 Brian Pauladded a comment about FP overflows
2000-04-06 Holger Waechtleradded CONCAT(x,y) macro in NASM/MASM section
2000-03-27 Randy FrankUpdated to compile under Irix 6.5
2000-03-01 Brian Paulsimplification of GLNAME macro setup (David Dawes)
2000-02-27 Brian Paulpatched for NetBSD support (Allen Briggs)
2000-02-24 Brian Pauladded more entrypoints
2000-02-24 Brian Pauladded more extension entrypoints
2000-01-28 Brian Paulinclude glapioffset.h instead of ../glapioffsets.h
2000-01-27 Holger Waechtleradded prefetchw
2000-01-25 Brian Paulonly print info if MESA_DEBUG is set
2000-01-23 Josh Vanderhoofprevent spaces in fp register names
2000-01-23 Josh Vanderhoofno brackets for nasm indirect jumps
2000-01-17 Brian Paulrenamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up
2000-01-17 Brian Pauladded copyright info
2000-01-16 Josh Vanderhoofx86 assembly dispatch
1999-11-18 Andre Werthmannchecked in the first new PIII vertex-transformation...
1999-11-13 Josh Vanderhooffixed SSE bugs
1999-11-12 Kendall Bennett . Updates to get X86, MXX and 3DNow assembler code...
1999-11-03 Josh Vanderhoofswap operand order for Intel style REGOFF
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-09 Josh Vanderhoofno underscore prefix for freebsd >= 3 (Simon Walton)
1999-09-03 Keith Whitwellmore bugfixes
1999-08-28 Josh Vanderhooffeatures weren
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-19 jtgInitial revision