summaryrefslogtreecommitdiff
path: root/src/mesa/main/clip.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03mesa: Move glheader.h from mesa/main/glheader.h to util/glheader.hYonggang Luo1-1/+1
2021-12-23mesa/st: drop clip plane driver state bitsDave Airlie1-1/+2
2021-12-14mesa: remove all GL func forward declarations because they are autogeneratedMarek Olšák1-0/+1
2021-12-06mesa/dd: burn a bunch of legacy driver interfaces downDave Airlie1-3/+0
2021-02-26mesa: don't compute the inverted projection matrix if not usedMarek Olšák1-0/+1
2021-01-30mesa: for every state change, remember states we changed for glPopAttribMarek Olšák1-1/+1
2017-06-22mesa: don't flag _NEW_TRANSFORM for st/mesa if possibleMarek Olšák1-0/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-2/+0
2011-03-19mesa: consolidate clip plane update codeBrian Paul1-14/+14
2010-09-27Remove GL_EXT_cull_vertexIan Romanick1-43/+0
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul1-1/+0
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul1-5/+4
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell1-0/+42
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-2/+2
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+1
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-3/+2
2002-10-24Header file clean-up:Brian Paul1-5/+1
2002-03-29Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul1-3/+3
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul1-7/+8
2001-09-15more warning fixes (Karl Schultz)Brian Paul1-8/+5
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-4/+4
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-3/+3
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-6/+6
2000-12-26Major rework of tnl moduleKeith Whitwell1-9/+9
2000-11-27Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul1-3/+3
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell1-3/+6
2000-11-22 Committing in .Jouk Jansen1-11/+11
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-398/+19
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell1-14/+1
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-21/+21
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-3/+3
2000-10-28New colormac.h file for color-related macros.Brian Paul1-1/+2
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell1-2/+2
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-2/+2
2000-04-17New clipping to avoid division by zero bug.Keith Whitwell1-2/+4
2000-04-13applied Keith's fix for the Loki ice bugBrian Paul1-7/+4
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell1-13/+70
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-13/+15
1999-11-08clean-up of header includes (Daryll)Brian Paul1-4/+1
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-2/+5
1999-09-18Large patch:Keith Whitwell1-90/+86
1999-08-19Initial revisionjtg1-0/+460