swrast: replace RENDER_START/FINISH macros with inline functions
[mesa.git] / src / mesa / swrast / s_context.h
2009-01-30 Brian Paulswrast: replace RENDER_START/FINISH macros with inline...
2009-01-30 Brian Paulswrast: replace macro with inline function
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-16 Brian Paulmesa: allocate pixel zoom arrays on heap, not stack
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2007-11-30 Brianfix broken two-sided stencil
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
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 BrianImprove the code for interpolating fragment attributes...
2007-04-19 BrianPut gl_program_machine into swrast structure rather...
2007-04-17 BrianEnable texture sampling for vertex programs/shaders.
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-11 BrianImplement support for GL_ARB_draw_buffers with GL_MAX_D...
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...
2007-02-01 Brianmove span-related types/tokens into s_span.h
2007-01-25 Briannew comments, ideas
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 Brianvarying var changes
2006-10-12 Brian PaulLots of changes to support runtime renderbuffer depths.
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-09-29 Brian Paulmore changes for runtime renderbuffer depths
2006-09-25 Brian PaulInitial work for supporting different renderbuffer...
2006-09-21 Brian Paulremove rgb[] array from span_arrays_struct - was only...
2006-04-11 Michal KrolMore GLSL code:
2006-03-26 Brian Paulmerge from texman branch
2006-01-26 Brian PaulNew comments, clean-up of fields related to point/line...
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-08 Ian RomanickAt keithw's request, remove all traces of the "fragment...
2005-09-21 Brian Paulreplace GLdepth with GLuint and remove GLdepth
2005-09-16 Brian Paulchange some comments
2005-09-16 Brian PaulRework the texture filtering functions a bit.
2005-09-16 Brian Paulmore GLuint->GLbitfield changes
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-05 Brian Paulremove obsolete CurrentBufferBit
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-10-13 Brian PaulFix minor fog / fragment program state bug.
2004-09-10 Brian PaulMore updates for Doxygen.
2004-04-14 Keith WhitwellUse tcc and the emitted C code from s_fragprog_to_c...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-02-17 Brian PaulA bit of an overhaul of the fog code.
2004-02-17 Brian Pauladded SPAN_W
2003-10-22 Kendall BennettMore SciTech SNAP updates. Some of these files didn...
2003-09-18 Brian Pauls/_backface_sign/_BackfaceSign/
2003-09-17 Brian Paulmove a comment
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-03-16 Brian PaulStore partial derivative values in sw_span structure.
2003-02-28 Brian Paulminor typo
2003-02-23 Brian PaulMove span stuff from swrast.h to s_context.h (it's...
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-29 Brian Paulupdated email addresses
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-04 Brian Paulmultiple GL_POINTS can now be rendered together into...
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-05-02 Brian PaulImplemented GL_ARB_texture_env_crossbar.
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2002-01-10 Brian PaulKlaus's latest patches: change texcoord[3] to texcoord...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-08-14 Brian PaulFixes for 32-bit GLchans: smooth/flat/textured triangle...
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-05-17 Keith WhitwellFix order of decomposition of quad.
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
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 Paul_MinMagThresh[] should be GLfloat
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2000-11-22 Jouk Jansen Committing in .
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...