summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-29Added GL_NV_point_sprite functions: glPointParameteri[v]NV().Brian Paul
2002-05-29added GL_NV_point_sprite entrypointsBrian Paul
2002-05-27added -axK to linux-icc CFLAGSBrian Paul
2002-05-27some initial work for fbconfigs/pbuffersBrian Paul
2002-05-27added GL_NV_point_spriteBrian Paul
2002-05-27removed experiemental GL_MESA_sprite_point extensionBrian Paul
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-06remove -xK flag from linux-iccBrian Paul
2002-05-05added linux-icc config (Marc.Dietrich)Brian Paul
2002-05-02remove test codeAlan Hourihane
2002-05-02glutSwapBuffers implicitly does a glFinish when swapping back to the frontAlan Hourihane
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-22removed CVS $Log commentsBrian Paul
2002-04-22test program for NV_vertex_program + vertex arraysBrian Paul
2002-04-22 Committing in .Jouk Jansen
2002-04-21added to-do list for the 4.1 releaseBrian Paul
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