| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
It was originally added to manually exercise gpu command buffer. Now we have gl_tests and gles2 conformance tests running on gpu bots.
BUG=98130
TBR=apatrick@chromium.org
Review URL: https://codereview.chromium.org/22325003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215916 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215691 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
They get broken all the time because nobody builds them. These demos were originally added to manually exercise command-buffer. Most of these have already been replaced by gl_tests and gles2 conformance tests.
Note that I am only deleting the gles2_book demos in this patch. I intend to delete the demo framework as well. But I will do it in a subsequent patch so that it is easier to resurrect the framework if needed.
BUG=98130
TBR=apatrick@chromium.org, phajdan.jr@chromium.org
Review URL: https://codereview.chromium.org/21998003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215672 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
to third-party code:
- Changed client-side vertex array to VBO
- Used GL_UNSIGNED_SHORT instead of GL_UNSIGNED_INT in glDrawElements because GL_UNSIGNED_INT is not supported for by OpenGL ES 2.0 for indices
BUG=26099
TEST=Run simple_vertex_shader executable, you should see a rotating cube.
Review URL: http://codereview.chromium.org/543015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36127 0039d316-1c4b-4281-b951-d872f2087c98
|
|
correct. I still need to rename gles_book_examples.gyp to gles2_book.gyp. I will do it in another CL as svn does not like changes in renamed directories.
TBR=apatrick
Review URL: http://codereview.chromium.org/543002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35875 0039d316-1c4b-4281-b951-d872f2087c98
|