Cosmetic changes.
[mesa.git] / src / mesa / x86 /
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-12-01 Keith WhitwellRemove VB->LastClipped
2005-11-04 Brian Paulremove unneeded HIDDEN definition (bug 4956)
2005-11-04 Brian Paulfix MinGW problems (bug 4956)
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...
2005-10-07 Brian PaulMATH_DEBUG changes from bug #4468.
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-08-03 Ian RomanickConvert all instances of XTHREADS to USE_XTHREADS....
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-16 Adam Jacksonstrip out vestigial #ifdef HAVE_CONFIG_H stanzas, they...
2005-07-10 Keith WhitwellAdd lots of x87 fpu instructions.
2005-07-01 Brian Paulfix dependencies
2005-06-30 Roland ScheideggerFix crashes with pixel readback when using the optimize...
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-06-08 Keith WhitwellTurn off DISASSEM
2005-06-08 Keith WhitwellAdd some more opcodes
2005-06-07 Keith WhitwellNew files - split off runtime assembly functions from
2005-05-26 Ian RomanickMake a couple minor corrections to gl_API.xml. Fixes...
2005-05-07 Brian Paulx86-64 transform optimizations (Mikko T.)
2005-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2005-02-08 Brian PaulAdd new entrypoints for GL_EXT_framebuffer_object.
2005-01-19 Daniel BorcaThere is no point trying to detect SSE at all, when...
2005-01-12 Brian PaulOpenGL 2.0 StencilFunc/Op/MaskSeparate functions
2005-01-10 Brian PaulWindows/ReactOS patch (Gregor Anich)
2005-01-07 Keith WhitwellAdd a clean target to remove generated files.
2005-01-07 Ian RomanickUse GNU AS label aliasing, if available. This must...
2005-01-06 Daniel Borcaprotected against elfish directives
2005-01-04 Brian Pauluse HIDDEN macro to export fewer symbols (bug 2210)
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-15 Daniel Borcaprotected elfish code against non-elf compilers
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-27 Brian PaulSet symbol visibility to 'default', if supported by...
2004-11-02 Ian RomanickAdded MMX optimized version of the RGB565 ReadRGBASpan...
2004-10-28 Michal Krolrenumber ARB_shader_objects and ARB_vertex_shader offsets
2004-10-27 Michal Kroladd support for ARB_shader_objects and ARB_vertex_shader
2004-10-26 Brian Pauladded an attention-getting comment for developers who...
2004-10-23 Brian Paulminor fixes from J.P. Delport
2004-10-14 Ian RomanickAdd support for optimized versions of the code underlyi...
2004-10-13 Ian RomanickEliminate the funky SSE exception test from DRI builds...
2004-10-02 Brian PaulGL_ARB_draw_buffers
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
next