aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host
Commit message (Expand)AuthorAgeFilesLines
* Correctly set error codebohu2014-11-252-4/+28
* Validate glClear maskbohu2014-11-251-0/+3
* Check and return correct error codebohu2014-11-251-3/+5
* validate glBufferData's usage parameterbohu2014-11-253-0/+12
* Detach texture or renderbuffer when deleting thembohu2014-11-252-1/+29
* emulator/opengl: Fix glShaderSource() signature.David 'Digit' Turner2014-11-2510-9/+10
* emulator/opengl/emugen: Add new 'flushOnEncode' entry point flag.David 'Digit' Turner2014-11-2522-2/+71
* emulator/opengl: Remove compiler warnings.David 'Digit' Turner2014-11-253-2/+4
* emulator/opengl/emugen: Small cleanup of autogenerated sources.David 'Digit' Turner2014-11-257-52/+49
* emulator/opengl: Add emugen test suite.David 'Digit' Turner2014-11-2522-0/+629
* emulator/opengl/emugen: Use local variables for parameters.David 'Digit' Turner2014-11-251-83/+100
* emulator/opengl/emugen: Move pointer increment out of case statements.David 'Digit' Turner2014-11-251-8/+9
* emulator/opengl/emugen: Introduce helper macros.David 'Digit' Turner2014-11-251-8/+17
* emulator/opengl/emugen: Remove accessor functions.David 'Digit' Turner2014-11-254-79/+66
* emulator/opengl/emugen: Ensure correct buffer alignment.David 'Digit' Turner2014-11-251-4/+69
* emulator/opengl/emgen: Fix debug output of floating point values.David 'Digit' Turner2014-11-251-7/+2
* emulator/opengl/emugen: Use templates to read values from stream.David 'Digit' Turner2014-11-251-73/+142
* emulator/opengl/emugen: Get rid of VarConverter.David 'Digit' Turner2014-11-252-72/+45
* emulator/opengl/emugl: Remove ispointer field from types definitions.David 'Digit' Turner2014-11-254-95/+101
* Need to revert this one and cherry pick earlier CLs firstBo Hu2014-11-1822-629/+0
* emulator/opengl: Add emugen test suite.David 'Digit' Turner2014-11-1822-0/+629
* Properly handle shader program deletionbohu2014-11-183-1/+42
* Properly handle shader deletionbohu2014-11-183-3/+61
* handles glGetFloatv with GL_STENCIL_VALUE_MASK etcbohu2014-11-181-0/+14
* Handle empty data parameter in glTexSubImage2Dbohu2014-10-291-1/+1
* Handle empty length parameter on decoder sidebohu2014-10-291-0/+1
* Properly reset source code bufferbohu2014-10-291-0/+1
* emulator/opengl: Cleanup build files + remove obsolete tests.David 'Digit' Turner2014-08-2710-267/+56
* emulator/opengl: Remove out-of-process handling code.David 'Digit' Turner2014-07-096-134/+12
* emulator/opengl: refactor Thread class.David 'Digit' Turner2014-07-096-14/+12
* emulator/opengl: refactor shared library handling.David 'Digit' Turner2014-07-099-21/+23
* emulator/opengl: Add global lock to libOpenglRender.David 'Digit' Turner2014-07-084-14/+17
* emulator/opengl: Prepare for 64-bit build changes.David 'Digit' Turner2014-06-118-8/+8
* emulator/opengl: Fix compilation with Mingw64 toolchain.David 'Digit' Turner2014-06-041-2/+2
* emulator/opengl: Fix GPU emulation library crash on Windows.David 'Digit' Turner2014-06-041-2/+2
* opengl: rcOpenColorBuffer must be synchronousJesse Hall2014-05-275-6/+22
* emulator/opengl: A few debugging, stability improvements to emuglKen Mixter2014-05-213-4/+8
* emulator/opengl: Fix GCC 4.8 warnings.David 'Digit' Turner2014-04-283-27/+27
* emulator/opengl: Backport fixes from master branch.David 'Digit' Turner2014-04-174-5/+19
* Merge "Fix compilation error due to missing getopt with x86_64-linux-glibc2.1...David Turner2014-04-161-3/+0
|\
| * Fix compilation error due to missing getopt with x86_64-linux-glibc2.11-4.8Andrew Hsieh2014-03-181-3/+0
* | emulator/opengl: Fix misc. compiler warnings.David 'Digit' Turner2014-04-018-38/+28
* | emulator/opengl: Fix Windows EGL queryConfigs().David 'Digit' Turner2014-04-011-2/+2
* | emulator/opengl: Fix eglWaitGL implementation.David 'Digit' Turner2014-04-011-1/+3
|/
* emulator/opengl: Fix Windows SDK build.David 'Digit' Turner2014-03-111-0/+27
* emulator/opengl: Allow standalone build.David 'Digit' Turner2014-03-1114-92/+307
* emulator/opengl: Remove libcutils/libutils/liblogDavid 'Digit' Turner2014-03-112-4/+4
* emulator/opengl: Remove Android-specific thread_store.David 'Digit' Turner2014-03-113-35/+73
* emulator/opengl: Remove android::Mutex.David 'Digit' Turner2014-03-1122-185/+145
* emulator/opengl: Remove compiler warningsDavid 'Digit' Turner2014-03-063-7/+1