| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'm not sure if this is the best way
GLApi is a pure virtual interface
GLApiBase is a class that calls driver->fnGLfunction
so it can be shared with RealGLApi and VirtualGLApi
RealGLApi is basically has nothing currenlty. It's just
GLApiBase but I guess the point is you can override something
if you need to
VirtualGLApi can now override just what it needs to so adding
new functions to generate_bindings.py no longer needs manual
editing
BUG=none
R=apatrick@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11565005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173364 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=155557
Review URL: https://chromiumcodereview.appspot.com/11275120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166442 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 25afcfe213ffd88f8e9370d4ff1ee23ecf9ae16c.
BUG=155557
TBR=apatrick@chromium.org
Review URL: https://codereview.chromium.org/11264041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164095 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sheriff reverting as this CL added four static initializers.
BUG=155557
Review URL: https://chromiumcodereview.appspot.com/11266023
TBR=gman@chromium.org
Review URL: https://codereview.chromium.org/11270035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164051 0039d316-1c4b-4281-b951-d872f2087c98
|
|
This is a step to virtualizing GL
BUG=155557
Review URL: https://chromiumcodereview.appspot.com/11266023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164047 0039d316-1c4b-4281-b951-d872f2087c98
|