| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Fix size_t truncations in unittests. | vmpstr | 2015-06-10 | 1 | -1/+4 |
* | Use shallow finish instead of real finish on Display resize. | jbauman | 2015-05-28 | 1 | -0/+4 |
* | cc: change the GPU rasterization content veto into an MSAA trigger. | senorblanco | 2015-05-08 | 1 | -0/+4 |
* | Revert of cc: change the GPU rasterization content veto into an MSAA trigger.... | ajuma | 2015-05-08 | 1 | -4/+0 |
* | cc: change the GPU rasterization content veto into an MSAA trigger. | senorblanco | 2015-05-08 | 1 | -0/+4 |
* | Change ScopedPtrHashMap's 2nd template parameter | kcwu | 2015-04-28 | 1 | -4/+8 |
* | cc: Fix unit tests with impl-side painting default true | enne | 2015-03-06 | 1 | -0/+1 |
* | cc: Make ResourceProvider use bindless Produce/ConsumeTextureCHROMIUM | sohan.jyoti | 2015-03-05 | 1 | -1/+10 |
* | Fix Enum Style Throughout CC. | ericrk | 2015-02-20 | 1 | -1/+1 |
* | Add the ability for test contexts to generate unique render & framebuffer IDs | achaulk | 2015-01-22 | 1 | -13/+66 |
* | cc: TextureUploader - Reset GL_UNPACK_ALIGNMENT after Gpu Raster. | vmiura | 2014-12-25 | 1 | -0/+25 |
* | gpu: Compositor management of GpuMemoryBuffer instances. | reveman | 2014-10-13 | 1 | -39/+12 |
* | cc: Add CHROMIUM_gpu_memory_buffer_image support to TestGLES2Interface. | reveman | 2014-10-03 | 1 | -0/+14 |
* | cc: Remove use of PassAs() and constructor-casting with scoped_ptr. | danakj | 2014-09-27 | 1 | -2/+2 |
* | Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr.... | dcheng | 2014-09-27 | 1 | -2/+2 |
* | cc: Remove use of PassAs() and constructor-casting with scoped_ptr. | danakj | 2014-09-27 | 1 | -2/+2 |
* | Making use of bindless variants mailbox produce/consume on remainders. | dongseong.hwang@intel.com | 2014-07-22 | 1 | -0/+6 |
* | Fix flaky test LayerTreeHostTestMaxTransferBufferUsageBytes. | danakj@chromium.org | 2014-06-10 | 1 | -12/+9 |
* | cc: Do not limit number of raster tasks for upload limit. | alokp@chromium.org | 2014-05-10 | 1 | -9/+0 |
* | Rearrange GLImage API to create them with a usage type | alexst@chromium.org | 2014-05-06 | 1 | -5/+5 |
* | gpu: Generate mailboxes on client side | piman@chromium.org | 2014-02-15 | 1 | -13/+0 |
* | Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUM | piman@chromium.org | 2014-02-15 | 1 | -1/+1 |
* | Revert of Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROM... | nkostylev@chromium.org | 2014-02-14 | 1 | -1/+1 |
* | Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUM | piman@chromium.org | 2014-02-14 | 1 | -1/+1 |
* | Remove unnecessary cc::FakeWebGraphicsContext3D interface | jamesr@chromium.org | 2014-02-07 | 1 | -2/+67 |
* | Remove remaining blink/WebKit refs from cc | jamesr@chromium.org | 2014-01-15 | 1 | -10/+2 |
* | Remove WebString refs from cc/, they are all dead code | jamesr@chromium.org | 2014-01-14 | 1 | -4/+0 |
* | Remove unnecessary use of blink typedefs | jamesr@chromium.org | 2014-01-11 | 1 | -117/+109 |
* | Decouple cc::FakeWebGraphicsContext3D from blink::WGC3D | jamesr@chromium.org | 2014-01-10 | 1 | -14/+5 |
* | Pipe SwapBuffers call{,backs} through ContextSupport | jamesr@chromium.org | 2013-12-10 | 1 | -32/+0 |
* | Rely on lost context callbacks intead of polling | jamesr@chromium.org | 2013-12-08 | 1 | -12/+0 |
* | cc: Allow copy requests to provide a texture. | danakj@chromium.org | 2013-12-03 | 1 | -0/+11 |
* | Make TestWebGraphicsContext3D capable of tracking texture parameters via texP... | mvujovic@adobe.com | 2013-11-21 | 1 | -0/+33 |
* | CC: Account for memory assigned to raster tasks. | epenner@chromium.org | 2013-11-08 | 1 | -0/+10 |
* | Rename WebKit namespace to blink (part 5) | abarth@chromium.org | 2013-11-07 | 1 | -42/+42 |
* | Remove WGC3D::isContextLost references from cc | jamesr@chromium.org | 2013-11-06 | 1 | -4/+0 |
* | Consolidate test contexts and remove unused ones | jamesr@chromium.org | 2013-11-05 | 1 | -11/+37 |
* | cc: Reduce command buffer flushes related to creating texture ids. | reveman@chromium.org | 2013-11-01 | 1 | -19/+40 |
* | Move test-only stuff from cc/debug/ to cc/test | jamesr@chromium.org | 2013-10-31 | 1 | -0/+665 |
* | aura,cc: Make TestContextProvider usable outside cc. | danakj@chromium.org | 2013-08-13 | 1 | -666/+0 |
* | aura: Remove CreateOffscreenContext from ui::ContextFactory. | danakj@chromium.org | 2013-08-13 | 1 | -0/+22 |
* | Add an unbindImage method to ResourceProvider and move bindImage and unbindIm... | kaanb@chromium.org | 2013-07-31 | 1 | -0/+2 |
* | Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."" | hubbe@chromium.org | 2013-07-23 | 1 | -0/+6 |
* | Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_... | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Implement shareResources==true in TestWebGraphicsContext3D | piman@chromium.org | 2013-07-17 | 1 | -39/+105 |
* | cc: Don't DeleteResource while holding write lock. | danakj@chromium.org | 2013-07-16 | 1 | -0/+14 |
* | Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..." | nick@chromium.org | 2013-07-12 | 1 | -6/+0 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-04 | 1 | -0/+6 |
* | Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..." | dslomov@chromium.org | 2013-07-03 | 1 | -6/+0 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-03 | 1 | -0/+6 |