summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-05-19protect PFNGLCOLORSUBTABLEEXTPROC from multi-definedBrian Paul
2000-05-19added a bunch of imaging functionsBrian Paul
2000-05-19added const to compressed tex image functionsBrian Paul
2000-05-19Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without ditherBrian Paul
2000-05-18added glTbufferMask3DFX(), enabled texture compression functionsBrian Paul
2000-05-18DeleteTexturesEXT was missingBrian Paul
2000-05-18changed ATTRIBLIST_SIZE to 32Brian Paul
2000-05-18now generated from bin/glx86asm.py scriptBrian Paul
2000-05-18bunch of updates to static_functions[]Brian Paul
2000-05-18added tbuffer and compressed teximage extension functionsBrian Paul
2000-05-18added Kevin's 32bpp Z buffer fixBrian Paul
2000-05-18replaced components with internalFormatBrian Paul
2000-05-18updated to version 10Brian Paul
2000-05-18added glPointParameterf[v]SGIS()Brian Paul
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-08a few Alpha tweaks (Michael Champigny)Brian Paul
2000-05-08fixed bug in loop over screensBrian 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-07more error reportingBrian 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 GL_HAS_GLEXTBrian Paul
2000-05-04added a bunch of missing token valuesBrian 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-04added GL_EXT_histogramBrian Paul
2000-05-04implemented GL_EXT_histogram extensionBrian Paul
2000-05-03fixed backslash typo in sunos configsBrian Paul
2000-05-03fixed tar file list of widget filesBrian Paul
2000-05-03removed glxdpyinfoBrian Paul
2000-05-03Removed. Use glxinfo instead.Brian Paul
2000-05-02removed all DRI-ismsBrian Paul
2000-04-24removed extra /Brian Paul
2000-04-22more error checking. Query GLX client vendor stringBrian 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