aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | swrast: Remove unnecessary header from s_bitmap.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary headers from s_copypix.c.Vinson Lee2010-01-131-2/+0
| * | swrast: Remove unnecessary header from s_depth.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary header from s_drawpix.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary header from s_feedback.c.Vinson Lee2010-01-131-1/+0
| * | swrast: Remove unnecessary header from s_fragprog.c.Vinson Lee2010-01-121-1/+0
| * | swrast: Remove unnecessary header in s_lines.c.Vinson Lee2010-01-121-1/+0
| * | swrast: Remove unnecessary header from s_points.c.Vinson Lee2010-01-121-1/+0
| * | swrast: Remove unnecessary header from s_readpix.c.Vinson Lee2010-01-121-1/+0
| * | swrast: Remove unnecessary header from s_texcombine.c.Vinson Lee2010-01-121-1/+0
* | | swrast: fix color masking for glAccum(GL_RETURN)Brian Paul2010-01-071-4/+4
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-19/+19
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-7/+3
|\| |
| * | swrast: use different temp array in _swrast_get_dest_rgba()Brian Paul2009-12-311-7/+3
* | | swrast: add check for conditional renderingBrian Paul2009-12-315-0/+20
* | | mesa: implement per-buffer color maskingBrian Paul2009-12-297-59/+59
* | | mesa: per-buffer blend enabled flagsBrian Paul2009-12-291-1/+1
|/ /
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-152-1/+7
|\ \
| * | swrast: Silence uninitialized variable warnings in s_triangle.cVinson Lee2009-12-121-0/+6