summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* DRI: Put back missing break-statementIan Romanick2010-03-041-0/+1
* r300: make blit code work on swtcl machines.Dave Airlie2010-03-041-5/+18
* r300_blit: initialise whole fp structure to 0Dave Airlie2010-03-041-0/+1
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-0314-15/+93
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-0312-12/+0
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-039-70/+0
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-037-18/+9
* DRI: Remove support for color-index visualsIan Romanick2010-03-031-10/+5
* mesa/xlib: Remove support for color-index renderingIan Romanick2010-03-033-318/+153
* osmesa: Remove support for color-index renderingIan Romanick2010-03-031-67/+11
* fbdev: Remove support for color-index renderingIan Romanick2010-03-031-86/+36
* DRI/swrast: Remove color-index support from DRI swrast driverIan Romanick2010-03-034-105/+27
* i915: Use x,y drawing offsets instead of changing buffer offsets.Eric Anholt2010-03-033-12/+41
* i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt2010-03-034-12/+49
* intel: Use drm_intel_bo_alloc_tiled for region allocs.Eric Anholt2010-03-031-28/+11
* i915: Don't do the pitch expansion for tiled buffers.Eric Anholt2010-03-031-4/+4
* intel: Use GTT mapping in the blit fallback path in case there's tiling.Eric Anholt2010-03-031-15/+14
* i965: Fix up Sandybridge VS sizing.Eric Anholt2010-03-031-3/+5
* r600: add new rs880 pci idAlex Deucher2010-03-032-0/+2
* intel: Set InternalFormat for renderbuffers created from an EGLImageKristian Høgsberg2010-03-031-0/+1
* radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie2010-03-034-18/+32
* intel: passs correct context type to intel_prepare_render() callBrian Paul2010-03-021-1/+1
* i965: include macros.h to get CLAMP macroBrian Paul2010-03-021-0/+1
* r600: fix blender picking.Dave Airlie2010-03-021-3/+15
* radeon: Reduce number of radeon_bo_map calls that require kernel entry.Pauli Nieminen2010-03-011-3/+13
* Remove now obsolete mesa_bzero symbol.Karl Schultz2010-03-011-1/+0
* dri/nouveau: Combine the dummy texture more deterministically on nv0x.Francisco Jerez2010-03-011-1/+4
* dri/nouveau: Fix up the ADD texture environment on nv0x.Francisco Jerez2010-03-012-2/+1
* dri/nouveau: Add two stencil operation cases in nv04_state_raster.c.Andrew Randrianasulu2010-03-011-0/+4
* dri/nouveau: Allow to render to XRGB8888 textures.Andrew Randrianasulu2010-03-011-0/+2
* dri: Remove dead code.Vinson Lee2010-02-272-36/+10
* dri: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* i810: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* mach64: Add asserts to check for null pointer dereferences.Vinson Lee2010-02-271-0/+3
* mga: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* r128: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* r300: Add asserts to check for null pointer dereferences.Vinson Lee2010-02-271-0/+2
* savage: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* sis: Add assert to check function pointer is not null.Vinson Lee2010-02-271-0/+1
* tdfx: Add asserts to check for null pointer dereferences.Vinson Lee2010-02-272-0/+10
* unichrome: Assert that pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+2
* radeon: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+1
* dri: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+1
* r600: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+3
* r600: enable OQ on rv740 on drms with working pipe configAlex Deucher2010-02-261-3/+6
* r600: fail to validate unsupported texture formatsKlaus Schnass2010-02-261-16/+12
* intel: Lookup requested renderbuffer in intel_create_image_from_renderbufferKristian Høgsberg2010-02-261-1/+2
* r300/compiler: Assert that array index is not negative.Vinson Lee2010-02-261-0/+2
* i965: Remove unnecessary headers.Vinson Lee2010-02-2510-25/+0
* i965: Try to hook up the Sandybridge URB_WRITE SEND message.Eric Anholt2010-02-251-7/+25