summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
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-08added null texObj ptr check (bug 15567)Brian Paul
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-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian 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-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-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-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
2007-10-24Implement gl_PointCoord attribute for GLSL fragment shaders.Brian
2007-10-17Replace repeat_remainder() with a simpler macro that just casts args to unsig...Brian
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk
2007-10-02Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk
2007-09-27tweak point rast to fix conform failureBrian
2007-09-27mesa: make sure the gotten value isn't greater than theXiang, Haihao
2007-09-18mesa: Always use the original mask to update stencil bufferXiang, Haihao
2007-09-14fix copypixels overlap test bug (#12417)Brian
2007-08-16remove reference to ctx->Color.DrawBufferBrian
2007-08-07fix even-sized point positioning (bug 11874)Brian
2007-07-26fix color interpolation for CHAN_BITS==32Brian
2007-07-26don't use rgba_line() if CHAN_BITS==32Brian
2007-07-25Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-07-11clean-up of stencil codeBrian
2007-07-08Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-07-03fix StepX/StepY typoBrian