summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* swrast: Remove unnecessary header.Vinson Lee2010-03-281-1/+0
* swrast: improve depth texture mipmap selectionBrian Paul2010-03-231-11/+30
* swrast: remove unused compute_coveragei() functionBrian Paul2010-03-171-82/+0
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* windows: fix compilation errors and warningsKarl Schultz2010-03-101-1/+1
* swrast: Remove redundant test of the visual's accumulation buffer sizeIan Romanick2010-03-051-5/+1
* swrast: Adjust colors based on ReadBuffer visual, not context visualIan Romanick2010-03-051-9/+9
* swrast: Remove stray comment that mentions ctx->VisualIan Romanick2010-03-051-1/+0
* mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick2010-03-031-1/+1
* swrast: Remove _swrast_logicop_ci_spanIan Romanick2010-03-032-33/+0
* swrast: Remove color-index rendering support from s_spantemp.hIan Romanick2010-03-031-15/+1
* swrast: Remove SPAN_INDEXIan Romanick2010-03-031-7/+6
* swrast: Remove _swrast_read_index_spanIan Romanick2010-03-032-72/+0
* swrast: Remove _swrast_mask_ci_spanIan Romanick2010-03-032-36/+0
* swrast: Remove _swrast_fog_ci_span and associated codeIan Romanick2010-03-032-89/+0
* swrast: Remove _swrast_write_index_span and associated codeIan Romanick2010-03-032-278/+0
* swrast: Remove remaining color-index state tracking infrastructureIan Romanick2010-03-032-63/+39
* swrast: Remove support for ReadPixels from a color-index bufferIan Romanick2010-03-031-65/+2
* swrast: Remove support for Clear into a color-index bufferIan Romanick2010-03-031-103/+6
* swrast: Remove support for rendering antialiased lines into a color-index bufferIan Romanick2010-03-032-73/+9
* swrast: Remove support for rendering antialiased triangles into a color-index...Ian Romanick2010-03-032-71/+1
* swrast: Remove support for rendering lines into a color-index bufferIan Romanick2010-03-032-61/+5
* swrast: Remove support for rendering points into a color-index bufferIan Romanick2010-03-031-40/+16
* swrast: Remove support for rendering triangles into a color-index bufferIan Romanick2010-03-032-75/+4
* swrast: Remove support for Bitmap into a color-index bufferIan Romanick2010-03-031-12/+3
* swrast: Remove _swrast_write_zoomed_index_span and associated codeIan Romanick2010-03-032-50/+2
* swrast: Remove support for CopyPixels to / from a color-index bufferIan Romanick2010-03-031-112/+5
* swrast: Remove support for DrawPixels into a color-index bufferIan Romanick2010-03-031-79/+2
* swrast: add 0.5 bias in tex_array_slice() per the specBrian Paul2010-02-251-1/+1
* swrast: the only wrap mode for selecting texture array slices is clampBrian Paul2010-02-251-9/+20
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-194-44/+44
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-193-12/+11
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-4/+4
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-193-5/+5
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-195-21/+21
* swrast: fix left side clippingBrian Paul2010-02-181-3/+36
* mesa: Fix compiler warningsKarl Schultz2010-02-134-6/+6
* swrast: s/FIXED_TO_FLOAT/FixedToFloat/Brian Paul2010-01-271-2/+2
* swrast: silence double->float assignment warningsBrian Paul2010-01-2711-52/+53
* swrast: Implement ARB_fragment_coord_conventions but don't enable.Eric Anholt2010-01-261-0/+10
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-222-14/+34
|\
| * swrast: add missing call to _swrast_depth_bounds_test()Brian Paul2010-01-151-0/+7
| * swrast: fix broken _swrast_depth_clamp_span()Brian Paul2010-01-151-14/+27
* | Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-201-6/+0
|\ \
| * \ Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-1215-104/+140
| |\ \
| * | | mesa/main: Add more OpenGL ES types to glheader.h.Chia-I Wu2009-11-051-6/+0
* | | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-1412-13/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | swrast: Remove unnecessary header from s_accum.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary header from s_atifragshader.c.Vinson Lee2010-01-131-1/+0