[Mesa-dev] [PATCH] mesa: rename MESA format names to have the same names as PIPE formats

2013-12-21 Thread Marek Olšák
From: Marek Olšák The renaming was driven by the function st_mesa_format_to_pipe_format. Only whole words are renamed to prevent regressions. For the MESA formats which don't have corresponding PIPE formats, I tried to follow the PIPE_FORMAT_* conventions except for a few REV packed formats, who

Re: [Mesa-dev] [PATCH 2/2] radeonsi: Use htile_buffer for depth only when there is no stencil.

2013-12-21 Thread Marek Olšák
Pushed, thanks. Marek On Sat, Dec 21, 2013 at 9:11 PM, Andreas Hartmetz wrote: > --- > src/gallium/drivers/radeonsi/si_state.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/src/gallium/drivers/radeonsi/si_state.c > b/src/gallium/drivers/radeonsi/si_state.c > index d7d8317..5

Re: [Mesa-dev] [PATCH 1/2] radeonsi: Write zero to DB_RENDER_OVERRIDE. This register does nothing.

2013-12-21 Thread Marek Olšák
I probably wasn't clear enough. HiS was not enabled. Only stencil compression was (judging from the fact we have to use depth-stencil decompression before texturing, see r600_blit.c). Sorry, I won't accept this patch, because I don't know how HiS works (yet). Marek On Sat, Dec 21, 2013 at 9:11 P

[Mesa-dev] [PATCH 1/2] radeonsi: Write zero to DB_RENDER_OVERRIDE. This register does nothing.

2013-12-21 Thread Andreas Hartmetz
This is not officially documented, but Marek says it is so. It also means that HiS was already enabled, we just didn't know it. --- src/gallium/drivers/radeonsi/si_state.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_state.c b/src/gallium/

[Mesa-dev] [PATCH 2/2] radeonsi: Use htile_buffer for depth only when there is no stencil.

2013-12-21 Thread Andreas Hartmetz
--- src/gallium/drivers/radeonsi/si_state.c | 8 1 file changed, 8 insertions(+) diff --git a/src/gallium/drivers/radeonsi/si_state.c b/src/gallium/drivers/radeonsi/si_state.c index d7d8317..5640013 100644 --- a/src/gallium/drivers/radeonsi/si_state.c +++ b/src/gallium/drivers/radeonsi/

Re: [Mesa-dev] Blorp blit compiler to use FS LIR

2013-12-21 Thread Pohjolainen, Topi
On Fri, Dec 20, 2013 at 04:38:29PM +0200, Topi Pohjolainen wrote: > This is a rather long series but I suspect it will be eventually > squashed into fewer patches. The motivation for the work is to > prepare for gen8 blorp support. > > Currently the compiler for the blorp blit programs is written

Re: [Mesa-dev] [V2 PATCH 1/2] mesa: inline r200 radeon texture format macros to facility search and replace

2013-12-21 Thread Marek Olšák
Pushed, thanks. Marek On Sat, Dec 21, 2013 at 4:14 AM, Mark Mueller wrote: > Signed-off-by: Mark Mueller > --- > src/mesa/drivers/dri/r200/r200_texstate.c | 108 > +++--- > src/mesa/drivers/dri/radeon/radeon_texstate.c | 64 ++- > 2 files changed, 70 inser