[Mesa-dev] [PATCH 4/5] gallium: introduce PIPE_CAP_CLIP_HALFZ.

2014-10-24 Thread Mathias . Froehlich
From: Mathias Fröhlich In preparation of ARB_clip_control. Let the driver decide if it supports pipe_rasterizer_state::clip_halfz being set to true. v3: Initially enable on ilo. Signed-off-by: Mathias Froehlich http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 4/5] gallium: introduce PIPE_CAP_CLIP_HALFZ.

2014-10-23 Thread Roland Scheidegger
Am 23.10.2014 um 22:56 schrieb Mathias Fröhlich: > > Hi Michel, > > On Thursday, October 23, 2014 11:47:32 Michel Dänzer wrote: >> Does softpipe really handle it though? Have you tested that? > I have just rechecked, both softpipe and llvmpipe gallium drivers > pass the piglit test. > > I though

Re: [Mesa-dev] [PATCH 4/5] gallium: introduce PIPE_CAP_CLIP_HALFZ.

2014-10-23 Thread Mathias Fröhlich
Hi Michel, On Thursday, October 23, 2014 11:47:32 Michel Dänzer wrote: > Does softpipe really handle it though? Have you tested that? I have just rechecked, both softpipe and llvmpipe gallium drivers pass the piglit test. I thought that is handled somewhere in the ...gallium/auxiliary/draw/... c

Re: [Mesa-dev] [PATCH 4/5] gallium: introduce PIPE_CAP_CLIP_HALFZ.

2014-10-22 Thread Michel Dänzer
On 23.10.2014 02:13, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich In preparation of ARB_clip_control. Let the driver decide if it supports pipe_rasterizer_state::clip_halfz being set to true. Signed-off-by: Mathias Froehlich [...] diff --git a/src/gallium/drivers/ilo/ilo_screen.

Re: [Mesa-dev] [PATCH 4/5] gallium: introduce PIPE_CAP_CLIP_HALFZ.

2014-10-22 Thread Marek Olšák
I've just committed r300g, r600g, and radeonsi support. You can set the value to 1 for those drivers. Marek On Wed, Oct 22, 2014 at 7:13 PM, wrote: > From: Mathias Fröhlich > > In preparation of ARB_clip_control. Let the driver decide if > it supports pipe_rasterizer_state::clip_halfz being se

[Mesa-dev] [PATCH 4/5] gallium: introduce PIPE_CAP_CLIP_HALFZ.

2014-10-22 Thread Mathias . Froehlich
From: Mathias Fröhlich In preparation of ARB_clip_control. Let the driver decide if it supports pipe_rasterizer_state::clip_halfz being set to true. Signed-off-by: Mathias Froehlich http://lists.freedesktop.org/mailman/listinfo/mesa-dev