summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Overhaul of texture image handling.Brian Paul2001-02-061-2/+14
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-3/+3
* removed the unused/broken GL_PGI_misc_hints extensionBrian Paul2001-01-241-8/+1
* Lots of GLchan datatype changes.Brian Paul2001-01-241-2/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-36/+9
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-3/+4
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-1/+2
* Implementation of GL_EXT_texture_env_dot3.Gareth Hughes2001-01-061-27/+28
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-2/+1
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-8/+14
* fix demos/fire, enable lazy vertex flushingKeith Whitwell2000-12-271-3/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-130/+140
* Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul2000-12-141-5/+5
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-081-2/+4
* Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul2000-11-281-7/+9
* Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul2000-11-271-1/+3
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-20/+4
* Committing in .Jouk Jansen2000-11-221-0/+1712