forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make most of VirtualGL auto-generated
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
- Loading branch information
gman@chromium.org
committed
Dec 16, 2012
1 parent
2db0555
commit 95c9d11
Showing
11 changed files
with
133 additions
and
987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.