summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul2002-04-211-2/+2
* vertex program attribute array workBrian Paul2002-04-211-2/+3
* Provide a reasonable replacement for __FUNCTION__ when using non GNU CKarl Schultz2002-04-191-2/+10
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-13/+22
* Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul2002-03-291-4/+3
* Test implementation of proposed GL_EXT_shadow_funcs extension. This justBrian Paul2002-03-231-1/+2
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-2/+2
* initial work for NV_vertex_program1_1 extensionBrian Paul2002-03-131-1/+7
* Finished up GL_ARB_depth_texture and GL_ARB_shadowBrian Paul2002-02-151-4/+4
* More suport for t&l driversKeith Whitwell2002-02-131-1/+2
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-71/+102
* added some commentsBrian Paul2002-01-121-1/+3
* Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul2002-01-111-2/+2
* implemented vertex program point size controlBrian Paul2002-01-061-1/+4
* Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul2002-01-061-36/+2
* infrastructure for vertex program attribute evaluatorsBrian Paul2002-01-051-1/+7
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-3/+4
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-42/+25
* vertex program check-inBrian Paul2001-12-141-34/+230
* 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