History log of /frameworks/native/opengl/tools/glgen/stubs/gles11/GLES30Header.java-if
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c0d184b8c1002098138f65e5cd2d9b1fb3da8bb1 16-Apr-2013 Jesse Hall <jessehall@google.com> Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX

Bug: 8566953
Change-Id: I66085c300a8658a4018796645257edb73be94719
/frameworks/native/opengl/tools/glgen/stubs/gles11/GLES30Header.java-if
2d9faafa2318c05f8991beff9cc683d72cbabd07 29-Mar-2013 Jesse Hall <jessehall@google.com> Add ES3 functions and constants, difficult ones commented out

This change adds ES3 functions to GLES30.spec, disabling any that
require non-trivial changes for the generator to handle.

Steps taken to add these:
- Copy ES3 function declarations from gl3.h
- Remove GL_APICALL, GL_APIENTRY, and semicolon from each declaration
- Add whitespace around parens and *s as required by the parser
- Comment out functions that the generator doesn't understand or that
it generates bad Java interfaces for (by inspection).

Bug: 8566953
Change-Id: Iaaef7d53e24f9a576759dbba72cd206bae1c1276
/frameworks/native/opengl/tools/glgen/stubs/gles11/GLES30Header.java-if
63ed38dc52b27c5b39b11717d0c7736e1756db42 29-Mar-2013 Jesse Hall <jessehall@google.com> Generate GLES30 class, just a clone of GLES20 for now

Bug: 8566953
Change-Id: I6fad880344b9c247de4018711ea7cb6eb1a609d6
/frameworks/native/opengl/tools/glgen/stubs/gles11/GLES30Header.java-if