Re: [Mesa-dev] [PATCH] r600g: Implement BPTC texture support

2014-08-13 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Aug 13, 2014 at 1:02 PM, Glenn Kennard wrote: > Requires Evergreen/Cayman > > Signed-off-by: Glenn Kennard > --- > docs/GL3.txt | 2 +- > docs/relnotes/10.3.html | 2 +- > src/gallium/drivers/r600/r6

[Mesa-dev] [PATCH] r600g: Implement BPTC texture support

2014-08-13 Thread Glenn Kennard
Requires Evergreen/Cayman Signed-off-by: Glenn Kennard --- docs/GL3.txt | 2 +- docs/relnotes/10.3.html | 2 +- src/gallium/drivers/r600/r600_state_common.c | 24 3 files changed, 26 insertions(+), 2 deletions(-) di

Re: [Mesa-dev] [PATCH] r600g: Implement BPTC texture support

2014-07-23 Thread Marek Olšák
On Wed, Jul 23, 2014 at 1:16 PM, Glenn Kennard wrote: > Signed-off-by: Glenn Kennard > --- > This patch depends on Ilia Mirkin's "nvc0: add BPTC format support" > and Neil Robert's core BPTC support patches. > > src/gallium/drivers/r600/r600_state_common.c | 23 +++ > 1 file

Re: [Mesa-dev] [PATCH] r600g: Implement BPTC texture support

2014-07-23 Thread Ilia Mirkin
On Wed, Jul 23, 2014 at 7:16 AM, Glenn Kennard wrote: > Signed-off-by: Glenn Kennard > --- > This patch depends on Ilia Mirkin's "nvc0: add BPTC format support" > and Neil Robert's core BPTC support patches. > > src/gallium/drivers/r600/r600_state_common.c | 23 +++ > 1 file

Re: [Mesa-dev] [PATCH] r600g: Implement BPTC texture support

2014-07-23 Thread Alex Deucher
On Wed, Jul 23, 2014 at 7:16 AM, Glenn Kennard wrote: > Signed-off-by: Glenn Kennard > --- > This patch depends on Ilia Mirkin's "nvc0: add BPTC format support" > and Neil Robert's core BPTC support patches. Reviewed-by: Alex Deucher > > src/gallium/drivers/r600/r600_state_common.c | 23 +

[Mesa-dev] [PATCH] r600g: Implement BPTC texture support

2014-07-23 Thread Glenn Kennard
Signed-off-by: Glenn Kennard --- This patch depends on Ilia Mirkin's "nvc0: add BPTC format support" and Neil Robert's core BPTC support patches. src/gallium/drivers/r600/r600_state_common.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/src/gallium/drivers/r600/r60