summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_glx_api_implementation.cc
Commit message (Collapse)AuthorAgeFilesLines
* Make most of VirtualGL auto-generatedgman@chromium.org2012-12-161-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Virtual GLgman@chromium.org2012-11-071-0/+3
| | | | | | | | | 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
* Revert "Revert 164047 - Make GL calls go through subclassable class."gman@chromium.org2012-10-251-0/+52
| | | | | | | | | | | 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
* Revert 164047 - Make GL calls go through subclassable class.bartfab@chromium.org2012-10-251-44/+0
| | | | | | | | | | | | | 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
* Make GL calls go through subclassable class.gman@chromium.org2012-10-251-0/+44
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