summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* minor error message changesBrian Paul2002-08-212-8/+9
* added error checking for glCallLists() type parameterBrian Paul2002-08-171-4/+46
* Coerce vsnprintf to _vsnprintf for windowsKarl Schultz2002-08-031-1/+4
* define MAXSTRING and use vsnprintf to preven overflowsBrian Paul2002-08-011-9/+11
* export new symbols for osmesa libKarl Schultz2002-07-281-0/+3
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-0911-117/+74
* Committing in .Jouk Jansen2002-07-011-2/+2
* Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul2002-06-305-4/+81
* indentation fixBrian Paul2002-06-291-45/+45
* prep for OpenGL 1.4 feature setBrian Paul2002-06-294-12/+72
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-2920-408/+384
* remove an unneeded statement in update_polygon(), added a commentBrian Paul2002-06-251-3/+5
* fix problems in _mesa_debug/printf()Brian Paul2002-06-231-3/+7
* added some _mesa_debug() callsBrian Paul2002-06-231-1/+24
* Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).Brian Paul2002-06-184-311/+662
* Committing in .Jouk Jansen2002-06-181-1/+2
* new fix for initial window size problemBrian Paul2002-06-171-2/+34
* Port glXCopyContext bug from 4.0 branch.Brian Paul2002-06-176-71/+183
* 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