OSDN Git Service

Merge "More accurate validation on gl vertex attributes"
[android-x86/device-generic-goldfish-opengl.git] / system /
2016-07-20 Yahan ZhouMerge "Fix jb build"
2016-07-20 Bo HuMerge "Fix jb arm boot"
2016-07-19 Yahan ZhouMerge "Misc fix in gralloc pipe"
2016-07-19 Yahan ZhouMisc fix in gralloc pipe
2016-07-18 Yahan ZhouMerge "Create pre-process gralloc pipe on the guest"
2016-07-18 Yahan ZhouMerge "Make goldfish-opengl compatible with master"
2016-07-18 Yahan ZhouCreate pre-process gralloc pipe on the guest
2016-07-18 Yahan ZhouMake goldfish-opengl compatible with master
2016-07-18 Chih-Hung Hsieh[cherry-pick] Fix misc-macro-parentheses warnings in...
2016-07-18 Christopher Wiley[cp] Build camera related goldfish HALs as brilloemulat...
2016-07-18 Christopher Wiley[cherry-pick] Refactor gralloc HAL to not repeat defintions
2016-07-15 Miroslav Tisma[cherry-pick] GPU: Build gralloc.ranchu.so
2016-07-07 Yahan ZhouMake it compatible with ics-mr1
2016-06-30 Yahan ZhouMerge "Make opengl compatible with gingerbread"
2016-06-30 Yahan ZhouMerge "Revert "Workaround: disable checksum for a probl...
2016-06-30 Yahan ZhouMake opengl compatible with gingerbread
2016-06-30 Yahan ZhouRevert "Workaround: disable checksum for a problem...
2016-06-30 Yahan ZhouMake GL build script compatible with jb (and mr1.1...
2016-06-28 Yahan ZhouMerge "Revert "Temporarily rename makefile to avoid...
2016-06-27 Yahan ZhouMerge "Fix 3Dmark crash - preserve more host connections"
2016-06-27 Lingfeng YangFix 3Dmark crash - preserve more host connections
2016-06-24 Surendra VisputeMerge opengl/ from device/generic/goldfish to /
2016-06-22 Yahan ZhouMerge "Fix glTexSubImage2D" into mnc-emu-dev
2016-06-22 Yahan ZhouFix glTexSubImage2D
2016-06-22 Yahan ZhouMake build script compatible with klp and up
2016-06-20 Yahan ZhouMerge "Fix EGL cleanup code for CTS android.nativeopeng...
2016-06-20 Yahan ZhouFix EGL cleanup code for CTS android.nativeopengl
2016-06-20 Yahan ZhouMerge "Regenerate gl encoder from qemu" into mnc-emu-dev
2016-06-17 Yahan ZhouRegenerate gl encoder from qemu
2016-06-17 Lingfeng YangDon't leave gralloc-only host connections hanging.
2016-06-13 Bjoern JohanssonUse correct format when reading color buffers
2016-06-06 Yahan ZhouMerge "Move stream->flush to non-generated code" into...
2016-06-06 Yahan ZhouMove stream->flush to non-generated code
2016-06-06 Yahan ZhouMerge "[cherry-pick] Lose HAVE_ANDROID_OS in goldfish...
2016-06-03 Yahan ZhouCheck vertex buffer size before glDraw*
2016-06-01 Elliott Hughes[cherry-pick] Lose HAVE_ANDROID_OS in goldfish.
2016-06-01 Yahan ZhouFix mnc build
2016-06-01 Lizhe Liu[cherry-pick] Optimize glGetIntegerv to reduce the...
2016-06-01 Yahan ZhouMerge "[cherry-pick] opengl: GLEncoder: Fix potential...
2016-06-01 Yu Ning[cherry-pick] opengl: GLEncoder: Fix potential array...
2016-05-27 Lingfeng YangDon't optimize out rcUpdateColorBuffer
2016-05-27 Lingfeng YangMerge "Save a few glBindBuffer calls" into mnc-emu-dev
2016-05-27 Lingfeng YangSave a few glBindBuffer calls
2016-05-24 Lingfeng YangRefactor GL extension getting part in checksum setup.
2016-05-23 Adam BuchbinderFix memory-handling issues in the OpenGL code.
2016-05-17 Yahan ZhouMerge "Sends tex coord only when the texture is enabled...
2016-05-16 Yahan ZhouSends tex coord only when the texture is enabled in...
2016-05-12 Bjoern JohanssonCreate and read color buffer when expecting reads
2016-05-11 Yahan ZhouMerge "Cleanup debugging code in a previous CL" into...
2016-05-11 Yahan ZhouCleanup debugging code in a previous CL
2016-05-11 Yahan ZhouMerge "Add framebuffer checks to pass dEQP" into mnc...
2016-05-11 Yahan ZhouAdd framebuffer checks to pass dEQP
2016-05-11 Yahan ZhouMerge "Allow rgb10_a2 internal format in renderbuffer...
2016-05-11 Yahan ZhouAllow rgb10_a2 internal format in renderbuffer
2016-05-09 Yahan ZhouMerge "eglCreateContext returns error code when taking...
2016-05-05 Yahan ZhoueglCreateContext returns error code when taking wrong...
2016-05-04 Lingfeng YangMerge "Flush draw calls" into mnc-emu-dev
2016-05-04 Lingfeng YangFlush draw calls
2016-04-28 Evan BirenbaumMerge "FBO completeness check in glDrawElements." into...
2016-04-28 Evan BirenbaumFBO completeness check in glDrawElements.
2016-04-28 Yahan ZhouMerge "glActiveTexture should set GL_INVALID_ENUM when...
2016-04-25 Lingfeng YangMerge "Stricter FBO completeness checks" into mnc-emu-dev
2016-04-25 Lingfeng YangMerge "Validate presence of framebuffer attachment...
2016-04-20 Yahan ZhouSupport glDrawElements with GL_UNSIGNED_INT again
2016-04-19 Yahan ZhouWorkaround: disable checksum for a problem in glTexSubI...
2016-04-15 Lingfeng YangStricter FBO completeness checks
2016-04-15 Lingfeng YangValidate presence of framebuffer attachment's object
2016-04-15 Evan BirenbaumMerge "Sanity checks in vertex array functions." into...
2016-04-15 Evan BirenbaumSanity checks in vertex array functions.
2016-04-15 Lingfeng YangSend glDrawArrays even if there is no vertex array
2016-04-08 Lingfeng YangValidation for glGetVertexAttribPointerv
2016-04-08 Lingfeng YangValidation for glGetVertexAttrib i/f v
2016-04-08 Lingfeng YangValidation for glGetUniform i/f v
2016-04-08 Lingfeng YangValidation for glGetString
2016-04-04 Lingfeng YangMore gracefulness on dequeueBuffer_* fail on flip
2016-03-21 Yahan ZhouMerge "Fix a typo in GLES encoder headers" into mnc...
2016-03-21 Yahan ZhouFix a typo in GLES encoder headers
2016-03-18 Yahan ZhouMerge "Exit when QemuPipe is corrupted by GL" into...
2016-03-16 Yahan ZhouChecksum for GLES messages from host to guest
2016-03-16 Yahan ZhouChecksum for GL pipe communication
2016-03-08 Yahan ZhouExit when QemuPipe is corrupted by GL
2016-03-02 Lingfeng YangCache glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, int*).
2016-02-19 Yahan ZhouGL encoder null pointer check before write
2016-02-11 Yahan ZhouFix crash when forgot to call glVertexAttribPointer
2016-02-10 Yahan ZhouSupport glDrawElements with GL_UNSIGNED_INT in the...
2016-02-03 Yahan ZhouMerge "Fix the GLES version number in the emulator...
2016-02-03 Yahan ZhouFix the GLES version number in the emulator encoder
2016-02-01 Lingfeng YangClean up minor opengl errors/warnings.
2015-12-10 Nicolas CapensFix pedantic cast error (EGL).
2015-12-10 Nicolas CapensFix pedantic cast error (GLES1).
2015-12-10 Nicolas CapensFix pedantic cast error.
2015-11-27 Nicolas CapensAdvertise EGL_KHR_gl_texture_2d_image
2015-11-27 Nicolas CapensCreate EGL image targets from client objects.
2015-11-27 Nicolas CapensCreate client object EGL images.
2015-11-27 Nicolas CapensDiscern between EGL image types.
2015-11-04 Nicolas CapensUse the encoding gralloc only when qemu.gles == 1
2015-10-20 Pascal MuetschardImplement a couple more surface attributes in eglQueryS...
2015-10-20 Pascal MuetschardRead the size of a window surface from the native buffer.
2015-10-20 Pascal MuetschardHandle pixel formats with 16bit and 32bit color channels.
2015-10-20 Pascal MuetschardCorrectly set the surface type upon creation.
next