Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-21 | alias ARB/NV program functions where possible | Brian Paul | |
2003-03-29 | disable normal xform code for now | Brian Paul | |
2003-03-29 | GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program ↵ | Brian Paul | |
entrypoints | |||
2003-02-04 | print debug message when SSE is disabled by user (Klaus Neiderkrueger) | Brian Paul | |
2003-01-30 | fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling) | Brian Paul | |
2003-01-28 | fix prefetch bug (Felix Kuhling) | Brian Paul | |
2003-01-21 | new X86 CPU detection code (Petr Sebor) | Brian Paul | |
2003-01-09 | remove ADD_L altogether | Brian Paul | |
2003-01-09 | s/16/32/ (Josh Vanderhoof) | Brian Paul | |
2003-01-09 | moved ADD_L instruction (Linus Torvalds) | Brian Paul | |
2002-11-13 | include imports.h | Brian Paul | |
2002-11-09 | fix 3dnow misdetection on new p4's | Keith Whitwell | |
2002-11-07 | added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements | Brian Paul | |
2002-11-07 | added missing 1.4 glFogCoord functions | Brian Paul | |
2002-10-29 | updated email addresses | Brian Paul | |
2002-10-24 | Header file clean-up: | Brian Paul | |
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | |||
2002-09-19 | Updated BeOS support (Philippe Houdoin) | Brian Paul | |
2002-09-19 | push and pop ESI (Daniel Borca) | Brian Paul | |
2002-09-06 | fixed glSampleCoverage typo | Brian Paul | |
2002-09-06 | added GL_EXT_stencil_two_side and GL_NV_fence | Brian Paul | |
2002-09-06 | added OpenGL 1.4 entrypoints | Brian Paul | |
2002-08-21 | re-enable ASSIGN_NORM_GROUP( 3dnow ) | Brian Paul | |
2002-08-08 | change GLvector3f to GLvector4f for normal transformation | Brian Paul | |
2002-08-08 | change dest stride to 16 bytes instead of 12 | Brian Paul | |
2002-08-07 | changed normal stride from 12 to 16 bytes since normals are now GLfloat[4] ↵ | Brian Paul | |
(for vertex program) | |||
2002-07-11 | applied Eric Anholt's patch for Athlon SSE | Brian Paul | |
2002-06-30 | Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and ↵ | Brian Paul | |
glMultiDrawElementsEXT(). | |||
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | |
Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | |||
2002-06-11 | Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof) | Brian Paul | |
2002-06-06 | NASM fix for *_CONTENT() macros (Josh Vanderhoof) | Brian Paul | |
2002-06-04 | use CONTENT() macro on line 205 (Josh Vanderhoof) | Brian Paul | |
2002-05-29 | Added GL_NV_point_sprite functions: glPointParameteri[v]NV(). | Brian Paul | |
Removed dead ARB_window_pos functions (we alias the MESA_window_pos funcs). | |||
2002-05-27 | updated vertex program dispatch | Brian Paul | |
2002-04-19 | Re-scheduling of the instructions according to the MMX pairing rules. This ↵ | Jose Fonseca | |
is dificult to quantify but the improvemnet reaches about of 0.7% in some cases in a Pentium III. In older Pentiums the improvements could be quite substancial due less capable integer pipelines. | |||
2002-04-19 | Added min and max blend functions. | Jose Fonseca | |
Slight optimization of _mesa_mmx_blend_add. | |||
2002-04-19 | MMX add blending function added. | Jose Fonseca | |
2002-04-19 | MMX modulate belding function added. | Jose Fonseca | |
Factorization of more common MMX code. | |||
2002-04-18 | Definition of several utility macros for self-contained MMX operations such ↵ | Jose Fonseca | |
as scaling and lerping. Restructured the MMX blending function to use a template, being only necessary to specify the main loop, which is also used for making the runin and runout sections. Optimization of the MMX function after remembering that the multiplication was commutative (how can somebody forget this..) resulting in less register usage. Now there is no need for generate or read from memory any constant inside the loop. Assemblers other than the GNU assembler can choke on the output of the C preprocessor since it was necessary to add line separators ';' to the defined macros. | |||
2002-04-18 | Removed code that was proven to have faster alternatives to reduce ↵ | Jose Fonseca | |
complexity and facilitate reusability. | |||
2002-04-14 | Remaining patch for the 255x255=255 identity correction be | Jose Fonseca | |
made also in the runin and runout section of the code. | |||
2002-04-12 | Jose's latest patch (GMBT_GEOMETRIC_CORRECTION) | Brian Paul | |
2002-04-10 | new MMX blend code (Jose Fonseca) | Brian Paul | |
2002-04-09 | remove dead vertex assembly | Keith Whitwell | |
2002-04-02 | more blending updates from Jose | Brian Paul | |
2002-04-02 | DJGPP updates | Brian Paul | |
2002-04-02 | updates from Jose Fonseca | Brian Paul | |
2002-03-07 | syntax fixes for Solaris (David Dawes) | Brian Paul | |
2002-02-15 | updated VERT_BIT_* definitions | Brian Paul | |
2002-01-22 | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | |
VERT_BIT_* flags are new and used in many places (esp in T&L code). Updated some comments for doxygen. Various code clean-ups. | |||
2002-01-04 | fix bug 498555 - test for __GNUC__ | Brian Paul | |