Age | Commit message (Expand) | Author |
2010-10-27 | Track separate programs for each stage | Ian Romanick |
2010-10-27 | swrast: Print out format on unexpected failure in _swrast_ReadPixels. | Vinson Lee |
2010-10-23 | mesa: split up the image.c file | Brian Paul |
2010-10-20 | swrast: Print out format on unexpected failure in _swrast_DrawPixels. | Vinson Lee |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-04 | swrast: fix choose_depth_texture_level() to respect mipmap filtering state | Brian Paul |
2010-10-01 | ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODE | Ian Romanick |
2010-09-30 | swrast: remove duplicated include | Nicolas Kaiser |
2010-09-25 | swrast: update comments for REMAINDER() macro | Brian Paul |
2010-09-23 | mesa: Remove EXT_convolution. | Eric Anholt |
2010-09-23 | mesa: Remove EXT_histogram. | Eric Anholt |
2010-09-07 | mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it. | Eric Anholt |
2010-09-01 | mesa: Fix many printf-like warnings. | Eric Anholt |
2010-08-10 | swrast: fix span color array pointer assignment for 32-bit/channel rendering | M.Froehlich@science-computing.de |
2010-08-10 | swrast: Remove unnecessary header. | Vinson Lee |
2010-08-07 | swrast: Reduce header file inclusion in s_zoom.h. | Vinson Lee |
2010-08-07 | swrast: Fix header file inclusion in s_texfilter.h. | Vinson Lee |
2010-08-07 | swrast: Reduce header file inclusion in s_texcombine.h. | Vinson Lee |
2010-08-07 | swrast: Reduce header file inclusion in s_stencil.h. | Vinson Lee |
2010-08-07 | swrast: Reduce header file inclusion in s_masking.h. | Vinson Lee |
2010-08-07 | swrast: Reduce header file inclusion in s_logic.h. | Vinson Lee |
2010-08-07 | swrast: Reduce header file inclusion in s_fragprog.h. | Vinson Lee |
2010-08-07 | swrast: Reduce header file inclusion in s_fog.h. | Vinson Lee |
2010-08-07 | swrast: Clean up header file inclusion in s_depth.h. | Vinson Lee |
2010-08-07 | swrast: Include missing header in s_context.h. | Vinson Lee |
2010-08-07 | swrast: Clean up header file inclusion in s_blend.h. | Vinson Lee |
2010-08-07 | swrast: Clean up header file inclusion in s_atifragshader.h. | Vinson Lee |
2010-08-07 | swrast: Clean up header file inclusion in s_alpha.h. | Vinson Lee |
2010-08-06 | swrast: Reduce header file inclusion in s_aatriangle.h. | Vinson Lee |
2010-08-06 | swrast: Reduce header file inclusion in s_aaline.h. | Vinson Lee |
2010-07-31 | swrast: Remove unnecessary headers. | Vinson Lee |
2010-07-30 | mesa: Remove unnecessary headers. | Vinson Lee |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-06-10 | mesa: move atifragshader.[ch] to main/ | Brian Paul |
2010-06-10 | swrast: When reading from a 0-bits r,g,b channel, return 0 not 1. | Eric Anholt |
2010-03-28 | swrast: Remove unnecessary header. | Vinson Lee |
2010-03-23 | swrast: improve depth texture mipmap selection | Brian Paul |
2010-03-17 | swrast: remove unused compute_coveragei() function | Brian Paul |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-03-10 | windows: fix compilation errors and warnings | Karl Schultz |
2010-03-05 | swrast: Remove redundant test of the visual's accumulation buffer size | Ian Romanick |
2010-03-05 | swrast: Adjust colors based on ReadBuffer visual, not context visual | Ian Romanick |
2010-03-05 | swrast: Remove stray comment that mentions ctx->Visual | Ian Romanick |
2010-03-03 | mesa: Eliminate index parameter to _mesa_feedback_vertex | Ian Romanick |
2010-03-03 | swrast: Remove _swrast_logicop_ci_span | Ian Romanick |
2010-03-03 | swrast: Remove color-index rendering support from s_spantemp.h | Ian Romanick |
2010-03-03 | swrast: Remove SPAN_INDEX | Ian Romanick |
2010-03-03 | swrast: Remove _swrast_read_index_span | Ian Romanick |
2010-03-03 | swrast: Remove _swrast_mask_ci_span | Ian Romanick |
2010-03-03 | swrast: Remove _swrast_fog_ci_span and associated code | Ian Romanick |