summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [gl] ES version from underlying GLES or core profile GL versionLingfeng Yang2018-08-232-43/+2
| * [gl][snapshot] Use LazyLoadedEGLDispatchLingfeng Yang2018-08-233-21/+0
| * [egl] Use eglGetProcAddress as fallback for missing functionsLingfeng Yang2018-08-233-3/+40
| * [ANGLE Snapshot] GLES2 translator on top of ANGLEYahan Zhou2018-08-231-0/+2
| * [gl] Fix 'inout' variable qualification + complex readbackLingfeng Yang2018-08-2323-88/+439
| * Fix a series of compiler warningsErwin Jansen2018-08-232-2/+0
| * [gl] Allow custom unpack in decoderLingfeng Yang2018-08-233-5/+45
| * [snapshot] Save if IOStream has |m_buf| setYurii Zubrytskyi2018-08-231-1/+4
| * unconditionally extern "C", update guest encoderLingfeng Yang2018-08-233-7/+1
| * Fix running with anything other than lib64GLES_V2_translatorLingfeng Yang2018-08-232-1/+3
| * [GPU snapshot] Snapshot translator GLES2 contextYahan Zhou2018-08-231-0/+1
| * Remove a bad assert() in IOStream dtorYurii Zubrytskyi2018-08-231-2/+1
| * ChecksumCalculator serializationYurii Zubrytskyi2018-08-233-3/+40
| * [GPU snapshot] Framebuffer and contexts snapshotYahan Zhou2018-08-232-0/+4
| * IOStream and ChannelStream serialization functionsYurii Zubrytskyi2018-08-231-0/+16
| * GL state snapshot - initial structureLingfeng Yang2018-08-233-7/+297
| * [WIP] glesv31 hostside changesLingfeng Yang2018-08-233-14/+17
| * [test] OpenGL unit testsLingfeng Yang2018-08-231-4/+1
| * [GLESv3] fix build on older imagesLingfeng Yang2018-08-233-0/+48
| * [GLESv3] ES 3.x API implementation v1Lingfeng Yang2018-08-231-1/+165
| * [GLESv3] dispatch, (en|de)coder, feature controlLingfeng Yang2018-08-2312-253/+1584
| * [getopt] Fixed our own implementation of getopt()Yurii Zubrytskyi2018-08-231-1/+1
| * [build] Copy target CFLAGS into the host onesYurii Zubrytskyi2018-08-232-2/+2
| * [apigen] Fix the generated code for WITH_LARGE_SUPPORT=0Yurii Zubrytskyi2018-08-231-135/+154
| * [video] Do YV12 conversion on the host with a shaderLingfeng Yang2018-08-234-1/+573
| * [video] goldfish_dma androidemu changesLingfeng Yang2018-08-2315-22/+707
| * Move android-emugl from distrib/ to android/David 'Digit' Turner2018-08-23321-43029/+1
| * emugl: Simplify RenderChannel interface.David 'Digit' Turner2018-08-238-251/+267
| * emugl: Move IOStream.h to host/include/libOpenglRender/David 'Digit' Turner2018-08-238-14/+9
| * [GL] Minor optimizations and cleanupsYurii Zubrytskyi2018-08-2315-157/+246
| * SmallVector class for GLes pipe data transfersYurii Zubrytskyi2018-08-238-102/+689
| * [gl] Slightly faster checksum calculationYurii Zubrytskyi2018-08-232-11/+19
| * [gl] Update the emugen test data for the latest emugen changesYurii Zubrytskyi2018-08-231-19/+11
| * [emugen] Slightly better generated code for protocol decodersYurii Zubrytskyi2018-08-231-22/+18
| * [gl] Simpler implementation for Unpack() callYurii Zubrytskyi2018-08-231-47/+10
| * Refactor pre-process GL resource management (host)Yahan Zhou2018-08-236-241/+136
| * goldfish_sync: properly clean up sync objectsLingfeng Yang2018-08-235-69/+225
| * goldfish_sync: more robust context creation/destructionLingfeng Yang2018-08-2312-35/+63
| * Add EGLImage clean up when guest process exitsYahan Zhou2018-08-239-58/+488
| * Add host-side EGL sync + GLESv3 supportLingfeng Yang2018-08-2321-1140/+4369
| * Fix Werrors in decoderLingfeng Yang2018-08-232-4/+4
| * Add flush to rcCloseColorBufferPuidYahan Zhou2018-08-231-0/+3
| * [GLES1->2] Properly separate entry points / internal callsLingfeng Yang2018-08-233-0/+702
| * [GLES1->2] Add GLES1->2 translation entry points and link themLingfeng Yang2018-08-235-10/+119
| * Add pre-process pipe for gralloc memory cleanupYahan Zhou2018-08-2314-26/+259
| * Make OpenGL logger thread safeLingfeng Yang2018-08-234-26/+53
| * Make generated encoder compatible with c++98Yahan Zhou2018-08-232-8/+12
| * EGLDispatch.cpp: Remove compiler warning.David 'Digit' Turner2018-08-231-1/+1
| * Fix gl encoder generatorYahan Zhou2018-08-237-11/+4
| * [style] Remove all pointer initializations of ptr(NULL) styleYurii Zubrytskyi2018-08-2332-657/+847