summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup
AgeCommit message (Expand)Author
2002-01-06implemented vertex program point size controlBrian Paul
2002-01-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian 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-09-14more warning fixes (Karl Schultz)Brian Paul
2001-07-17Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-04-30Restore optimization for cva glArrayElement operation.Keith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-03-29Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-21* src/swrast_setup/ss_tritmp.h (quad): Changed name of this function topesco
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-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell
2001-02-16Fixed conform problems with recent material tracking change.Keith Whitwell
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-17Fixes for performance bug on compiled array element paths.Keith Whitwell
2001-01-16Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-08Compute attenuated point size in a new pipeline stage.Brian 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-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-10minor changes to silence compiler warningsBrian Paul
2000-11-07fixed very obvious fog bugKeith Whitwell
2000-11-06added a setup function for selection/feedbackBrian Paul
2000-11-05A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell