Header file clean-up:
[mesa.git] / src / mesa / main / attrib.c
2002-10-24 Brian PaulHeader file clean-up:
2002-10-17 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-11 Brian Paulcheck EXT_point_parameters before calling PointParamete...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-09-03 Brian Pauls/5/NUM_TEXTURE_TARGETS/
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-06-07 Brian Paulfixed point sprite bug
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-04-01 Brian Paulminor optimization in GL_TRANSFORM_BIT popping
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-03-28 Brian Paulpopping of user-defined clip planes was broken
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-01-05 Brian Paulinfrastructure for vertex program attribute evaluators
2001-12-14 Brian Paulvertex program check-in
2001-09-18 Karl Schultzcompiler warnings
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-08-07 Brian Paulfixed a glPush/PopAttrib bug related to texture binding...
2001-08-07 Brian Paulfixed NewState update bugs in _mesa_PopClientAttrib()
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-04-17 Brian PaulFixed a number of minor GL_ARB_texture_env_combine...
2001-04-11 Brian PaulReimplemented glPopAttrib code for GL_TEXTURE_BIT....
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-01-29 Brian PaulGL_SHADE_MODEL wasn't popped correctly
2001-01-24 Brian Paulredo _mesa_PopAttrib() to call Mesa state functions...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-14 Brian PaulRenamed texture object _P to _MaxLevel and _M to _MaxLa...
2000-11-27 Brian PaulSet ENABLE_LIGHT according to ctx->Light.Enabled whethe...
2000-11-22 Jouk Jansen Committing in .
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-09-28 Brian Paulremoved ctx->Texture.Enabled, use ctx->Texture.ReallyEn...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-07-19 Brian Paulrestore driver depth test enable/disable state in PopAt...
2000-07-05 Brian Pauladded texture cube map state save/restore
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-10 Brian PaulglPopAttrib() now calls Driver's ClearColor, ClearIndex...
2000-03-03 Brian Pauladded LineWidth device driver function
2000-02-27 Keith Whitwelladd callbacks for stipple
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix
2000-02-02 Brian Paulupdated includes for source file reorg
1999-11-23 Keith Whitwellanother typo
1999-11-22 Brian Paulfixed shade model bug (A.Borrmann)
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulchanges to silence MSVC warnings
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-11 Jouk Jansen#include <stdlib.h>
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-19 Keith WhitwellCleaning up
1999-09-18 Keith WhitwellLarge patch:
1999-09-16 Keith WhitwellDo pop for GL_VIEWPORT_BIT via. the api
1999-08-19 jtgInitial revision