aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* emulator/opengl: Get rid of all compiler warnings (Linux).David 'Digit' Turner2014-01-1812-64/+77
* Merge "Catch NULL context and bubbling error up."Xavier Ducrohet2013-11-214-14/+21
|\
| * Catch NULL context and bubbling error up.Stuart Scott2013-08-234-14/+21
* | Merge "Copy the GL2 extension string before destroying context"Xavier Ducrohet2013-11-211-8/+15
|\ \
| * | Copy the GL2 extension string before destroying contextJesse Hall2013-08-231-8/+15
| |/
* | Merge "EglMacApi: Make sure that some returned EGL configs have alpha == 0"Xavier Ducrohet2013-11-213-1/+38
|\ \
| * | EglMacApi: Make sure that some returned EGL configs have alpha == 0Martin Storsjo2013-09-253-1/+38
| |/
* | Merge changes I0cccba67,I4cf8a19bXavier Ducrohet2013-11-081-2/+3
|\ \ | |/ |/|
| * Ignore empty rangesAlessandro Pignotti2013-07-301-1/+2
| * Fix rangeUnion return value in the successful caseAlessandro Pignotti2013-07-301-1/+1