summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.c
AgeCommit message (Expand)Author
2001-08-07fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel)Brian Paul
2001-08-07fixed NewState update bugs in _mesa_PopClientAttrib()Brian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-05-03minor clean-ups and warning fixesBrian Paul
2001-04-17Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul
2001-04-11Reimplemented glPopAttrib code for GL_TEXTURE_BIT. It now calls theBrian Paul
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-20Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul
2001-01-29GL_SHADE_MODEL wasn't popped correctlyBrian Paul
2001-01-24redo _mesa_PopAttrib() to call Mesa state functions so derived state is updatedBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-14Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul
2000-11-27Set ENABLE_LIGHT according to ctx->Light.Enabled whether or notBrian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-08-21implemented new ImageTransferState bitmaskBrian Paul
2000-07-19restore driver depth test enable/disable state in PopAttrib()Brian Paul
2000-07-05added texture cube map state save/restoreBrian Paul
2000-05-07Err, initial code for GL_EXT_convolution, not histogramBrian Paul
2000-05-07initial code for GL_EXT_histogram extensionBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-03-10glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functionsBrian Paul
2000-03-03added LineWidth device driver functionBrian Paul
2000-02-27add callbacks for stippleKeith Whitwell
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
2000-02-02replaced gl_ prefix with _mesa_ prefixBrian Paul
2000-02-02updated includes for source file reorgBrian Paul
1999-11-23another typoKeith Whitwell
1999-11-22fixed shade model bug (A.Borrmann)Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08changes to silence MSVC warningsBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-11#include <stdlib.h>Jouk Jansen
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul