Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
50cb54ff5cdb233d01e1dd94b355cbfe0a371520
/
opengl
8b76a0a
SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything.
by Mathias Agopian
· 16 years ago
e6f0f5c
workaround a bug in the SGX driver that would prevent eglGetConfig to work properly
by Mathias Agopian
· 16 years ago
f1e5b0d
add support for RGBX_8888
by Mathias Agopian
· 16 years ago
9ca4dd6
minor code clean-up
by Mathias Agopian
· 16 years ago
a1f6eff
update most gl tests to use EGLUtils
by Mathias Agopian
· 16 years ago
265d9c0
added two EGL helpers for selecting a config matching a certain pixelformat or native window type
by Mathias Agopian
· 16 years ago
bb99ffb
added a gl swapinterval test
by Mathias Agopian
· 16 years ago
429c521
opengl tests
by Mathias Agopian
· 16 years ago
997d1070
log opengl-call-with-no-context only once per thread, instead of for each function call
by Mathias Agopian
· 16 years ago
abac010
be more robust when errors occur upon EGL surface creation (ie: don't crash)
by Mathias Agopian
· 16 years ago
5b5c914
fixed some issues with the software renderer when surfaces are made current.
by Mathias Agopian
· 16 years ago
c902bf8
GLESv2 couldn't be loaded due to wrong path specification
by Mathias Agopian
· 16 years ago
f021077
am 280436ac: Merge change 8261 into donut
by Android (Google) Code Review
· 16 years ago
7e26333
Remove recently-added android.opengl.Version API
by Jack Palevich
· 16 years ago
68ce000
am ef6b66cb: Merge change 8222 into donut
by Android (Google) Code Review
· 16 years ago
1baf11b
Add a public API that reports the supported OpenGLES API level.
by Jack Palevich
· 16 years ago
6a29426
Merge commit 'goog/readonly-korg-master' into merge_korg_master
by Jean-Baptiste Queru
· 16 years ago
a2fb72e
remove libagl's dependency on gralloc_priv.h
by Mathias Agopian
· 16 years ago
7cd8ced2
this header file is not needed anymore
by Mathias Agopian
· 16 years ago
2eedb25
am 46e28db8: Merge change 6713 into donut
by Android (Google) Code Review
· 16 years ago
ab1cf3e
fix for [1969185] valgrind errors in new gl stuff
by Mathias Agopian
· 16 years ago
92a3ed4
Make opengl loader use an absolute path.
by Marco Nelissen
· 16 years ago
26f6a82
Bug Fixed for libagl.
by Shin-ichiro KAWASAKI
· 16 years ago
0f53af1
fix a bug where gl didn't always fallback to software when copybit failed. minor optimizations to copybit codepath.
by Mathias Agopian
· 16 years ago
68eeb80
use copybit for eglSwapBuffers() copy-back operations
by Mathias Agopian
· 16 years ago
c6f36ed
Merge change 5352 into donut
by Android (Google) Code Review
· 16 years ago
c1e3ec5
Add eglGetRenderBufferANDROID() extension, which returns the current render buffer as an android_native_buffer_t*
by Mathias Agopian
· 16 years ago
3a7e183
fix [1942438] eglGetCurrentSurface() returns bogus value
by Mathias Agopian
· 16 years ago
a125461
fix [1942438] eglGetCurrentSurface() returns bogus value
by Mathias Agopian
· 16 years ago
2eab9d8
copybit now uses a native_handle_t* instead of a fd/offset
by Mathias Agopian
· 16 years ago
f31868e
merge master in master_gl
by Mathias Agopian
· 16 years ago
f6c2a1a
fix a bug where copybit would be rejected in landscape mode
by Mathias Agopian
· 16 years ago
e8f7c68
Android now has its own EGL extension block (yay) 0x3140-0x314F. EGL_NATIVE_BUFFER_ANDROID now maps to 0x3140 instead of using the staging range
by Mathias Agopian
· 16 years ago
1b28d26
am 4fb69770: Merge change 5024 into donut
by Android (Google) Code Review
· 16 years ago
ffa5a5a
am 5277103d: Merge change 5035 into donut
by Android (Google) Code Review
· 16 years ago
4fb6977
Merge change 5024 into donut
by Android (Google) Code Review
· 16 years ago
aaf4b6b
add glTexParameteri() and fix glTexParameteriv()
by Mathias Agopian
· 16 years ago
1562f87
Remove opengl tests from tests build
by Sriram Raman
· 16 years ago
09cf0ac
we were not fetching the texture coords in the copybit case, so we were using garbage
by Mathias Agopian
· 16 years ago
42bf621
fix/add some comments
by Mathias Agopian
· 16 years ago
03a1b01
s/w OpenGL no detects and handles all any combinations of triangle fans corresponding to a rectangle
by Mathias Agopian
· 16 years ago
4d63fb1
fix a scissor bug in the GLES-on-top-of copybit code
by Mathias Agopian
· 16 years ago
69f066c
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
ed77659
am b4f7592b: Merge change 4299 into donut
by Android (Google) Code Review
· 16 years ago
91a27ae
Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.
by Jack Palevich
· 16 years ago
350d651
fix a bug where copybit only renders in the first buffer when used with s/w GL
by Mathias Agopian
· 16 years ago
07fcf4c
revive the copybit test.
by Mathias Agopian
· 16 years ago
51c8a3e
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
36432cc
make sure clear the draw and read EGLSurface when eglMakeCurrent() is called for unbinding from the thread
by Mathias Agopian
· 16 years ago
4098d78
remove some spurious debuging LOGD
by Mathias Agopian
· 16 years ago
b4b4c11
fix/clean these Android.mk following dbort and joeo's comments
by Mathias Agopian
· 16 years ago
3b2c69d
am cede1ed3: fix [1610840] Positional light doesn\'t work correctly on emulator
by Mathias Agopian
· 16 years ago
411c77d
am 5de674e1: Merge change 3013 into donut
by Android (Google) Code Review
· 16 years ago
cede1ed
fix [1610840] Positional light doesn't work correctly on emulator
by Mathias Agopian
· 16 years ago
5de674e
Merge change 3013 into donut
by Android (Google) Code Review
· 16 years ago
9081cd5
am 5f784df5: Merge change 3011 into donut
by Android (Google) Code Review
· 16 years ago
7c7dfac
fix a bug in GL lighting where the specular component could be ommited when vertex material was disabled.
by Mathias Agopian
· 16 years ago
de15ddc
simplify this test
by Mathias Agopian
· 16 years ago
1727e34
am 7728be03: Merge change 2896 into donut
by Android (Google) Code Review
· 16 years ago
46d7ccb
added a test that exhibits some lighting issues in the software renderer. see external bug 1709
by Mathias Agopian
· 16 years ago
9d17c05
implement a real loader for EGL drivers
by Mathias Agopian
· 16 years ago
2820bd4
Added most of the support needed for GLES 2.x
by Mathias Agopian
· 16 years ago
f5fbc798
minor modifications to the official GLES 2.x headers
by Mathias Agopian
· 16 years ago
d53c8ee
add GLES 2.x headers
by Mathias Agopian
· 16 years ago
947f4f4
merge master to master_gl
by Mathias Agopian
· 16 years ago
931eb39
am bb7b7b31: Merge change 2152 into donut
by Android (Google) Code Review
· 16 years ago
16da795
make sure to fail to software when the h/w renderer cannot be initialized
by Mathias Agopian
· 16 years ago
0795272
move libbinder's header files under includes/binder
by Mathias Agopian
· 16 years ago
25ba5b6
checkpoint: split libutils into libutils + libbinder
by Mathias Agopian
· 16 years ago
b7b648f
libGLESv1_CM.so doesn't need to depend on libutils or libui
by Mathias Agopian
· 16 years ago
11be99d
remove libEGL and libGLESv1_CM dependencies on libutils and libui
by Mathias Agopian
· 16 years ago
16e7972
Fix bug 1856713 gl Pointer functions should use Buffer position
by Jack Palevich
· 16 years ago
11abc8a
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
3cc68d2
should help fix the Simulator build.
by Mathias Agopian
· 16 years ago
8331f72
remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eglext.h
by Mathias Agopian
· 16 years ago
778fb15
should fix the build.
by Mathias Agopian
· 16 years ago
cb29e62
only export the GL entry-points, hide everything else.
by Mathias Agopian
· 16 years ago
6ec72e3
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
e20ea78
Require native-order direct buffers for glXXXPointer APIs.
by Jack Palevich
· 16 years ago
927d37c
fix EGL extension string names
by Mathias Agopian
· 16 years ago
2e20bff
created an new EGL extension called ANDROID_swap_rectangle
by Mathias Agopian
· 16 years ago
be509c9
Fix automatically generated code for glGet
by Jack Palevich
· 16 years ago
b51e18d
move android_native_buffer_t declaration into its own private/ui/android_native_priv.h header, since user code should never have access to it.
by Mathias Agopian
· 16 years ago
ac2523b
move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h and don't include it from egl.h
by Mathias Agopian
· 16 years ago
e633f93
get rid of android_native_buffer_t::getHandle() and replace it with an handle field
by Mathias Agopian
· 16 years ago
430f2ed
removed the "bits" attribute from android_native_buffer_t.
by Mathias Agopian
· 16 years ago
dff8e58
update surfaceflinger, libui and libagl to the new gralloc api
by Mathias Agopian
· 16 years ago
fa6eda0
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
799af8d
oops forgot to remove a LOGD when loading an opengl driver
by Mathias Agopian
· 16 years ago
9e8ca9a
Merge change 551 into donut
by Android (Google) Code Review
· 16 years ago
a379585
Enable static Java APIs for OpenGL ES 1.1 extensions.
by Jack Palevich
· 16 years ago
04ae634
Make sure to map undefined OES functions to their non-OES counterpart if it exists.
by Mathias Agopian
· 16 years ago
1feecd8
use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis.
by Mathias Agopian
· 16 years ago
e29254e
integrate some OpenGL ES changes back from master_gl in preparation of opening GLES to the NDK.
by Mathias Agopian
· 16 years ago
13b3b5c
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
1c4907e
Manually merge 129, 174, and 233 from donut
by Jack Palevich
· 16 years ago
27f8002
Add an Android-specific static OpenGL ES 1.1 Java API.
by Jack Palevich
· 16 years ago
4e70a9e
Improve glgen
by Jack Palevich
· 16 years ago
e909ae5
Add clarifying comment.
by Jack Palevich
· 16 years ago
3cae8fe
Clean up trivial Eclipse warnings and fix whitespace.
by Jack Palevich
· 16 years ago
Next »