summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-05-26Added GL_ARB_texture_cube_mapBrian Paul
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-24replaced assertion with a conditional in _glapi_add_entrypoint()Brian Paul
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul
2000-05-24always define GL_ARB_multitexture (OpenGL 1.2.1 feature)Brian Paul
2000-05-24more work on GL_ARB_texture_compressionBrian Paul
2000-05-24replaced _mesa_base_tex_format() with base_colortab_format()Brian Paul
2000-05-23enable and clean-up of paletted texture codeBrian Paul
2000-05-23register recent GL extensions for libGL compatibilityBrian Paul
2000-05-23set default window posBrian Paul
2000-05-23changed glext.h includeBrian Paul
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-05-23more texture cube work, misc code clean-upBrian Paul
2000-05-23more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-22replaced __CYGWIN32__ with __CYGWIN__, misc clean-upBrian Paul
2000-05-22replaced __CYGWIN32__ with __CYGWIN__Brian Paul
2000-05-22added GL_EXT_blend_func_separateBrian Paul
2000-05-22initial code for GL_ARB_texture_cube_mapBrian Paul
2000-05-22added Window-isms previously in gl.hBrian Paul
2000-05-22defined APIENTRY if undefinedBrian Paul
2000-05-22added some Window-isms formerly in gl.hBrian Paul
2000-05-22update for Glide3Brian Paul
2000-05-22include glext.h if GL_GLEXT_LEGACY not definedBrian Paul
2000-05-22moved a lot of Window-isms out of gl.h into other filesBrian Paul
2000-05-20minor tweaks for GLU and GLUT tar filesBrian Paul
2000-05-19fixed alignment bug in _mesa_image_row_stride()Brian Paul
2000-05-19changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...Brian Paul
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