gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR flags...
authorAxel Davy <axel.davy@ens.fr>
Thu, 15 Aug 2013 10:47:58 +0000 (12:47 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 6 Sep 2013 22:02:34 +0000 (15:02 -0700)
commite8f9195e5fb34a45783d6491d2e0305a0b137439
tree604a81c82fc66e609d137ca28856e5d56fb9ffdd
parent0a0f543082ce3bbee3d09425a912a9181128a257
gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR flags to enforce no tiling.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
12 files changed:
include/GL/internal/dri_interface.h
src/gallium/drivers/i915/i915_resource.c
src/gallium/drivers/ilo/ilo_resource.c
src/gallium/drivers/nv50/nv50_miptree.c
src/gallium/drivers/nvc0/nvc0_miptree.c
src/gallium/drivers/r300/r300_texture.c
src/gallium/drivers/r600/r600_texture.c
src/gallium/drivers/radeonsi/r600_texture.c
src/gallium/include/pipe/p_defines.h
src/gallium/state_trackers/dri/drm/dri2.c
src/mesa/drivers/dri/i915/intel_screen.c
src/mesa/drivers/dri/i965/intel_screen.c