summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/attrib.c
Commit message (Expand)AuthorAgeFilesLines
* GL_SHADE_MODEL wasn't popped correctlyBrian Paul2001-01-291-2/+2
* redo _mesa_PopAttrib() to call Mesa state functions so derived state is updatedBrian Paul2001-01-241-185/+210
* Lots of GLchan datatype changes.Brian Paul2001-01-241-6/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-12/+11
* Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul2000-12-141-3/+3
* Set ENABLE_LIGHT according to ctx->Light.Enabled whether or notBrian Paul2000-11-271-2/+2
* Committing in .Jouk Jansen2000-11-221-9/+9
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-18/+19
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-1/+5
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-16/+14
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-3/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-4/+21
* More GLchan color channel changes.Brian Paul2000-10-291-1/+2
* Basic work to support deep color channels:Brian Paul2000-10-281-8/+8
* removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul2000-09-281-112/+144
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* implemented new ImageTransferState bitmaskBrian Paul2000-08-211-1/+2
* restore driver depth test enable/disable state in PopAttrib()Brian Paul2000-07-191-1/+4
* added texture cube map state save/restoreBrian Paul2000-07-051-2/+7
* Err, initial code for GL_EXT_convolution, not histogramBrian Paul2000-05-071-1/+1
* initial code for GL_EXT_histogram extensionBrian Paul2000-05-071-1/+7
* added GL_SGIX/SGIS_pixel_texture extensionBrian Paul2000-04-071-1/+5
* fixed compiler warnings on BeOS R4Brian Paul2000-03-191-2/+2
* glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functionsBrian Paul2000-03-101-8/+26
* added LineWidth device driver functionBrian Paul2000-03-031-1/+6
* add callbacks for stippleKeith Whitwell2000-02-271-2/+4
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-1/+5
* replaced gl_ prefix with _mesa_ prefixBrian Paul2000-02-021-41/+19
* updated includes for source file reorgBrian Paul2000-02-021-2/+2
* another typoKeith Whitwell1999-11-231-2/+2
* fixed shade model bug (A.Borrmann)Brian Paul1999-11-221-2/+8
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-20/+43
* changes to silence MSVC warningsBrian Paul1999-11-081-3/+3
* clean-up of header includes (Daryll)Brian Paul1999-11-081-5/+1
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-29/+29
* #include <stdlib.h>Jouk Jansen1999-10-111-2/+2
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-35/+29
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-2/+6
* Cleaning upKeith Whitwell1999-09-191-1/+2
* Large patch:Keith Whitwell1999-09-181-4/+4
* Do pop for GL_VIEWPORT_BIT via. the apiKeith Whitwell1999-09-161-13/+14
* Initial revisionjtg1999-08-191-0/+863