summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* fix a commentBrian Paul2002-06-161-2/+2
* added a commentBrian Paul2002-06-161-1/+2
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-1514-250/+619
* #ifdef-out unused big-endian texel fetch functionsBrian Paul2002-06-151-2/+3
* added missing ctx parameter to _mesa_debug() callsBrian Paul2002-06-152-4/+5
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-1527-294/+616
* Committing in .Jouk Jansen2002-06-131-2/+2
* Committing in .Jouk Jansen2002-06-131-2/+0
* more removal of fprintf() callsBrian Paul2002-06-136-45/+43
* fixed a couple dumb mistakesBrian Paul2002-06-132-4/+4
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-1322-154/+330
* Moved big/little endian code to glheader.h.Brian Paul2002-06-124-24/+48
* added missing texture cube map targetsBrian Paul2002-06-081-3/+66
* fixed point sprite bugBrian Paul2002-06-071-1/+2
* replaced hard-coded 4 with NUM_TEXTURE_TARGETSBrian Paul2002-06-062-3/+5
* more big-endian tweaksBrian Paul2002-06-052-8/+9
* bring over Michel Daenzer's DRI changesBrian Paul2002-06-032-33/+98
* Added GL_NV_point_sprite functions: glPointParameteri[v]NV().Brian Paul2002-05-293-105/+6
* replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul2002-05-2710-419/+616
* dispatch offsets for ARB_window_posBrian Paul2002-05-274-158/+32
* updated vertex program dispatchBrian Paul2002-05-271-48/+48
* Minor change to current raster position and texcoords.Brian Paul2002-05-095-30/+28
* Fix FETCH(argb1555) mask valuesKeith Whitwell2002-05-091-4/+4
* Implemented GL_ARB_texture_env_crossbar.Brian Paul2002-05-023-92/+89
* replaced GLshort with GLushort in _mesa_sizeof_packed_type()Brian Paul2002-04-261-8/+8
* added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameteriv()Brian Paul2002-04-261-1/+7
* added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameter (bug 548812)Brian Paul2002-04-251-1/+7
* test mapsize against 1, not 0 in glPixelMap()Brian Paul2002-04-241-4/+4
* added GL_EDGE_FLAG_ARRAY_COUNT_EXT to glGetBooleanv() (Bug 548277)Brian Paul2002-04-241-1/+4
* call _mesa_sizeof_packed_type() in _mesa_GetTexImage() (bug 547203)Brian Paul2002-04-231-3/+3
* Test for NULL pointer for LoadMatrix(), MultMatrix() andAlan Hourihane2002-04-221-1/+9
* Committing in .Jouk Jansen2002-04-221-2/+1
* check for vertex program modeBrian Paul2002-04-211-12/+16
* Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul2002-04-211-2/+2
* vertex program attribute array workBrian Paul2002-04-214-14/+14
* Provide a reasonable replacement for __FUNCTION__ when using non GNU CKarl Schultz2002-04-191-2/+10
* Correct check for noop array state change (Raystonn)Alan Hourihane2002-04-191-2/+2
* added some castsBrian Paul2002-04-195-16/+14
* fixes for corrected GL_DOT3_RGB[A]_EXT token valuesBrian Paul2002-04-121-3/+9
* Committing in .Jouk Jansen2002-04-101-9/+2
* bring in changes from dri tcl branchKeith Whitwell2002-04-098-64/+151
* Update filelist to reflect two removed source files.Karl Schultz2002-04-091-2/+0
* remove dead vertex assemblyKeith Whitwell2002-04-092-5/+2
* repair Array.NewState flags (Michael Fitzpatrick)Brian Paul2002-04-041-13/+14
* export more symbols for osmesa (win32)Karl Schultz2002-04-041-0/+2
* fixed some 3D texture image stride bugs when using 16-bit channelsBrian Paul2002-04-041-7/+10
* fixup float/ushort conversion macrosBrian Paul2002-04-041-7/+5
* minor re-orgBrian Paul2002-04-021-5/+5
* GL_ARB_point_parameters supportBrian Paul2002-04-025-21/+35
* minor optimization in GL_TRANSFORM_BIT poppingBrian Paul2002-04-011-4/+6