OSDN Git Service

[WIP] ES 3.1 guestside changes
[android-x86/device-generic-goldfish-opengl.git] / shared / OpenglCodecCommon / GLClientState.cpp
2017-01-24 Lingfeng Yang[WIP] ES 3.1 guestside changes
2017-01-12 Lingfeng Yang[GLESv3] Fix build
2017-01-11 Lingfeng Yang[GLESv3] Transform feedback state tracking
2017-01-11 Lingfeng Yang[GLESv3] Shader state updates
2017-01-11 Lingfeng Yang[GLESv3] FBO state
2017-01-11 Lingfeng Yang[GLESv3] ES 3.x buffer state
2017-01-11 Lingfeng Yang[GLESv3] Texture state tracking upgrades
2016-12-06 Bill YiMerge remote-tracking branch 'goog/stage-aosp-master...
2016-09-16 Lingfeng Yang[AMD] Fix segfault in glCopyTexImage + cube map luminance
2016-06-24 Surendra VisputeMerge opengl/ from device/generic/goldfish to /
2016-05-04 Lingfeng YangMerge "Flush draw calls" into mnc-emu-dev
2016-04-28 Evan BirenbaumMerge "FBO completeness check in glDrawElements." into...
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-15 Lingfeng YangStricter FBO completeness checks
2016-04-15 Lingfeng YangValidate presence of framebuffer attachment's object
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-03 Yahan ZhouMerge "Fix the GLES version number in the emulator...
2016-02-01 Lingfeng YangClean up minor opengl errors/warnings.
2015-02-13 bohuresolved conflicts for merge of 52667f55 to klp-modular-dev
2015-02-13 bohuam aa028a3c: back port gles fix to api 18
2015-02-03 bohuback port gles fix to api 18
2015-02-02 bohuPort back gles bug fixes and rotation fix
2014-12-02 bohuUpdate goldfish from aosp/master
2014-11-18 bohuam e22aa2ef: am 7041a479: Merge "Properly initialize...
2014-11-18 bohuMerge "handles glGetBooleanv when value is nonboolean"
2014-11-18 bohuam 7041a479: Merge "Properly initialize GLClientState...
2014-11-18 bohuProperly initialize GLClientState's m_states
2014-10-22 Bill YiMerge commit 'ca37eef61fa94932463f117ff1655a7e68f1827e...
2014-10-21 bohuMerge aosp/master fixes into lmp-dev
2014-10-21 bohuam b86347c7: Merge "Guard against negative width and...
2014-10-21 bohuMerge "Handle empty data parameter in glTexSubImage2D_enc"
2014-10-21 bohuMerge "Allow glGetProgramInfoLog_enc to have empty...
2014-10-21 bohuMerge "Guard against negative buffer size"
2014-10-21 bohuMerge "Guard against negative width and height"
2014-10-17 bohuGuard against negative width and height
2013-03-11 keunyoungmigrate opengl and system from development/tools