| Commit message (Expand) | Author | Age | Files | Lines |
* | ui: Add support for creating GLImage instances from shared memory pools. | reveman | 2015-10-27 | 1 | -1/+2 |
* | Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https... | jbudorick | 2015-10-27 | 2 | -2/+2 |
* | Remove DCHECK_IMPLIES/CHECK_IMPLIES. | vmpstr | 2015-10-27 | 2 | -2/+2 |
* | ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ. | reveman | 2015-10-26 | 11 | -49/+16 |
* | Support multiple contexts in command_buffer_gles2 | kkinnunen | 2015-10-26 | 1 | -0/+1 |
* | ui: Add RGBX_8888 buffer format. | reveman | 2015-10-23 | 2 | -5/+10 |
* | Remove base::MessageLoop::{Quit,QuitClosure} functions | ki.stfu | 2015-10-23 | 1 | -1/+1 |
* | GN(Android): Fix up gl_tests to match GYP | agrieve | 2015-10-23 | 1 | -1/+1 |
* | Reland: GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane);... | mcasas | 2015-10-22 | 2 | -28/+26 |
* | Added support for sync token signals. | dyen | 2015-10-22 | 11 | -13/+60 |
* | Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations... | reveman | 2015-10-22 | 10 | -440/+249 |
* | Revert of GpuMemoryBuffer interface change: Map(**) to Map() and memory(plane... | vasilii | 2015-10-22 | 2 | -26/+28 |
* | GpuMemoryBuffer interface change: Map(**) --> Map() + memory(plane); GetStrid... | mcasas | 2015-10-21 | 2 | -28/+26 |
* | Blacklist GPU used in 2009 iMacs | ccameron | 2015-10-20 | 1 | -1/+14 |
* | Revert of Re-land: ui: Move GLImage::BindTexImage fallback from GLImage imple... | vasilii | 2015-10-20 | 10 | -237/+440 |
* | Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations... | reveman | 2015-10-20 | 10 | -440/+237 |
* | Revert of ui: Move GLImage::BindTexImage fallback from GLImage implementation... | reveman | 2015-10-19 | 10 | -239/+440 |
* | ui: Move GLImage::BindTexImage fallback from GLImage implementations to GLES2... | reveman | 2015-10-19 | 10 | -440/+239 |
* | Fixed tough texture upload benchmark on low end devices. | dyen | 2015-10-19 | 2 | -2/+20 |
* | Simplify CreateArg in GPU code generator | martina.kollarova | 2015-10-19 | 1 | -38/+41 |
* | Fix WebGL 2's getIndexedParameter function. | zmo | 2015-10-16 | 3 | -0/+21 |
* | Make CopyTextureCHROMIUM compatible with core profile | ccameron | 2015-10-16 | 1 | -83/+147 |
* | Implement ThreadTicks::Now on Windows. | fdoray | 2015-10-15 | 1 | -0/+1 |
* | Update CopyTexImage2D to do internal format validation in ES3 | qiankun.miao | 2015-10-15 | 4 | -0/+195 |
* | Fix typo in D3D9 Intel GLES2 test expects. | jmadill | 2015-10-14 | 1 | -1/+1 |
* | Added method to wait on fence syncs which do not need to be flushed. | dyen | 2015-10-14 | 28 | -34/+290 |
* | Adjust MB/Flush on Adreno from 4MB > 1MB | ericrk | 2015-10-13 | 3 | -1/+17 |
* | Re-land: ui: Add GLImage unit test framework. | reveman | 2015-10-13 | 1 | -1/+1 |
* | gpu: Use disable_gl_path_rendering workaround only on Linux | kkinnunen | 2015-10-13 | 1 | -1/+4 |
* | Blacklist Haswell Intel drivers on kernels <3.19.1 | zmo | 2015-10-13 | 2 | -1/+51 |
* | Reland: Added SyncToken command buffer trait to help with IPC messages | dyen | 2015-10-12 | 13 | -52/+156 |
* | gpu/config: Generalise Imagination workaround | rufus.hamade | 2015-10-12 | 1 | -5/+2 |
* | Revert of Added SyncToken command buffer trait to help with IPC messages. (pa... | jbudorick | 2015-10-10 | 14 | -190/+47 |
* | gpu: Remove GL_TEXTURE_POOL_CHROMIUM | ccameron | 2015-10-09 | 18 | -260/+92 |
* | Suppress failing cosine test on Intel D3D9. | jmadill | 2015-10-09 | 1 | -0/+2 |
* | Make all target compile on GN & Android | pkotwicz | 2015-10-09 | 1 | -7/+9 |
* | gpu: Add CreateGpuMemoryBufferFromHandle to GpuMemoryBufferManager interface. | reveman | 2015-10-09 | 1 | -0/+6 |
* | ui: Add GetSize() function to gfx::GpuMemoryBuffer API. | reveman | 2015-10-09 | 1 | -5/+3 |
* | Update CopyTexImage2D to support new formats and types in ES3 | qiankun.miao | 2015-10-09 | 4 | -276/+365 |
* | Crash fix for when running under the Android emulator | davve | 2015-10-09 | 1 | -2/+4 |
* | Fix array out of bounds access in loop iteration in gpu ipc log | r.kasibhatla | 2015-10-09 | 1 | -4/+4 |
* | gpu: Enable virtual contexts with nvidia drivers only | hendrikw | 2015-10-09 | 1 | -2/+3 |
* | Added SyncToken command buffer trait to help with IPC messages. | dyen | 2015-10-08 | 14 | -47/+190 |
* | Fixed DCHECK when Transform Feedback Varyings don't cache properly. | bajones | 2015-10-08 | 1 | -1/+1 |
* | Support ANGLE unittests on Android | yang.gu | 2015-10-08 | 1 | -0/+20 |
* | command_buffer: Return command buffer error instead of gl error for missing e... | kkinnunen | 2015-10-07 | 6 | -156/+73 |
* | command_buffer: Return invalid args error for uninitialized results error in ... | kkinnunen | 2015-10-07 | 1 | -12/+8 |
* | Implemented new fence syncs which replaces the old sync points. | dyen | 2015-10-07 | 45 | -157/+1740 |
* | Revert of Re-land: ui: Add GLImage unit test framework. (patchset #18 id:3400... | ksakamoto | 2015-10-07 | 1 | -1/+1 |
* | Re-land: ui: Add GLImage unit test framework. | reveman | 2015-10-07 | 1 | -1/+1 |