summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_span.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-07mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.Eric Anholt
2010-08-10swrast: fix span color array pointer assignment for 32-bit/channel renderingM.Froehlich@science-computing.de
2010-07-31swrast: Remove unnecessary headers.Vinson Lee
2010-03-10windows: fix compilation errors and warningsKarl Schultz
2010-03-03swrast: Remove _swrast_read_index_spanIan Romanick
2010-03-03swrast: Remove _swrast_write_index_span and associated codeIan Romanick
2010-03-03swrast: Remove remaining color-index state tracking infrastructureIan Romanick
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-18swrast: fix left side clippingBrian Paul
2010-01-27swrast: silence double->float assignment warningsBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-15swrast: add missing call to _swrast_depth_bounds_test()Brian Paul
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-31swrast: use different temp array in _swrast_get_dest_rgba()Brian Paul
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-29mesa: per-buffer blend enabled flagsBrian Paul
2009-10-29mesa: Mostly fix swrast's ARB_depth_clamp support.Eric Anholt
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-06-03swrast: always do span clipping in _swrast_write_rgba_span()Brian Paul
2009-05-07swrast: fix span clipping bugBrian Paul
2009-04-07swrast: restore !shader check around add_specular()Brian Paul
2009-04-06swrast: fix secondary color add for glBitmapBrian Paul
2009-04-01swrast: fix glDrawBuffer(GL_FRONT_AND_BACK)Brian Paul
2009-03-17swrast: use better _swrast_compute_lambda() functionBrian Paul
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul
2009-03-02swrast: use _EnabledCoordUnits for fixed-function texturingBrian Paul
2009-02-04swrast: add minor commentsBrian Paul
2009-01-20mesa: silence uninitialized var warningsBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2008-04-14fix multi-draw buffer regressionBrian
2008-03-20mesa: The span array is only populated in single-pixelXiang, Haihao
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian
2007-10-24Implement gl_PointCoord attribute for GLSL fragment shaders.Brian
2007-09-27mesa: make sure the gotten value isn't greater than theXiang, Haihao
2007-08-16remove reference to ctx->Color.DrawBufferBrian
2007-07-26fix color interpolation for CHAN_BITS==32Brian
2007-06-29Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors wer...Brian
2007-06-22fix bug rendering points with fragment program (see #11330)Brian
2007-06-21fix rgba pointer bug hit on zoomed+fogged glDrawPixelsBrian
2007-06-21Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian
2007-06-20fix glDrawPixels + fragment program problemBrian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-05-02changes to get DDX/DDY working againBrian
2007-04-21Fix color sum bug 10688.Brian
2007-04-19Don't allow deferredTexture if using occlusion query and a frag shader.Brian