summaryrefslogtreecommitdiffstats
path: root/opengl/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* added two EGL helpers for selecting a config matching a certain pixelformat ↵Mathias Agopian2009-08-061-31/+11
| | | | or native window type
* added a gl swapinterval testMathias Agopian2009-08-053-5/+178
|
* opengl testsMathias Agopian2009-08-054-7/+231
|
* merge master in master_glMathias Agopian2009-06-245-6/+6
|\
| * Remove opengl tests from tests buildSriram Raman2009-06-225-6/+6
| |
* | fix a bug where copybit only renders in the first buffer when used with s/w GLMathias Agopian2009-06-101-9/+7
| |
* | revive the copybit test.Mathias Agopian2009-06-092-93/+65
| |
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-06-053-0/+198
|\ \ | |/
| * simplify this testMathias Agopian2009-06-021-144/+37
| |
| * added a test that exhibits some lighting issues in the software renderer. ↵Mathias Agopian2009-06-013-0/+305
| | | | | | | | see external bug 1709
* | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-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 Palevich2009-04-131-1/+1
| | | | | | | | (Primarily as a test of the master_gl branch.)
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-102-0/+770
|/ | | | SurfaceFlinger rework for new EGL driver model support.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0324-0/+3523
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0324-3523/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1014-597/+28
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1728-0/+4092