summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_span.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-27mesa: make sure the gotten value isn't greater than theXiang, Haihao1-2/+5
2007-05-02changes to get DDX/DDY working againBrian1-0/+4
2007-04-21Fix color sum bug 10688.Brian1-1/+6
2007-04-19Don't allow deferredTexture if using occlusion query and a frag shader.Brian1-4/+17
2007-04-18check _PreferPixelFog in _swrast_span_default_fog(), see bug 10669Brian1-5/+14
2007-04-07fix comment typoBrian1-1/+1
2007-03-26Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel...Brian1-0/+29
2007-03-13be smarter about which fragment attribs are interpolated before running frag ...Brian1-11/+21
2007-03-11Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1.Brian1-70/+82
2007-03-07fix deferredTexture bugBrian1-1/+1
2007-02-02unroll inner loop of interpolate_varying()Brian1-13/+22
2007-02-02simplify interpolate_texcoords()Brian1-262/+126
2007-02-02Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian1-59/+62
2007-02-02New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ...Brian1-7/+9
2007-02-01commentsBrian1-2/+4
2007-02-01New SWspanarrays attribs[] array.Brian1-17/+48
2007-01-25asst fixes, tranpose span->varying array indexesBrian1-38/+54
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian1-1/+1
2006-12-15varying var changesBrian1-2/+2
2006-12-15Renamed s_nvfragprog.[ch] to s_fragprog.[ch]Brian1-1/+1
2006-12-14Remove include of s_arbshader.hBrian1-1/+0
2006-12-13Checkpoint for GLSL compiler changes.Brian1-28/+20
2006-11-01fix some bugs in interpolate_specular()Brian Paul1-23/+29
2006-10-22Color clamping fixes.Brian Paul1-1/+1
2006-10-21fix another logic error in computing deferredTextureBrian Paul1-5/+9
2006-10-21For deferredTexture, need to check if the fragment program/shader writesBrian Paul1-6/+31
2006-10-21move interpolate_varying() callBrian Paul1-4/+2
2006-10-21Move interpolate_texcoords() and interpolate_varying() calls into shade_textu...Brian Paul1-21/+18
2006-10-19Consolidate some code into shade_texture_span().Brian Paul1-84/+81
2006-10-19fix problem when CHAN_BITS == 32 (bug 8704), remove unneeded assertionBrian Paul1-1/+4
2006-10-18added clamp_colors(), updated assertionsBrian Paul1-21/+33
2006-10-17Always convert colors to float before running a fragment shader/program.Brian Paul1-13/+24
2006-10-17Seperate interpolate_colors() and interpolate_specular().Brian Paul1-174/+192
2006-10-17apply_aa_coverage() for ubyte/ushort/floatBrian Paul1-6/+32
2006-10-17Fix CHAN_BITS=32 issues.Brian Paul1-0/+7
2006-10-12Lots of changes to support runtime renderbuffer depths.Brian Paul1-8/+17
2006-10-11use _mesa_convert_colors(), update some assertionsBrian Paul1-102/+26
2006-10-06deal with union/aliasing in convert_color_type()Brian Paul1-24/+40
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-17/+17
2006-09-29more changes for runtime renderbuffer depthsBrian Paul1-107/+359
2006-09-25Initial work for supporting different renderbuffer color depths at runtime.Brian Paul1-2/+51
2006-09-24Change logicop, blend, masking functions to use the colors/indexes in theBrian Paul1-5/+5
2006-09-24Roll the multi_write_rgba_span() code into _swrast_write_rgba_span().Brian Paul1-159/+131
2006-09-22Use _Enabled rather than _Active when checking for fragment shadersKeith Whitwell1-10/+10
2006-08-01Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol1-2/+8
2006-04-26fix an assertionBrian Paul1-1/+1
2006-04-14Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]UnitsBrian Paul1-1/+2
2006-04-11More GLSL code:Michal Krol1-15/+55
2006-03-21GLSL fixes:Michal Krol1-3/+3
2006-03-03Fix bogus span mask in s_atifragshader.c leading to trouble when the pixel wa...Roland Scheidegger1-4/+5