summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick9-70/+0
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick7-18/+9
2010-03-03DRI: Remove support for color-index visualsIan Romanick1-10/+5
2010-03-03mesa/xlib: Remove support for color-index renderingIan Romanick3-318/+153
2010-03-03osmesa: Remove support for color-index renderingIan Romanick1-67/+11
2010-03-03fbdev: Remove support for color-index renderingIan Romanick1-86/+36
2010-03-03DRI/swrast: Remove color-index support from DRI swrast driverIan Romanick4-105/+27
2010-03-03i915: Use x,y drawing offsets instead of changing buffer offsets.Eric Anholt3-12/+41
2010-03-03i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt4-12/+49
2010-03-03intel: Use drm_intel_bo_alloc_tiled for region allocs.Eric Anholt1-28/+11
2010-03-03i915: Don't do the pitch expansion for tiled buffers.Eric Anholt1-4/+4
2010-03-03intel: Use GTT mapping in the blit fallback path in case there's tiling.Eric Anholt1-15/+14
2010-03-03i965: Fix up Sandybridge VS sizing.Eric Anholt1-3/+5
2010-03-03r600: add new rs880 pci idAlex Deucher2-0/+2
2010-03-03intel: Set InternalFormat for renderbuffers created from an EGLImageKristian Høgsberg1-0/+1
2010-03-03radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie4-18/+32
2010-03-02intel: passs correct context type to intel_prepare_render() callBrian Paul1-1/+1
2010-03-02i965: include macros.h to get CLAMP macroBrian Paul1-0/+1
2010-03-02r600: fix blender picking.Dave Airlie1-3/+15
2010-03-01radeon: Reduce number of radeon_bo_map calls that require kernel entry.Pauli Nieminen1-3/+13
2010-03-01Remove now obsolete mesa_bzero symbol.Karl Schultz1-1/+0
2010-03-01dri/nouveau: Combine the dummy texture more deterministically on nv0x.Francisco Jerez1-1/+4
2010-03-01dri/nouveau: Fix up the ADD texture environment on nv0x.Francisco Jerez2-2/+1
2010-03-01dri/nouveau: Add two stencil operation cases in nv04_state_raster.c.Andrew Randrianasulu1-0/+4
2010-03-01dri/nouveau: Allow to render to XRGB8888 textures.Andrew Randrianasulu1-0/+2
2010-02-27dri: Remove dead code.Vinson Lee2-36/+10
2010-02-27dri: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-27i810: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-27mach64: Add asserts to check for null pointer dereferences.Vinson Lee1-0/+3
2010-02-27mga: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-27r128: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-27r300: Add asserts to check for null pointer dereferences.Vinson Lee1-0/+2
2010-02-27savage: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-27sis: Add assert to check function pointer is not null.Vinson Lee1-0/+1
2010-02-27tdfx: Add asserts to check for null pointer dereferences.Vinson Lee2-0/+10
2010-02-27unichrome: Assert that pointer is not null before dereferencing.Vinson Lee1-0/+2
2010-02-27radeon: Assert pointer is not null before dereferencing.Vinson Lee1-0/+1
2010-02-27dri: Assert pointer is not null before dereferencing.Vinson Lee1-0/+1
2010-02-27r600: Assert pointer is not null before dereferencing.Vinson Lee1-0/+3
2010-02-26r600: enable OQ on rv740 on drms with working pipe configAlex Deucher1-3/+6
2010-02-26r600: fail to validate unsupported texture formatsKlaus Schnass1-16/+12
2010-02-26intel: Lookup requested renderbuffer in intel_create_image_from_renderbufferKristian Høgsberg1-1/+2
2010-02-26r300/compiler: Assert that array index is not negative.Vinson Lee1-0/+2
2010-02-25i965: Remove unnecessary headers.Vinson Lee10-25/+0
2010-02-25i965: Try to hook up the Sandybridge URB_WRITE SEND message.Eric Anholt1-7/+25
2010-02-25i965: Fix up the VUE handling for SNB, and hopefully clarify comments.Eric Anholt1-25/+49
2010-02-25i965: Don't set a nonexistent enable bit in several SNB state pointers.Eric Anholt3-5/+5
2010-02-25i965: Lump SNB in with Ironlake for bigger VUEs.Eric Anholt1-2/+2
2010-02-25i965: Fix the SNB VE valid bit.Eric Anholt1-1/+1
2010-02-25intel: Fix up INTEL_NO_HW support.Eric Anholt1-1/+2