Clean-up/renaming of the per-vertex attribute bits, specifically, the
[mesa.git] / src / mesa / main / mtypes.h
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-12 Brian Pauladded some comments
2002-01-11 Brian PaulMoved _mesa_VertexAttribPointerNV into varray.c.
2002-01-06 Brian Paulimplemented vertex program point size control
2002-01-06 Brian PaulAnother vertex program checkpoint: clean-up of vertex...
2002-01-05 Brian Paulinfrastructure for vertex program attribute evaluators
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-12-04 Brian Paulprototype implementation of GL_ARB_depth_texture, GL_AR...
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-10-17 Brian Pauladded GL_ARB_texture_mirrored_repeat
2001-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-06-26 Brian PaulMore raster fog coord fixes.
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-06-12 Brian Paulremoved old, redundant CurrentTransformUnit state var
2001-05-30 Brian Pauladded current raster fog coord and related code
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-20 Brian PaulFixed a texture conversion problem: sometimes need...
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 .