summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
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
2007-07-03use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457Brian
2007-06-29simplify INIT_SPAN codeBrian
2007-06-29s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()Brian
2007-06-29Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors wer...Brian
2007-06-29ObsoleteBrian
2007-06-29overhaul point rasterization, no longer use s_pointtemp.hBrian
2007-06-22fix bug rendering points with fragment program (see #11330)Brian
2007-06-22Fix feedback color bug #11332. In feedback mode, produce float colors.Brian
2007-06-21fix rgba pointer bug hit on zoomed+fogged glDrawPixelsBrian
2007-06-21Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian