mesa/src/gallium/include
Marek Olšák 9aa089eac0 gallium: add PIPE_SHADER_CAP_SUBROUTINES
This fixes piglit/glsl-vs-main-return and glsl-fs-main-return for the drivers
which don't support RET (i915g, r300g, r600g, svga).

ir_to_mesa does not currently generate subroutines, but it's a matter of time
till it's added. It would then break all the drivers which don't implement
them, so this CAP makes sense.

Signed-off-by: Marek Olšák <maraeo@gmail.com>
2010-11-22 12:41:22 +01:00
..
pipe gallium: add PIPE_SHADER_CAP_SUBROUTINES 2010-11-22 12:41:22 +01:00
state_tracker gallium: Add st_context_iface::share to st_api. 2010-11-18 11:56:00 +08:00