| Commit message (Expand) | Author | Age | Files | Lines |
* | Combine mask texture parameters into single gfx::RectF | jamesr@chromium.org | 2012-12-13 | 2 | -13/+3 |
* | Made the registration and deletion of transfer buffers async. | apatrick@chromium.org | 2012-12-13 | 7 | -172/+87 |
* | Aggressively discard tiles on OS X to see if it improves | ccameron@chromium.org | 2012-12-13 | 1 | -0/+7 |
* | Track managed memory usage in the command buffer. | ccameron@chromium.org | 2012-12-13 | 5 | -17/+52 |
* | Enable virtual context on IMG devices only. | aelias@chromium.org | 2012-12-12 | 1 | -2/+4 |
* | Plumb glDiscardFramebufferEXT entry point through command buffer | jamesr@chromium.org | 2012-12-12 | 1 | -2/+1 |
* | TextureImageTransport: Remove some debug code in OnMakeCurrent(). | sievers@chromium.org | 2012-12-11 | 1 | -10/+0 |
* | Add UMA histograms for GPU memory usage at GPU process exit. | ccameron@chromium.org | 2012-12-11 | 6 | -5/+88 |
* | Implement an IsAllowed function in the pepper PPB_Broker_Trusted API | raymes@chromium.org | 2012-12-10 | 3 | -9/+80 |
* | Implement TextureImageTransportSurface using texture mailbox | sievers@chromium.org | 2012-12-10 | 11 | -343/+268 |
* | [CSS Regions] Use the new RuntimeEnabledFeatures flag instead of the one in S... | mmaerean@adobe.com | 2012-12-08 | 1 | -1/+0 |
* | Sizes going across an IPC should be uint32. | cevans@chromium.org | 2012-12-08 | 5 | -9/+9 |
* | Add tracing support to NaCl | jbauman@chromium.org | 2012-12-08 | 5 | -200/+4 |
* | Send notification from GPU process to browser process of offscreen context cr... | kbr@chromium.org | 2012-12-08 | 3 | -3/+33 |
* | Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ... | jamesr@chromium.org | 2012-12-08 | 2 | -2/+8 |
* | Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m... | raymes@chromium.org | 2012-12-08 | 2 | -1/+4 |
* | Propagate transaction id through IDBFactory::open() IPC | alecflett@chromium.org | 2012-12-07 | 5 | -1/+73 |
* | This is a revert of 171414 with a different workaround to get the view in Web... | jam@chromium.org | 2012-12-07 | 1 | -8/+0 |
* | Browser Plugin: Use asynchronous input events | fsamuel@chromium.org | 2012-12-07 | 3 | -2/+18 |
* | Revert 171569 as it broke some browser_tests on win_aura. | sky@chromium.org | 2012-12-07 | 12 | -268/+344 |
* | Rename int-based IPC variables to have ipc_ prefix | alecflett@chromium.org | 2012-12-06 | 15 | -445/+453 |
* | Implement TextureImageTransportSurface using texture mailbox | sievers@chromium.org | 2012-12-06 | 12 | -344/+268 |
* | Revert 171408 | raymes@chromium.org | 2012-12-06 | 2 | -4/+1 |
* | Lower RLIMIT_AS to 4GB after discussion with jschuh. | cevans@chromium.org | 2012-12-06 | 1 | -2/+2 |
* | Temporary workaround for getting the screen rects synchronously from the rend... | oshima@chromium.org | 2012-12-06 | 1 | -0/+8 |
* | move favicon download code from chrome/ into content/ | caitkp@chromium.org | 2012-12-06 | 2 | -0/+47 |
* | Revert 171389 | raymes@chromium.org | 2012-12-06 | 2 | -1/+4 |
* | Revert 171080 | raymes@chromium.org | 2012-12-06 | 2 | -4/+1 |
* | [autofill] Pass along frame URL and SSL status, only allow requests for credi... | dbeam@chromium.org | 2012-12-06 | 1 | -9/+0 |
* | Support disowning window.opener across processes. | creis@chromium.org | 2012-12-06 | 1 | -0/+7 |
* | Add a gyp flag to allow removing dependency on ppapi. | nileshagrawal@chromium.org | 2012-12-05 | 1 | -0/+2 |
* | The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C... | raymes@chromium.org | 2012-12-04 | 2 | -1/+4 |
* | Revert 170701 since the WebKit change has now been rolled in again. | tommi@chromium.org | 2012-12-04 | 1 | -3/+3 |
* | Associate audio streams with their source/destination RenderView. | miu@chromium.org | 2012-12-04 | 1 | -0/+10 |
* | Revert an occasional change of Trap to UnsafeTrap | glider@chromium.org | 2012-12-04 | 1 | -3/+3 |
* | cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref. | danakj@chromium.org | 2012-12-04 | 2 | -3/+7 |
* | Fix the sandbox to actually allow __NR_sched_getaffinity under ASan. | glider@google.com | 2012-12-04 | 1 | -7/+7 |
* | cc: Add CompositorFrame class with IPC param traits for it | danakj@chromium.org | 2012-12-04 | 3 | -3/+181 |
* | Allow ASanified Chrome to use sched_getaffinity | glider@google.com | 2012-12-03 | 1 | -0/+8 |
* | Revert 170668 | tasak@google.com | 2012-12-03 | 1 | -3/+3 |
* | Update the Speech Api to support array(s) of result items | tommi@chromium.org | 2012-12-01 | 1 | -3/+3 |
* | Aura: Fix poster circle resize on Alex. | backer@chromium.org | 2012-11-30 | 1 | -1/+1 |
* | Let content_unittests almost build with the components build on android | thakis@chromium.org | 2012-11-30 | 3 | -15/+22 |
* | Messages needed for webview compositor communication. | alexst@chromium.org | 2012-11-30 | 1 | -0/+37 |
* | Do DXVA pre-sandbox initialization off the main thread. | apatrick@chromium.org | 2012-11-30 | 3 | -26/+50 |
* | gpu: Add async upload functions. | epenner@chromium.org | 2012-11-30 | 2 | -0/+52 |
* | Move RenderStats enumeration out of gpu_benchmarking_extension. | hartmanng@chromium.org | 2012-11-30 | 2 | -0/+21 |
* | Remove old transaction() call, proxies, and messages. | alecflett@chromium.org | 2012-11-30 | 3 | -43/+1 |
* | gpu: don't try to discard/recreate backbuffer while draws are deferred. | piman@chromium.org | 2012-11-30 | 4 | -3/+34 |
* | vda_unittest: skip H264 NALUs until first SPS | sheu@chromium.org | 2012-11-30 | 1 | -19/+58 |