aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host
Commit message (Expand)AuthorAgeFilesLines
* Merge "Validate glClear mask"bohu2014-11-061-0/+3
|\
| * Validate glClear maskbohu2014-10-281-0/+3
* | Merge "Check and return correct error code"bohu2014-11-061-3/+5
|\ \
| * | Check and return correct error codebohu2014-10-291-3/+5
| |/
* | Merge changes I8cc8fdb0,I750f95f2,Ibab92ab3,Ib11fd06a,I9abc3f9aDavid 'Digit' Turner2014-10-3137-33/+731
|\ \
| * | emulator/opengl/emugen: Add new 'flushOnEncode' entry point flag.David 'Digit' Turner2014-10-3122-2/+71
| * | emulator/opengl: Fix glShaderSource() signature.David 'Digit' Turner2014-10-3110-9/+10
| * | emulator/opengl: Remove compiler warnings.David 'Digit' Turner2014-10-303-2/+4
| * | emulator/opengl/emugen: Small cleanup of autogenerated sources.David 'Digit' Turner2014-10-307-52/+49
| * | emulator/opengl: Add emugen test suite.David 'Digit' Turner2014-10-3022-0/+629
| |/
* | validate glBufferData's usage parameterbohu2014-10-293-0/+12
|/
* Merge "Handle empty data parameter in glTexSubImage2D"bohu2014-10-211-1/+1
|\
| * Handle empty data parameter in glTexSubImage2Dbohu2014-10-171-1/+1
* | Merge "Handle empty length parameter on decoder side"bohu2014-10-211-0/+1
|\ \
| * | Handle empty length parameter on decoder sidebohu2014-10-171-0/+1
| |/
* | Properly reset source code bufferbohu2014-10-171-0/+1
|/
* emulator/opengl/emugen: Use local variables for parameters.David 'Digit' Turner2014-09-251-83/+100
* emulator/opengl/emugen: Move pointer increment out of case statements.David 'Digit' Turner2014-09-251-8/+9
* emulator/opengl/emugen: Introduce helper macros.David 'Digit' Turner2014-09-251-8/+17
* emulator/opengl/emugen: Remove accessor functions.David 'Digit' Turner2014-09-254-79/+66
* emulator/opengl/emugen: Ensure correct buffer alignment.David 'Digit' Turner2014-09-241-4/+69
* emulator/opengl/emgen: Fix debug output of floating point values.David 'Digit' Turner2014-09-171-7/+2
* emulator/opengl/emugen: Use templates to read values from stream.David 'Digit' Turner2014-09-161-73/+142
* emulator/opengl/emugl: Remove ispointer field from types definitions.David 'Digit' Turner2014-09-134-95/+101
* emulator/opengl/emugen: Get rid of VarConverter.David 'Digit' Turner2014-09-132-72/+45
* 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
* emulator/opengl: Refactor SmartPtr implementation.David 'Digit' Turner2014-01-2112-186/+25
* emulator/opengl: Prepare out-of-platform build with SDL.David 'Digit' Turner2014-01-181-0/+282