Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Draw a green triangle using OpenGL 2.0 APIs. | Jack Palevich | 2009-09-18 | 1 | -112/+235 | |
| | ||||||
* | Add additional error checking, exit early if errors occur. | Jack Palevich | 2009-09-17 | 1 | -18/+59 | |
| | ||||||
* | Add EGL call error checking. | Jack Palevich | 2009-09-16 | 1 | -4/+52 | |
| | ||||||
* | Simple app to create a gl2 context and dump the strings. | Jason Sams | 2009-09-01 | 2 | -0/+104 | |
| | ||||||
* | show that we need to glClear to be fast(er) | Mathias Agopian | 2009-08-11 | 1 | -2/+5 | |
| | ||||||
* | option to use drawtexture at compile time | Mathias Agopian | 2009-08-11 | 1 | -8/+12 | |
| | ||||||
* | fix and extend the filter test a bit | Mathias Agopian | 2009-08-11 | 1 | -4/+46 | |
| | ||||||
* | workaround a bug in the SGX driver that would prevent eglGetConfig to work ↵ | Mathias Agopian | 2009-08-10 | 7 | -16/+25 | |
| | | | | properly | |||||
* | minor code clean-up | Mathias Agopian | 2009-08-07 | 1 | -85/+101 | |
| | ||||||
* | update most gl tests to use EGLUtils | Mathias Agopian | 2009-08-06 | 9 | -152/+88 | |
| | ||||||
* | added two EGL helpers for selecting a config matching a certain pixelformat ↵ | Mathias Agopian | 2009-08-06 | 1 | -31/+11 | |
| | | | | or native window type | |||||
* | added a gl swapinterval test | Mathias Agopian | 2009-08-05 | 3 | -5/+178 | |
| | ||||||
* | opengl tests | Mathias Agopian | 2009-08-05 | 4 | -7/+231 | |
| | ||||||
* | merge master in master_gl | Mathias Agopian | 2009-06-24 | 5 | -6/+6 | |
|\ | ||||||
| * | Remove opengl tests from tests build | Sriram Raman | 2009-06-22 | 5 | -6/+6 | |
| | | ||||||
* | | fix a bug where copybit only renders in the first buffer when used with s/w GL | Mathias Agopian | 2009-06-10 | 1 | -9/+7 | |
| | | ||||||
* | | revive the copybit test. | Mathias Agopian | 2009-06-09 | 2 | -93/+65 | |
| | | ||||||
* | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-06-05 | 3 | -0/+198 | |
|\ \ | |/ | ||||||
| * | simplify this test | Mathias Agopian | 2009-06-02 | 1 | -144/+37 | |
| | | ||||||
| * | added a test that exhibits some lighting issues in the software renderer. ↵ | Mathias Agopian | 2009-06-01 | 3 | -0/+305 | |
| | | | | | | | | see external bug 1709 | |||||
* | | update surfaceflinger, libui and libagl to the new gralloc api | Mathias Agopian | 2009-05-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Currently the lock/unlock path is naive and is done for each drawing operation (glDrawElements and glDrawArrays). this should be improved eventually. - factor all the lock/unlock code in SurfaceBuffer. - fixed "showupdate" so it works even when we don't have preserving eglSwapBuffers(). - improved the situation with the dirty-region and fixed a problem that caused GL apps to not update. - make use of LightRefBase() where needed, instead of duplicating its implementation - add LightRefBase::getStrongCount() - renamed EGLNativeWindowSurface.cpp to FramebufferNativeWindow.cpp - disabled copybits test, since it clashes with the new gralloc api - Camera/Video will be fixed later when we rework the overlay apis | |||||
* | | Add clarifying comment. | Jack Palevich | 2009-04-13 | 1 | -1/+1 | |
| | | | | | | | | (Primarily as a test of the master_gl branch.) | |||||
* | | Integrate from //sandbox/mathias/donut/...@145728 | Mathias Agopian | 2009-04-10 | 2 | -0/+770 | |
|/ | | | | SurfaceFlinger rework for new EGL driver model support. | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 24 | -0/+3523 | |
| | ||||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 24 | -3523/+0 | |
| | ||||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 14 | -597/+28 | |
| | ||||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 28 | -0/+4092 | |