summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.c
AgeCommit message (Expand)Author
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-02-05fix bug in popping texture color table stateBrian Paul
2003-01-26Make GL_SGI_texture_color_table work per-texture unit.Brian Paul
2003-01-22push/pop color table state (Eric Plante)Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-17Add casts to quiet compiler warnings.Karl Schultz
2002-10-11check EXT_point_parameters before calling PointParameterfvEXT()Brian Paul
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul
2002-09-03s/5/NUM_TEXTURE_TARGETS/Brian Paul
2002-06-17Port glXCopyContext bug from 4.0 branch.Brian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-06-07fixed point sprite bugBrian Paul
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul
2002-04-01minor optimization in GL_TRANSFORM_BIT poppingBrian Paul
2002-03-29Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul
2002-03-28popping of user-defined clip planes was brokenBrian Paul
2002-02-13More suport for t&l driversKeith Whitwell
2002-01-05infrastructure for vertex program attribute evaluatorsBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-09-18compiler warningsKarl Schultz
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-08-07fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel)Brian Paul
2001-08-07fixed NewState update bugs in _mesa_PopClientAttrib()Brian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-05-03minor clean-ups and warning fixesBrian Paul
2001-04-17Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul
2001-04-11Reimplemented glPopAttrib code for GL_TEXTURE_BIT. It now calls theBrian Paul
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-20Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul
2001-01-29GL_SHADE_MODEL wasn't popped correctlyBrian Paul
2001-01-24redo _mesa_PopAttrib() to call Mesa state functions so derived state is updatedBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-14Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul
2000-11-27Set ENABLE_LIGHT according to ctx->Light.Enabled whether or notBrian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell