| Commit message (Expand) | Author | Age | Files | Lines |
* | APPLE_object_purgeable: xml | Chris Wilson | 2010-03-04 | 3 | -0/+39 |
* | DRI: Put back missing break-statement | Ian Romanick | 2010-03-04 | 1 | -0/+1 |
* | Revert "mesa: Fix unsigned comparison." | Vinson Lee | 2010-03-04 | 1 | -1/+1 |
* | glsl: Remove unsigned greater than or equal zero comparison. | Vinson Lee | 2010-03-04 | 1 | -1/+1 |
* | mesa: Fix unsigned comparison. | Vinson Lee | 2010-03-04 | 1 | -1/+1 |
* | glsl: Remove unsigned greater than or equal zero comparison. | Vinson Lee | 2010-03-04 | 1 | -1/+1 |
* | glsl: Return NULL on _slan_gen_asm error path on non-debug builds. | Vinson Lee | 2010-03-04 | 1 | -0/+1 |
* | glsl: Add assert to check input to strcmp. | Vinson Lee | 2010-03-04 | 1 | -0/+1 |
* | mesa: Add asserts to check inputs to memcpy. | Vinson Lee | 2010-03-04 | 1 | -0/+2 |
* | r300: make blit code work on swtcl machines. | Dave Airlie | 2010-03-04 | 1 | -5/+18 |
* | r300_blit: initialise whole fp structure to 0 | Dave Airlie | 2010-03-04 | 1 | -0/+1 |
* | Remove ffb and gamma from configs. | Vinson Lee | 2010-03-03 | 5 | -9/+3 |
* | wgl: Fix mingw32 build. | Vinson Lee | 2010-03-03 | 1 | -2/+0 |
* | Fix unmatched parenthesis introduce by previous commits | Ian Romanick | 2010-03-03 | 6 | -6/+6 |
* | Note removal of pre-GCC 3.3.0 support in release notes. | Ian Romanick | 2010-03-03 | 1 | -0/+1 |
* | Remove support for GCC older than 3.3.0 from generated sources | Ian Romanick | 2010-03-03 | 6 | -8/+8 |
* | Remove support for GCC older than 3.3.0 from generator scripts | Ian Romanick | 2010-03-03 | 3 | -4/+4 |
* | Remove support for GCC older than 3.3.0 | Ian Romanick | 2010-03-03 | 12 | -25/+18 |
* | Add version check for GCC | Ian Romanick | 2010-03-03 | 1 | -0/+22 |
* | radeon/r200/r300/r600: add check_blit vtbl function | Alex Deucher | 2010-03-03 | 14 | -15/+93 |
* | Note removal of color-index rendering in release notes. | Ian Romanick | 2010-03-03 | 1 | -1/+1 |
* | Remove stray defines of HAVE_RGBA | Ian Romanick | 2010-03-03 | 12 | -12/+0 |
* | mesa/tnl_dd: Remove color-index support from t_dd_unfilled.h | Ian Romanick | 2010-03-03 | 1 | -79/+38 |
* | mesa/tnl_dd: White-space / indentation fixes after previous commit | Ian Romanick | 2010-03-03 | 1 | -150/+146 |
* | mesa/tnl_dd: Remove color-index support from t_dd_tritmp.h | Ian Romanick | 2010-03-03 | 1 | -121/+1 |
* | mesa: Remove unused RasterIndex field | Ian Romanick | 2010-03-03 | 2 | -2/+0 |
* | mesa: Always return default value for CURRENT_RASTER_INDEX | Ian Romanick | 2010-03-03 | 2 | -5/+5 |
* | mesa: Eliminate index parameter to _mesa_feedback_vertex | Ian Romanick | 2010-03-03 | 5 | -15/+4 |
* | mesa: Remove ClearIndex and IndexMask from device-driver interface | Ian Romanick | 2010-03-03 | 11 | -77/+0 |
* | swrast: Remove _swrast_logicop_ci_span | Ian Romanick | 2010-03-03 | 2 | -33/+0 |
* | mesa: Remove _mesa_add_color_index_renderbuffers | Ian Romanick | 2010-03-03 | 2 | -62/+0 |
* | mesa: Remove checks of Visual.rgbMode in Get paths | Ian Romanick | 2010-03-03 | 2 | -10/+10 |
* | mesa: Remove checks of Visual.rgbMode | Ian Romanick | 2010-03-03 | 8 | -119/+48 |
* | mesa: Remove support for creating color-index visuals | Ian Romanick | 2010-03-03 | 10 | -35/+16 |
* | tnl: Remove color-index TNL support | Ian Romanick | 2010-03-03 | 5 | -261/+39 |
* | DRI: Remove support for color-index visuals | Ian Romanick | 2010-03-03 | 1 | -10/+5 |
* | swrast_setup: Remove more color-index rendering support | Ian Romanick | 2010-03-03 | 3 | -155/+79 |
* | swrast: Remove color-index rendering support from s_spantemp.h | Ian Romanick | 2010-03-03 | 1 | -15/+1 |
* | mesa/xlib: Remove support for color-index rendering | Ian Romanick | 2010-03-03 | 3 | -318/+153 |
* | osmesa: Remove support for color-index rendering | Ian Romanick | 2010-03-03 | 1 | -67/+11 |
* | fbdev: Remove support for color-index rendering | Ian Romanick | 2010-03-03 | 1 | -86/+36 |
* | DRI/swrast: Remove color-index support from DRI swrast driver | Ian Romanick | 2010-03-03 | 4 | -105/+27 |
* | 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 |