Add command_buffer_gles2
commit604b615373e4e9f873db37cef9c6416176fc35f3
authorhendrikw <hendrikw@chromium.org>
Fri, 28 Aug 2015 22:36:57 +0000 (28 15:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 28 Aug 2015 22:37:50 +0000 (28 22:37 +0000)
tree804c356bfa6038a6d221e78d9733444b4854c145
parent73470e098596499c88dfff1534acbfe10180f856
Add command_buffer_gles2

This is a very simple library that exposes some egl-like functions that
can be used by skia to use the command buffer as a backend for their
tests

Review URL: https://codereview.chromium.org/1220883008

Cr-Commit-Position: refs/heads/master@{#346251}
BUILD.gn
build/all.gyp
gpu/command_buffer_gles2/BUILD.gn [new file with mode: 0644]
gpu/command_buffer_gles2/DEPS [new file with mode: 0644]
gpu/command_buffer_gles2/command_buffer_egl.cc [new file with mode: 0644]
gpu/command_buffer_gles2/command_buffer_gles2.gyp [new file with mode: 0644]
gpu/gles2_conform_support/egl/egl.cc