mesa: add _mesa_program_state_value_size() helper
[mesa.git] / src / mesa / swrast / s_aatriangle.c
2020-04-21 Dylan BakerReplace IROUND_POS with _mesa_roundevenf
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2015-04-01 Brian Paulswrast: remove unneeded #include of colormac.h
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2014-06-17 Matt Turnerswrast: Remove unused solve_plane_recip().
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...
2012-01-27 Chad Versaceswrast: Fix fixed-function fragment processing
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-06 Brian Paulswrast: simplify assertion to silence warning
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Brian Paulmesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENAB...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
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-30 Nicolas Kaiserswrast: remove duplicated include
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Brian Paulswrast: remove unused compute_coveragei() function
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-03 Ian Romanickswrast: Remove support for rendering antialiased triang...
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-24 Brians/DO_TEXVAR/DO_ATTRIBS/
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-05 BrianMerge SWvertex texcoord and varying fields into attrib...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2005-11-05 Brian Paulremove unneeded #include
2004-12-18 Brian PaulConsolidate _swrast_write_texture_span() into _swrast_w...
2003-12-09 Brian PaulUpdate NEED_SECONDARY_COLOR macro to test if either...
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-19 Karl SchultzAdd include for context.h to define NEED_SECONDARY_COLOR.
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-25 Brian Pauloptimize compute_coveragef (Evgeny Kotsuba)
2003-01-22 Brian Paulimproved solve_plane_chan() (Evgeny Kotsuba)
2003-01-20 Brian Pauluse COPY_CHAN4 macro
2002-10-24 Brian PaulHeader file clean-up:
2002-10-18 Karl SchultzAdd casts to quiet compiler warnings.
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-03-16 Brian PaulNew mipmap lambda calculation. Previously, trilinear...
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-11-13 Brian Paulimproved AA subpixel sample positions (Ray Tice)
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-05-29 Brian Paulremoved unused var
2001-05-17 Keith WhitwellFix order of decomposition of quad.
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-15 Brian Paulminor clean-ups and more comments
2001-05-10 Brian Paulfixed some divide by zero problems found w/ conform
2001-04-10 Brian Paulfixed some divide by zero conformance problems
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-28 Brian Pauladjustment to coverage sample positions
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
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-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.