Age | Commit message (Expand) | Author |
2001-07-28 | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell |
2001-07-13 | assorted changes for supporting GLfloat color channels (not done) | Brian Paul |
2001-06-26 | More raster fog coord fixes. | Brian Paul |
2001-06-26 | added GL_IBM_rasterpos_clip extension | Brian Paul |
2001-06-13 | Allow different max texture sizes for 1/2D, 3D and cube maps. | Brian Paul |
2001-06-12 | removed old, redundant CurrentTransformUnit state var | Brian Paul |
2001-05-30 | added current raster fog coord and related code | Brian Paul |
2001-05-29 | infrastructure for GL_ARB_multisample | Brian Paul |
2001-05-21 | initial support for GL_SGIS_generate_mipmap extension | Brian Paul |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell |
2001-04-20 | Fixed a texture conversion problem: sometimes need to produce an intermediate | Brian Paul |
2001-04-17 | Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues. | Brian Paul |
2001-03-29 | Remove ENABLE_* flags, ctx->_Enabled. | Keith Whitwell |
2001-03-29 | Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT. | Keith Whitwell |
2001-03-29 | Removed DD_Z_NEVER. | Brian Paul |
2001-03-28 | - Restore texImage->IntFormat. | Gareth Hughes |
2001-03-28 | More texture format updates. Drivers now need only plug an appropriate | Gareth Hughes |
2001-03-27 | Updates required for DRI drivers on mesa-3-5-branch. | Gareth Hughes |
2001-03-26 | added GL_ARB_texture_border_clamp | Brian Paul |
2001-03-24 | - Minor cleanups of ctx->Driver.Current*Primitive usage. | Gareth Hughes |
2001-03-23 | Some more minor cleanups of macros. | Gareth Hughes |
2001-03-23 | Remove compiler warnings about ASSERT_OUTSIDE_BEGIN_END() macro. | Gareth Hughes |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-18 | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes |
2001-03-17 | Remove dead #define. | Keith Whitwell |
2001-03-15 | removed ARB_texture_env_add bool flag, use EXT_texture_env_add flag | Brian Paul |
2001-03-11 | Support for swappable tnl modules. | Gareth Hughes |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-28 | GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead. | Brian Paul |
2001-02-20 | Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture. | Brian Paul |
2001-02-17 | Changed FetchTexel() function pointer arguments. | Brian Paul |
2001-02-17 | Work in glGetTexImage() to return GL_COLOR_INDEX images. | Brian Paul |
2001-02-06 | Overhaul of texture image handling. | Brian Paul |
2001-01-29 | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell |
2001-01-24 | removed the unused/broken GL_PGI_misc_hints extension | Brian Paul |
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2001-01-08 | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell |
2001-01-08 | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell |
2001-01-06 | Implementation of GL_EXT_texture_env_dot3. | Gareth Hughes |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell |
2001-01-02 | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul |
2000-12-27 | fix demos/fire, enable lazy vertex flushing | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-12-14 | Renamed texture object _P to _MaxLevel and _M to _MaxLambda. | Brian Paul |
2000-12-08 | Initial work on GL_MESA_sprite_point extension. | Brian Paul |
2000-11-28 | Pass scale and bias values to _mesa_scale_and_bias_rgba(). | Brian Paul |
2000-11-27 | Added MaxClipPlanes and MaxLights to gl_constants struct so T&L | Brian Paul |
2000-11-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell |
2000-11-22 | Committing in . | Jouk Jansen |