summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-0/+4
* Merge change 20893Android (Google) Code Review2009-08-111-2/+5
|\
| * show that we need to glClear to be fast(er)Mathias Agopian2009-08-111-2/+5
* | Merge change 20892Android (Google) Code Review2009-08-111-4/+0
|\ \ | |/ |/|
| * Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-4/+0
* | option to use drawtexture at compile timeMathias Agopian2009-08-111-8/+12
* | fix and extend the filter test a bitMathias Agopian2009-08-111-4/+46
|/
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-0/+4
* workaround a bug in the SGX driver that would prevent eglGetConfig to work pr...Mathias Agopian2009-08-107-16/+25
* add support for RGBX_8888Mathias Agopian2009-08-071-0/+2
* minor code clean-upMathias Agopian2009-08-071-85/+101
* update most gl tests to use EGLUtilsMathias Agopian2009-08-069-152/+88
* added two EGL helpers for selecting a config matching a certain pixelformat o...Mathias Agopian2009-08-061-31/+11
* added a gl swapinterval testMathias Agopian2009-08-053-5/+178
* opengl testsMathias Agopian2009-08-054-7/+231
* log opengl-call-with-no-context only once per thread, instead of for each fun...Mathias Agopian2009-07-311-2/+9
* be more robust when errors occur upon EGL surface creation (ie: don't crash)Mathias Agopian2009-07-311-9/+18
* fixed some issues with the software renderer when surfaces are made current.Mathias Agopian2009-07-301-19/+31
* GLESv2 couldn't be loaded due to wrong path specificationMathias Agopian2009-07-291-1/+1
* am 280436ac: Merge change 8261 into donutAndroid (Google) Code Review2009-07-221-47/+0
|\
| * Remove recently-added android.opengl.Version APIJack Palevich2009-07-221-47/+0
* | am ef6b66cb: Merge change 8222 into donutAndroid (Google) Code Review2009-07-221-0/+47
|\ \ | |/
| * Add a public API that reports the supported OpenGLES API level.Jack Palevich2009-07-221-0/+47
* | Merge commit 'goog/readonly-korg-master' into merge_korg_masterJean-Baptiste Queru2009-07-161-1/+1
|\ \
| * | Bug Fixed for libagl.Shin-ichiro KAWASAKI2009-07-071-1/+1
| * | AI 145249: Correct misspelling of constant RENDERMODE_CONTUOUSLY --> RENDERMO...Jack Palevich2009-04-081-9/+9
| * | AI 145244: Fully document GLSurfaceView and related classes.Jack Palevich2009-04-081-51/+349
| * | Automated import from //branches/cupcake/...@142485,142485Jack Palevich2009-03-241-20/+194
| * | Automated import from //branches/cupcake/...@142481,142481Jack Palevich2009-03-242-21/+38
| * | Automated import from //branches/cupcake/...@141857,141857Jack Palevich2009-03-241-31/+23
* | | remove libagl's dependency on gralloc_priv.hMathias Agopian2009-07-154-23/+8
* | | this header file is not needed anymoreMathias Agopian2009-07-141-271/+0
* | | am 46e28db8: Merge change 6713 into donutAndroid (Google) Code Review2009-07-092-2/+2
|\ \ \ | | |/ | |/|
| * | fix for [1969185] valgrind errors in new gl stuffMathias Agopian2009-07-092-2/+2
| * | Merge change 5352 into donutAndroid (Google) Code Review2009-06-251-3/+5
| |\ \
| | * | fix [1942438] eglGetCurrentSurface() returns bogus valueMathias Agopian2009-06-241-3/+5
* | | | Make opengl loader use an absolute path.Marco Nelissen2009-07-071-1/+1
* | | | fix a bug where gl didn't always fallback to software when copybit failed. mi...Mathias Agopian2009-06-291-13/+17
* | | | use copybit for eglSwapBuffers() copy-back operationsMathias Agopian2009-06-251-52/+109
* | | | Add eglGetRenderBufferANDROID() extension, which returns the current render b...Mathias Agopian2009-06-256-14/+72
* | | | fix [1942438] eglGetCurrentSurface() returns bogus valueMathias Agopian2009-06-251-3/+5
* | | | copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian2009-06-241-6/+1
* | | | merge master in master_glMathias Agopian2009-06-246-7/+14
|\ \ \ \
| * \ \ \ am 4fb69770: Merge change 5024 into donutAndroid (Google) Code Review2009-06-225-6/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge change 5024 into donutAndroid (Google) Code Review2009-06-225-6/+6
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Remove opengl tests from tests buildSriram Raman2009-06-225-6/+6
| * | | | am 5277103d: Merge change 5035 into donutAndroid (Google) Code Review2009-06-221-1/+8
| |\ \ \ \ | | |/ / /
| | * | | add glTexParameteri() and fix glTexParameteriv()Mathias Agopian2009-06-221-1/+8
| | |/ /
* | | | fix a bug where copybit would be rejected in landscape modeMathias Agopian2009-06-231-15/+30
* | | | Android now has its own EGL extension block (yay) 0x3140-0x314F. EGL_NATIVE_B...Mathias Agopian2009-06-231-1/+1