Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.
[mesa.git] / src / mesa / main / mtypes.h
2001-04-17 Brian PaulFixed a number of minor GL_ARB_texture_env_combine...
2001-03-29 Keith WhitwellRemove ENABLE_* flags, ctx->_Enabled.
2001-03-29 Keith WhitwellRemoved DD_STENCIL, DD_FEEDBACK, DD_SELECT.
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-28 Gareth Hughes- Restore texImage->IntFormat.
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-27 Gareth HughesUpdates required for DRI drivers on mesa-3-5-branch.
2001-03-26 Brian Pauladded GL_ARB_texture_border_clamp
2001-03-24 Gareth Hughes- Minor cleanups of ctx->Driver.Current*Primitive usage.
2001-03-23 Gareth HughesSome more minor cleanups of macros.
2001-03-23 Gareth HughesRemove compiler warnings about ASSERT_OUTSIDE_BEGIN_END...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-17 Keith WhitwellRemove dead #define.
2001-03-15 Brian Paulremoved ARB_texture_env_add bool flag, use EXT_texture_...
2001-03-11 Gareth HughesSupport for swappable tnl modules.
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-28 Brian PaulGLvisual inside GLframebuffer is no longer a pointer...
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-17 Brian PaulWork in glGetTexImage() to return GL_COLOR_INDEX images.
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2001-01-06 Gareth HughesImplementation of GL_EXT_texture_env_dot3.
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-27 Keith Whitwellfix demos/fire, enable lazy vertex flushing
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-14 Brian PaulRenamed texture object _P to _MaxLevel and _M to _MaxLa...
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
2000-11-27 Brian PaulAdded MaxClipPlanes and MaxLights to gl_constants struc...
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .