OSDN Git Service

am 6e36bd5d: (-s ours) am dc8ac1db: DO NOT MERGE Fix GL_BLEND problem. glBindAttribLo...
authorNicolas Roard <nicolas@android.com>
Sat, 19 Feb 2011 05:09:14 +0000 (21:09 -0800)
committerAndroid Git Automerger <android-git-automerger@android.com>
Sat, 19 Feb 2011 05:09:14 +0000 (21:09 -0800)
commit691fd66627703609fb80a8e24d7d13f3428c8ef8
treeed40a99bfbab11c8a8917c72a641e964ccf770e0
parentd2eec0422da773d8d74e974455cda170dd0b4a71
parent6e36bd5dadbf7af2b01b92ebb38e23a22b9718d1
am 6e36bd5d: (-s ours) am dc8ac1db: DO NOT MERGE Fix GL_BLEND problem. glBindAttribLocation() will only work after a shader has been linked; This was working previously due to the way the nvidia driver work when using blending (it generates another shader).

* commit '6e36bd5dadbf7af2b01b92ebb38e23a22b9718d1':
  DO NOT MERGE Fix GL_BLEND problem. glBindAttribLocation() will only work after a shader has been linked; This was working previously due to the way the nvidia driver work when using blending (it generates another shader).