summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul
2002-05-27dispatch offsets for ARB_window_posBrian Paul
2002-05-27updated vertex program dispatchBrian Paul
2002-05-27updated vertex program dispatch offsets to official valuesBrian Paul
2002-05-11another checkpoint of struct immediate replacement codeKeith Whitwell
2002-05-09Minor change to current raster position and texcoords.Brian Paul
2002-05-09Fix FETCH(argb1555) mask valuesKeith Whitwell
2002-05-02Implemented GL_ARB_texture_env_crossbar.Brian Paul
2002-04-26replaced GLshort with GLushort in _mesa_sizeof_packed_type()Brian Paul
2002-04-26added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameteriv()Brian Paul
2002-04-25added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameter (bug 548812)Brian Paul
2002-04-24test mapsize against 1, not 0 in glPixelMap()Brian Paul
2002-04-24added GL_EDGE_FLAG_ARRAY_COUNT_EXT to glGetBooleanv() (Bug 548277)Brian Paul
2002-04-23Apply alpha buffer control fix to accum buffer too.Karl Schultz
2002-04-23Fix up alpha buffer handling for Windows.Karl Schultz
2002-04-23call _mesa_sizeof_packed_type() in _mesa_GetTexImage() (bug 547203)Brian Paul
2002-04-22Test for NULL pointer for LoadMatrix(), MultMatrix() andAlan Hourihane
2002-04-22 Committing in .Jouk Jansen
2002-04-21check for vertex program modeBrian Paul
2002-04-21fixed assertion, replaced switch() with if/elseifBrian Paul
2002-04-21Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul
2002-04-21added support for vertex program attribute arraysBrian Paul
2002-04-21vertex program attribute array workBrian Paul
2002-04-20fixed Width/Height cut&paste typoBrian Paul
2002-04-19Re-scheduling of the instructions according to the MMX pairing rules. This is...Jose Fonseca
2002-04-19Added min and max blend functions.Jose Fonseca
2002-04-19Provide a reasonable replacement for __FUNCTION__ when using non GNU CKarl Schultz
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul
2002-04-19pass context pointer to _tnl_free_immediate(), removed backref pointerBrian Paul
2002-04-19MMX add blending function added.Jose Fonseca
2002-04-19MMX modulate belding function added.Jose Fonseca
2002-04-19Correct check for noop array state change (Raystonn)Alan Hourihane
2002-04-19removed a stray debug printfBrian Paul
2002-04-19C++ fixBrian Paul
2002-04-19new castsBrian Paul
2002-04-19added two (GLchan *) castsBrian Paul
2002-04-19casts to fix GLint/GLuint mismatchesBrian Paul
2002-04-19added some castsBrian Paul
2002-04-18restored writeAll = GL_FALSE test/assignmentBrian Paul
2002-04-18Definition of several utility macros for self-contained MMX operations such a...Jose Fonseca
2002-04-18Core of the future vertex engine. Isn't built yet, nor will be for a while...Keith Whitwell
2002-04-18Removed code that was proven to have faster alternatives to reduce complexity...Jose Fonseca
2002-04-17fixed problem with swap() function and GCC3 (patch 414404)Brian Paul
2002-04-17Disabled SPARC cliptest functions for now. See bug report 544665.Brian Paul
2002-04-14Remaining patch for the 255x255=255 identity correction beJose Fonseca
2002-04-12Jose's latest patch (GMBT_GEOMETRIC_CORRECTION)Brian Paul
2002-04-12fixes for corrected GL_DOT3_RGB[A]_EXT token valuesBrian Paul
2002-04-12updated a few commentsBrian Paul
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul
2002-04-10new MMX blend code (Jose Fonseca)Brian Paul