index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
opengl
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 1267b0e1: Merge change 26882 into eclair
Jack Palevich
2009-09-24
1
-4
/
+0
|
\
|
*
Publish minor additions to GLSurfaceView API.
Jack Palevich
2009-09-24
1
-4
/
+0
*
|
am 311ed019: Merge change 26679 into eclair
Jack Palevich
2009-09-23
16
-2
/
+958
|
\
\
|
|
/
|
*
Create samples showing how to call OpenGL from JNI libraries.
Jack Palevich
2009-09-23
16
-2
/
+958
*
|
am 1167b43c: Merge change 26317 into eclair
Jack Palevich
2009-09-21
1
-94
/
+184
|
\
\
|
|
/
|
*
Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.
Jack Palevich
2009-09-21
1
-94
/
+184
*
|
am 5222a957: Merge change 26270 into eclair
Jack Palevich
2009-09-21
1
-1
/
+26
|
\
\
|
|
/
|
*
Fix GLSurfaceView to sync surfaceDestroyed with GL rendering thread
Jack Palevich
2009-09-21
1
-1
/
+26
*
|
am cc7f40a8: Merge change 26060 into eclair
Mathias Agopian
2009-09-20
1
-5
/
+14
|
\
\
|
|
/
|
*
log an error when loading an existing GL driver fails
Mathias Agopian
2009-09-20
1
-5
/
+14
*
|
am cd0aceb7: Merge change 25883 into eclair
Jack Palevich
2009-09-18
1
-112
/
+235
|
\
\
|
|
/
|
*
Draw a green triangle using OpenGL 2.0 APIs.
Jack Palevich
2009-09-18
1
-112
/
+235
*
|
am 78059337: Merge change 25523 into eclair
Jack Palevich
2009-09-17
1
-18
/
+59
|
\
\
|
|
/
|
*
Add additional error checking, exit early if errors occur.
Jack Palevich
2009-09-17
1
-18
/
+59
*
|
am fee6b69a: Merge change 25303 into eclair
Jack Palevich
2009-09-16
1
-4
/
+52
|
\
\
|
|
/
|
*
Add EGL call error checking.
Jack Palevich
2009-09-16
1
-4
/
+52
*
|
am ebebf9c3: Merge change 24618 into eclair
Jack Palevich
2009-09-10
1
-5
/
+55
|
\
\
|
|
/
|
*
AGL's glCompressedTexImage2D now checks the imageSize parameter.
Jack Palevich
2009-09-10
1
-5
/
+55
*
|
am e00d660a: Merge change 23584 into eclair
Jason Sams
2009-09-02
2
-0
/
+104
|
\
\
|
|
/
|
*
Simple app to create a gl2 context and dump the strings.
Jason Sams
2009-09-01
2
-0
/
+104
*
|
merge from open-source master
Jean-Baptiste Queru
2009-09-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge change 10840
Android Code Review
2009-08-25
1
-1
/
+1
|
|
\
|
|
*
the vertex index should be "first + i".
Li Wenhao
2009-07-29
1
-1
/
+1
|
*
|
Merge change 11093
Android Code Review
2009-08-25
1
-0
/
+2
|
|
\
\
|
|
*
|
If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing t...
Martin Storsjo
2009-08-10
1
-0
/
+2
|
*
|
|
Calculate specular lighting correctly
Martin Storsjo
2009-08-11
1
-3
/
+8
|
|
/
/
|
*
|
merge from donut
Jean-Baptiste Queru
2009-07-29
2
-2
/
+2
|
|
\
\
|
|
*
|
donut snapshot
Jean-Baptiste Queru
2009-07-29
2
-2
/
+2
|
*
|
|
Merge korg/donut into korg/master
Jean-Baptiste Queru
2009-07-25
87
-3040
/
+7441
|
|
\
\
\
|
|
|
/
/
|
|
|
/
|
|
|
/
|
|
/
|
|
|
*
donut snapshot
Jean-Baptiste Queru
2009-07-21
21
-104
/
+408
|
|
*
donut snapshot
Jean-Baptiste Queru
2009-05-20
75
-2945
/
+7042
*
|
|
Calculate specular lighting correctly
Martin Storsjo
2009-08-25
1
-3
/
+8
*
|
|
If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing t...
Martin Storsjo
2009-08-25
1
-0
/
+2
*
|
|
fix a bug recently introduced where EGL couldn't be initialized again after i...
Mathias Agopian
2009-08-24
2
-76
/
+120
*
|
|
first step for fixing [2066786] EGL object lifetime management doesn't respec...
Mathias Agopian
2009-08-21
1
-71
/
+243
*
|
|
fix a bug in ComponentSizeChooser where it could pick a software EGLConfig in...
Mathias Agopian
2009-08-20
2
-17
/
+19
*
|
|
better error handling in EGL
Mathias Agopian
2009-08-20
1
-12
/
+46
*
|
|
fix bug [2021677] egl driver unloaded after eglTerminate() is called
Mathias Agopian
2009-08-17
3
-105
/
+100
*
|
|
Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...
Mathias Agopian
2009-08-13
1
-1
/
+0
*
|
|
Better error handling in EGL extensions
Mathias Agopian
2009-08-12
1
-11
/
+9
*
|
|
second take, hopefully this time it doesn't break one of the builds: "Surface...
Mathias Agopian
2009-08-11
1
-0
/
+4
*
|
|
Merge change 20893
Android (Google) Code Review
2009-08-11
1
-2
/
+5
|
\
\
\
|
*
|
|
show that we need to glClear to be fast(er)
Mathias Agopian
2009-08-11
1
-2
/
+5
*
|
|
|
Merge change 20892
Android (Google) Code Review
2009-08-11
1
-4
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Revert "SurfaceFlinger will now allocate buffers based on the usage specified...
Fred Quintana
2009-08-11
1
-4
/
+0
*
|
|
|
option to use drawtexture at compile time
Mathias Agopian
2009-08-11
1
-8
/
+12
*
|
|
|
fix and extend the filter test a bit
Mathias Agopian
2009-08-11
1
-4
/
+46
|
/
/
/
*
|
|
SurfaceFlinger will now allocate buffers based on the usage specified by the ...
Mathias Agopian
2009-08-11
1
-0
/
+4
*
|
|
workaround a bug in the SGX driver that would prevent eglGetConfig to work pr...
Mathias Agopian
2009-08-10
7
-16
/
+25
*
|
|
add support for RGBX_8888
Mathias Agopian
2009-08-07
1
-0
/
+2
[next]