summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
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
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick
2010-03-03swrast: Remove _swrast_logicop_ci_spanIan Romanick
2010-03-03swrast: Remove color-index rendering support from s_spantemp.hIan Romanick
2010-03-03swrast: Remove SPAN_INDEXIan Romanick
2010-03-03swrast: Remove _swrast_read_index_spanIan Romanick
2010-03-03swrast: Remove _swrast_mask_ci_spanIan Romanick
2010-03-03swrast: Remove _swrast_fog_ci_span and associated codeIan Romanick
2010-03-03swrast: Remove _swrast_write_index_span and associated codeIan Romanick
2010-03-03swrast: Remove remaining color-index state tracking infrastructureIan Romanick
2010-03-03swrast: Remove support for ReadPixels from a color-index bufferIan Romanick
2010-03-03swrast: Remove support for Clear into a color-index bufferIan Romanick
2010-03-03swrast: Remove support for rendering antialiased lines into a color-index bufferIan Romanick
2010-03-03swrast: Remove support for rendering antialiased triangles into a color-index...Ian Romanick
2010-03-03swrast: Remove support for rendering lines into a color-index bufferIan Romanick
2010-03-03swrast: Remove support for rendering points into a color-index bufferIan Romanick
2010-03-03swrast: Remove support for rendering triangles into a color-index bufferIan Romanick
2010-03-03swrast: Remove support for Bitmap into a color-index bufferIan Romanick
2010-03-03swrast: Remove _swrast_write_zoomed_index_span and associated codeIan Romanick
2010-03-03swrast: Remove support for CopyPixels to / from a color-index bufferIan Romanick
2010-03-03swrast: Remove support for DrawPixels into a color-index bufferIan Romanick
2010-02-25swrast: add 0.5 bias in tex_array_slice() per the specBrian Paul
2010-02-25swrast: the only wrap mode for selecting texture array slices is clampBrian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke