intel: Implement ARB_texture_storage
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 11 Aug 2012 04:31:57 +0000 (21:31 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 14 Aug 2012 21:39:19 +0000 (14:39 -0700)
commit9bcb9fad65f0926d665317d6830e9812baafcf86
tree6830c3a02d65d522353f9d618ce9eb67094a7c36
parent92b614172f750f93f218cd78a9f3c066c3629cab
intel: Implement ARB_texture_storage

This is basically cut-and-paste from the swrast implementation, and it
could probably be (slightly) more optimal.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/intel/intel_extensions.c
src/mesa/drivers/dri/intel/intel_tex.c