| Commit message (Expand) | Author | Age | Files | Lines |
* | fix EGL extension string names | Mathias Agopian | 2009-05-07 | 2 | -3/+3 |
* | created an new EGL extension called ANDROID_swap_rectangle | Mathias Agopian | 2009-05-07 | 4 | -26/+280 |
* | move android_native_buffer_t declaration into its own private/ui/android_nati... | Mathias Agopian | 2009-05-05 | 3 | -3/+3 |
* | move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h... | Mathias Agopian | 2009-05-05 | 6 | -245/+9 |
* | get rid of android_native_buffer_t::getHandle() and replace it with an handle... | Mathias Agopian | 2009-05-05 | 3 | -34/+15 |
* | removed the "bits" attribute from android_native_buffer_t. | Mathias Agopian | 2009-05-05 | 3 | -34/+57 |
* | update surfaceflinger, libui and libagl to the new gralloc api | Mathias Agopian | 2009-05-04 | 8 | -118/+166 |
* | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-04-30 | 16 | -2031/+918 |
|\ |
|
| * | oops forgot to remove a LOGD when loading an opengl driver | Mathias Agopian | 2009-04-24 | 1 | -1/+1 |
| * | Merge change 551 into donut | Android (Google) Code Review | 2009-04-24 | 4 | -109/+3 |
| |\ |
|
| | * | Enable static Java APIs for OpenGL ES 1.1 extensions. | Jack Palevich | 2009-04-24 | 4 | -109/+3 |
| * | | Make sure to map undefined OES functions to their non-OES counterpart if it e... | Mathias Agopian | 2009-04-23 | 1 | -3/+27 |
| |/ |
|
| * | use gl.h to generate the *.in files. we are now supporting the full gl.h and ... | Mathias Agopian | 2009-04-23 | 11 | -861/+877 |
| * | integrate some OpenGL ES changes back from master_gl in preparation of openin... | Mathias Agopian | 2009-04-23 | 10 | -1516/+788 |
| * | Add an Android-specific static OpenGL ES 1.1 Java API. | Jack Palevich | 2009-04-16 | 49 | -122/+4936 |
| * | Improve glgen | Jack Palevich | 2009-04-14 | 4 | -283/+284 |
| * | Clean up trivial Eclipse warnings and fix whitespace. | Jack Palevich | 2009-04-13 | 8 | -744/+753 |
| * | AI 145526: am: CL 145249 Correct misspelling of constant RENDERMODE_CONTUOUSL... | Jack Palevich | 2009-04-09 | 1 | -9/+9 |
| * | AI 145523: am: CL 145244 Fully document GLSurfaceView and related classes. | Jack Palevich | 2009-04-09 | 1 | -51/+349 |
| * | AI 144282: Tweak this tool to work with the current directory structure. | Jack Palevich | 2009-04-02 | 1 | -3/+14 |
| * | Automated import from //branches/donutburger/...@142687,142687 | Jack Palevich | 2009-03-25 | 1 | -83/+88 |
| * | Automated import from //branches/donutburger/...@142486,142486 | Jack Palevich | 2009-03-24 | 1 | -20/+194 |
| * | Automated import from //branches/donutburger/...@142484,142484 | Jack Palevich | 2009-03-24 | 2 | -21/+38 |
| * | Automated import from //branches/donutburger/...@141859,141859 | Jack Palevich | 2009-03-24 | 1 | -31/+23 |
* | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-04-17 | 53 | -1090/+5914 |
|\ \ |
|
| * | | Manually merge 129, 174, and 233 from donut | Jack Palevich | 2009-04-17 | 53 | -1090/+5914 |
* | | | Add clarifying comment. | Jack Palevich | 2009-04-13 | 1 | -1/+1 |
* | | | more debugging tools around BufferMapper | Mathias Agopian | 2009-04-10 | 1 | -4/+9 |
* | | | Integrate from //sandbox/mathias/donut/...@145728 | Mathias Agopian | 2009-04-10 | 23 | -761/+3027 |
|/ / |
|
* | | AI 145534: am: CL 145526 am: CL 145249 Correct misspelling of constant RENDER... | Jack Palevich | 2009-04-09 | 1 | -9/+9 |
* | | AI 145531: am: CL 145523 am: CL 145244 Fully document GLSurfaceView and relat... | Jack Palevich | 2009-04-09 | 1 | -51/+349 |
* | | AI 144401: am: CL 144282 Tweak this tool to work with the current directory s... | Jack Palevich | 2009-04-02 | 1 | -3/+14 |
* | | Automated import from //branches/master/...@142688,142688 | Jack Palevich | 2009-03-25 | 1 | -83/+88 |
* | | Automated import from //branches/master/...@142658,142658 | Jack Palevich | 2009-03-25 | 1 | -20/+194 |
* | | Automated import from //branches/master/...@142578,142578 | Jack Palevich | 2009-03-25 | 2 | -21/+38 |
* | | Automated import from //branches/master/...@141860,141860 | Jack Palevich | 2009-03-24 | 1 | -31/+23 |
|/ |
|
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 142 | -0/+37199 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 142 | -37195/+0 |
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 4 | -38/+34 |
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 4 | -34/+38 |
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 1 | -7/+1 |
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 40 | -1141/+3219 |
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 3 | -2/+10 |
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 68 | -142/+8077 |
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 75 | -0/+27180 |