Re: [Mesa-dev] [PATCH 1/2] r600g: add htile support v9

2012-09-12 Thread Jerome Glisse
On Tue, Jul 17, 2012 at 1:58 PM, wrote: > From: Jerome Glisse > > htile is used for HiZ and HiS support and fast Z/S clears. > This commit just adds the htile setup and Fast Z clear. > We don't take full advantage of HiS with that patch. > > v2 really use fast clear, still random issue with some

Re: [Mesa-dev] [PATCH 1/2] r600g: add htile support v9

2012-07-30 Thread Jerome Glisse
On Sun, Jul 29, 2012 at 1:50 PM, Marek Olšák wrote: > On Tue, Jul 17, 2012 at 7:58 PM, wrote: >> From: Jerome Glisse >> >> htile is used for HiZ and HiS support and fast Z/S clears. >> This commit just adds the htile setup and Fast Z clear. >> We don't take full advantage of HiS with that patch

Re: [Mesa-dev] [PATCH 1/2] r600g: add htile support v9

2012-07-29 Thread Marek Olšák
On Tue, Jul 17, 2012 at 7:58 PM, wrote: > From: Jerome Glisse > > htile is used for HiZ and HiS support and fast Z/S clears. > This commit just adds the htile setup and Fast Z clear. > We don't take full advantage of HiS with that patch. > > v2 really use fast clear, still random issue with some

Re: [Mesa-dev] [PATCH 1/2] r600g: add htile support v9

2012-07-19 Thread Marek Olšák
On Tue, Jul 17, 2012 at 7:58 PM, wrote: > From: Jerome Glisse > > htile is used for HiZ and HiS support and fast Z/S clears. > This commit just adds the htile setup and Fast Z clear. > We don't take full advantage of HiS with that patch. > > v2 really use fast clear, still random issue with some

[Mesa-dev] [PATCH 1/2] r600g: add htile support v9

2012-07-17 Thread j . glisse
From: Jerome Glisse htile is used for HiZ and HiS support and fast Z/S clears. This commit just adds the htile setup and Fast Z clear. We don't take full advantage of HiS with that patch. v2 really use fast clear, still random issue with some tiles need to try more flush combination, fix dept