summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2010-12-03swrast: restructure some glReadPixels() codeBrian Paul
2010-12-03swrast: accept GL_RG in glReadPixels()Brian Paul
2010-12-03swrast: fix indentationBrian Paul
2010-12-03swrast: allow GL_RG format in glDrawPixels()Brian Paul
2010-12-02swrast: avoid large stack allocations in tex combine codeBrian Paul
2010-12-02swrast: avoid large stack allocations in blend codeBrian Paul
2010-11-22swrast: init alpha value to 1.0 in opt_sample_rgb_2d()Brian Paul
2010-10-27Track separate programs for each stageIan Romanick
2010-10-27swrast: Print out format on unexpected failure in _swrast_ReadPixels.Vinson Lee
2010-10-23mesa: split up the image.c fileBrian Paul
2010-10-20swrast: Print out format on unexpected failure in _swrast_DrawPixels.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-04swrast: fix choose_depth_texture_level() to respect mipmap filtering stateBrian Paul
2010-10-01ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODEIan Romanick
2010-09-30swrast: remove duplicated includeNicolas Kaiser
2010-09-25swrast: update comments for REMAINDER() macroBrian Paul
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-23mesa: Remove EXT_histogram.Eric Anholt
2010-09-07mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.Eric Anholt
2010-09-01mesa: Fix many printf-like warnings.Eric Anholt
2010-08-10swrast: fix span color array pointer assignment for 32-bit/channel renderingM.Froehlich@science-computing.de
2010-08-10swrast: Remove unnecessary header.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_zoom.h.Vinson Lee
2010-08-07swrast: Fix header file inclusion in s_texfilter.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_texcombine.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_stencil.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_masking.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_logic.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_fragprog.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_fog.h.Vinson Lee
2010-08-07swrast: Clean up header file inclusion in s_depth.h.Vinson Lee
2010-08-07swrast: Include missing header in s_context.h.Vinson Lee
2010-08-07swrast: Clean up header file inclusion in s_blend.h.Vinson Lee
2010-08-07swrast: Clean up header file inclusion in s_atifragshader.h.Vinson Lee
2010-08-07swrast: Clean up header file inclusion in s_alpha.h.Vinson Lee
2010-08-06swrast: Reduce header file inclusion in s_aatriangle.h.Vinson Lee
2010-08-06swrast: Reduce header file inclusion in s_aaline.h.Vinson Lee
2010-07-31swrast: Remove unnecessary headers.Vinson Lee
2010-07-30mesa: Remove unnecessary headers.Vinson Lee
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-10mesa: move atifragshader.[ch] to main/Brian Paul
2010-06-10swrast: When reading from a 0-bits r,g,b channel, return 0 not 1.Eric Anholt
2010-03-28swrast: Remove unnecessary header.Vinson Lee
2010-03-23swrast: improve depth texture mipmap selectionBrian Paul
2010-03-17swrast: remove unused compute_coveragei() functionBrian Paul
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-10windows: fix compilation errors and warningsKarl Schultz
2010-03-05swrast: Remove redundant test of the visual's accumulation buffer sizeIan Romanick
2010-03-05swrast: Adjust colors based on ReadBuffer visual, not context visualIan Romanick
2010-03-05swrast: Remove stray comment that mentions ctx->VisualIan Romanick