Re: [Mesa-dev] Intel TexImage cleanup

2011-09-22 Thread Kenneth Graunke
On 09/22/2011 12:34 PM, Eric Anholt wrote: > Only 75 lines of code deletion to offer here. > > My goal was to delete the whole CPU upload part of intelTexImage by > moving the mt setup to AllocTextureImageBuffer and using the > MapTextureImage-based Mesa core. However, because we don't have all >

Re: [Mesa-dev] Intel TexImage cleanup

2011-09-22 Thread Eric Anholt
On Thu, 22 Sep 2011 14:37:24 -0600, Brian Paul wrote: > On 09/22/2011 01:34 PM, Eric Anholt wrote: > > Only 75 lines of code deletion to offer here. > > > > My goal was to delete the whole CPU upload part of intelTexImage by > > moving the mt setup to AllocTextureImageBuffer and using the > > MapT

Re: [Mesa-dev] Intel TexImage cleanup

2011-09-22 Thread Brian Paul
On 09/22/2011 01:34 PM, Eric Anholt wrote: Only 75 lines of code deletion to offer here. My goal was to delete the whole CPU upload part of intelTexImage by moving the mt setup to AllocTextureImageBuffer and using the MapTextureImage-based Mesa core. However, because we don't have all of core c

[Mesa-dev] Intel TexImage cleanup

2011-09-22 Thread Eric Anholt
Only 75 lines of code deletion to offer here. My goal was to delete the whole CPU upload part of intelTexImage by moving the mt setup to AllocTextureImageBuffer and using the MapTextureImage-based Mesa core. However, because we don't have all of core converted to MapTextureImage, there are places