summaryrefslogtreecommitdiffstats
path: root/ppapi/lib/gl
Commit message (Collapse)AuthorAgeFilesLines
* ppapi_egl target is currently unused as verified by using:noelallen@google.com2011-01-211-0/+55
| | | | | | | | | | | | grep --include="*.gyp*" -nr -F "ppapi_egl" . However this library causes NaCl to require third_party/mesa which relative to NaCl is large. This CL moves the definition of this static library from ppapi to the lib/gl directory under ppapi so that PPAPI users are not forced to DEPS in mesa. Review URL: http://codereview.chromium.org/6342012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72090 0039d316-1c4b-4281-b951-d872f2087c98
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-213-28/+289
| | | | | | Review URL: http://codereview.chromium.org/5927002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69838 0039d316-1c4b-4281-b951-d872f2087c98
* Added native EGL types for pepper platform.alokp@chromium.org2010-12-151-33/+4
| | | | | | Review URL: http://codereview.chromium.org/5865002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69311 0039d316-1c4b-4281-b951-d872f2087c98
* Added a stub gles2 implementation.alokp@chromium.org2010-12-153-0/+592
| | | | | | Review URL: http://codereview.chromium.org/5779006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69279 0039d316-1c4b-4281-b951-d872f2087c98
* Added a stub driver implementation for Mesa EGL.alokp@chromium.org2010-12-149-0/+2691
Review URL: http://codereview.chromium.org/5717003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69174 0039d316-1c4b-4281-b951-d872f2087c98