summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2002-02-15Finished up GL_ARB_depth_texture and GL_ARB_shadowBrian Paul
2002-02-13More suport for t&l driversKeith Whitwell
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2002-01-12added some commentsBrian Paul
2002-01-11Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul
2002-01-06implemented vertex program point size controlBrian Paul
2002-01-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul
2002-01-05infrastructure for vertex program attribute evaluatorsBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-04prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-11-06added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul
2001-10-17added GL_ARB_texture_mirrored_repeatBrian Paul
2001-07-28Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul
2001-06-26More raster fog coord fixes.Brian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul
2001-06-12removed old, redundant CurrentTransformUnit state varBrian Paul
2001-05-30added current raster fog coord and related codeBrian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-20Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul
2001-04-17Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul
2001-03-29Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell
2001-03-29Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-28- Restore texImage->IntFormat.Gareth Hughes
2001-03-28More texture format updates. Drivers now need only plug an appropriateGareth Hughes
2001-03-27Updates required for DRI drivers on mesa-3-5-branch.Gareth Hughes
2001-03-26added GL_ARB_texture_border_clampBrian Paul
2001-03-24- Minor cleanups of ctx->Driver.Current*Primitive usage.Gareth Hughes
2001-03-23Some more minor cleanups of macros.Gareth Hughes
2001-03-23Remove compiler warnings about ASSERT_OUTSIDE_BEGIN_END() macro.Gareth Hughes
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
2001-03-17Remove dead #define.Keith Whitwell
2001-03-15removed ARB_texture_env_add bool flag, use EXT_texture_env_add flagBrian Paul
2001-03-11Support for swappable tnl modules.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-28GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.Brian Paul
2001-02-20Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-02-17Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul