1. e8b6618 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  2. 837edec Do not use a user tag on apps, as it is ignored. by Jean-Baptiste Queru · 15 years ago
  3. 909486a Print OpenGL version and extension information. by Jack Palevich · 15 years ago
  4. 378112e Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 context by Jack Palevich · 15 years ago
  5. 50d0b14 Add a Java API for OpenGL ES 2.0. by Jack Palevich · 15 years ago
  6. f90c83b am 78383abf: am cbf583d7: am 77bd91f8: Merge change Ie3e80456 into eclair by Mathias Agopian · 15 years ago
  7. 39e0df0 am 77bd91f8: Merge change Ie3e80456 into eclair by Mathias Agopian · 15 years ago
  8. 6c7d04b Turns out the SGX driver is correct and the bug was in this test. by Mathias Agopian · 15 years ago
  9. bfa22df am 894449ac: am af7d2dda: am 5dc7a21c: Merge change I4e036287 into eclair by Mathias Agopian · 15 years ago
  10. e1e9073 am 5dc7a21c: Merge change I4e036287 into eclair by Mathias Agopian · 15 years ago
  11. 3810c2b update line test to expose some bug on SGX530 ed4 by Mathias Agopian · 15 years ago
  12. 9450fcd am 2eca23d6: am a2151b2b: am 7bde36e6: added GL test for textured lines by Mathias Agopian · 15 years ago
  13. cab3690 am 7bde36e6: added GL test for textured lines by Mathias Agopian · 15 years ago
  14. 3221616 added GL test for textured lines by Mathias Agopian · 15 years ago
  15. 91d8ee3 am 09e7ef8a: am a5bfe52d: Merge change Ib3558f35 into eclair-mr2 by Jack Palevich · 15 years ago
  16. d594fe1 Make our choice of surface explicit. by Jack Palevich · 15 years ago
  17. 9f73b7a am 65cc9418: am 332c7934: Merge change I69e21f5f into eclair-mr2 by Jack Palevich · 15 years ago
  18. 9bd30f0 GLDual test application. by Jack Palevich · 15 years ago
  19. e66dfa0 merged d7c18d7672f3ecbbcb2f5bec92fe54dd990cb8dd, w/conflict in opengl/tests/copybits/Android.mk by android-build SharedAccount · 15 years ago
  20. 360c033 am c5b09d8a: am 4ac45597: Merge change I15b0ebb9 into eclair by Mathias Agopian · 15 years ago
  21. 791212d am 7d638292: Merge change Ib4285d22 into eclair-mr2 by Jack Palevich · 15 years ago
  22. 661bda9 am 9d6a685b: Merge changes I430cf57b,I51f02f67,I464f13f3 into eclair by Mathias Agopian · 15 years ago
  23. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 15 years ago
  24. 4633c49 Add back missing shared libraries used in executables in link commands. These by Doug Kwan · 15 years ago
  25. d11f60e am 4ac45597: Merge change I15b0ebb9 into eclair by Mathias Agopian · 15 years ago
  26. 99dd08f Change way we choose EGL surfaces to be compatible with the native by Jack Palevich · 15 years ago
  27. 7460160 a simple test app for gralloc by Mathias Agopian · 15 years ago
  28. f38bce2 Add a simple test of OpenGL ES 1.x. by Jack Palevich · 15 years ago
  29. e9321e3 Merge change I8018f091 into eclair by Android (Google) Code Review · 15 years ago
  30. e5810d1 Add very simple input path. Fix end-of-line issues. by Jack Palevich · 15 years ago
  31. 38d3c2a Don't ask for pbuffer support, because we don't use any pbuffers. by Jack Palevich · 15 years ago
  32. 34329ee Print out EGL configuration info for the config we've chosen. by Jack Palevich · 15 years ago
  33. d9872bf Print out all available EGL configurations. by Jack Palevich · 15 years ago
  34. f1006c2 Fix build. by Jack Palevich · 15 years ago
  35. 4312376 Tighten up sample code. by Jack Palevich · 15 years ago
  36. 18e24f9 Use EGLUtils to simplify choosing a configuration. by Jack Palevich · 15 years ago
  37. bc4a417 Make tritex test run with latest OpenGL driver. by Jack Palevich · 15 years ago
  38. 9195835 Create samples showing how to call OpenGL from JNI libraries. by Jack Palevich · 15 years ago
  39. 9ec24af Draw a green triangle using OpenGL 2.0 APIs. by Jack Palevich · 15 years ago
  40. 0587775 Add additional error checking, exit early if errors occur. by Jack Palevich · 15 years ago
  41. 13e6842 Add EGL call error checking. by Jack Palevich · 15 years ago
  42. 493220d Simple app to create a gl2 context and dump the strings. by Jason Sams · 15 years ago
  43. 6c06ffc show that we need to glClear to be fast(er) by Mathias Agopian · 15 years ago
  44. 687bea2 option to use drawtexture at compile time by Mathias Agopian · 15 years ago
  45. cba73d3 fix and extend the filter test a bit by Mathias Agopian · 15 years ago
  46. 1d3bcd6 workaround a bug in the SGX driver that would prevent eglGetConfig to work properly by Mathias Agopian · 15 years ago
  47. 0928e31 minor code clean-up by Mathias Agopian · 15 years ago
  48. 653870d update most gl tests to use EGLUtils by Mathias Agopian · 15 years ago
  49. 6cf50a7 added two EGL helpers for selecting a config matching a certain pixelformat or native window type by Mathias Agopian · 15 years ago
  50. 1c3561e added a gl swapinterval test by Mathias Agopian · 15 years ago
  51. 591018a opengl tests by Mathias Agopian · 15 years ago
  52. 4c4b387 merge master in master_gl by Mathias Agopian · 16 years ago
  53. 8c1127f Remove opengl tests from tests build by Sriram Raman · 16 years ago
  54. 0a3139a fix a bug where copybit only renders in the first buffer when used with s/w GL by Mathias Agopian · 16 years ago
  55. 7e2a937 revive the copybit test. by Mathias Agopian · 16 years ago
  56. 1a0c4cd Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  57. 17836ac simplify this test by Mathias Agopian · 16 years ago
  58. 4d661eb added a test that exhibits some lighting issues in the software renderer. see external bug 1709 by Mathias Agopian · 16 years ago
  59. 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  60. 8f75e09 Add clarifying comment. by Jack Palevich · 16 years ago
  61. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  62. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  63. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  64. a6938ba auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  65. e09fd9e Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago