Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_native
/
29c889f5ea665fe04df6c31d3792c1751ae87d24
/
opengl
e358618
fix [2931718] glDrawArrays skips a triangle when more than 70 vertices are used.
by Mathias Agopian
· 14 years ago
031213e
fix [2931161] crash in labyritnth when completing a level
by Mathias Agopian
· 14 years ago
4a88b52
fix [2912927] Can't get NV_draw_path extension to work
by Mathias Agopian
· 14 years ago
7f781d1
improve a bit the implementation of eglGetProcAddress
by Mathias Agopian
· 14 years ago
2403533
fix [2421247] implement eglGetProcAddress(), needed in the ndk
by Mathias Agopian
· 14 years ago
bb0628d
remove copybit hack from software opengl (libagl)
by Mathias Agopian
· 14 years ago
cee7939
fix [2870926] Issue 9802: EGL wrapper has not been implemented correctly for eglQuerySurface().
by Mathias Agopian
· 14 years ago
bf83375
Merge "Fix a bug that prevented the creation of EGL shared contexts." into gingerbread
by Mathias Agopian
· 15 years ago
4c39f8f
Fix a bug that prevented the creation of EGL shared contexts.
by Jamie Gennis
· 15 years ago
4b5e91e
Introduce official public NativeWindow type.
by Dianne Hackborn
· 15 years ago
b3ffef9
Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer.
by Jack Palevich
· 15 years ago
0a91775
Added support for the GL_TEXTURE_EXTERNAL target
by Mathias Agopian
· 15 years ago
e81a3cb
update EGL headers to the latest
by Mathias Agopian
· 15 years ago
11cca92
update GL ES stub libraries with the new GL ES headers
by Mathias Agopian
· 15 years ago
05bb9c9
fix OpenGL ES extension headers from khronos
by Mathias Agopian
· 15 years ago
8f62c30
update the OpenGL ES headers to the latest
by Mathias Agopian
· 15 years ago
04aed21
fix a crasher in our EGL wrapper when attrib_list is NULL in eglChooseConfig
by Mathias Agopian
· 15 years ago
e458283
am fb234bbe: merge from open-source master
by The Android Open Source Project
· 15 years ago
c77a20a
merge from open-source master
by The Android Open Source Project
· 15 years ago
b0eed51
Merge "Build software AGL library with correct get_tls() macro for ARMv7 based platforms"
by Mathias Agopian
· 15 years ago
32a220a
Merge "Fix glReadPixels() to verify that both x and y are non-negative."
by Mathias Agopian
· 15 years ago
bf41b11
small cleanup. gEGLImpl should have been static
by Mathias Agopian
· 15 years ago
45ef27a
merge from open-source master
by The Android Open Source Project
· 15 years ago
8fb47ec
Fix Android's glEGLImageTargetRenderbufferOES() wrapper
by Mathias Agopian
· 15 years ago
4b14098
Add a test of EGL pausing and resuming.
by Jack Palevich
· 15 years ago
988fce5
fix [2236865] STOPSHIP: bump soft gl and egl minor version number
by Mathias Agopian
· 15 years ago
7efc2fc
gl_code : add end of line.
by Jae-Hyung Ahn
· 15 years ago
81cd084
Implement eglInitialize / eglTerminate reference counting
by Jack Palevich
· 15 years ago
7c5fe4c
Fix glCopyTexSubImage2D inverted texture bug.
by Jack Palevich
· 15 years ago
bd393b7
Add correct copyright headers to multiple files
by Kenny Root
· 15 years ago
d08583b
Build software AGL library with correct get_tls() macro for ARMv7 based platforms
by Magnus Landqvist
· 15 years ago
54ed4f6
get rid off the YUV formats at the libui layer
by Mathias Agopian
· 15 years ago
82c19b1
Merge "fix [2189862] Race condition in eglIntialize and eglDestroy"
by Mathias Agopian
· 15 years ago
75bc278
fix [2189862] Race condition in eglIntialize and eglDestroy
by Mathias Agopian
· 15 years ago
8dccb26
Proper EGLImageKHR error handling
by Mathias Agopian
· 15 years ago
04a3f57
fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug)
by Mathias Agopian
· 15 years ago
0673586
Fix ETC1 texture decoding.
by Jack Palevich
· 15 years ago
18b915a
implement [2396050] Add ETC1 texture support to AGL
by Mathias Agopian
· 15 years ago
fda42f3
fix [2397853] glCopyTexImage2D crashes emulator
by Mathias Agopian
· 15 years ago
a48c654
Fix glReadPixels() to verify that both x and y are non-negative.
by Mike Playle
· 15 years ago
e44e45c
Implement the GL11ExtensionPack APIs.
by Jack Palevich
· 15 years ago
45351bc
fix [2341222] AGL version of glDrawTexxOES doesn't handle "Z" value correctly
by Mathias Agopian
· 15 years ago
8063c3a
fix [2303866] eglMakeCurrent doesn't return all error messages described in the spec
by Mathias Agopian
· 15 years ago
9166f7b
Use correct TLS codepath in graphics libraries
by Gary King
· 15 years ago
91ea437
am 6d0f6c78: Merge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair
by Jack Palevich
· 15 years ago
e8b6618
Deprecate fill_parent and introduce match_parent. Bug: #2361749.
by Romain Guy
· 15 years ago
618c755
DO NOT MERGE A library for encoding and decoding ETC1 textures.
by Jack Palevich
· 15 years ago
837edec
Do not use a user tag on apps, as it is ignored.
by Jean-Baptiste Queru
· 15 years ago
01cc538
A library for encoding and decoding ETC1 textures.
by Jack Palevich
· 15 years ago
909486a
Print OpenGL version and extension information.
by Jack Palevich
· 15 years ago
5233a4e
Merge change I5ddc721d
by Android (Google) Code Review
· 15 years ago
9054ddf
Add misssing symbol type directives.
by Doug Kwan
· 15 years ago
66089a3
Implement Matrix Palette extension.
by Jack Palevich
· 15 years ago
87d2953
am 7671c088: am 77f17095: am 533a2803: Merge change I18ffb549 into eclair
by Mathias Agopian
· 15 years ago
69fec47
am 77f17095: am 533a2803: Merge change I18ffb549 into eclair
by Mathias Agopian
· 15 years ago
ea5b203
am 533a2803: Merge change I18ffb549 into eclair
by Mathias Agopian
· 15 years ago
f9f36b5
am 533a2803: Merge change I18ffb549 into eclair
by Mathias Agopian
· 15 years ago
f745734
fix [2069023] STOPSHIP: disable DEBUG_COPYBIT
by Mathias Agopian
· 15 years ago
87d0958
am 8e9af2bd: am b439f561: am 13feccf5: Merge change I39f0003e into eclair
by Mathias Agopian
· 15 years ago
1850ea3
am b439f561: am 13feccf5: Merge change I39f0003e into eclair
by Mathias Agopian
· 15 years ago
8386ce0
am 13feccf5: Merge change I39f0003e into eclair
by Mathias Agopian
· 15 years ago
935b3de
am 13feccf5: Merge change I39f0003e into eclair
by Mathias Agopian
· 15 years ago
a750fc0
fix [2235414] libagl glDeleteBuffers() crashes
by Mathias Agopian
· 15 years ago
378112e
Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 context
by Jack Palevich
· 15 years ago
50d0b14
Add a Java API for OpenGL ES 2.0.
by Jack Palevich
· 15 years ago
daeaa53
merge from eclair
by Jean-Baptiste Queru
· 15 years ago
cc8c35c
eclair snapshot
by Jean-Baptiste Queru
· 15 years ago
385d991
am da5e90be: am 66b5d902: am 27407208: Merge change Icf335098 into eclair
by Mathias Agopian
· 15 years ago
c656e03
am 66b5d902: am 27407208: Merge change Icf335098 into eclair
by Mathias Agopian
· 15 years ago
fb10b6f
am 27407208: Merge change Icf335098 into eclair
by Mathias Agopian
· 15 years ago
ffd6583
am 27407208: Merge change Icf335098 into eclair
by Mathias Agopian
· 15 years ago
1eeffc6
fix [2236865] STOPSHIP: bump soft gl and egl minor version number
by Mathias Agopian
· 15 years ago
e3b6e04
am c6ed8100: am 0b9d3ba2: am c421fc2a: Merge change Id09376d1 into eclair
by Mathias Agopian
· 15 years ago
51f7605
am 0b9d3ba2: am c421fc2a: Merge change Id09376d1 into eclair
by Mathias Agopian
· 15 years ago
cf3289c
am c421fc2a: Merge change Id09376d1 into eclair
by Mathias Agopian
· 15 years ago
60625ac
am c421fc2a: Merge change Id09376d1 into eclair
by Mathias Agopian
· 15 years ago
1983403
fix [2071412] work around mdp 32-bits fade limitation
by Mathias Agopian
· 15 years ago
959a7af
am ac94fbd0: merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
ff230a5
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
143b2a7
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
cd220de
am ba37ea55: am 6d9e0c7a: am 36fe3eea: part of fix [2186418] switch passion to 24-bits framebuffer
by Mathias Agopian
· 15 years ago
d8fe374
am 36fe3eea: part of fix [2186418] switch passion to 24-bits framebuffer
by Mathias Agopian
· 15 years ago
8b6b95a
part of fix [2186418] switch passion to 24-bits framebuffer
by Mathias Agopian
· 15 years ago
bd51415
am 43606242: am 8e5e44e9: am 9a54d7dd: Merge change Ibbf945f3 into eclair
by Mathias Agopian
· 15 years ago
7617b91e
am 9a54d7dd: Merge change Ibbf945f3 into eclair
by Mathias Agopian
· 15 years ago
bc49291
fix [2236832] software OpenGL ES driver doesn't work on sholes
by Mathias Agopian
· 15 years ago
333bbc6
am 4e90c907: am 65ab88c7: am 21977eb0: Merge change I56981989 into eclair
by Mathias Agopian
· 15 years ago
291483b
am 21977eb0: Merge change I56981989 into eclair
by Mathias Agopian
· 15 years ago
33e18e4
Merge change I56981989 into eclair
by Android (Google) Code Review
· 15 years ago
88e1534
am d1d744cd: am 07d38c66: am 8637759a: Merge change I36d0184e into eclair
by Mathias Agopian
· 15 years ago
f95646a
am 8637759a: Merge change I36d0184e into eclair
by Mathias Agopian
· 15 years ago
b44efdc
fix [2231527] Compatibility with SpaceJunk game (OpenGL)
by Mathias Agopian
· 15 years ago
6fee064
fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video
by Mathias Agopian
· 15 years ago
5593cdc
am cb80b4f1: am 8385baea: am 05cb5610: Merge change I8c0eb9a6 into eclair
by Iliyan Malchev
· 15 years ago
f90c83b
am 78383abf: am cbf583d7: am 77bd91f8: Merge change Ie3e80456 into eclair
by Mathias Agopian
· 15 years ago
f024252
am c64e9346: am d85545d0: am d01767f8: Merge change I56779290 into eclair
by Mathias Agopian
· 15 years ago
bc55586
am 5acbf81a: am 74d4640c: am f989c114: Merge change If007a2fa into eclair
by Mathias Agopian
· 15 years ago
e0c077d
am 05cb5610: Merge change I8c0eb9a6 into eclair
by Iliyan Malchev
· 15 years ago
d95c322
libagl: silence a LOGD
by Iliyan Malchev
· 15 years ago
39e0df0
am 77bd91f8: Merge change Ie3e80456 into eclair
by Mathias Agopian
· 15 years ago
Next »