| Commit message (Expand) | Author | Age | Files | Lines |
* | Move webkit/common/gpu/test_context_provider_factory.* to content/test/ | pilgrim@chromium.org | 2014-02-12 | 3 | -78/+0 |
* | Move common param trait enum's to IPC range-checked macros. | tsepez@chromium.org | 2014-02-11 | 1 | -1/+2 |
* | Use gyp targets to link in X11 libraries instead of setting -lXfoo | jamesr@chromium.org | 2014-02-05 | 1 | -3/+3 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-02-03 | 1 | -18/+12 |
* | Revert 248049 "Ensure GL initialization only happens once, and p..." | kbr@chromium.org | 2014-01-31 | 1 | -12/+18 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-01-30 | 1 | -18/+12 |
* | Apply automatic enum range checking for appcache enums acros IPC. | tsepez@chromium.org | 2014-01-30 | 1 | -2/+4 |
* | Revert 247793 "Ensure GL initialization only happens once, and p..." | yoz@chromium.org | 2014-01-30 | 1 | -12/+18 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-01-30 | 1 | -18/+12 |
* | Convert Media Galleries to use base::File | rvargas@chromium.org | 2014-01-27 | 2 | -31/+32 |
* | Remove StreamTexture API from WGC3D impls | sievers@chromium.org | 2014-01-23 | 2 | -8/+0 |
* | Add an --enable-deferred-filters command-line flag. | senorblanco@chromium.org | 2014-01-23 | 2 | -0/+2 |
* | Remove all exclude rules that filename_rules.gypi already handles. | dongseong.hwang@intel.com | 2014-01-20 | 1 | -7/+2 |
* | Stub for Privet file system | noamsml@chromium.org | 2014-01-17 | 2 | -0/+5 |
* | cc: Delete ContextProvider::MakeGrContextCurrent. | alokp@chromium.org | 2014-01-17 | 3 | -13/+0 |
* | Remove Chrome for TV code. | ycheo@chromium.org | 2014-01-17 | 1 | -5/+1 |
* | Remove WebGraphicsContext3D getter from cc::ContextProvider | jamesr@chromium.org | 2014-01-16 | 2 | -8/+1 |
* | Remove more non-aura windows code. | jam@chromium.org | 2014-01-15 | 1 | -14/+0 |
* | Use ContextProvider subclass to provide WGC3D pointers | jamesr@chromium.org | 2014-01-14 | 6 | -67/+37 |
* | Revert 244383 "Use ContextProvider subclass to provide WGC3D poi..." | kbr@chromium.org | 2014-01-13 | 6 | -37/+67 |
* | cc: ContextProvider::Capabilities compose gpu::Capabilities | boliu@chromium.org | 2014-01-12 | 1 | -1/+1 |
* | Use ContextProvider subclass to provide WGC3D pointers | jamesr@chromium.org | 2014-01-11 | 6 | -67/+37 |
* | Stop using WGC3D entry point for rateLimitOffscreen | jamesr@chromium.org | 2014-01-11 | 2 | -9/+0 |
* | Switch from CommandLine switch to WebPreferences to control Pepper 3D. | zmo@chromium.org | 2014-01-10 | 2 | -0/+2 |
* | Add ServiceWorker resource type for ServiceWorker script loading | kinuko@chromium.org | 2014-01-09 | 2 | -0/+3 |
* | Remove UTF string conversion functions from the global namespace. | avi@chromium.org | 2013-12-26 | 2 | -8/+8 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 3 | -2/+5 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 2 | -0/+2 |
* | Support renderbufferStorageMultisampleEXT in webgraphicscontext3d | marcheu@chromium.org | 2013-12-17 | 2 | -0/+21 |
* | Implicitly ensure backbuffer creation on draw | jamesr@chromium.org | 2013-12-13 | 2 | -5/+0 |
* | Update dependencies to use new angle repository. | geofflang@chromium.org | 2013-12-13 | 1 | -1/+1 |
* | Add GL entry points for DiscardBackbufferCHROMIUM | jamesr@chromium.org | 2013-12-13 | 2 | -5/+0 |
* | Do not clear document background in Android WebView | boliu@chromium.org | 2013-12-13 | 2 | -0/+2 |
* | Add mount option parameter to ExternalMountPoints::RegisterFileSystem. | kinaba@chromium.org | 2013-12-11 | 1 | -0/+37 |
* | Move skia command buffer bindings to gpu/skia_bindings | jamesr@chromium.org | 2013-12-11 | 4 | -160/+3 |
* | Pipe SwapBuffers call{,backs} through ContextSupport | jamesr@chromium.org | 2013-12-10 | 4 | -58/+7 |
* | Rely on lost context callbacks intead of polling | jamesr@chromium.org | 2013-12-08 | 2 | -0/+9 |
* | Remove always-on compositor capabilities | jamesr@chromium.org | 2013-12-06 | 1 | -10/+1 |
* | Unify WebGraphicsContext3D::insertSyncPoint impls | jamesr@chromium.org | 2013-12-05 | 1 | -4/+1 |
* | Expose GLES2Interface to cc | jamesr@chromium.org | 2013-12-04 | 4 | -0/+16 |
* | Introduce gpu::Capabilities | boliu@chromium.org | 2013-12-04 | 3 | -16/+22 |
* | Remove DCHECK(context3d_) checks that check nothing. | danakj@chromium.org | 2013-12-04 | 1 | -5/+0 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Implemented failIfMajorPerformanceCaveat WebGL context creation attribute. | bajones@chromium.org | 2013-11-28 | 1 | -0/+2 |
* | Remove WEBKIT_HAS_TARGET_IS_PING #ifdef. | davidben@chromium.org | 2013-11-27 | 1 | -2/+0 |
* | Add chromium side flag for enabling/disabling layer squashing. | shawnsingh@chromium.org | 2013-11-23 | 2 | -0/+2 |
* | Add ResourceType::PING and mark those requests as detachable. | davidben@chromium.org | 2013-11-22 | 2 | -0/+5 |
* | Dissociate ui_resources target from ui.gyp. | tfarina@chromium.org | 2013-11-20 | 1 | -1/+1 |
* | [Ganesh] Pass glGenerateMipmap to Skia's GL interface. | skaslev@chromium.org | 2013-11-18 | 1 | -0/+1 |
* | Rewrite include paths for Blink public/ headers that have moved | philipj@opera.com | 2013-11-14 | 10 | -10/+10 |