summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-03-03intel: Set InternalFormat for renderbuffers created from an EGLImageKristian Høgsberg
2010-03-03gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca
2010-03-03util: Remove PIPE_FORMAT_R8G8B8X8_SNORM information.José Fonseca
2010-03-03r300: Remove PIPE_FORMAT_R8G8B8X8_SNORM support.José Fonseca
2010-03-03llvmpipe: Linux is no longer a dependency. Llvmpipe builds and runs fine on w...José Fonseca
2010-03-03llvmpipe: Centralize LLVM initialization.José Fonseca
2010-03-03gallivm: Centralize initialization. Fix stack alignment issues on Windows.José Fonseca
2010-03-03llvmpipe: Update for lp_bld_init.h rename.José Fonseca
2010-03-03gallivm: Rename lp_bld_misc -> lp_bld_init.José Fonseca
2010-03-03radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie
2010-03-02r300g: Use a macro to consolidate general state handling.Corbin Simpson