summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
AgeCommit message (Expand)Author
2002-04-02GL_ARB_point_parameters supportBrian Paul
2002-03-29Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul
2002-03-16rename ResizeBuffersMESA to ResizeBuffersBrian Paul
2002-02-13More suport for t&l driversKeith Whitwell
2002-01-12set _NeedEyeCoords to zero if vertex program is enabledBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-14minor dispatach table changesBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-09-18more compiler warning fixesKarl Schultz
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-05-10Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell
2001-03-29Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell
2001-03-29Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
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-02-16Fixed conform problems with recent material tracking change.Keith Whitwell
2001-02-12added debug assertions to be sure drivers initialize all required function po...Brian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul
2001-01-08Still need 'DD_TRI_CULL_FRONT_BACK'Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-16Polygon._OffsetAny wasn't being computedBrian Paul
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul
2000-11-28Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul
2000-11-27Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
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-15added includes to silence warningsBrian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-10replaced _NEW_IMAGING with _NEW_PIXELBrian Paul
2000-11-10renamed imaging files to histogram since that's what's insideBrian Paul
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-10-21fixed a texture enable bugBrian Paul
2000-10-20Changes for multitexture > 3, code clean-ups.Brian Paul
2000-10-18More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now.Brian Paul