| Commit message (Expand) | Author | Age | Files | Lines |
* | emulator/opengl: Remove compiler warnings. | David 'Digit' Turner | 2014-10-30 | 3 | -2/+4 |
* | emulator/opengl/emugen: Small cleanup of autogenerated sources. | David 'Digit' Turner | 2014-10-30 | 7 | -52/+49 |
* | emulator/opengl: Add emugen test suite. | David 'Digit' Turner | 2014-10-30 | 22 | -0/+629 |
* | Merge "Handle empty data parameter in glTexSubImage2D" | bohu | 2014-10-21 | 1 | -1/+1 |
|\ |
|
| * | Handle empty data parameter in glTexSubImage2D | bohu | 2014-10-17 | 1 | -1/+1 |
* | | Merge "Handle empty length parameter on decoder side" | bohu | 2014-10-21 | 1 | -0/+1 |
|\ \ |
|
| * | | Handle empty length parameter on decoder side | bohu | 2014-10-17 | 1 | -0/+1 |
| |/ |
|
* | | Properly reset source code buffer | bohu | 2014-10-17 | 1 | -0/+1 |
|/ |
|
* | emulator/opengl/emugen: Use local variables for parameters. | David 'Digit' Turner | 2014-09-25 | 1 | -83/+100 |
* | emulator/opengl/emugen: Move pointer increment out of case statements. | David 'Digit' Turner | 2014-09-25 | 1 | -8/+9 |
* | emulator/opengl/emugen: Introduce helper macros. | David 'Digit' Turner | 2014-09-25 | 1 | -8/+17 |
* | emulator/opengl/emugen: Remove accessor functions. | David 'Digit' Turner | 2014-09-25 | 4 | -79/+66 |
* | emulator/opengl/emugen: Ensure correct buffer alignment. | David 'Digit' Turner | 2014-09-24 | 2 | -4/+149 |
* | emulator/opengl/emgen: Fix debug output of floating point values. | David 'Digit' Turner | 2014-09-17 | 1 | -7/+2 |
* | emulator/opengl: Add UniqueIntegerMap class. | David 'Digit' Turner | 2014-09-16 | 3 | -0/+329 |
* | emulator/opengl/emugen: Use templates to read values from stream. | David 'Digit' Turner | 2014-09-16 | 2 | -73/+249 |
* | emulator/opengl/emugl: Remove ispointer field from types definitions. | David 'Digit' Turner | 2014-09-13 | 4 | -95/+101 |
* | emulator/opengl/emugen: Get rid of VarConverter. | David 'Digit' Turner | 2014-09-13 | 2 | -72/+45 |
* | emulator/opengl: Cleanup build files + remove obsolete tests. | David 'Digit' Turner | 2014-08-27 | 62 | -6756/+84 |
* | Support dynamic lib name without ".dylib" on Mac | Tina Zhang | 2014-07-27 | 3 | -4/+44 |
* | Merge changes I551e0f3d,I26d84cf5,I27c993d1 into idea133 | David 'Digit' Turner | 2014-07-21 | 40 | -1077/+876 |
|\ |
|
| * | emulator/opengl: Remove out-of-process handling code. | David 'Digit' Turner | 2014-07-09 | 12 | -628/+17 |
| * | emulator/opengl: refactor Thread class. | David 'Digit' Turner | 2014-07-09 | 15 | -279/+467 |
| * | emulator/opengl: refactor shared library handling. | David 'Digit' Turner | 2014-07-09 | 17 | -174/+396 |
* | | Merge "emulator/opengl: Add global lock to libOpenglRender." into idea133 | David 'Digit' Turner | 2014-07-21 | 4 | -14/+17 |
|\ \
| |/ |
|
| * | emulator/opengl: Add global lock to libOpenglRender. | David 'Digit' Turner | 2014-07-08 | 4 | -14/+17 |
* | | Merge "emulator/opengl: Prepare for 64-bit build changes." into idea133 | David 'Digit' Turner | 2014-06-11 | 13 | -22/+24 |
|\ \
| |/ |
|
| * | emulator/opengl: Prepare for 64-bit build changes. | David 'Digit' Turner | 2014-06-11 | 13 | -22/+24 |
* | | Merge "emulator/opengl: Fix compilation with Mingw64 toolchain." into idea133 | David 'Digit' Turner | 2014-06-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | emulator/opengl: Fix compilation with Mingw64 toolchain. | David 'Digit' Turner | 2014-06-04 | 1 | -2/+2 |
* | | Merge "emulator/opengl: Fix GPU emulation library crash on Windows." into ide... | David 'Digit' Turner | 2014-06-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | emulator/opengl: Fix GPU emulation library crash on Windows. | David 'Digit' Turner | 2014-06-04 | 1 | -2/+2 |
* | | Merge "opengl: rcOpenColorBuffer must be synchronous" into idea133 | David Turner | 2014-05-28 | 6 | -13/+24 |
|\ \
| |/ |
|
| * | opengl: rcOpenColorBuffer must be synchronous | Jesse Hall | 2014-05-27 | 6 | -13/+24 |
* | | Merge "emulator/opengl: A few debugging, stability improvements to emugl" int... | David Turner | 2014-05-21 | 3 | -4/+8 |
|\ \
| |/ |
|
| * | emulator/opengl: A few debugging, stability improvements to emugl | Ken Mixter | 2014-05-21 | 3 | -4/+8 |
* | | emulator: Do not build emulator-related modules with platform-build. | David 'Digit' Turner | 2014-05-11 | 1 | -6/+3 |
|/ |
|
* | emulator/opengl: Fix GCC 4.8 warnings. | David 'Digit' Turner | 2014-04-28 | 5 | -31/+32 |
* | emulator/opengl: Backport fixes from master branch. | David 'Digit' Turner | 2014-04-17 | 4 | -5/+19 |
* | Merge "Fix compilation error due to missing getopt with x86_64-linux-glibc2.1... | David Turner | 2014-04-16 | 1 | -3/+0 |
|\ |
|
| * | Fix compilation error due to missing getopt with x86_64-linux-glibc2.11-4.8 | Andrew Hsieh | 2014-03-18 | 1 | -3/+0 |
* | | emulator/opengl: Fix misc. compiler warnings. | David 'Digit' Turner | 2014-04-01 | 15 | -62/+29 |
* | | emulator/opengl: Fix Windows EGL queryConfigs(). | David 'Digit' Turner | 2014-04-01 | 1 | -2/+2 |
* | | emulator/opengl: Fix eglWaitGL implementation. | David 'Digit' Turner | 2014-04-01 | 1 | -1/+3 |
|/ |
|
* | emulator/opengl: Fix Windows SDK build. | David 'Digit' Turner | 2014-03-11 | 2 | -1/+29 |
* | emulator/opengl: Allow standalone build. | David 'Digit' Turner | 2014-03-11 | 24 | -142/+406 |
* | emulator/opengl: Remove libcutils/libutils/liblog | David 'Digit' Turner | 2014-03-11 | 5 | -26/+10 |
* | emulator/opengl: Remove <utils/List.h> + <utils/String8.h> | David 'Digit' Turner | 2014-03-11 | 2 | -2/+6 |
* | emulator/opengl: Remove android::KeyedVector usage. | David 'Digit' Turner | 2014-03-11 | 6 | -146/+636 |
* | emulator/opengl: Remove android::Vector<> usage. | David 'Digit' Turner | 2014-03-11 | 7 | -8/+582 |