summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-27another patch for win32 joysticksBrian 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-23applied joystick patch from Michael ChampignyBrian 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-15added Motif info messageBrian 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
2000-06-11Lots of small updates to GGIMesa, tracking LibGGI internals changesJon Taylor
2000-06-08variety of updates to better conform to real GLXBrian 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-05fixed bugs in fxSetupDepthTest()Brian Paul
2000-06-05added missing GL_BGRA caseBrian 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-26include glheader.h instead of system headersBrian Paul
2000-05-26applied Eero Pajarre's patch for WindowsBrian 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-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