summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/clip.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-2/+0
* mesa: consolidate clip plane update codeBrian Paul2011-03-191-14/+14
* Remove GL_EXT_cull_vertexIan Romanick2010-09-271-43/+0
* mesa: don't include m_xform.h where not neededBrian Paul2009-02-121-1/+0
* Add a set of predicate functions for testing matrices instead of directlyBrian Paul2005-06-301-5/+4
* Add EXT_vertex_cull support to mesaKeith Whitwell2004-05-101-0/+42
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-2/+2
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+1
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-3/+2
* Header file clean-up:Brian Paul2002-10-241-5/+1
* Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul2002-03-291-3/+3
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-7/+8
* more warning fixes (Karl Schultz)Brian Paul2001-09-151-8/+5
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-4/+4
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-3/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-6/+6
* Major rework of tnl moduleKeith Whitwell2000-12-261-9/+9
* Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul2000-11-271-3/+3
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-3/+6
* Committing in .Jouk Jansen2000-11-221-11/+11
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-398/+19
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-14/+1
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-21/+21
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-3/+3
* New colormac.h file for color-related macros.Brian Paul2000-10-281-1/+2
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-2/+2
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* New clipping to avoid division by zero bug.Keith Whitwell2000-04-171-2/+4
* applied Keith's fix for the Loki ice bugBrian Paul2000-04-131-7/+4
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-13/+70
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-13/+15
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-2/+5
* Large patch:Keith Whitwell1999-09-181-90/+86
* Initial revisionjtg1999-08-191-0/+460