summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2000-06-27removed bad DrawDestMask assignmentsBrian Paul
2000-06-27fixed type checking errorBrian Paul
2000-06-27fixed an assertion and minor bugBrian Paul
2000-06-27init Point.UserSizeBrian Paul
2000-06-26disabled some ctx->NeedEyeCoords shortcutsBrian Paul
2000-06-26updating mat ambient/emissive was broke. always compute ctx->EyeZDirBrian Paul
2000-06-24Performance fix for unfilled triangles on mga and i810 hardware.Keith Whitwell
2000-06-23fixed ColorMask test in update_rasterflags()Brian Paul
2000-06-22Added FREE(depth) in error clause before returnBrian Paul
2000-06-19fix GL_BACK color material bugKeith Whitwell
2000-06-19check for special cases of value = 0 or 1 in glAccumBrian Paul
2000-06-15revamped glCopyTexSubImage1/2/3D() to be more like glCopyTexImage1/2/3D()Brian Paul
2000-06-12GL_TEXTURE_BASE_LEVEL wasn't working correctlyBrian Paul
2000-06-12define GL_GLEXT_PROTOTYPES for glext.hBrian Paul
2000-06-12added EXT version of vertex array functionsBrian Paul
2000-06-12added EXT version of vertex array functionsBrian Paul
2000-06-08added GL_EXT_packed_pixels extension, subset of GL 1.2Brian Paul
2000-06-06more work on GL_ARB_texture_compressionBrian Paul
2000-06-05added ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()Brian Paul
2000-06-05 Committing in .Jouk Jansen
2000-05-30initial work for GL_NV_blend_square extensionBrian Paul
2000-05-30more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-26applied Eero Pajarre's patch for WindowsBrian Paul
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-24changed allocation/initialization of API dispatch tablesBrian 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-23register recent GL extensions for libGL compatibilityBrian 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-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-19fixed alignment bug in _mesa_image_row_stride()Brian Paul
2000-05-19added a bunch of imaging functionsBrian Paul
2000-05-18added Kevin's 32bpp Z buffer fixBrian Paul
2000-05-18replaced components with internalFormatBrian 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-05toggle DD_LINE_SMOOTH in GL_LINE_SMOOTH caseBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-05-04implemented GL_EXT_histogram extensionBrian Paul
2000-04-22added _mesa_initialize_buffer/visual()Brian Paul