summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@gmail.com>2015-11-04 07:49:18 +0200
committerOded Gabbay <oded.gabbay@gmail.com>2015-11-08 10:22:06 +0200
commitcc6e7bc7190265e1dca1773087192a0b3afc3520 (patch)
tree8f15303757a178f89594bbd79c069385ec252ff6
parent44592e2354888cb928831494a95664ca714f02b9 (diff)
just run failed testfbo-extended-blend
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
-rw-r--r--tests/spec/arb_blend_func_extended/execution/fbo-extended-blend.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend.c b/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend.c
index 523d07c07..023601868 100644
--- a/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend.c
+++ b/tests/spec/arb_blend_func_extended/execution/fbo-extended-blend.c
@@ -50,29 +50,29 @@ static GLint max_ds_buffers;
static GLuint fbo;
static GLenum srcFactors[] = {
- GL_ZERO,
+ /*GL_ZERO,
GL_SRC1_COLOR,
GL_ONE_MINUS_SRC1_COLOR,
- GL_SRC1_ALPHA,
- GL_ONE_MINUS_SRC1_ALPHA,
- GL_SRC_ALPHA_SATURATE,
+ GL_SRC1_ALPHA,*/
+ GL_ONE_MINUS_SRC1_ALPHA,/*
+ GL_SRC_ALPHA_SATURATE,*/
};
static GLenum dstFactors[] = {
- GL_ZERO,
+/* GL_ZERO,
GL_SRC1_COLOR,
- GL_ONE_MINUS_SRC1_COLOR,
+ GL_ONE_MINUS_SRC1_COLOR,*/
GL_SRC1_ALPHA,
- GL_ONE_MINUS_SRC1_ALPHA,
- GL_SRC_ALPHA_SATURATE,
+ /*GL_ONE_MINUS_SRC1_ALPHA,
+ GL_SRC_ALPHA_SATURATE,*/
};
static GLenum operators[] = {
GL_FUNC_ADD,
- GL_FUNC_SUBTRACT,
+/* GL_FUNC_SUBTRACT,
GL_FUNC_REVERSE_SUBTRACT,
GL_MIN,
- GL_MAX,
+ GL_MAX,*/
};
static void