index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
opengl
/
tools
/
glgen
/
stubs
Commit message (
Expand
)
Author
Age
Files
Lines
*
opengl: Add GLES31 and GLES31Ext class templates
Jesse Hall
2014-05-20
46
-0
/
+832
*
opengl: Fix whitespace in Java templates
Jesse Hall
2014-05-18
7
-11
/
+11
*
am 3e599252: am 93e6a48b: Merge "AArch64: Make eglGetDisplay(int) work for EG...
Narayan Kamath
2014-02-27
2
-3
/
+2
|
\
|
*
AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAY
Ashok Bhat
2014-02-26
2
-3
/
+2
*
|
am aa01ad91: am aaa27fd5: Merge "Use reinterpret_cast when an integer is cast...
Narayan Kamath
2014-02-25
5
-5
/
+5
|
\
\
|
|
/
|
*
Merge "Use reinterpret_cast when an integer is cast to a pointer"
Narayan Kamath
2014-02-25
5
-5
/
+5
|
|
\
|
|
*
Use reinterpret_cast when an integer is cast to a pointer
Ashok Bhat
2014-02-24
5
-5
/
+5
*
|
|
am 097b5991: am e5c99bf3: Merge "Use long for pointers in opengl/EGL classes"
Narayan Kamath
2014-02-25
8
-26
/
+165
|
\
\
\
|
|
/
/
|
*
|
Use long for pointers in opengl/EGL classes
Ashok Bhat
2014-02-24
8
-26
/
+165
|
|
/
|
*
Merge "Update EGL codegen to be in sync with frameworks/base"
Narayan Kamath
2014-02-21
1
-1
/
+1
|
|
\
|
|
*
Update EGL codegen to be in sync with frameworks/base
Ashok Bhat
2014-02-20
1
-1
/
+1
|
*
|
Update GLES codegen to be in sync with frameworks/base
Ashok Bhat
2014-02-20
1
-1
/
+1
|
|
/
*
|
Hide three malformed GL bindings
Andy McFadden
2014-02-19
5
-2
/
+5
|
/
*
All consumers now take an IGraphicBufferConsumer instead of a BufferQueue
Mathias Agopian
2013-08-06
1
-4
/
+4
*
am 958ef3d7: am c8639351: Generate new EGLExt class
Jesse Hall
2013-05-02
4
-1
/
+171
|
\
|
*
Generate new EGLExt class
Jesse Hall
2013-05-02
4
-1
/
+171
*
|
am 34c0fb18: am cc8f8ad3: Merge "Fix glGetUniformIndices JNI prototype" into ...
Jesse Hall
2013-04-30
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix glGetUniformIndices JNI prototype
Jesse Hall
2013-04-29
1
-1
/
+1
*
|
Fix range check
Andy McFadden
2013-04-25
1
-0
/
+1
|
/
*
Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX
Jesse Hall
2013-04-15
4
-311
/
+9
*
Special-case glGetActiveUniformBlockName
Jesse Hall
2013-04-10
3
-0
/
+158
*
Special-case glGetStringi
Jesse Hall
2013-04-10
3
-0
/
+16
*
Special-case glMapBufferRange
Jesse Hall
2013-04-10
3
-0
/
+23
*
Special-case glGetBufferPointerv
Jesse Hall
2013-04-10
3
-0
/
+19
*
Special-case glGetUniformIndices
Jesse Hall
2013-04-10
3
-0
/
+173
*
Special-case glGetTransformFeedbackVarying
Jesse Hall
2013-04-10
3
-0
/
+380
*
Special-case glTransformFeedbackVaryings
Jesse Hall
2013-04-10
3
-0
/
+58
*
Add buffer object versions of several functions
Jesse Hall
2013-04-10
4
-0
/
+67
*
Add ES3 functions and constants, difficult ones commented out
Jesse Hall
2013-04-10
2
-31
/
+343
*
Generate GLES30 class, just a clone of GLES20 for now
Jesse Hall
2013-04-10
2
-0
/
+353
*
add some missing parameter validation in GLES java bindings
Mathias Agopian
2013-02-25
24
-554
/
+398
*
update glgen to take into account recent changes
Mathias Agopian
2013-02-22
3
-5
/
+8
*
Refactoring: Rename SurfaceTextureClient to Surface
Mathias Agopian
2013-02-14
2
-2
/
+2
*
Rename ISurfaceTexture and SurfaceTexture
Andy McFadden
2012-12-18
2
-5
/
+5
*
Updated eglCreateWindowSurface stub for glgen
Thomas Tafertshofer
2012-08-09
1
-1
/
+3
*
glgen stubs to fix bad methods in gles20 bindings
Thomas Tafertshofer
2012-07-19
9
-0
/
+897
*
Merge "OpenGL bindings fix for methods with iobuffer args"
Mathias Agopian
2012-07-18
6
-38
/
+21
|
\
|
*
OpenGL bindings fix for methods with iobuffer args
Thomas Tafertshofer
2012-07-12
6
-38
/
+21
*
|
Remove @hide from the generated EGL 1.4 API
Thomas Tafertshofer
2012-07-13
1
-3
/
+3
|
/
*
improve glgen tool to support EGL1.4
Thomas Tafertshofer
2012-07-10
9
-1
/
+506
*
GLES: add image external enums
Jamie Gennis
2011-11-15
1
-1
/
+5
*
Kill the global references in the OpenGL wrappers.
Elliott Hughes
2011-04-11
12
-285
/
+124
*
Fix newlines in this file.
Dan Bornstein
2010-12-07
1
-21
/
+21
*
Add correct copyright headers to multiple files
Kenny Root
2010-03-11
4
-0
/
+64
*
Implement the GL11ExtensionPack APIs.
Jack Palevich
2010-01-28
2
-0
/
+91
*
Implement Matrix Palette extension.
Jack Palevich
2009-12-08
7
-2
/
+60
*
Add a Java API for OpenGL ES 2.0.
Jack Palevich
2009-11-19
11
-0
/
+573
*
Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.
Jack Palevich
2009-06-15
2
-8
/
+70
*
Fix bug 1856713 gl Pointer functions should use Buffer position
Jack Palevich
2009-05-15
2
-0
/
+26
*
remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eg...
Mathias Agopian
2009-05-08
2
-0
/
+26
[next]