summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian2008-01-223-7/+13
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-0610-148/+104
* check if span length > 0 before calling _swrast_write_rgba_span()Brian2008-01-051-5/+7
* Fix mismatched map/unmap of buffers in swrast read/drawpixels error paths.Eric Anholt2007-12-182-9/+10
* fix polygon cull regressionBrian2007-12-141-7/+3
* fix span->facing computation and gl_FrontFacing initializationBrian2007-12-042-6/+5
* fix broken two-sided stencilBrian2007-11-3010-12/+48
* Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj2007-11-305-77/+71
|\
| * improve 24-bit Z to 32-bit Z conversionBrian2007-11-271-2/+3
| * Consolidate texture fetch code and use partial derivatives when possible.Brian2007-11-231-11/+12
| * need to check border width in sample_linear_2d() - fixes failed assertion in ...Brian2007-11-231-1/+2
| * Consolidate point size computation, clamping in get_size().Brian2007-11-221-36/+35
| * clamp lambda to Min/MaxLodBrian2007-11-201-3/+6
| * fix some texture format assertions, etcBrian2007-11-191-23/+11
| * fix out-of-bounds array index (ix=-1)Brian2007-11-191-2/+3
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-10-315-65/+75
|\ \ | |/
| * Implement gl_PointCoord attribute for GLSL fragment shaders.Brian2007-10-244-52/+69
| * Replace repeat_remainder() with a simpler macro that just casts args to unsig...Brian2007-10-171-13/+6
* | Update of OpenVMS makefiles for the use of "new" include file conventionJouk2007-10-031-1/+4
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-10-025-13/+32
|\ \ | |/
| * tweak point rast to fix conform failureBrian2007-09-271-4/+6
| * mesa: make sure the gotten value isn't greater than theXiang, Haihao2007-09-271-2/+5
| * mesa: Always use the original mask to update stencil bufferXiang, Haihao2007-09-181-2/+5
| * fix copypixels overlap test bug (#12417)Brian2007-09-141-2/+9
| * remove reference to ctx->Color.DrawBufferBrian2007-08-161-1/+1
| * fix even-sized point positioning (bug 11874)Brian2007-08-071-4/+4
| * fix color interpolation for CHAN_BITS==32Brian2007-07-261-1/+1
| * don't use rgba_line() if CHAN_BITS==32Brian2007-07-261-1/+5
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-07-2523-745/+627
|\ \ | |/
| * Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-213-12/+16
| * clean-up of stencil codeBrian2007-07-111-50/+35
| * Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian2007-07-081-3/+3
| * Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-045-13/+12
| * fix StepX/StepY typoBrian2007-07-031-1/+1
| * use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457Brian2007-07-031-6/+5
| * simplify INIT_SPAN codeBrian2007-06-2912-31/+55
| * s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()Brian2007-06-291-1/+1
| * Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors wer...Brian2007-06-294-26/+15
| * ObsoleteBrian2007-06-291-406/+0
| * overhaul point rasterization, no longer use s_pointtemp.hBrian2007-06-291-192/+465
| * fix bug rendering points with fragment program (see #11330)Brian2007-06-222-9/+18
| * Fix feedback color bug #11332. In feedback mode, produce float colors.Brian2007-06-221-6/+1
| * fix rgba pointer bug hit on zoomed+fogged glDrawPixelsBrian2007-06-212-12/+12
| * Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian2007-06-213-15/+32
| * rename _swrast_update_fragment_attribs()Brian2007-06-211-3/+4
| * fix glDrawPixels + fragment program problemBrian2007-06-201-2/+9
| * copy wpos attrib info into zoomed span (fixes fog perspective correction prob...Brian2007-06-201-2/+4
| * Rework _mesa_update_texture_compare_function() to only be called duringBrian2007-06-111-20/+0
| * Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian2007-06-111-1/+1
| * Temporarily disable the calls to _mesa_update_texture_compare_function().Brian2007-06-111-0/+4