Re: [Mesa-dev] [PATCH 00/41] ARB_direct_state_access texture functions

2015-01-06 Thread Anuj Phogat
I ran gles3 conformance on your adsa-textures branch. Your patches cause no regressions. With all the comments fixed, and no piglit regressions, this series is Reviewed-by: Anuj Phogat On Tue, Dec 30, 2014 at 4:27 PM, Laura Ekstrand wrote: > That is now fixed. Each added entry point in my his

Re: [Mesa-dev] [PATCH 00/41] ARB_direct_state_access texture functions

2014-12-30 Thread Laura Ekstrand
That is now fixed. Each added entry point in my history passes make check now. Thanks. Laura On Tue, Dec 30, 2014 at 2:21 PM, Anuj Phogat wrote: > Your adsa-textures branch on fdo fails make check. > > On Tue, Dec 16, 2014 at 6:52 AM, Laura Ekstrand > wrote: > > This implements all of the te

Re: [Mesa-dev] [PATCH 00/41] ARB_direct_state_access texture functions

2014-12-30 Thread Anuj Phogat
Your adsa-textures branch on fdo fails make check. On Tue, Dec 16, 2014 at 6:52 AM, Laura Ekstrand wrote: > This implements all of the texture functions for ARB_direct_state_access, > with the exception of glTextureBufferRange. There is an outstanding bug on > the specification for glTextureBu

[Mesa-dev] [PATCH 00/41] ARB_direct_state_access texture functions

2014-12-15 Thread Laura Ekstrand
This implements all of the texture functions for ARB_direct_state_access, with the exception of glTextureBufferRange. There is an outstanding bug on the specification for glTextureBufferRange. Fortunately, glTextureBufferRange shares its implementation with glTextureBuffer and will be trivial t