| Commit message (Expand) | Author | Age | Files | Lines |
* | Override Resize() in NativeViewGLSurfaceEGL. | sievers@chromium.org | 2012-08-17 | 2 | -0/+5 |
* | Exclude more files from Android build | wangxianzhu@chromium.org | 2012-08-14 | 1 | -0/+1 |
* | Do not CHECK that handle returned by eglQuerySurfacePointerANGLE is non-null. | apatrick@chromium.org | 2012-07-31 | 1 | -2/+0 |
* | Use EXT_robustness where available on GLES2 platforms to detect and respond t... | kbr@chromium.org | 2012-07-27 | 13 | -20/+78 |
* | ui: No need to typedef testing::Test in unittests. | tfarina@chromium.org | 2012-07-27 | 7 | -7/+7 |
* | gpu in-memory program cache implementation with a memory limit + lru eviction. | dmurph@chromium.org | 2012-07-23 | 2 | -0/+29 |
* | Make NativeViewGLSurfaceEGL directly usable on Android. | sievers@chromium.org | 2012-07-23 | 1 | -11/+0 |
* | Revert 147328 - Current status of patch: | gman@chromium.org | 2012-07-19 | 2 | -19/+0 |
* | Revert 147474 - Added ARB_get_program_binary extension to the bindings, now w... | gman@chromium.org | 2012-07-19 | 1 | -4/+2 |
* | Added ARB_get_program_binary extension to the bindings, now we check that for... | dmurph@chromium.org | 2012-07-19 | 1 | -2/+4 |
* | Current status of patch: | dmurph@chromium.org | 2012-07-18 | 2 | -0/+19 |
* | Remove ChromiumOS/ARM work around for mali drivers | anush@chromium.org | 2012-07-13 | 1 | -7/+0 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 29 | -29/+0 |
* | Remove DirectX SDK path from include list | cpu@chromium.org | 2012-07-07 | 1 | -3/+0 |
* | Remove references to <d3dx9.h> in chrome | cpu@chromium.org | 2012-07-04 | 1 | -26/+6 |
* | Add workaround ATI/AMD bug with gl_PointCoord | gman@chromium.org | 2012-06-30 | 2 | -46/+50 |
* | Fix latency tests. | jbates@chromium.org | 2012-06-29 | 1 | -0/+3 |
* | Revert 144832 - Fix latency tests. | jbates@chromium.org | 2012-06-29 | 1 | -3/+0 |
* | Fix latency tests. | jbates@chromium.org | 2012-06-28 | 1 | -0/+3 |
* | CHECK that eglQuerySurfacePointerANGLE always returns a valid handle. | apatrick@chromium.org | 2012-06-28 | 2 | -3/+10 |
* | Defer descheduling of GPU commands until draw or swap | jbates@chromium.org | 2012-06-28 | 2 | -0/+28 |
* | Aura: Fix partial swaps in the UI | backer@chromium.org | 2012-06-26 | 3 | -16/+17 |
* | Use glFinish() before EGL context switch for ARM | sheu@chromium.org | 2012-06-22 | 1 | -1/+10 |
* | Change spewing DLOGs to DVLOGs. | erg@chromium.org | 2012-06-20 | 1 | -11/+11 |
* | PbufferGLSurfaceEGL fails early if size is zero. | apatrick@chromium.org | 2012-06-19 | 1 | -0/+6 |
* | Only specify kCGLPFAAllowOfflineRenderers on systems that support dual GPUs | jbauman@chromium.org | 2012-06-16 | 1 | -3/+4 |
* | Don't destroy channels when switching GPUs | jbauman@chromium.org | 2012-06-09 | 2 | -12/+28 |
* | Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow() | davemoore@chromium.org | 2012-06-07 | 3 | -6/+6 |
* | Re-enable GPU switching on Mountain Lion | jbauman@chromium.org | 2012-06-07 | 1 | -4/+1 |
* | Roll Skia to r4102. | bsalomon@google.com | 2012-06-01 | 1 | -0/+5 |
* | Use GLX_MESA_swap_control if it exists | piman@chromium.org | 2012-05-26 | 3 | -0/+7 |
* | Add more trace events to GPU process. | apatrick@chromium.org | 2012-05-24 | 6 | -0/+15 |
* | Add GL_EXPORT for GLContextGLX | kochi@google.com | 2012-05-23 | 1 | -1/+2 |
* | RefCounted types should not have public destructors, Linux fixes | rsleevi@chromium.org | 2012-05-18 | 9 | -61/+70 |
* | Add trace events to measure GPU process startup timing and time to first pres... | apatrick@chromium.org | 2012-05-18 | 1 | -0/+3 |
* | Decoupling backbuffer allocation suggestion from frontbuffer allocation sugge... | mmocny@chromium.org | 2012-05-16 | 2 | -12/+15 |
* | Tie native surface EGL config to the window depth. | sabercrombie@chromium.org | 2012-05-15 | 2 | -8/+88 |
* | Change the way _EXPORT macros look. | thakis@chromium.org | 2012-05-15 | 1 | -0/+4 |
* | ui: Move gl/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-12 | 70 | -0/+9756 |