summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* removed software alpha flag from GLvisual structBrian Paul2000-05-043-16/+18
* added GL_EXT_histogramBrian Paul2000-05-042-2/+6
* implemented GL_EXT_histogram extensionBrian Paul2000-05-046-75/+130
* fixed backslash typo in sunos configsBrian Paul2000-05-031-3/+3
* fixed tar file list of widget filesBrian Paul2000-05-031-3/+30
* removed glxdpyinfoBrian Paul2000-05-031-2/+2
* Removed. Use glxinfo instead.Brian Paul2000-05-031-1072/+0
* removed all DRI-ismsBrian Paul2000-05-021-32/+4
* removed extra /Brian Paul2000-04-241-2/+2
* more error checking. Query GLX client vendor stringBrian Paul2000-04-221-6/+9
* call _mesa_initialize_context()Brian Paul2000-04-221-7/+7
* added _mesa_initialize_buffer/visual()Brian Paul2000-04-222-282/+226
* removed old profiling codeBrian Paul2000-04-221-9/+1
* updated RENDERER versionBrian Paul2000-04-201-1/+1
* minor clean-upBrian Paul2000-04-201-5/+5
* Use smooth shaded triangles always. Fix SoF bug.Keith Whitwell2000-04-191-14/+15
* minor clean-upBrian Paul2000-04-193-25/+53
* added GLX_EXT_import_context, 1.3 misc clean-upBrian Paul2000-04-191-3/+25
* more color table and imaging workBrian Paul2000-04-184-54/+340
* New clipping to avoid division by zero bug.Keith Whitwell2000-04-171-2/+4
* dynamically allocate color table data, uses less memoryBrian Paul2000-04-176-190/+373
* GL_SGI_color_table infoBrian Paul2000-04-172-2/+7
* work on GL_SGI_color_tableBrian Paul2000-04-174-53/+187
* added a comment about FP overflowsBrian Paul2000-04-151-1/+2
* cleaned up whitespaceBrian Paul2000-04-151-41/+41
* minor updatesBrian Paul2000-04-152-1/+3
* wrapper for grTexLodBiasValue()Brian Paul2000-04-152-4/+13
* added GL_NV_texgen_embossBrian Paul2000-04-151-1/+17
* added some missing NV token valuesBrian Paul2000-04-151-9/+63
* more clean-upBrian Paul2000-04-151-27/+27
* version 8, added GL_EXT_texture_cube_mapBrian Paul2000-04-151-12/+33
* applied Bernd's changes to useBGR codeBrian Paul2000-04-141-20/+57
* Committing in .Jouk Jansen2000-04-141-2/+4
* applied Keith's fix for the Loki ice bugBrian Paul2000-04-131-7/+4
* more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul2000-04-124-451/+447
* lots of clean-up, added d/s keysBrian Paul2000-04-121-111/+47
* more GL_SGI_color_table extension workBrian Paul2000-04-126-183/+653
* renamed alpha buffer functionsBrian Paul2000-04-112-5/+5
* renamed stencil functionsBrian Paul2000-04-113-32/+32
* fixed duplicate variable problemBrian Paul2000-04-111-3/+3
* silenced warnings in FX_grSstPerfStats()Brian Paul2000-04-111-1/+1
* fixed bug in XF86 writeRegionClipped()Brian Paul2000-04-111-1/+1
* clip depth/stencil spans to window boundsBrian Paul2000-04-115-56/+178
* initial work on GL_SGI_color_table extensionBrian Paul2000-04-112-21/+45
* fixed stride problem in read_R5G6B5_spanBrian Paul2000-04-111-2/+6
* added some more functionsBrian Paul2000-04-101-1/+112
* added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul2000-04-103-6/+25
* removed bogus GL_ALLOW_DRAW_SPN_HINT_PGI tokenBrian Paul2000-04-101-1/+0
* added missing 1.3 token values, added glXGetFBConfigs(), fixed glXChooseFBCon...Brian Paul2000-04-101-38/+41
* fixed visual selection and reporting resultsBrian Paul2000-04-101-8/+22