summaryrefslogtreecommitdiff
path: root/src/mesa/main/clip.c
AgeCommit message (Expand)Author
2010-09-27Remove GL_EXT_cull_vertexIan Romanick
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
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-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-03-29Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-09-15more warning fixes (Karl Schultz)Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
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-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-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-04-17New clipping to avoid division by zero bug.Keith Whitwell
2000-04-13applied Keith's fix for the Loki ice bugBrian Paul
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-18Large patch:Keith Whitwell
1999-08-19Initial revisionjtg