summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2008-09-21swrast: remove dead file not present in masterKeith Whitwell
2008-09-21swrast: remove merge droppingsKeith Whitwell
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-18mesa: remove unneeded s_drawpix.h headerBrian
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-13mesa: return after _mesa_problem() callsGuillaume Melquiond
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-20mesa: fix float blend bugMark Anderson
2008-08-13mesa: fix a swrast state validation bugBrian Paul
2008-08-11mesa: added comment about gl_PointCoordBrian Paul
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-07-08added null texObj ptr check (bug 15567)Brian Paul
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-06-19mesa: tweak mipmap level selection for cube mapsBrian Paul
2008-06-16mesa: allocate pixel zoom arrays on heap, not stackBrian Paul
2008-06-09mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul
2008-05-14Consolidate texture fetch code and use partial derivatives when possible.Brian Paul
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2008-05-14mesa: sync up swrast/s_fragprog.c with masterBrian Paul
2008-05-09swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie
2008-05-08mesa: Call RENDER_FINISH on the zero pixel case.Xiang, Haihao
2008-04-25gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/Brian Paul
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis
2008-04-14fix multi-draw buffer regressionBrian
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21add a number of PBO validate/map/unmap functionsBrian Paul
2008-03-21add a number of PBO validate/map/unmap functionsBrian
2008-03-20mesa: The span array is only populated in single-pixelXiang, Haihao
2008-03-09fix botched test for clearing color buffers (should fix depth peeling regress...Brian
2008-02-25Remove files of unsupported build systems.José Fonseca
2008-01-22Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian
2008-01-05check if span length > 0 before calling _swrast_write_rgba_span()Brian
2007-12-18Fix mismatched map/unmap of buffers in swrast read/drawpixels error paths.Eric Anholt
2007-12-14fix polygon cull regressionBrian
2007-12-04fix span->facing computation and gl_FrontFacing initializationBrian
2007-11-30fix broken two-sided stencilBrian
2007-11-30Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj
2007-11-27improve 24-bit Z to 32-bit Z conversionBrian
2007-11-23Consolidate texture fetch code and use partial derivatives when possible.Brian
2007-11-23need to check border width in sample_linear_2d() - fixes failed assertion in ...Brian
2007-11-22Consolidate point size computation, clamping in get_size().Brian
2007-11-20clamp lambda to Min/MaxLodBrian
2007-11-19fix some texture format assertions, etcBrian
2007-11-19fix out-of-bounds array index (ix=-1)Brian
2007-10-31Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk