st/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS
authorAxel Davy <axel.davy@ens.fr>
Thu, 25 Dec 2014 10:04:10 +0000 (11:04 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 22 Jan 2015 22:16:18 +0000 (22:16 +0000)
commit05e20e10451461a1fde3634da1eec3c1ec1b17a2
tree05f5a536d6af24f93143fc7e75e104f4a270e1e0
parentdc8898918900a584b1783c99e77b6310f3834f11
st/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS

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.

Reviewed-by: Tiziano Bacocco <tizbac2@gmail.com>
Signed-off-by: Axel Davy <axel.davy@ens.fr>
Cc: "10.4" <mesa-stable@lists.freedesktop.org>
src/gallium/state_trackers/nine/adapter9.c