summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-03-03DRI: Remove support for color-index visualsIan 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-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-03r600: add new rs880 pci idAlex Deucher
2010-03-03intel: Set InternalFormat for renderbuffers created from an EGLImageKristian Høgsberg
2010-03-03radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie
2010-03-02intel: passs correct context type to intel_prepare_render() callBrian Paul
2010-03-02i965: include macros.h to get CLAMP macroBrian Paul
2010-03-02r600: fix blender picking.Dave Airlie
2010-03-01radeon: Reduce number of radeon_bo_map calls that require kernel entry.Pauli Nieminen
2010-03-01Remove now obsolete mesa_bzero symbol.Karl Schultz
2010-03-01dri/nouveau: Combine the dummy texture more deterministically on nv0x.Francisco Jerez
2010-03-01dri/nouveau: Fix up the ADD texture environment on nv0x.Francisco Jerez
2010-03-01dri/nouveau: Add two stencil operation cases in nv04_state_raster.c.Andrew Randrianasulu
2010-03-01dri/nouveau: Allow to render to XRGB8888 textures.Andrew Randrianasulu
2010-02-27dri: Remove dead code.Vinson Lee
2010-02-27dri: Add assert to check for null pointer dereference.Vinson Lee
2010-02-27i810: Add assert to check for null pointer dereference.Vinson Lee
2010-02-27mach64: Add asserts to check for null pointer dereferences.Vinson Lee
2010-02-27mga: Add assert to check for null pointer dereference.Vinson Lee
2010-02-27r128: Add assert to check for null pointer dereference.Vinson Lee
2010-02-27r300: Add asserts to check for null pointer dereferences.Vinson Lee
2010-02-27savage: Add assert to check for null pointer dereference.Vinson Lee
2010-02-27sis: Add assert to check function pointer is not null.Vinson Lee
2010-02-27tdfx: Add asserts to check for null pointer dereferences.Vinson Lee
2010-02-27unichrome: Assert that pointer is not null before dereferencing.Vinson Lee
2010-02-27radeon: Assert pointer is not null before dereferencing.Vinson Lee
2010-02-27dri: Assert pointer is not null before dereferencing.Vinson Lee
2010-02-27r600: Assert pointer is not null before dereferencing.Vinson Lee
2010-02-26r600: enable OQ on rv740 on drms with working pipe configAlex Deucher
2010-02-26r600: fail to validate unsupported texture formatsKlaus Schnass
2010-02-26intel: Lookup requested renderbuffer in intel_create_image_from_renderbufferKristian Høgsberg
2010-02-26r300/compiler: Assert that array index is not negative.Vinson Lee
2010-02-25i965: Remove unnecessary headers.Vinson Lee
2010-02-25i965: Try to hook up the Sandybridge URB_WRITE SEND message.Eric Anholt
2010-02-25i965: Fix up the VUE handling for SNB, and hopefully clarify comments.Eric Anholt
2010-02-25i965: Don't set a nonexistent enable bit in several SNB state pointers.Eric Anholt
2010-02-25i965: Lump SNB in with Ironlake for bigger VUEs.Eric Anholt
2010-02-25i965: Fix the SNB VE valid bit.Eric Anholt
2010-02-25intel: Fix up INTEL_NO_HW support.Eric Anholt