summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove empty header file s_trispan.h.Kenneth Graunke2011-02-101-31/+0
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-46/+46
* swrast: Include mtypes.h in s_triangle.c.Vinson Lee2011-01-051-0/+1
* swrast: Remove unnecessary headers.Vinson Lee2011-01-052-2/+0
* swrast: Clean up header file inclusion in s_texfilter.h.Vinson Lee2010-12-251-1/+3
* swrast: Clean up header file inclusion in s_texcombine.h.Vinson Lee2010-12-251-1/+2
* swrast: Clean up header file inclusion in s_masking.h.Vinson Lee2010-12-251-1/+4
* swrast: Clean up header file inclusion in s_logic.h.Vinson Lee2010-12-241-1/+3
* swrast: Clean up header file inclusion in s_fragprog.h.Vinson Lee2010-12-241-1/+2
* swrast: Clean up header file inclusion in s_span.h.Vinson Lee2010-12-241-1/+6
* swrast: Clean up header file inclusion in s_fog.h.Vinson Lee2010-12-241-1/+2
* swrast: Clean up header file inclusion in s_depth.h.Vinson Lee2010-12-241-1/+4
* swrast: Clean up header file inclusion in s_blend.h.Vinson Lee2010-12-241-1/+4
* swrast: Clean up header file inclusion in s_atifragshader.h.Vinson Lee2010-12-241-1/+1
* swrast: Clean up header file inclusion in s_alpha.h.Vinson Lee2010-12-241-2/+2
* swrast: Clean up header file inclusion in s_accum.h.Vinson Lee2010-12-241-1/+2
* swrast: Clean up header file inclusion in s_aatriangle.h.Vinson Lee2010-12-241-1/+1
* swrast: Clean up header file inclusion in s_aaline.h.Vinson Lee2010-12-241-1/+1
* swrast: restructure some glReadPixels() codeBrian Paul2010-12-031-28/+25
* swrast: accept GL_RG in glReadPixels()Brian Paul2010-12-031-16/+3
* swrast: fix indentationBrian Paul2010-12-031-6/+6
* swrast: allow GL_RG format in glDrawPixels()Brian Paul2010-12-031-18/+6
* swrast: avoid large stack allocations in tex combine codeBrian Paul2010-12-021-6/+39
* swrast: avoid large stack allocations in blend codeBrian Paul2010-12-021-1/+13
* swrast: init alpha value to 1.0 in opt_sample_rgb_2d()Brian Paul2010-11-221-0/+1
* Track separate programs for each stageIan Romanick2010-10-271-1/+1
* swrast: Print out format on unexpected failure in _swrast_ReadPixels.Vinson Lee2010-10-271-1/+1
* mesa: split up the image.c fileBrian Paul2010-10-234-4/+7
* swrast: Print out format on unexpected failure in _swrast_DrawPixels.Vinson Lee2010-10-201-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1355-355/+355
* swrast: fix choose_depth_texture_level() to respect mipmap filtering stateBrian Paul2010-10-041-5/+10
* ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODEIan Romanick2010-10-011-0/+3
* swrast: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* swrast: update comments for REMAINDER() macroBrian Paul2010-09-251-2/+5
* mesa: Remove EXT_convolution.Eric Anholt2010-09-233-217/+2
* mesa: Remove EXT_histogram.Eric Anholt2010-09-232-42/+33
* mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.Eric Anholt2010-09-072-3/+6
* mesa: Fix many printf-like warnings.Eric Anholt2010-09-011-1/+1
* swrast: fix span color array pointer assignment for 32-bit/channel rendering[email protected]2010-08-101-0/+17
* swrast: Remove unnecessary header.Vinson Lee2010-08-101-1/+0
* swrast: Reduce header file inclusion in s_zoom.h.Vinson Lee2010-08-071-1/+2
* swrast: Fix header file inclusion in s_texfilter.h.Vinson Lee2010-08-071-1/+2
* swrast: Reduce header file inclusion in s_texcombine.h.Vinson Lee2010-08-071-1/+2
* swrast: Reduce header file inclusion in s_stencil.h.Vinson Lee2010-08-071-1/+2
* swrast: Reduce header file inclusion in s_masking.h.Vinson Lee2010-08-071-1/+2
* swrast: Reduce header file inclusion in s_logic.h.Vinson Lee2010-08-071-1/+2
* swrast: Reduce header file inclusion in s_fragprog.h.Vinson Lee2010-08-072-1/+3
* swrast: Reduce header file inclusion in s_fog.h.Vinson Lee2010-08-071-1/+2
* swrast: Clean up header file inclusion in s_depth.h.Vinson Lee2010-08-071-1/+2
* swrast: Include missing header in s_context.h.Vinson Lee2010-08-071-0/+1