summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/build_gles2_cmd_buffer.py
diff options
context:
space:
mode:
authoryunchao.he <yunchao.he@intel.com>2015-11-23 12:12:59 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-23 20:13:47 +0000
commit9c63be8127c4c3a3d7f25d7e70d270499bb3c97f (patch)
tree676e714446d838a03bb8ce72b833325db5c61cbe /gpu/command_buffer/build_gles2_cmd_buffer.py
parent26ede96bb45057dbb767ba41abde6ee29b1fb1de (diff)
downloadchromium_src-9c63be8127c4c3a3d7f25d7e70d270499bb3c97f.zip
chromium_src-9c63be8127c4c3a3d7f25d7e70d270499bb3c97f.tar.gz
chromium_src-9c63be8127c4c3a3d7f25d7e70d270499bb3c97f.tar.bz2
texture mipmap level is not zero-only in ES 3
TEST=conformance2/renderbuffers/framebuffer-test.html, gpu_unittests BUG=429053 Review URL: https://codereview.chromium.org/1236053003 Cr-Commit-Position: refs/heads/master@{#361159}
Diffstat (limited to 'gpu/command_buffer/build_gles2_cmd_buffer.py')
-rwxr-xr-xgpu/command_buffer/build_gles2_cmd_buffer.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py
index 4b870d3..6897f0d 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -1998,16 +1998,6 @@ _NAMED_TYPE_INFO = {
'5',
],
},
- 'ZeroOnly': {
- 'type': 'GLint',
- 'is_complete': True,
- 'valid': [
- '0',
- ],
- 'invalid': [
- '1',
- ],
- },
'FalseOnly': {
'type': 'GLboolean',
'is_complete': True,
@@ -2684,6 +2674,7 @@ _FUNCTION_INFO = {
'FramebufferTexture2D': {
'decoder_func': 'DoFramebufferTexture2D',
'gl_test_func': 'glFramebufferTexture2DEXT',
+ 'unit_test': False,
'trace_level': 1,
},
'FramebufferTexture2DMultisampleEXT': {