newer Glide3x snaps vertices internally for V1/VR/VB
[mesa.git] / src / mesa / x86 /
2004-08-25 Brian PaulFix mgl name mangling (patch 1014800)
2004-08-17 Ian RomanickFixed an assembler warning / error (depending on the...
2004-07-02 Daniel Borcaput back the correct dispatcher for non-threaded builds.
2004-07-01 Ian RomanickMake sure THREADS is set no matter which threading...
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-13 Daniel Borcaupdated Glide driver documentation
2004-04-08 Alan Hourihaneremove non-portable whitespace
2004-03-26 Brian PaulNew Makefile system
2004-03-03 Daniel Borcamade NASM opcodes consistent
2004-02-20 Daniel Borcafixed some typos
2004-02-02 Brian Pauls/getenv/_mesa_getenv/
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-09 Brian Paulre-enable SSE code, except for the _mesa_sse_transform_...
2004-01-06 Keith WhitwellAdd comment regarding sse disable
2004-01-06 Keith WhitwellSSE segfaults in conform - disable for now.
2003-12-17 Ian RomanickFix to work with the C preprocessor in GCC 3.3.x.
2003-12-04 Alan Hourihanebuild fixes
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-26 Daniel Borcaaccomodate vtx-0-2-branch
2003-11-24 Brian Paulupdated after APIspec fixes
2003-11-24 Brian Paulgenerate the OpenGL 1.5 entrypoints
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-23 Daniel Borcamore MinGW fixes
2003-10-22 Kendall BennettMore SciTech SNAP updates. Some of these files didn...
2003-10-21 Kendall BennettUpdates to SSE assembler support for Open Watcom
2003-10-21 Daniel Borcafixed some NASM opcodes; added segment overrides and...
2003-10-14 Kendall BennettUpdates to x86 assembler support for Open Watcom and...
2003-10-02 Brian Paulupdates from Daniel Borca
2003-08-24 Brian Paulregenerated for GL_IBM_multimode_draw_arrays
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-06-10 Brian Paulfixes for x86 builds
2003-04-21 Brian Paulalias ARB/NV program functions where possible
2003-03-29 Brian Pauldisable normal xform code for now
2003-03-29 Brian PaulGL_ARB_vertex_buffer_object, GL_ARB_vertex_program...
2003-02-04 Brian Paulprint debug message when SSE is disabled by user (Klaus...
2003-01-30 Brian Paulfix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)
2003-01-28 Brian Paulfix prefetch bug (Felix Kuhling)
2003-01-21 Brian Paulnew X86 CPU detection code (Petr Sebor)
2003-01-09 Brian Paulremove ADD_L altogether
2003-01-09 Brian Pauls/16/32/ (Josh Vanderhoof)
2003-01-09 Brian Paulmoved ADD_L instruction (Linus Torvalds)
2002-11-13 Brian Paulinclude imports.h
2002-11-09 Keith Whitwellfix 3dnow misdetection on new p4's
2002-11-07 Brian Pauladded glBlendFuncSeparate, glMultiDrawArrays, glMultiDr...
2002-11-07 Brian Pauladded missing 1.4 glFogCoord functions
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-09-19 Brian PaulUpdated BeOS support (Philippe Houdoin)
2002-09-19 Brian Paulpush and pop ESI (Daniel Borca)
2002-09-06 Brian Paulfixed glSampleCoverage typo
2002-09-06 Brian Pauladded GL_EXT_stencil_two_side and GL_NV_fence
2002-09-06 Brian Pauladded OpenGL 1.4 entrypoints
2002-08-21 Brian Paulre-enable ASSIGN_NORM_GROUP( 3dnow )
2002-08-08 Brian Paulchange GLvector3f to GLvector4f for normal transformation
2002-08-08 Brian Paulchange dest stride to 16 bytes instead of 12
2002-08-07 Brian Paulchanged normal stride from 12 to 16 bytes since normals...
2002-07-11 Brian Paulapplied Eric Anholt's patch for Athlon SSE
2002-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-11 Brian PaulFix NASM problems, remove static var in SSE detection...
2002-06-06 Brian PaulNASM fix for *_CONTENT() macros (Josh Vanderhoof)
2002-06-04 Brian Pauluse CONTENT() macro on line 205 (Josh Vanderhoof)
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-27 Brian Paulupdated vertex program dispatch
2002-04-19 Jose FonsecaRe-scheduling of the instructions according to the...
2002-04-19 Jose FonsecaAdded min and max blend functions.
2002-04-19 Jose FonsecaMMX add blending function added.
2002-04-19 Jose FonsecaMMX modulate belding function added.
2002-04-18 Jose FonsecaDefinition of several utility macros for self-contained...
2002-04-18 Jose FonsecaRemoved code that was proven to have faster alternative...
2002-04-14 Jose FonsecaRemaining patch for the 255x255=255 identity correction be
2002-04-12 Brian PaulJose's latest patch (GMBT_GEOMETRIC_CORRECTION)
2002-04-10 Brian Paulnew MMX blend code (Jose Fonseca)
2002-04-09 Keith Whitwellremove dead vertex assembly
2002-04-02 Brian Paulmore blending updates from Jose
2002-04-02 Brian PaulDJGPP updates
2002-04-02 Brian Paulupdates from Jose Fonseca
2002-03-07 Brian Paulsyntax fixes for Solaris (David Dawes)
2002-02-15 Brian Paulupdated VERT_BIT_* definitions
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-04 Brian Paulfix bug 498555 - test for __GNUC__
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
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.
next