summaryrefslogtreecommitdiffstats
path: root/app/gfx/gl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed DLOG to LOG in gl_context_linux.cc to get informative errorkbr@google.com2010-05-241-19/+19
* linux: fallback to GLX Pixmaps when pbuffers aren't availablepiman@chromium.org2010-05-181-3/+159
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-2/+2
* OSMesa was not being correctly initialized when used with WebGL.apatrick@chromium.org2010-04-293-33/+21
* Pepper3D plugin tests enabled for Windows.apatrick@chromium.org2010-04-221-0/+4
* Landing 45240 again.apatrick@chromium.org2010-04-227-0/+1526