MMX add blending function added.
[mesa.git] / src / mesa / x86 / x86.c
2002-04-09 Keith Whitwellremove dead vertex assembly
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-28 Gareth HughesNew type system for assembly code. Asm files should...
2001-03-03 Brian Paulmore namespace clean-ups
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
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-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-10-23 Gareth HughesMajor audit of all Mesa's x86 assembly code. This...
2000-06-27 Brian Pauladded aligned memory allocations (Gareth Hughes)
2000-05-26 Brian Paulinclude glheader.h instead of system headers
2000-05-05 Brian Paulfixed the nested extern warning
2000-04-15 Brian Pauladded a comment about FP overflows
2000-03-27 Randy FrankUpdated to compile under Irix 6.5
1999-11-12 Kendall Bennett . Updates to get X86, MXX and 3DNow assembler code...
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-08-19 jtgInitial revision