Re: [Mesa-dev] [PATCH 2/3] llvmpipe: enable ARB_texture_view

2015-05-13 Thread Roland Scheidegger
Am 13.05.2015 um 16:32 schrieb Brian Paul: > On 05/12/2015 08:36 PM, srol...@vmware.com wrote: >> From: Roland Scheidegger >> >> All the functionality was pretty much there, just not tested. >> Trivially fix up the missing pieces (take target info from view not >> resource), and add some missing b

Re: [Mesa-dev] [PATCH 2/3] llvmpipe: enable ARB_texture_view

2015-05-13 Thread Brian Paul
On 05/12/2015 08:36 PM, srol...@vmware.com wrote: From: Roland Scheidegger All the functionality was pretty much there, just not tested. Trivially fix up the missing pieces (take target info from view not resource), and add some missing bits for cubes. Also add some minimal debug validation to

[Mesa-dev] [PATCH 2/3] llvmpipe: enable ARB_texture_view

2015-05-12 Thread sroland
From: Roland Scheidegger All the functionality was pretty much there, just not tested. Trivially fix up the missing pieces (take target info from view not resource), and add some missing bits for cubes. Also add some minimal debug validation to detect uninitialized target values in the view... 4