summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
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
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-18swrast: fix left side clippingBrian Paul
2010-02-13mesa: Fix compiler warningsKarl Schultz
2010-01-27swrast: s/FIXED_TO_FLOAT/FixedToFloat/Brian Paul
2010-01-27swrast: silence double->float assignment warningsBrian Paul
2010-01-26swrast: Implement ARB_fragment_coord_conventions but don't enable.Eric Anholt
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-15swrast: add missing call to _swrast_depth_bounds_test()Brian Paul
2010-01-15swrast: fix broken _swrast_depth_clamp_span()Brian Paul
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-13swrast: Remove unnecessary header from s_accum.c.Vinson Lee
2010-01-13swrast: Remove unnecessary header from s_atifragshader.c.Vinson Lee
2010-01-13swrast: Remove unnecessary header from s_bitmap.c.Vinson Lee
2010-01-13swrast: Remove unnecessary headers from s_copypix.c.Vinson Lee
2010-01-13swrast: Remove unnecessary header from s_depth.c.Vinson Lee
2010-01-13swrast: Remove unnecessary header from s_drawpix.c.Vinson Lee
2010-01-13swrast: Remove unnecessary header from s_feedback.c.Vinson Lee
2010-01-12swrast: Remove unnecessary header from s_fragprog.c.Vinson Lee
2010-01-12swrast: Remove unnecessary header in s_lines.c.Vinson Lee
2010-01-12swrast: Remove unnecessary header from s_points.c.Vinson Lee
2010-01-12swrast: Remove unnecessary header from s_readpix.c.Vinson Lee
2010-01-12swrast: Remove unnecessary header from s_texcombine.c.Vinson Lee