| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE... | Brian Paul | 2002-06-30 | 1 | -0/+12 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -1/+2 |
* | Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof) | Brian Paul | 2002-06-11 | 4 | -764/+769 |
* | NASM fix for *_CONTENT() macros (Josh Vanderhoof) | Brian Paul | 2002-06-06 | 1 | -1/+10 |
* | use CONTENT() macro on line 205 (Josh Vanderhoof) | Brian Paul | 2002-06-04 | 1 | -4/+4 |
* | Added GL_NV_point_sprite functions: glPointParameteri[v]NV(). | Brian Paul | 2002-05-29 | 1 | -0/+12 |
* | updated vertex program dispatch | Brian Paul | 2002-05-27 | 1 | -130/+130 |
* | Re-scheduling of the instructions according to the MMX pairing rules. This is... | Jose Fonseca | 2002-04-19 | 1 | -42/+36 |
* | Added min and max blend functions. | Jose Fonseca | 2002-04-19 | 2 | -10/+77 |
* | MMX add blending function added. | Jose Fonseca | 2002-04-19 | 2 | -2/+21 |
* | MMX modulate belding function added. | Jose Fonseca | 2002-04-19 | 3 | -47/+59 |
* | Definition of several utility macros for self-contained MMX operations such a... | Jose Fonseca | 2002-04-18 | 2 | -305/+339 |
* | Removed code that was proven to have faster alternatives to reduce complexity... | Jose Fonseca | 2002-04-18 | 1 | -69/+0 |
* | Remaining patch for the 255x255=255 identity correction be | Jose Fonseca | 2002-04-14 | 1 | -0/+12 |
* | Jose's latest patch (GMBT_GEOMETRIC_CORRECTION) | Brian Paul | 2002-04-12 | 1 | -1/+17 |
* | new MMX blend code (Jose Fonseca) | Brian Paul | 2002-04-10 | 1 | -336/+378 |
* | remove dead vertex assembly | Keith Whitwell | 2002-04-09 | 8 | -77/+8 |
* | more blending updates from Jose | Brian Paul | 2002-04-02 | 1 | -19/+22 |
* | DJGPP updates | Brian Paul | 2002-04-02 | 2 | -3/+3 |
* | updates from Jose Fonseca | Brian Paul | 2002-04-02 | 1 | -25/+30 |
* | syntax fixes for Solaris (David Dawes) | Brian Paul | 2002-03-07 | 6 | -613/+726 |
* | updated VERT_BIT_* definitions | Brian Paul | 2002-02-15 | 1 | -28/+28 |
* | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | 2002-01-22 | 1 | -2/+2 |
* | fix bug 498555 - test for __GNUC__ | Brian Paul | 2002-01-04 | 1 | -2/+2 |
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -2/+2 |
* | updated vertex buffer identifiers | Brian Paul | 2001-12-16 | 1 | -12/+13 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -0/+384 |
* | dispatch changes to minimize hassle with XFree86 libGL | Brian Paul | 2001-12-04 | 1 | -296/+290 |
* | 3dnow normalize_normals broken, disable | Keith Whitwell | 2001-11-19 | 1 | -2/+4 |
* | added test implementation of GL_ARB_window_pos | Brian Paul | 2001-11-18 | 1 | -0/+96 |
* | API dispath updates | Brian Paul | 2001-11-18 | 1 | -331/+347 |
* | applied Andrew Lewycky's patches | Brian Paul | 2001-10-22 | 3 | -179/+104 |
* | added new entrypoints for 1.3 | Brian Paul | 2001-10-17 | 1 | -0/+278 |
* | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell | 2001-07-28 | 1 | -2/+1 |
* | test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed f... | Brian Paul | 2001-06-06 | 1 | -5/+5 |
* | replaced #ifdef 0 with #if 0 | Brian Paul | 2001-05-31 | 1 | -2/+2 |
* | Initial commit of cliptest work. More to come shortly. | Gareth Hughes | 2001-05-21 | 3 | -36/+29 |
* | Fix long-standing FP exception bug in _mesa_x86_cliptest_points4(). | Gareth Hughes | 2001-05-13 | 2 | -5/+17 |
* | Remove all traces of CULL_MASK_ACTIVE. | Gareth Hughes | 2001-03-30 | 6 | -218/+135 |
* | Consolidation of asm code in 3.5 | Gareth Hughes | 2001-03-29 | 20 | -139/+6916 |
* | Make generation of matypes.h more transparent. | Gareth Hughes | 2001-03-29 | 1 | -2/+1 |
* | New type system for assembly code. Asm files should now include | Gareth Hughes | 2001-03-28 | 15 | -178/+465 |
* | Undo -D_POSIX_SOURCE change, fix the way the katmai support test is | Gareth Hughes | 2001-03-12 | 1 | -2/+2 |
* | replaced gl_test_os_katmai*() with _mesa_test_os_katmai*() | Brian Paul | 2001-03-05 | 1 | -5/+5 |
* | more clean-ups | Brian Paul | 2001-03-03 | 7 | -43/+39 |
* | more namespace clean-ups | Brian Paul | 2001-03-03 | 2 | -68/+68 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 6 | -39/+39 |
* | minor changes from XFree86 (dawes) | Brian Paul | 2001-02-09 | 1 | -2/+8 |
* | Some more work on interal debugging, timing routines for things that | Gareth Hughes | 2001-02-03 | 2 | -10/+10 |
* | Fix crash in book/stencil. | Keith Whitwell | 2001-01-13 | 2 | -2/+170 |