summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-03Remove stray defines of HAVE_RGBAIan Romanick
2010-03-03mesa/tnl_dd: Remove color-index support from t_dd_unfilled.hIan Romanick
2010-03-03mesa/tnl_dd: White-space / indentation fixes after previous commitIan Romanick
2010-03-03mesa/tnl_dd: Remove color-index support from t_dd_tritmp.hIan Romanick
2010-03-03mesa: Remove unused RasterIndex fieldIan Romanick
2010-03-03mesa: Always return default value for CURRENT_RASTER_INDEXIan Romanick
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-03-03swrast: Remove _swrast_logicop_ci_spanIan Romanick
2010-03-03mesa: Remove _mesa_add_color_index_renderbuffersIan Romanick
2010-03-03mesa: Remove checks of Visual.rgbMode in Get pathsIan Romanick
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-03-03tnl: Remove color-index TNL supportIan Romanick
2010-03-03DRI: Remove support for color-index visualsIan Romanick
2010-03-03swrast_setup: Remove more color-index rendering supportIan Romanick
2010-03-03swrast: Remove color-index rendering support from s_spantemp.hIan Romanick
2010-03-03mesa/xlib: Remove support for color-index renderingIan Romanick
2010-03-03osmesa: Remove support for color-index renderingIan Romanick
2010-03-03fbdev: Remove support for color-index renderingIan Romanick
2010-03-03DRI/swrast: Remove color-index support from DRI swrast driverIan Romanick
2010-03-03swrast: Remove SPAN_INDEXIan Romanick
2010-03-03swrast: Remove _swrast_read_index_spanIan Romanick
2010-03-03swrast: Remove _swrast_mask_ci_spanIan Romanick
2010-03-03swrast: Remove _swrast_fog_ci_span and associated codeIan Romanick
2010-03-03swrast: Remove _swrast_write_index_span and associated codeIan Romanick
2010-03-03swrast: Remove remaining color-index state tracking infrastructureIan Romanick
2010-03-03swrast: Remove support for ReadPixels from a color-index bufferIan Romanick
2010-03-03swrast: Remove support for Clear into a color-index bufferIan Romanick
2010-03-03swrast: Remove support for rendering antialiased lines into a color-index bufferIan Romanick
2010-03-03swrast: Remove support for rendering antialiased triangles into a color-index...Ian Romanick
2010-03-03swrast: Remove support for rendering lines into a color-index bufferIan Romanick
2010-03-03swrast: Remove support for rendering points into a color-index bufferIan Romanick
2010-03-03swrast: Remove support for rendering triangles into a color-index bufferIan Romanick
2010-03-03swrast: Remove support for Bitmap into a color-index bufferIan Romanick
2010-03-03swrast: Remove _swrast_write_zoomed_index_span and associated codeIan Romanick
2010-03-03swrast: Remove support for CopyPixels to / from a color-index bufferIan Romanick
2010-03-03swrast: Remove support for DrawPixels into a color-index bufferIan Romanick
2010-03-03llvmpipe: Store the original triangle coordinates in the debug build.José Fonseca
2010-03-03llvmpipe: Ensure context is flushed when destroying shaders.José Fonseca
2010-03-03i915: Use x,y drawing offsets instead of changing buffer offsets.Eric Anholt
2010-03-03i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt
2010-03-03intel: Use drm_intel_bo_alloc_tiled for region allocs.Eric Anholt
2010-03-03i915: Don't do the pitch expansion for tiled buffers.Eric Anholt
2010-03-03intel: Use GTT mapping in the blit fallback path in case there's tiling.Eric Anholt
2010-03-03i965: Fix up Sandybridge VS sizing.Eric Anholt
2010-03-03glapi: minor cosmeticGeorge Sapountzis
2010-03-03glapi: drop condvarGeorge Sapountzis
2010-03-03r600: add new rs880 pci idAlex Deucher
2010-03-03egl_dri2: Factor out DRI2 protocol bits from initialize.Kristian Høgsberg