Re: [Mesa-dev] [PATCH 00/13] Floating-point depth buffers

2011-07-11 Thread Marek Olšák
It should be fixed by now. There is a bug in our beloved build system such that the assert macro is disabled if some completely-unrelated configure options are enabled. I will send a fix for that soon as well. Marek On Mon, Jul 11, 2011 at 5:00 AM, Eric Anholt wrote: > On Fri,  1 Jul 2011 02:29:

Re: [Mesa-dev] [PATCH 00/13] Floating-point depth buffers

2011-07-10 Thread Eric Anholt
On Fri, 1 Jul 2011 02:29:32 +0200, Marek Olšák wrote: > Hi, > > this patch series implements ARB_depth_buffer_float in Mesa and Gallium. > There is complete r600g/r600-r700 support in my private branch, which passes > the same tests that pass for Z24S8. Softpipe has only sampler support. This

Re: [Mesa-dev] [PATCH 00/13] Floating-point depth buffers

2011-07-07 Thread Brian Paul
On Wed, Jul 6, 2011 at 10:43 PM, Marek Olšák wrote: > On Wed, Jul 6, 2011 at 5:49 PM, Brian Paul wrote: >> On 06/30/2011 06:29 PM, Marek Olšák wrote: >>> >>> Hi, >>> >>> this patch series implements ARB_depth_buffer_float in Mesa and Gallium. >>> There is complete r600g/r600-r700 support in my pr

Re: [Mesa-dev] [PATCH 00/13] Floating-point depth buffers

2011-07-06 Thread Marek Olšák
On Wed, Jul 6, 2011 at 5:49 PM, Brian Paul wrote: > On 06/30/2011 06:29 PM, Marek Olšák wrote: >> >> Hi, >> >> this patch series implements ARB_depth_buffer_float in Mesa and Gallium. >> There is complete r600g/r600-r700 support in my private branch, which passes >> the same tests that pass for Z2

Re: [Mesa-dev] [PATCH 00/13] Floating-point depth buffers

2011-07-06 Thread Brian Paul
On 06/30/2011 06:29 PM, Marek Olšák wrote: Hi, this patch series implements ARB_depth_buffer_float in Mesa and Gallium. There is complete r600g/r600-r700 support in my private branch, which passes the same tests that pass for Z24S8. Softpipe has only sampler support. This has turned out to be

Re: [Mesa-dev] [PATCH 00/13] Floating-point depth buffers

2011-06-30 Thread Kenneth Graunke
On 06/30/2011 05:29 PM, Marek Olšák wrote: > Hi, > > this patch series implements ARB_depth_buffer_float in Mesa and Gallium. > There is complete r600g/r600-r700 support in my private branch, which passes > the same tests that pass for Z24S8. Softpipe has only sampler support. This > has turned

[Mesa-dev] [PATCH 00/13] Floating-point depth buffers

2011-06-30 Thread Marek Olšák
Hi, this patch series implements ARB_depth_buffer_float in Mesa and Gallium. There is complete r600g/r600-r700 support in my private branch, which passes the same tests that pass for Z24S8. Softpipe has only sampler support. This has turned out to be not so trivial, so it's possible I missed so