On Wed, Mar 28, 2012 at 6:58 PM, Eric Anholt wrote:
> We have to skip some work that wants to look at texture images, since
> buffer textures don't have any of that complexity.
Reviewed-by: Dave Airlie
___
mesa-dev mailing list
mesa-dev@lists.freedeskt
We have to skip some work that wants to look at texture images, since
buffer textures don't have any of that complexity.
---
src/mesa/main/texobj.c |8
src/mesa/main/texstate.c |4
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/mesa/main/texobj.c b/src/