gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLEND
authorRoland Scheidegger <sroland@vmware.com>
Thu, 28 Jan 2010 16:11:49 +0000 (17:11 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 28 Jan 2010 16:11:49 +0000 (17:11 +0100)
commit2fa34bf44c7cd7ba03ce8a7e82fe56898a57e9b4
tree7f534e5531bce97bc2c6433eb25a0bf4292eb855
parenta5d67dc0119035c518d9778854948d13f0ce2d69
gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLEND

there's no point in keeping deprecated PIPE_CAPS around since there's no
stable interface (yet).
Reuse the enum for PIPE_CAP_DUAL_SOURCE_BLEND. Drivers advertizing this
will accept the pipe blendfactors with SRC1 in them and be able to do dual
source blending (src color from pixel shader output 0, and blendfactor with
SRC1 will come from output 1, only one render target may be bound when using
any of these blend factors).
src/gallium/include/pipe/p_defines.h