summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)AuthorFilesLines
2008-12-05mesa: assorted clean-ups, updated comments, etc.Brian1-155/+137
2008-12-05mesa: replace large macros with inline functionsBrian1-386/+338
2008-11-28mesa: add missing break statementsBrian Paul1-0/+2
2008-10-10mesa: include needed headerBrian Paul1-0/+1
2008-10-07mesa: pass 'mask', not NULL to renderbuffer->Put functionsBrian Paul1-10/+10
2008-10-06mesa: adjust texcoords for swrast sprite points.Brian Paul1-2/+2
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick1-3/+3
2008-09-18mesa: remove unneeded s_drawpix.h headerBrian2-36/+0
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin1-1/+1
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul47-168/+152
2008-09-13mesa: return after _mesa_problem() callsGuillaume Melquiond1-0/+2
2008-08-20mesa: fix float blend bugMark Anderson1-3/+4
2008-08-13mesa: fix a swrast state validation bugBrian Paul1-1/+9
2008-08-11mesa: added comment about gl_PointCoordBrian Paul1-0/+1
2008-07-08added null texObj ptr check (bug 15567)Brian Paul1-12/+16
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger1-1/+1
2008-06-19mesa: tweak mipmap level selection for cube mapsBrian Paul1-1/+15
2008-06-16mesa: allocate pixel zoom arrays on heap, not stackBrian Paul3-10/+20
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul2-6/+9
2008-05-09swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie1-5/+5
2008-05-08mesa: Call RENDER_FINISH on the zero pixel case.Xiang, Haihao1-1/+3
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis1-65/+0
2008-04-14fix multi-draw buffer regressionBrian1-2/+1
2008-03-21Refactor PBO validate/map code.Brian3-12/+7
2008-03-21add a number of PBO validate/map/unmap functionsBrian3-79/+19
2008-03-20mesa: The span array is only populated in single-pixelXiang, Haihao1-2/+4
2008-03-09fix botched test for clearing color buffers (should fix depth peeling regress...Brian1-3/+4
2008-01-22Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian3-7/+13
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian10-148/+104
2008-01-05check if span length > 0 before calling _swrast_write_rgba_span()Brian1-5/+7
2007-12-18Fix mismatched map/unmap of buffers in swrast read/drawpixels error paths.Eric Anholt2-9/+10
2007-12-14fix polygon cull regressionBrian1-7/+3
2007-12-04fix span->facing computation and gl_FrontFacing initializationBrian2-6/+5
2007-11-30fix broken two-sided stencilBrian10-12/+48
2007-11-30Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj5-77/+71
2007-11-27improve 24-bit Z to 32-bit Z conversionBrian1-2/+3
2007-11-23Consolidate texture fetch code and use partial derivatives when possible.Brian1-11/+12
2007-11-23need to check border width in sample_linear_2d() - fixes failed assertion in ...Brian1-1/+2
2007-11-22Consolidate point size computation, clamping in get_size().Brian1-36/+35
2007-11-20clamp lambda to Min/MaxLodBrian1-3/+6
2007-11-19fix some texture format assertions, etcBrian1-23/+11
2007-11-19fix out-of-bounds array index (ix=-1)Brian1-2/+3
2007-10-31Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk5-65/+75
2007-10-24Implement gl_PointCoord attribute for GLSL fragment shaders.Brian4-52/+69
2007-10-17Replace repeat_remainder() with a simpler macro that just casts args to unsig...Brian1-13/+6
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk1-1/+4
2007-10-02Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk5-13/+32
2007-09-27tweak point rast to fix conform failureBrian1-4/+6
2007-09-27mesa: make sure the gotten value isn't greater than theXiang, Haihao1-2/+5
2007-09-18mesa: Always use the original mask to update stencil bufferXiang, Haihao1-2/+5