index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast
/
s_span.c
Age
Commit message (
Expand
)
Author
2010-03-10
windows: fix compilation errors and warnings
Karl Schultz
2010-03-03
swrast: Remove _swrast_read_index_span
Ian Romanick
2010-03-03
swrast: Remove _swrast_write_index_span and associated code
Ian Romanick
2010-03-03
swrast: Remove remaining color-index state tracking infrastructure
Ian Romanick
2010-02-19
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-18
swrast: fix left side clipping
Brian Paul
2010-01-27
swrast: silence double->float assignment warnings
Brian Paul
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-15
swrast: add missing call to _swrast_depth_bounds_test()
Brian Paul
2009-12-31
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
swrast: use different temp array in _swrast_get_dest_rgba()
Brian Paul
2009-12-29
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
mesa: per-buffer blend enabled flags
Brian Paul
2009-10-29
mesa: Mostly fix swrast's ARB_depth_clamp support.
Eric Anholt
2009-09-30
mesa/main: New feature FEATURE_queryobj.
Chia-I Wu
2009-09-08
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-06-03
swrast: always do span clipping in _swrast_write_rgba_span()
Brian Paul
2009-05-07
swrast: fix span clipping bug
Brian Paul
2009-04-07
swrast: restore !shader check around add_specular()
Brian Paul
2009-04-06
swrast: fix secondary color add for glBitmap
Brian Paul
2009-04-01
swrast: fix glDrawBuffer(GL_FRONT_AND_BACK)
Brian Paul
2009-03-17
swrast: use better _swrast_compute_lambda() function
Brian Paul
2009-03-02
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
swrast: use _EnabledCoordUnits for fixed-function texturing
Brian Paul
2009-02-04
swrast: add minor comments
Brian Paul
2009-01-20
mesa: silence uninitialized var warnings
Brian Paul
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-05-14
Updated GLSL uniform/sampler handling from gallium-0.1 branch
Brian Paul
2008-04-14
fix multi-draw buffer regression
Brian
2008-03-20
mesa: The span array is only populated in single-pixel
Xiang, Haihao
2008-01-06
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2007-10-24
Implement gl_PointCoord attribute for GLSL fragment shaders.
Brian
2007-09-27
mesa: make sure the gotten value isn't greater than the
Xiang, Haihao
2007-08-16
remove reference to ctx->Color.DrawBuffer
Brian
2007-07-26
fix color interpolation for CHAN_BITS==32
Brian
2007-06-29
Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors wer...
Brian
2007-06-22
fix bug rendering points with fragment program (see #11330)
Brian
2007-06-21
fix rgba pointer bug hit on zoomed+fogged glDrawPixels
Brian
2007-06-21
Another round of fixing attribute interpolation for glDraw/CopyPixels.
Brian
2007-06-20
fix glDrawPixels + fragment program problem
Brian
2007-05-20
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
2007-05-02
changes to get DDX/DDY working again
Brian
2007-04-21
Fix color sum bug 10688.
Brian
2007-04-19
Don't allow deferredTexture if using occlusion query and a frag shader.
Brian
2007-04-18
check _PreferPixelFog in _swrast_span_default_fog(), see bug 10669
Brian
2007-04-07
fix comment typo
Brian
2007-03-26
Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel...
Brian
2007-03-13
be smarter about which fragment attribs are interpolated before running frag ...
Brian
[next]