summaryrefslogtreecommitdiffstats
path: root/app/gfx/gl/gl_context_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-830/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* GPU process does not fall back to alternative GL implementation.apatrick@chromium.org2011-02-041-3/+4
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-9/+9
* The GPU process cannot be placed on a UI thread in --single-process mode beca...backer@chromium.org2011-01-181-6/+4
* Relanding r71472.apatrick@chromium.org2011-01-141-1/+1
* Revert 71472 - Use GL rather than EGL by default on linux.apatrick@chromium.org2011-01-141-1/+1
* Use GL rather than EGL by default on linux.apatrick@chromium.org2011-01-141-1/+1
* Implicitly detect the use of --in-process-webgl by the absence of akbr@chromium.org2010-12-211-18/+39
* Convert LOG(INFO) to VLOG(1) - app/.pkasting@chromium.org2010-10-191-1/+1
* Added switch to disable GPU vsync.apatrick@chromium.org2010-10-071-0/+43
* GPU process does one-off EGL initialization on linux.apatrick@chromium.org2010-10-051-11/+23
* Added lots of logging to the GPU code.apatrick@chromium.org2010-09-201-1/+8
* GPU process reports context lost when SwapBuffers fails.apatrick@chromium.org2010-09-101-9/+14
* Linux: Fix some NULL versus 0 issues to appease gcc-4.5.craig.schlenter@chromium.org2010-07-271-2/+2
* Added --use-gl command line flag to select GL implementation.apatrick@chromium.org2010-07-141-19/+214
* gpu: add GLES/EGL support on linuxpiman@chromium.org2010-06-211-3/+22
* Added EGL based GLContext.apatrick@chromium.org2010-06-091-99/+60
* Added warning if GLX version is less than 1.3. Pbuffers need GLX 1.3 and the ...apatrick@chromium.org2010-05-281-0/+10
* 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
* Landing 45240 again.apatrick@chromium.org2010-04-221-0/+402