projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04cb5df
)
gallium: new PIPE_CAP bits for the independent blend functionality
author
Roland Scheidegger
<sroland@vmware.com>
Thu, 21 Jan 2010 18:45:43 +0000
(19:45 +0100)
committer
Roland Scheidegger
<sroland@vmware.com>
Thu, 21 Jan 2010 18:45:43 +0000
(19:45 +0100)
src/gallium/include/pipe/p_defines.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_defines.h
b/src/gallium/include/pipe/p_defines.h
index 35f3830ebcf076ba9d7305b6ba62b64bf89466ae..185ab6a711630132f0b49797bd8ff085fd2ff712 100644
(file)
--- a/
src/gallium/include/pipe/p_defines.h
+++ b/
src/gallium/include/pipe/p_defines.h
@@
-405,6
+405,8
@@
enum pipe_transfer_usage {
#define PIPE_CAP_MAX_PREDICATE_REGISTERS 30
#define PIPE_CAP_MAX_COMBINED_SAMPLERS 31 /*< Maximum texture image units accessible from vertex
and fragment shaders combined */
+#define PIPE_CAP_INDEP_BLEND_ENABLE 32 /*< blend enables and write masks per rendertarget */
+#define PIPE_CAP_INDEP_BLEND_FUNC 33 /*< different blend funcs per rendertarget */
/**