| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | swrast: Reduce header file inclusion in s_fragprog.h. | Vinson Lee | 2010-08-07 | 2 | -1/+3 |
* | swrast: Reduce header file inclusion in s_fog.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
* | swrast: Clean up header file inclusion in s_depth.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
* | swrast: Include missing header in s_context.h. | Vinson Lee | 2010-08-07 | 1 | -0/+1 |
* | swrast: Clean up header file inclusion in s_blend.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
* | swrast: Clean up header file inclusion in s_atifragshader.h. | Vinson Lee | 2010-08-07 | 2 | -1/+3 |
* | swrast: Clean up header file inclusion in s_alpha.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
* | swrast: Reduce header file inclusion in s_aatriangle.h. | Vinson Lee | 2010-08-06 | 1 | -1/+1 |
* | swrast: Reduce header file inclusion in s_aaline.h. | Vinson Lee | 2010-08-06 | 1 | -1/+1 |
* | swrast: Remove unnecessary headers. | Vinson Lee | 2010-07-31 | 6 | -6/+0 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-07-30 | 2 | -2/+0 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 5 | -6/+6 |
* | mesa: move atifragshader.[ch] to main/ | Brian Paul | 2010-06-10 | 1 | -1/+1 |
* | swrast: When reading from a 0-bits r,g,b channel, return 0 not 1. | Eric Anholt | 2010-06-10 | 1 | -3/+11 |
* | swrast: Remove unnecessary header. | Vinson Lee | 2010-03-28 | 1 | -1/+0 |
* | swrast: improve depth texture mipmap selection | Brian Paul | 2010-03-23 | 1 | -11/+30 |
* | swrast: remove unused compute_coveragei() function | Brian Paul | 2010-03-17 | 1 | -82/+0 |
* | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 1 | -1/+1 |
* | windows: fix compilation errors and warnings | Karl Schultz | 2010-03-10 | 1 | -1/+1 |
* | swrast: Remove redundant test of the visual's accumulation buffer size | Ian Romanick | 2010-03-05 | 1 | -5/+1 |
* | swrast: Adjust colors based on ReadBuffer visual, not context visual | Ian Romanick | 2010-03-05 | 1 | -9/+9 |
* | swrast: Remove stray comment that mentions ctx->Visual | Ian Romanick | 2010-03-05 | 1 | -1/+0 |
* | mesa: Eliminate index parameter to _mesa_feedback_vertex | Ian Romanick | 2010-03-03 | 1 | -1/+1 |
* | swrast: Remove _swrast_logicop_ci_span | Ian Romanick | 2010-03-03 | 2 | -33/+0 |
* | swrast: Remove color-index rendering support from s_spantemp.h | Ian Romanick | 2010-03-03 | 1 | -15/+1 |
* | swrast: Remove SPAN_INDEX | Ian Romanick | 2010-03-03 | 1 | -7/+6 |
* | swrast: Remove _swrast_read_index_span | Ian Romanick | 2010-03-03 | 2 | -72/+0 |
* | swrast: Remove _swrast_mask_ci_span | Ian Romanick | 2010-03-03 | 2 | -36/+0 |
* | swrast: Remove _swrast_fog_ci_span and associated code | Ian Romanick | 2010-03-03 | 2 | -89/+0 |
* | swrast: Remove _swrast_write_index_span and associated code | Ian Romanick | 2010-03-03 | 2 | -278/+0 |
* | swrast: Remove remaining color-index state tracking infrastructure | Ian Romanick | 2010-03-03 | 2 | -63/+39 |
* | swrast: Remove support for ReadPixels from a color-index buffer | Ian Romanick | 2010-03-03 | 1 | -65/+2 |
* | swrast: Remove support for Clear into a color-index buffer | Ian Romanick | 2010-03-03 | 1 | -103/+6 |
* | swrast: Remove support for rendering antialiased lines into a color-index buffer | Ian Romanick | 2010-03-03 | 2 | -73/+9 |
* | swrast: Remove support for rendering antialiased triangles into a color-index... | Ian Romanick | 2010-03-03 | 2 | -71/+1 |
* | swrast: Remove support for rendering lines into a color-index buffer | Ian Romanick | 2010-03-03 | 2 | -61/+5 |
* | swrast: Remove support for rendering points into a color-index buffer | Ian Romanick | 2010-03-03 | 1 | -40/+16 |
* | swrast: Remove support for rendering triangles into a color-index buffer | Ian Romanick | 2010-03-03 | 2 | -75/+4 |
* | swrast: Remove support for Bitmap into a color-index buffer | Ian Romanick | 2010-03-03 | 1 | -12/+3 |
* | swrast: Remove _swrast_write_zoomed_index_span and associated code | Ian Romanick | 2010-03-03 | 2 | -50/+2 |
* | swrast: Remove support for CopyPixels to / from a color-index buffer | Ian Romanick | 2010-03-03 | 1 | -112/+5 |
* | swrast: Remove support for DrawPixels into a color-index buffer | Ian Romanick | 2010-03-03 | 1 | -79/+2 |
* | swrast: add 0.5 bias in tex_array_slice() per the spec | Brian Paul | 2010-02-25 | 1 | -1/+1 |
* | swrast: the only wrap mode for selecting texture array slices is clamp | Brian Paul | 2010-02-25 | 1 | -9/+20 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 4 | -44/+44 |
* | mesa: replace _mesa_bzero() with memset() | Brian Paul | 2010-02-19 | 3 | -12/+11 |
* | mesa: replace old MEMCPY macro with memcpy | Brian Paul | 2010-02-19 | 1 | -4/+4 |
* | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | 2010-02-19 | 3 | -5/+5 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 5 | -21/+21 |