summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-1216-794/+587
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-1216-587/+794
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-1114-784/+590
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-1114-590/+784
* Workaround for open source drivers.backer@chromium.org2011-05-091-2/+3
* Split CGL implementations of *GLContext into GLContextCGL and *GLSurfaceCGL.apatrick@chromium.org2011-05-056-148/+317
* Fix incorrect function table order in gl_bindings_skia_in_process.ccbsalomon@google.com2011-05-051-1/+1
* Roll skia to r1241.bsalomon@google.com2011-05-041-125/+198
* Made apatrick and amarinichev owners of the ui/gfx/gl directory.apatrick@chromium.org2011-05-041-0/+2
* Split GLX implementations of *GLContext into GLContextGLX and *GLSurfaceGLX.apatrick@chromium.org2011-05-0415-588/+639
* Only enable vsync if a compositing window manager is not in use. Thiskbr@chromium.org2011-05-031-1/+20
* Fix clang compilation issues following r83248. This might be necessary to mer...apatrick@chromium.org2011-04-272-1/+6
* Removed "compositor" child window that was created by the GPU process.Removed...apatrick@chromium.org2011-04-275-2/+45
* Reland 81998.The bug in webkit\gpu\webgraphicscontext3d_in_process_impl.cc th...apatrick@chromium.org2011-04-229-210/+240
* Fixed longstanding bug on Linux where vsync was disabled becausekbr@chromium.org2011-04-201-1/+1
* Fix osmesa lib path regression in Linux introduced in r82008.zmo@google.com2011-04-191-4/+9
* Revert 81998 - Split OSMesa implementations of *GLContext into GLContextOSMes...apatrick@chromium.org2011-04-189-240/+210
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-183-28/+26
* Split OSMesa implementations of *GLContext into GLContextOSMesa and *GLSurfac...apatrick@chromium.org2011-04-189-210/+240
* Split WGL implementations of *GLContext in GLContextWGL and *GLSurfaceWGL.apatrick@chromium.org2011-04-158-474/+567
* Split EGLContext in GLContextEGL and GLSurfaceEGL.apatrick@chromium.org2011-04-1411-454/+557
* Adds GLContext::LosesAllContextsOnContextLost.amarinichev@chromium.org2011-04-132-0/+19
* ANGLE has to check for lost device whenever it switches to a context, which c...jbauman@chromium.org2011-04-061-0/+4
* Roll Skiabsalomon@google.com2011-04-064-36/+26
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-2823-0/+5257
* Move app/app_switches to ui/gfx/gl/gl_switches.backer@chromium.org2011-03-212-0/+38