OSDN Git Service

android-x86/device-generic-goldfish-opengl.git
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-03-01 Yahan ZhouglActiveTexture should set GL_INVALID_ENUM when taking...
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.
2015-10-20 Pascal MuetschardFixes interpretation of attribute lists in the EGL...
2015-09-25 Miroslav TismaGPU: Build gralloc.ranchu.so
2015-08-11 Eino-Ville... Camera/gralloc: Add basic capability handling, support...
2015-08-07 Yu Ningam 7edd1a22: (-s ours) am 4b7ce097: am 9fe34eba: am...
2015-08-07 Yu Ningam e3d2c781: (-s ours) am b3f8cad0: am 280ec983: am...
2015-08-07 Yu Ningam d2ddfd29: (-s ours) am d88b2e76: am ad5614a1: DO...
2015-08-07 Yu Ningam 4b7ce097: am 9fe34eba: am 34689229: (-s ours) am...
2015-08-07 Yu Ningam b3f8cad0: am 280ec983: am b871b1a0: (-s ours) am...
2015-08-07 Yu Ningam d88b2e76: am ad5614a1: DO NOT MERGE opengl: Fix...
2015-08-07 Yu Ningam 9fe34eba: am 34689229: (-s ours) am 02ef81b4: am...
2015-08-07 Yu Ningam 280ec983: am b871b1a0: (-s ours) am 3f83b3fd: DO...
2015-08-07 Yu Ningam ad5614a1: DO NOT MERGE opengl: Fix QemuPipeStream...
2015-08-07 Yu Ningam 34689229: (-s ours) am 02ef81b4: am 51af59bd: (...
2015-08-07 Yu Ningam 02ef81b4: am 51af59bd: (-s ours) am 3840dbf5: DO...
2015-08-07 Yu Ningam b871b1a0: (-s ours) am 3f83b3fd: DO NOT MERGE opengl...
2015-08-07 Yu Ningam 3f83b3fd: DO NOT MERGE opengl: Fix QemuPipeStream...
2015-08-07 Yu Ningam 51af59bd: (-s ours) am 3840dbf5: DO NOT MERGE opengl...
2015-08-07 Yu Ningam 3840dbf5: DO NOT MERGE opengl: Fix QemuPipeStream...
2015-08-07 Yu Ningam f378402b: (-s ours) am e40e60a6: DO NOT MERGE opengl...
2015-08-07 Yu Ningam e40e60a6: DO NOT MERGE opengl: Fix QemuPipeStream...
2015-07-22 Yu Ningopengl: Fix QemuPipeStream::readFully reading beyond...
2015-07-21 Yu NingDO NOT MERGE opengl: Fix QemuPipeStream::readFully...
2015-07-21 Yu NingDO NOT MERGE opengl: Fix QemuPipeStream::readFully...
2015-07-21 Yu NingDO NOT MERGE opengl: Fix QemuPipeStream::readFully...
next