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
...
|
*
|
fix crash when validating an invalid EGL objects
Mathias Agopian
2011-11-14
6
-41
/
+48
*
|
|
am c38d40de: am 6b228af6: Merge "EGL: add the ANDROID suffix to the blob cach...
Jamie Gennis
2011-11-15
5
-57
/
+59
|
\
\
\
|
|
/
/
|
*
|
Merge "EGL: add the ANDROID suffix to the blob cache ext" into ics-mr1
Jamie Gennis
2011-11-14
5
-57
/
+59
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
EGL: add the ANDROID suffix to the blob cache ext
Jamie Gennis
2011-11-11
5
-57
/
+59
*
|
|
am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/pl...
Akwasi Boateng
2011-11-11
4
-1
/
+20
|
\
\
\
|
|
/
/
|
*
|
Merge "Terminate EGL when an app goes in the background" into ics-mr1
Romain Guy
2011-11-10
4
-1
/
+20
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Terminate EGL when an app goes in the background
Romain Guy
2011-11-10
4
-1
/
+20
*
|
|
am 1bf15e79: am 97ece7a9: Merge "EGL: add deferred saving of the cache" into ...
Jamie Gennis
2011-11-10
2
-0
/
+34
|
\
\
\
|
|
/
/
|
*
|
EGL: add deferred saving of the cache
Jamie Gennis
2011-11-08
2
-0
/
+34
|
|
/
*
|
am 3cb007e4: am 911263dc: Merge changes I18e5e789,I5cbaae2d into ics-mr1
Jamie Gennis
2011-11-09
7
-21
/
+460
|
\
\
|
|
/
|
*
EGL: implement loading and saving the cache
Jamie Gennis
2011-11-08
5
-5
/
+293
|
*
EGL: use an in-memory the blob cache
Jamie Gennis
2011-11-07
4
-16
/
+167
*
|
Merge "Properly passing an unused variable through."
Alex Sakhartchouk
2011-11-07
1
-1
/
+1
|
\
\
|
*
|
Properly passing an unused variable through.
Alex Sakhartchouk
2011-11-03
1
-1
/
+1
*
|
|
am 2ab7ec90: Merge "EGL: Add stubs for EGL_ANDROID_blob_cache" into ics-mr1
Jamie Gennis
2011-11-05
5
-1
/
+139
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
EGL: Add stubs for EGL_ANDROID_blob_cache
Jamie Gennis
2011-11-04
5
-1
/
+139
*
|
|
am 74b2b954: am 09848bc8: Merge "docs: add developer guide cross references, ...
Joe Fernandez
2011-10-31
3
-1
/
+25
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,...
Joe Fernandez
2011-10-29
3
-1
/
+25
|
|
\
|
|
*
docs: add developer guide cross references, Project ACRE, round 3
Joe Fernandez
2011-10-28
3
-1
/
+25
*
|
|
Destroy and recreate the EGL surface when the surface size changes.
Jack Palevich
2011-10-28
1
-30
/
+30
|
/
/
*
|
Work around race condition when shutting down a surface flinger surface.
Jack Palevich
2011-10-14
1
-3
/
+17
|
/
*
don't log EGL errors due to unimplemented proprietary extensions
Mathias Agopian
2011-10-05
3
-15
/
+24
*
Avoid allocating temporary memory for Matrix operations.
Jack Palevich
2011-09-20
1
-80
/
+111
*
fix EGL debugger
Mathias Agopian
2011-09-19
8
-33
/
+29
*
cleanup: fix typos in logs
Mathias Agopian
2011-09-16
1
-1
/
+1
*
Add (support for) EGL_NV_system_time extension.
Jonas Yang
2011-09-13
3
-0
/
+67
*
add an option to EGL to dump stack traces on errors
Mathias Agopian
2011-09-06
2
-4
/
+18
*
opengl: EGL: special case for GLES emulation
David 'Digit' Turner
2011-09-02
1
-0
/
+43
*
fix another bug that prevented the gl debugger to work
Mathias Agopian
2011-09-01
1
-1
/
+1
*
this should fix the GL debugger
Mathias Agopian
2011-09-01
1
-3
/
+3
*
fix logging of eglMakeCurrent() errors
Mathias Agopian
2011-08-25
1
-0
/
+3
*
Merge "EGL: move disconnect to surface dtor"
Jamie Gennis
2011-08-25
2
-9
/
+9
|
\
|
*
EGL: move disconnect to surface dtor
Jamie Gennis
2011-08-24
2
-9
/
+9
*
|
Add OpenGL backend to ImageWallpaper
Romain Guy
2011-08-24
1
-1
/
+48
|
/
*
implement EGL_TEXTURE_EXTERNAL_OES in libagl
Mathias Agopian
2011-08-18
2
-4
/
+7
*
fix test-opengl-swapinterval
Mathias Agopian
2011-08-15
1
-6
/
+10
*
fix an issue where the screen could be stale after a surface size change
Mathias Agopian
2011-08-01
1
-0
/
+10
*
connect/disconnect is now called from our EGL wrapper
Mathias Agopian
2011-08-01
1
-2
/
+17
*
Add new OpenGL test
Romain Guy
2011-07-19
2
-0
/
+486
*
EGL: update EGL_ANDROID_recordable extension.
Jamie Gennis
2011-07-17
2
-5
/
+37
*
Merge "fix typo in a comment"
Mathias Agopian
2011-07-12
1
-1
/
+1
|
\
|
*
fix typo in a comment
Mathias Agopian
2011-07-12
1
-1
/
+1
*
|
Merge "Remove the simulator target from all makefiles. Bug: 5010576"
Jeff Brown
2011-07-12
12
-84
/
+36
|
\
\
|
*
|
Remove the simulator target from all makefiles.
Jeff Brown
2011-07-11
12
-84
/
+36
|
|
/
*
|
Merge changes I002177a6,Ibaff52fe
Jamie Gennis
2011-07-11
3
-0
/
+333
|
\
\
|
*
|
Add the EGL_ANDROID_recordable spec.
Jamie Gennis
2011-07-11
2
-0
/
+125
|
*
|
Add the spec for EGL_ANDROID_blob_cache.
Jamie Gennis
2011-07-11
1
-0
/
+208
|
|
/
*
|
Merge "EGL: fix the ANativeWindow size/fmt override"
Jamie Gennis
2011-07-11
1
-1
/
+6
|
\
\
|
*
|
EGL: fix the ANativeWindow size/fmt override
Jamie Gennis
2011-07-11
1
-1
/
+6
|
|
/
*
|
Always make GL calls with a valid EGL context.
Romain Guy
2011-07-11
1
-0
/
+5
|
/
[prev]
[next]