Re: [Mesa-dev] [PATCH 07/53] st/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS

2015-01-07 Thread Axel Davy
On Wed, 7 Jan 2015, Ilia Mirkin wrote: On Wed, Jan 7, 2015 at 11:36 AM, Axel Davy wrote: The cap means D3DFVF_XYZRHW vertices will see clipping. This is not the case when PIPE_CAP_TGSI_VS_WINDOW_SPACE_POSITION is supported, since it'll disable clipping. Signed-off-by: Axel Davy Cc: "10.4"

Re: [Mesa-dev] [PATCH 07/53] st/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS

2015-01-07 Thread Ilia Mirkin
On Wed, Jan 7, 2015 at 11:36 AM, Axel Davy wrote: > The cap means D3DFVF_XYZRHW vertices will see clipping. > This is not the case when > PIPE_CAP_TGSI_VS_WINDOW_SPACE_POSITION is supported, since > it'll disable clipping. > > Signed-off-by: Axel Davy > > Cc: "10.4" > --- > src/gallium/state_tr

[Mesa-dev] [PATCH 07/53] st/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS

2015-01-07 Thread Axel Davy
The cap means D3DFVF_XYZRHW vertices will see clipping. This is not the case when PIPE_CAP_TGSI_VS_WINDOW_SPACE_POSITION is supported, since it'll disable clipping. Signed-off-by: Axel Davy Cc: "10.4" --- src/gallium/state_trackers/nine/adapter9.c | 4 +++- 1 file changed, 3 insertions(+), 1 d