Re: [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.

2013-12-12 Thread Marek Olšák
Pushed, thanks. Marek On Thu, Dec 12, 2013 at 12:17 AM, Andreas Hartmetz wrote: > Here: > git://anongit.kde.org/scratch/ahartmetz/mesa.git > > On Wednesday 11 December 2013 20:23:58 Marek Olšák wrote: >> This looks good to me. Can you send me a git link pointing to all your >> patches? >> >> Mar

Re: [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.

2013-12-11 Thread Andreas Hartmetz
Here: git://anongit.kde.org/scratch/ahartmetz/mesa.git On Wednesday 11 December 2013 20:23:58 Marek Olšák wrote: > This looks good to me. Can you send me a git link pointing to all your > patches? > > Marek > > On Wed, Dec 11, 2013 at 6:50 AM, Andreas Hartmetz wrote: > > --- > > > > src/gall

Re: [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.

2013-12-11 Thread Marek Olšák
This looks good to me. Can you send me a git link pointing to all your patches? Marek On Wed, Dec 11, 2013 at 6:50 AM, Andreas Hartmetz wrote: > --- > src/gallium/drivers/radeonsi/si_state.c | 67 > +--- > src/gallium/drivers/radeonsi/si_state.h | 4 +- > src

[Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.

2013-12-10 Thread Andreas Hartmetz
--- src/gallium/drivers/radeonsi/si_state.c | 67 +--- src/gallium/drivers/radeonsi/si_state.h | 4 +- src/gallium/drivers/radeonsi/si_state_draw.c | 7 +-- 3 files changed, 65 insertions(+), 13 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_state.c

[Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.

2013-12-10 Thread Andreas Hartmetz
--- src/gallium/drivers/radeonsi/si_state.c | 67 +--- src/gallium/drivers/radeonsi/si_state.h | 5 ++- src/gallium/drivers/radeonsi/si_state_draw.c | 7 +-- 3 files changed, 66 insertions(+), 13 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_state.c

Re: [Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.

2013-12-10 Thread Marek Olšák
Hi Andreas, The setup of DB_RENDER_OVERRIDE isn't much different from your previous patch, but you probably know that already. You have 2 options: 1) You can emit DB_RENDER_OVERRIDE in the same way as CB_TARGET_MASK is emitted. It's a good example how to combine multiple states. 2) You can emit

[Mesa-dev] [PATCH] radeonsi: Write htile state to hardware.

2013-12-10 Thread Andreas Hartmetz
--- src/gallium/drivers/radeonsi/si_state.c | 38 +++-- src/gallium/drivers/radeonsi/si_state.h | 2 +- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_state.c b/src/gallium/drivers/radeonsi/si_state.c index 7bae72a..67c