summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
Commit message (Expand)AuthorAgeFilesLines
* prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul2001-12-041-6/+12
* added test implementation of GL_ARB_window_posBrian Paul2001-11-181-2/+3
* added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul2001-11-061-1/+2
* added GL_ARB_texture_mirrored_repeatBrian Paul2001-10-171-1/+2
* Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell2001-07-281-2/+1
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-1/+3
* More raster fog coord fixes.Brian Paul2001-06-261-1/+2
* added GL_IBM_rasterpos_clip extensionBrian Paul2001-06-261-1/+4
* Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul2001-06-131-3/+3
* removed old, redundant CurrentTransformUnit state varBrian Paul2001-06-121-2/+1
* added current raster fog coord and related codeBrian Paul2001-05-301-2/+3
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-13/+31
* initial support for GL_SGIS_generate_mipmap extensionBrian Paul2001-05-211-7/+7
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-4/+8
* Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul2001-04-201-2/+5
* Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul2001-04-171-1/+3
* Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell2001-03-291-35/+13
* Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell2001-03-291-23/+16
* Removed DD_Z_NEVER.Brian Paul2001-03-291-58/+33
* - Restore texImage->IntFormat.Gareth Hughes2001-03-281-1/+2
* More texture format updates. Drivers now need only plug an appropriateGareth Hughes2001-03-281-6/+4
* Updates required for DRI drivers on mesa-3-5-branch.Gareth Hughes2001-03-271-1/+4
* added GL_ARB_texture_border_clampBrian Paul2001-03-261-6/+7
* - Minor cleanups of ctx->Driver.Current*Primitive usage.Gareth Hughes2001-03-241-4/+3
* Some more minor cleanups of macros.Gareth Hughes2001-03-231-37/+37
* Remove compiler warnings about ASSERT_OUTSIDE_BEGIN_END() macro.Gareth Hughes2001-03-231-3/+8
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-38/+1
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-10/+26
* Remove dead #define.Keith Whitwell2001-03-171-2/+1
* removed ARB_texture_env_add bool flag, use EXT_texture_env_add flagBrian Paul2001-03-151-2/+1
* Support for swappable tnl modules.Gareth Hughes2001-03-111-2/+24
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.Brian Paul2001-02-281-2/+2
* Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul2001-02-201-1/+3
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-32/+38
* Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul2001-02-171-1/+3
* 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