summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl
Commit message (Expand)AuthorAgeFilesLines
* Create new GLSurface for cross process image transport.backer@chromium.org2011-07-2210-1/+25
* Add glBindFragDataLocationIndexedARB to the GLInterface. Add it to skia's in-...bsalomon@google.com2011-07-223-1/+13
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-2110-33/+139
* Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...leandrogracia@chromium.org2011-07-2110-139/+33
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-2110-33/+139
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-171-2/+1
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-148-41/+183
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-138-183/+41
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-138-41/+183
* Moving DCHECK to the return value only.bradnelson@google.com2011-07-121-1/+2
* Add chromium_code: 1 to surface.gyp and gl.gyp to pick up -Werror.thakis@chromium.org2011-07-085-36/+12
* When GL implementation is Mock or None return rather than setting the skia-gp...bsalomon@google.com2011-07-071-2/+2
* Revert 91598 (broke linux64) - Add chromium_code: 1 to surface.gyp and gl.gyp...thakis@chromium.org2011-07-064-9/+36
* Add chromium_code: 1 to surface.gyp and gl.gyp to pick up -Werror.thakis@chromium.org2011-07-064-36/+9
* Reland "EGLImage transport for TOUCH_UI".backer@chromium.org2011-06-253-0/+12
* Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...backer@chromium.org2011-06-253-12/+0
* Use pixmaps and EGLImages to transport image data between GPU process and bro...backer@chromium.org2011-06-253-0/+12
* RESOURCE_LEAK coverity fix.binji@chromium.org2011-06-221-1/+3
* roll skiareed@google.com2011-06-171-3/+3
* Automatically put all GL contexts associated with a particular GPU channel (a...apatrick@chromium.org2011-06-1620-82/+180
* roll skia w/ GLInterface changereed@google.com2011-06-151-0/+5
* Fix Revert of 89054 so it builds on win_sharedgman@chromium.org2011-06-145-9/+24
* Revert 89054 - Add lots of client side OpenGL logging.asargent@chromium.org2011-06-145-24/+9
* Add lots of client side OpenGL logging.gman@chromium.org2011-06-145-9/+24
* Reformat to match style guide.backer@chromium.org2011-06-141-134/+242
* Remove trailing EOL from ui/gfx/gl/OWNERS.apatrick@chromium.org2011-06-031-1/+0
* Removed usage of GLX 1.3 windows.apatrick@chromium.org2011-06-033-179/+63
* Files that are in src/ui/base should be compiled into libui_base.a.tony@chromium.org2011-06-021-1/+1
* Fix OWNERS files for gpu subdirs.apatrick@chromium.org2011-06-011-1/+2
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-0110-72/+100
* Revert 87369 - Files that are in src/ui/base should be compiled into libui_ba...tony@chromium.org2011-06-011-1/+1
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-319-98/+72
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-319-72/+98
* Files that are in src/ui/base should be compiled into libui_base.a.tony@chromium.org2011-05-311-1/+1
* Ignore GLX_WINDOW attribute if the GPU process ID doesn't match.piman@google.com2011-05-271-1/+18
* Fix up PathProvider on the Mac for FILE_MODULE.dmaclach@chromium.org2011-05-261-5/+10
* Expose NativeDisplay from GLSurfaceEGL.backer@chromium.org2011-05-262-3/+19
* Make SetSwapInterval a log warning rather than a notreached.nduca@chromium.org2011-05-263-2/+6
* Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ...chromium@hybridsource.org2011-05-253-10/+9
* Apply setInterval to new surface-context pairsnduca@chromium.org2011-05-251-5/+14
* Revert 86631 - Fix up PathProvider on the Mac for FILE_MODULE.vandebo@chromium.org2011-05-251-4/+0
* Fix up PathProvider on the Mac for FILE_MODULE.dmaclach@chromium.org2011-05-251-0/+4
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-2326-404/+278
* Roll skia r1385:1395thakis@chromium.org2011-05-201-0/+1
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
* Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...tony@chromium.org2011-05-191-3/+3
* Store the GLX window ID as a property of the X window. Put off deleting GLX ...amarinichev@chromium.org2011-05-191-6/+71
* linux: glx_window_ is an XID, so it can't be NULLedevan@chromium.org2011-05-131-2/+2
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-1217-599/+826
* Partially fix WGL backend on windows.apatrick@chromium.org2011-05-122-17/+72