diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-11 14:14:45 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-17 10:20:49 -0700 |
| commit | 7ae00e7cd01726a905603fcf53e7e53146562883 (patch) | |
| tree | 43fba909b2f893ec1d28f549d245bc8e1d00c3dd /include | |
| parent | 1710d8d2cd8b73668c19bec9cad34e40b2aa68f8 (diff) | |
| download | usermoji-7ae00e7cd01726a905603fcf53e7e53146562883.tar.xz | |
intel: Remove unnecessary dualBlendMode enable
bug #12925
header version: r29511
Can determine dualBlendModeEnable from blend information provided.
Integrate review feedback.
Diffstat (limited to 'include')
| -rw-r--r-- | include/xgl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xgl.h b/include/xgl.h index e27b910d..cd6f4ba4 100644 --- a/include/xgl.h +++ b/include/xgl.h @@ -33,7 +33,7 @@ #include "xglPlatform.h" // XGL API version supported by this file -#define XGL_API_VERSION XGL_MAKE_VERSION(0, 48, 1) +#define XGL_API_VERSION XGL_MAKE_VERSION(0, 48, 2) #ifdef __cplusplus extern "C" @@ -1966,7 +1966,6 @@ typedef struct _XGL_PIPELINE_CB_STATE_CREATE_INFO XGL_STRUCTURE_TYPE sType; // Must be XGL_STRUCTURE_TYPE_PIPELINE_CB_STATE_CREATE_INFO const void* pNext; // Pointer to next structure bool32_t alphaToCoverageEnable; - bool32_t dualSourceBlendEnable; // optional (GL45) bool32_t logicOpEnable; XGL_LOGIC_OP logicOp; uint32_t attachmentCount; // # of pAttachments |
