summaryrefslogtreecommitdiffstats
path: root/ui/gl
Commit message (Expand)AuthorAgeFilesLines
* Use GLX_SGI_video_sync to get a vblank signal.backer@chromium.org2012-11-095-85/+358
* Virtual GLgman@chromium.org2012-11-0722-6/+1159
* Don't spam the console with warnings.jochen@chromium.org2012-11-061-1/+1
* Fix gcc 4.7 build problem.shenhan@google.com2012-11-051-1/+2
* First step towards component build for Android.yfriedman@chromium.org2012-11-012-2/+3
* Send vsync timebase updates to the browser compositorajuma@chromium.org2012-11-015-0/+125
* Add GpuSurfaceTracker::SetNativeWidget() method.sievers@chromium.org2012-11-011-2/+2
* gl: Move egl_util* into ui namespace.tfarina@chromium.org2012-10-285-4/+10
* Fix output targets to avoid rebuilds.piman@chromium.org2012-10-251-5/+5
* Revert "Revert 164047 - Make GL calls go through subclassable class."gman@chromium.org2012-10-2524-88/+701
* Revert 164047 - Make GL calls go through subclassable class.bartfab@chromium.org2012-10-2524-661/+88
* Make GL calls go through subclassable class.gman@chromium.org2012-10-2524-88/+661
* Explicitly empty the pipes on teardown to prevent cross process races.backer@chromium.org2012-10-221-0/+2
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-1813-0/+491
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-1813-488/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-1813-0/+488
* gl: Move GpuSwitchingManager into ui namespace.tfarina@chromium.org2012-10-084-19/+17
* Move force_discrete GPU on older MacBookPro models to GpuBlacklistzmo@google.com2012-10-0113-163/+173
* Added support for OES_vertex_array_object to the command bufferbajones@google.com2012-09-272-0/+40
* Revert 158211 - Revert 158076 - Implement blacklist's force GPU capability in...tzik@chromium.org2012-09-236-19/+26
* Revert 158076 - Implement blacklist's force GPU capability in dual GPU machines.tzik@chromium.org2012-09-236-26/+19
* Honor --gpu-switching=force_discrete to always stay on discrete GPU.zmo@google.com2012-09-227-11/+32
* Implement blacklist's force GPU capability in dual GPU machines.zmo@chromium.org2012-09-218-19/+110
* Get real GPU memory values on NV+Linux and OS X. Add an interface to GLContex...ccameron@chromium.org2012-09-217-15/+93
* Recreate egl surface on resize.jbauman@chromium.org2012-09-191-1/+18
* Fixed the warnings while compiling ui with clang.michaelbai@chromium.org2012-09-101-1/+2
* gl: Put ScopedMakeCurrent into ui namespace.tfarina@chromium.org2012-09-092-21/+29
* gl: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-061-2/+2
* Override Resize() in NativeViewGLSurfaceEGL.sievers@chromium.org2012-08-172-0/+5
* Exclude more files from Android buildwangxianzhu@chromium.org2012-08-141-0/+1
* Do not CHECK that handle returned by eglQuerySurfacePointerANGLE is non-null.apatrick@chromium.org2012-07-311-2/+0
* Use EXT_robustness where available on GLES2 platforms to detect and respond t...kbr@chromium.org2012-07-2713-20/+78
* ui: No need to typedef testing::Test in unittests.tfarina@chromium.org2012-07-277-7/+7
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-232-0/+29
* Make NativeViewGLSurfaceEGL directly usable on Android.sievers@chromium.org2012-07-231-11/+0
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-192-19/+0
* Revert 147474 - Added ARB_get_program_binary extension to the bindings, now w...gman@chromium.org2012-07-191-4/+2
* Added ARB_get_program_binary extension to the bindings, now we check that for...dmurph@chromium.org2012-07-191-2/+4
* Current status of patch:dmurph@chromium.org2012-07-182-0/+19
* Remove ChromiumOS/ARM work around for mali driversanush@chromium.org2012-07-131-7/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1129-29/+0
* Remove DirectX SDK path from include listcpu@chromium.org2012-07-071-3/+0
* Remove references to <d3dx9.h> in chromecpu@chromium.org2012-07-041-26/+6
* Add workaround ATI/AMD bug with gl_PointCoordgman@chromium.org2012-06-302-46/+50
* Fix latency tests.jbates@chromium.org2012-06-291-0/+3
* Revert 144832 - Fix latency tests.jbates@chromium.org2012-06-291-3/+0
* Fix latency tests.jbates@chromium.org2012-06-281-0/+3
* CHECK that eglQuerySurfacePointerANGLE always returns a valid handle.apatrick@chromium.org2012-06-282-3/+10
* Defer descheduling of GPU commands until draw or swapjbates@chromium.org2012-06-282-0/+28
* Aura: Fix partial swaps in the UIbacker@chromium.org2012-06-263-16/+17