index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
opengl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added a gl swapinterval test
Mathias Agopian
2009-08-05
3
-5
/
+178
*
opengl tests
Mathias Agopian
2009-08-05
4
-7
/
+231
*
log opengl-call-with-no-context only once per thread, instead of for each fun...
Mathias Agopian
2009-07-31
1
-2
/
+9
*
be more robust when errors occur upon EGL surface creation (ie: don't crash)
Mathias Agopian
2009-07-31
1
-9
/
+18
*
fixed some issues with the software renderer when surfaces are made current.
Mathias Agopian
2009-07-30
1
-19
/
+31
*
GLESv2 couldn't be loaded due to wrong path specification
Mathias Agopian
2009-07-29
1
-1
/
+1
*
am 280436ac: Merge change 8261 into donut
Android (Google) Code Review
2009-07-22
1
-47
/
+0
|
\
|
*
Remove recently-added android.opengl.Version API
Jack Palevich
2009-07-22
1
-47
/
+0
*
|
am ef6b66cb: Merge change 8222 into donut
Android (Google) Code Review
2009-07-22
1
-0
/
+47
|
\
\
|
|
/
|
*
Add a public API that reports the supported OpenGLES API level.
Jack Palevich
2009-07-22
1
-0
/
+47
*
|
Merge commit 'goog/readonly-korg-master' into merge_korg_master
Jean-Baptiste Queru
2009-07-16
1
-1
/
+1
|
\
\
|
*
|
Bug Fixed for libagl.
Shin-ichiro KAWASAKI
2009-07-07
1
-1
/
+1
|
*
|
AI 145249: Correct misspelling of constant RENDERMODE_CONTUOUSLY --> RENDERMO...
Jack Palevich
2009-04-08
1
-9
/
+9
|
*
|
AI 145244: Fully document GLSurfaceView and related classes.
Jack Palevich
2009-04-08
1
-51
/
+349
|
*
|
Automated import from //branches/cupcake/...@142485,142485
Jack Palevich
2009-03-24
1
-20
/
+194
|
*
|
Automated import from //branches/cupcake/...@142481,142481
Jack Palevich
2009-03-24
2
-21
/
+38
|
*
|
Automated import from //branches/cupcake/...@141857,141857
Jack Palevich
2009-03-24
1
-31
/
+23
*
|
|
remove libagl's dependency on gralloc_priv.h
Mathias Agopian
2009-07-15
4
-23
/
+8
*
|
|
this header file is not needed anymore
Mathias Agopian
2009-07-14
1
-271
/
+0
*
|
|
am 46e28db8: Merge change 6713 into donut
Android (Google) Code Review
2009-07-09
2
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fix for [1969185] valgrind errors in new gl stuff
Mathias Agopian
2009-07-09
2
-2
/
+2
|
*
|
Merge change 5352 into donut
Android (Google) Code Review
2009-06-25
1
-3
/
+5
|
|
\
\
|
|
*
|
fix [1942438] eglGetCurrentSurface() returns bogus value
Mathias Agopian
2009-06-24
1
-3
/
+5
*
|
|
|
Make opengl loader use an absolute path.
Marco Nelissen
2009-07-07
1
-1
/
+1
*
|
|
|
fix a bug where gl didn't always fallback to software when copybit failed. mi...
Mathias Agopian
2009-06-29
1
-13
/
+17
*
|
|
|
use copybit for eglSwapBuffers() copy-back operations
Mathias Agopian
2009-06-25
1
-52
/
+109
*
|
|
|
Add eglGetRenderBufferANDROID() extension, which returns the current render b...
Mathias Agopian
2009-06-25
6
-14
/
+72
*
|
|
|
fix [1942438] eglGetCurrentSurface() returns bogus value
Mathias Agopian
2009-06-25
1
-3
/
+5
*
|
|
|
copybit now uses a native_handle_t* instead of a fd/offset
Mathias Agopian
2009-06-24
1
-6
/
+1
*
|
|
|
merge master in master_gl
Mathias Agopian
2009-06-24
6
-7
/
+14
|
\
\
\
\
|
*
\
\
\
am 4fb69770: Merge change 5024 into donut
Android (Google) Code Review
2009-06-22
5
-6
/
+6
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Merge change 5024 into donut
Android (Google) Code Review
2009-06-22
5
-6
/
+6
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
*
|
Remove opengl tests from tests build
Sriram Raman
2009-06-22
5
-6
/
+6
|
*
|
|
|
am 5277103d: Merge change 5035 into donut
Android (Google) Code Review
2009-06-22
1
-1
/
+8
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
add glTexParameteri() and fix glTexParameteriv()
Mathias Agopian
2009-06-22
1
-1
/
+8
|
|
|
/
/
*
|
|
|
fix a bug where copybit would be rejected in landscape mode
Mathias Agopian
2009-06-23
1
-15
/
+30
*
|
|
|
Android now has its own EGL extension block (yay) 0x3140-0x314F. EGL_NATIVE_B...
Mathias Agopian
2009-06-23
1
-1
/
+1
*
|
|
|
we were not fetching the texture coords in the copybit case, so we were using...
Mathias Agopian
2009-06-18
1
-1
/
+15
*
|
|
|
fix/add some comments
Mathias Agopian
2009-06-17
1
-4
/
+12
*
|
|
|
s/w OpenGL no detects and handles all any combinations of triangle fans corre...
Mathias Agopian
2009-06-17
3
-77
/
+122
*
|
|
|
fix a scissor bug in the GLES-on-top-of copybit code
Mathias Agopian
2009-06-16
1
-17
/
+14
*
|
|
|
Merge commit 'goog/master' into merge_master
Mathias Agopian
2009-06-16
4
-11
/
+117
|
\
\
\
\
|
|
/
/
/
|
*
|
|
am b4f7592b: Merge change 4299 into donut
Android (Google) Code Review
2009-06-16
4
-11
/
+117
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.
Jack Palevich
2009-06-15
4
-11
/
+117
*
|
|
|
fix a bug where copybit only renders in the first buffer when used with s/w GL
Mathias Agopian
2009-06-10
8
-35
/
+38
*
|
|
|
revive the copybit test.
Mathias Agopian
2009-06-09
2
-93
/
+65
*
|
|
|
Merge commit 'goog/master' into merge_master
Mathias Agopian
2009-06-05
6
-78
/
+242
|
\
\
\
\
|
|
/
/
/
|
*
|
|
am cede1ed3: fix [1610840] Positional light doesn\'t work correctly on emulator
Mathias Agopian
2009-06-03
3
-78
/
+39
|
|
\
\
\
|
|
|
/
/
|
|
*
|
fix [1610840] Positional light doesn't work correctly on emulator
Mathias Agopian
2009-06-03
3
-78
/
+39
|
*
|
|
am 5de674e1: Merge change 3013 into donut
Android (Google) Code Review
2009-06-03
1
-0
/
+5
|
|
\
\
\
|
|
|
/
/
[prev]
[next]