summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES_trace/tools
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2014-05-17 22:46:13 -0700
committerJesse Hall <jessehall@google.com>2014-05-21 15:32:23 -0700
commitfca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7 (patch)
tree87a585856cf00ff6293638fbba388d2b21d04ecb /opengl/libs/GLES_trace/tools
parentd6061de255e1767150ae9a7a10eb380c74310f60 (diff)
downloadframeworks_native-fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7.zip
frameworks_native-fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7.tar.gz
frameworks_native-fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7.tar.bz2
opengl: Regenerate code with ES 3.1 and new extensions
Enable ES 3.1 generation in glgen.py, and regenerate everything to add support for that as well as these new extensions in the registry: - EXT_copy_image - EXT_draw_buffers_indexed - EXT_geometry_shader - EXT_gpu_shader5 - EXT_primitive_bounding_box - EXT_shader_implicit_conversions - EXT_shader_io_blocks - EXT_tessellation_shader - EXT_texture_border_clamp - EXT_texture_buffer - EXT_texture_cube_map_array - EXT_texture_view Bug: 15028495 Change-Id: I3f45a7ef5367c70e54ce6b36a8c030ae11033434
Diffstat (limited to 'opengl/libs/GLES_trace/tools')
-rwxr-xr-xopengl/libs/GLES_trace/tools/genapi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/libs/GLES_trace/tools/genapi.py b/opengl/libs/GLES_trace/tools/genapi.py
index 2dea5da..c44b985 100755
--- a/opengl/libs/GLES_trace/tools/genapi.py
+++ b/opengl/libs/GLES_trace/tools/genapi.py
@@ -135,7 +135,6 @@ HEADER_LICENSE = """/*
HEADER_INCLUDES = """
#include <cutils/log.h>
#include <utils/Timers.h>
-#include <GLES3/gl3.h>
#include "gltrace.pb.h"
#include "gltrace_context.h"