summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* implement EGL_TEXTURE_EXTERNAL_OES in libaglMathias Agopian2011-08-182-4/+7
* fix test-opengl-swapintervalMathias Agopian2011-08-151-6/+10
* fix an issue where the screen could be stale after a surface size changeMathias Agopian2011-08-011-0/+10
* connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-2/+17
* Add new OpenGL testRomain Guy2011-07-192-0/+486
* EGL: update EGL_ANDROID_recordable extension.Jamie Gennis2011-07-172-5/+37
* Merge "fix typo in a comment"Mathias Agopian2011-07-121-1/+1
|\
| * fix typo in a commentMathias Agopian2011-07-121-1/+1
* | Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-1212-84/+36
|\ \
| * | Remove the simulator target from all makefiles.Jeff Brown2011-07-1112-84/+36
| |/
* | Merge changes I002177a6,Ibaff52feJamie Gennis2011-07-113-0/+333
|\ \
| * | Add the EGL_ANDROID_recordable spec.Jamie Gennis2011-07-112-0/+125
| * | Add the spec for EGL_ANDROID_blob_cache.Jamie Gennis2011-07-111-0/+208
| |/
* | Merge "EGL: fix the ANativeWindow size/fmt override"Jamie Gennis2011-07-111-1/+6
|\ \
| * | EGL: fix the ANativeWindow size/fmt overrideJamie Gennis2011-07-111-1/+6
| |/
* | Always make GL calls with a valid EGL context.Romain Guy2011-07-111-0/+5
|/
* Add a simple EGL testMathias Agopian2011-07-082-0/+170
* Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-151-2/+2
* fix x86 buildMathias Agopian2011-05-2311-151/+161
* eglTerminate() now actually frees up all active egl objectsMathias Agopian2011-05-166-160/+176
* refactor EGL source codeMathias Agopian2011-05-1615-2074/+2421
* fix (Again) adding OES postfix when looking for gl functionsMathias Agopian2011-05-111-9/+6
* add OES postfix without truncating functionJeff Boody2011-05-111-4/+6
* fix libagl surface initializationMathias Agopian2011-05-111-0/+4
* frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-036-38/+38
* Merge "Allows to render with an OpenGL context inside a TextureView."Romain Guy2011-05-021-4/+14
|\
| * Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-4/+14
* | remove last traces of copybitMathias Agopian2011-05-022-2/+0
|/
* get rid of dependency on copybit HAL moduleMathias Agopian2011-04-282-1768/+1650
* EGL: Allow creating a SurfaceTexture EGLSurface.Jamie Gennis2011-04-251-10/+0
* Merge "GLES2Dbg: noop - format & comment"David Li2011-04-222-6/+6
|\
| * GLES2Dbg: noop - format & commentDavid Li2011-04-212-6/+6
* | Fix typo in Matrix.mPerspective.Jack Palevich2011-04-211-1/+1
* | Add utility method Matrix.perspectiveMJack Palevich2011-04-211-2/+37
|/
* GLES2Dbg: send some GL implementation constants to clientDavid Li2011-04-197-21/+107
* GLES2Dbg: initial testsDavid Li2011-04-199-18/+991
* GLES2Dbg: added CaptureDraw and CaptureSwap optionsDavid Li2011-04-128-51/+203
* GLES2Dbg: use dump.gles2dbg file when fails to create socketDavid Li2011-04-128-31/+71
* GLES2Dbg: add EXTEND_AFTER_CALL_Debug_* macro and improve protocolDavid Li2011-04-1212-120/+245
* GLES2Dbg: change GLES2_dbg to shared libraryDavid Li2011-04-1211-53/+101
* Kill the global references in the OpenGL wrappers.Elliott Hughes2011-04-1126-578/+401
* Initialize reference counter for egl_display_tEric Hassold2011-03-311-1/+1
* Merge "Add a simple OpenGL ES 2.0 test program that displays a camera preview...Eino-Ville Talvala2011-03-294-0/+581
|\
| * Add a simple OpenGL ES 2.0 test program that displays a camera preview stream.Eino-Ville Talvala2011-03-284-0/+581
* | Merge "GLES2Dbg: use 256KB chunks for lzf compression"David Li2011-03-294-39/+43
|\ \
| * | GLES2Dbg: use 256KB chunks for lzf compressionDavid Li2011-03-284-39/+43
| |/
* | Add Java support for a few accidentally omitted OpenGL ES APIs.Jack Palevich2011-03-281-25/+9
|/
* Make objects collection a member of egl_display objectEric Hassold2011-03-251-68/+68
* Merge "GLESv2Dbg: ability to create GL calls from client"David Li2011-03-247-9/+1308
|\
| * GLESv2Dbg: ability to create GL calls from clientDavid Li2011-03-227-9/+1308