glthread: rename marshal.h/c to glthread_marshal.h and glthread_shaderobj.c
[mesa.git] / src / mesa / main / clip.c
2017-06-21 Marek Olšákmesa: don't flag _NEW_TRANSFORM for st/mesa if possible
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-01-22 Eric Anholtmesa: Drop manual checks for outside begin/end.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-19 Brian Paulmesa: consolidate clip plane update code
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-27 Ian RomanickRemove GL_EXT_cull_vertex
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-12 Brian Paulmesa: don't include m_xform.h where not needed
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-09-15 Brian Paulmore warning fixes (Karl Schultz)
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-27 Brian PaulAdded MaxClipPlanes and MaxLights to gl_constants struc...
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-04-17 Keith WhitwellNew clipping to avoid division by zero bug.
2000-04-13 Brian Paulapplied Keith's fix for the Loki ice bug
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-18 Keith WhitwellLarge patch:
1999-08-19 jtgInitial revision