summaryrefslogtreecommitdiffstats
path: root/app/gfx/gl
Commit message (Expand)AuthorAgeFilesLines
* Check whether wglCreatePBufferARB is defined before calling it in PbufferGLCo...vangelis@chromium.org2011-01-051-0/+5
* Implicitly detect the use of --in-process-webgl by the absence of akbr@chromium.org2010-12-211-18/+39
* Map the render process's glBindFramebuffer(0) to the context's backing FBO.klobag@chromium.org2010-12-212-0/+8
* Keep deinlining stuff.erg@google.com2010-12-153-8/+48
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-071-1/+2
* Resize synchronization for Linux.backer@chromium.org2010-11-251-5/+0
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-241-2/+1
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-241-1/+2
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-181-1/+1
* Fixed stack overflow if wglGetExtensionsStringARB is not available.apatrick@chromium.org2010-11-161-1/+1
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-161-0/+5
* Prefer native library symbol lookup to the platform GetProcAddress.kbr@google.com2010-11-111-6/+6
* Add in changes I forgot in last previous CLgman@chromium.org2010-11-042-3/+1
* Add service side GL call logging to the DEBUGgman@chromium.org2010-11-046-35/+122
* OSMesa SwapBuffers does not fail if the window handle is invalid on windows.apatrick@chromium.org2010-11-041-9/+18
* Fixed mismatched channel order in OSMesaViewGLContext.apatrick@chromium.org2010-11-031-5/+7
* ui_tests run with --use-gl=osmesa so they use the OSMesa software renderer fo...apatrick@chromium.org2010-10-272-4/+16
* Specify client version 2 when creating EGL contexts.apatrick@chromium.org2010-10-271-2/+6
* Expose bindings for glGetTexLevelParameter[fi]. These functions will be need...senorblanco@chromium.org2010-10-222-0/+10
* Report EGL error strings whenever an EGL function fails.apatrick@chromium.org2010-10-191-27/+107
* Convert LOG(INFO) to VLOG(1) - app/.pkasting@chromium.org2010-10-194-5/+5
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-141-409/+0
* Fix the wrong mesa lib name.zmo@google.com2010-10-081-2/+2
* Added switch to disable GPU vsync.apatrick@chromium.org2010-10-0711-7/+160
* Fixed crash when GetClientRect fails.apatrick@chromium.org2010-10-061-1/+5
* Load libGLESv2.dll before libEGL.dll.apatrick@chromium.org2010-10-063-10/+50
* GPU process does one-off EGL initialization on linux.apatrick@chromium.org2010-10-051-11/+23
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-013-6/+26
* Added lots of logging to the GPU code.apatrick@chromium.org2010-09-209-34/+81
* GPU process reports context lost when SwapBuffers fails.apatrick@chromium.org2010-09-109-34/+43
* Loads GL shared libraries from module directories rather than exe directory.vangelis@chromium.org2010-09-103-13/+13
* Added GPU stat for whether a GPU can report context lost.apatrick@chromium.org2010-09-072-1/+8
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-301-0/+1
* Removed reference to glew from comment.apatrick@chromium.org2010-08-121-1/+1
* Fixed build problems on Mac OS X when using GLContext from Chromium'skbr@google.com2010-08-106-7/+10
* Added a couple of new GL extension bindings.apatrick@chromium.org2010-08-093-2/+30
* De-wstringify gl_implementation.cc.evan@chromium.org2010-08-031-13/+12
* GPU command decoder uses depth24_stencil8_oes extension if available.apatrick@chromium.org2010-08-023-0/+21
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Linux: Fix some NULL versus 0 issues to appease gcc-4.5.craig.schlenter@chromium.org2010-07-271-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-268-0/+8
* Added --use-gl command line flag to select GL implementation.apatrick@chromium.org2010-07-1413-333/+700
* gpu: add GLES/EGL support on linuxpiman@chromium.org2010-06-216-32/+196
* Committing on behalf of p155off@gmail.com .kbr@google.com2010-06-152-1/+2
* Reverting checkin in rev 48521 as creating a child window for GL rendering cr...vangelis@chromium.org2010-06-101-63/+5
* Added EGL based GLContext.apatrick@chromium.org2010-06-0919-351/+2413
* Revert 49066 - Reverting checkin in rev 48521 as creating a child window for ...erg@chromium.org2010-06-071-5/+63
* Reverting checkin in rev 48521 as creating a child window for GL rendering cr...vangelis@chromium.org2010-06-071-63/+5
* Added warning if GLX version is less than 1.3. Pbuffers need GLX 1.3 and the ...apatrick@chromium.org2010-05-281-0/+10
* Get the GPU process to create an additional window for the GL context in ordervangelis@chromium.org2010-05-281-7/+65