summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-05-11generate X86 dispatch codeBrian Paul
2000-05-11recover from offset=? condition, code clean-upBrian Paul
2000-05-11recover from offset=? conditionBrian Paul
2000-05-10fixed PB bugs, removed MutablePixels, MonoPixels from GLcontextBrian Paul
2000-05-10more GL_EXT_convolution workBrian Paul
2000-05-09removed printfBrian Paul
2000-05-07Added point UserSize, cleaned up point drawing codeBrian Paul
2000-05-07Err, initial code for GL_EXT_convolution, not histogramBrian Paul
2000-05-07initial code for GL_EXT_histogram extensionBrian Paul
2000-05-05fixed glDrawBuffer(GL_NONE) bugBrian Paul
2000-05-05replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()Brian Paul
2000-05-05toggle DD_LINE_SMOOTH in GL_LINE_SMOOTH caseBrian Paul
2000-05-05added check for tmuRam==4 for Voodoo2 (Bernd)Brian Paul
2000-05-05fixed the nested extern warningBrian Paul
2000-05-04EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-05-04conditionally include some fields in the context struct for DRI / non-DRIBrian Paul
2000-05-04made fxMesaCurrentCtx staticBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-05-04implemented GL_EXT_histogram extensionBrian Paul
2000-04-22call _mesa_initialize_context()Brian Paul
2000-04-22added _mesa_initialize_buffer/visual()Brian Paul
2000-04-22removed old profiling codeBrian Paul
2000-04-20updated RENDERER versionBrian Paul
2000-04-20minor clean-upBrian Paul
2000-04-19Use smooth shaded triangles always. Fix SoF bug.Keith Whitwell
2000-04-19minor clean-upBrian Paul
2000-04-18more color table and imaging workBrian Paul
2000-04-17New clipping to avoid division by zero bug.Keith Whitwell
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul
2000-04-17work on GL_SGI_color_tableBrian Paul
2000-04-15added a comment about FP overflowsBrian Paul
2000-04-15cleaned up whitespaceBrian Paul
2000-04-15minor updatesBrian Paul
2000-04-15wrapper for grTexLodBiasValue()Brian Paul
2000-04-14applied Bernd's changes to useBGR codeBrian Paul
2000-04-14 Committing in .Jouk Jansen
2000-04-13applied Keith's fix for the Loki ice bugBrian Paul
2000-04-12more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul
2000-04-12more GL_SGI_color_table extension workBrian Paul
2000-04-11renamed alpha buffer functionsBrian Paul
2000-04-11renamed stencil functionsBrian Paul
2000-04-11fixed duplicate variable problemBrian Paul
2000-04-11silenced warnings in FX_grSstPerfStats()Brian Paul
2000-04-11fixed bug in XF86 writeRegionClipped()Brian Paul
2000-04-11clip depth/stencil spans to window boundsBrian Paul
2000-04-11initial work on GL_SGI_color_table extensionBrian Paul
2000-04-11fixed stride problem in read_R5G6B5_spanBrian Paul
2000-04-10added some more functionsBrian Paul
2000-04-10added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul