summaryrefslogtreecommitdiffstats
path: root/ui/gl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use glFinish() before EGL context switch for ARMsheu@chromium.org2012-06-221-1/+10
* Change spewing DLOGs to DVLOGs.erg@chromium.org2012-06-201-11/+11
* PbufferGLSurfaceEGL fails early if size is zero.apatrick@chromium.org2012-06-191-0/+6
* Only specify kCGLPFAAllowOfflineRenderers on systems that support dual GPUsjbauman@chromium.org2012-06-161-3/+4
* Don't destroy channels when switching GPUsjbauman@chromium.org2012-06-092-12/+28
* Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()davemoore@chromium.org2012-06-073-6/+6
* Re-enable GPU switching on Mountain Lionjbauman@chromium.org2012-06-071-4/+1
* Roll Skia to r4102.bsalomon@google.com2012-06-011-0/+5
* Use GLX_MESA_swap_control if it existspiman@chromium.org2012-05-263-0/+7
* Add more trace events to GPU process.apatrick@chromium.org2012-05-246-0/+15
* Add GL_EXPORT for GLContextGLXkochi@google.com2012-05-231-1/+2
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-189-61/+70