OSDN Git Service

st/nine: Add format checks to create_zs_or_rt_surface
authorAxel Davy <axel.davy@ens.fr>
Tue, 26 Jan 2016 17:21:26 +0000 (18:21 +0100)
committerAxel Davy <axel.davy@ens.fr>
Fri, 12 Feb 2016 22:26:36 +0000 (23:26 +0100)
commitdbcb4f46ad792ed4f0f3cc64449ccd6288a6f386
treed48c6bb65b94b1593c75b1e1788a227117b31599
parent3a2e0c77848120f44031d2deb91108ff8e951d85
st/nine: Add format checks to create_zs_or_rt_surface

Returns INVALIDCALL when trying to create a surface
of unsupported format.

In practice, apps are supposed to check for format
support before trying to create a render target
of that format. However some bad behaving apps
could just try to create the surface and deduce if
it failed that it wasn't supported.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
src/gallium/state_trackers/nine/device9.c