summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2000-07-10Fix for miscolored rects in display lists.Keith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-07testKeith Whitwell
2000-07-05changed MAX_WIDTH to 2048 to handle 2K texturesBrian Paul
2000-07-05added texture cube map state save/restoreBrian Paul
2000-07-05Holger's fixes for GL_EXT_texture_env_combineBrian Paul
2000-06-30added histogram sink testBrian Paul
2000-06-30initialize some color table scale/bias factorsBrian Paul
2000-06-30enabled GL_POST_CONVOLUTION_COLOR_TABLEBrian Paul
2000-06-30NeedEyeCoords if non-uniform scale transformBrian Paul
2000-06-29fixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)Brian Paul
2000-06-29added GL_TABLE_TOO_LARGE to gl_error()Brian Paul
2000-06-29several colortable fixesBrian Paul
2000-06-29don't add light's ambient color to BaseColor in gl_update_lighting()Brian Paul
2000-06-28add separate specular color support in multitextured_rgba_points()Brian Paul
2000-06-28added flat_multitextured_line()Brian Paul
2000-06-28fixed two proxy texture typosBrian Paul
2000-06-28added code to initialize shininess tablesBrian Paul
2000-06-27initialize TextureStack matricesBrian Paul
2000-06-27added aligned memory allocations (Gareth Hughes)Brian Paul
2000-06-27added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul
2000-06-27fixed GL_INTENSITY error checking bugBrian Paul
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-16replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to work-a...Brian Paul
2000-06-15revamped glCopyTexSubImage1/2/3D() to be more like glCopyTexImage1/2/3D()Brian Paul
2000-06-14moved #define of LLBL into assyntax.h fileBrian Paul
2000-06-14added dummy function to silence compiler warningBrian Paul
2000-06-12GL_TEXTURE_BASE_LEVEL wasn't working correctlyBrian Paul
2000-06-12define GL_GLEXT_PROTOTYPES for glext.hBrian Paul
2000-06-12changed dispatch of GL_EXT_vertex_array functionsBrian Paul
2000-06-12added EXT version of vertex array functionsBrian Paul
2000-06-12added EXT version of vertex array functionsBrian Paul