summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/backing_store.h
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-2/+2
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-0/+1
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-148/+44
* linux: use XShmPutImage when SHM Pixmap APIs unavailableevan@chromium.org2009-12-301-2/+2
* Create an OpenGL backing store. This version works for all the basic operationsbrettw@chromium.org2009-12-221-1/+15
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-6/+3
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-3/+6
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-6/+3
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-3/+7
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Back out r31572, reinstating r31563:mark@chromium.org2009-11-101-0/+13
* Temporarily(?) back out r31563 to see if it caused a morejs page cyclermark@chromium.org2009-11-101-13/+0
* Always create BackingStore CGLayers using the owner view's window's context asmark@chromium.org2009-11-101-0/+13
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-1/+0
* Update BackingStore to handle the case where our Cocoa view hasamanda@chromium.org2009-08-311-0/+5
* Re-implement BackingStore on the Mac as a CGLayer instead of a Skia canvas,amanda@chromium.org2009-08-191-2/+8
* Improve performance of dragged tab renderering.estade@chromium.org2009-07-091-0/+6
* change backing store cache to be memory-based rather than counterikkay@chromium.org2009-06-251-0/+4
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-231-2/+6
* Flip red and blue channels for painting in 24-bit bpp without Xrender.thestig@chromium.org2009-06-221-4/+3
* Render the dragged tab contents when detaching a tab from the tabstrip in gtk.jhawkins@chromium.org2009-06-191-0/+3
* Enable off-by-default monitor color management on Windows. This is enabled viabrettw@chromium.org2009-06-181-0/+3
* Adds kind-of-live thumbnail generation for a potential tab switcher.brettw@chromium.org2009-06-161-13/+17
* Reverting Rev 18383 since it brings down the performance of single core page ...mad@chromium.org2009-06-151-12/+2
* This is to thest the page cycler performance without the resize corner, to se...mad@chromium.org2009-06-151-2/+12
* Revert mad's backing store changes, it completely hosed Linux painting.deanm@chromium.org2009-06-111-12/+2
* Relanding reverted patch 18090.mad@google.com2009-06-111-2/+12
* Revert 18090jrg@chromium.org2009-06-101-12/+2
* To help resolve the performance issue introduced when enabling the resize cor...mad@google.com2009-06-101-2/+12
* Split the BackingStoreManager out of backing_store.* and into its own class.brettw@chromium.org2009-06-031-52/+0
* Some cleanup of backing_store_win.cccpu@google.com2009-03-041-9/+2
* Linux: support displays without Xrender support.agl@chromium.org2009-02-261-1/+14
* Linux: fix GDK error when switching tab contentsagl@chromium.org2009-02-261-4/+4
* Linux: server side backing storesagl@chromium.org2009-02-251-7/+44
* Bitmap transportagl@chromium.org2009-02-201-4/+4
* Initial Mac port of web_contents_view and render_widget_host_view.avi@google.com2009-02-061-1/+1
* Linux: add a big, stubby RenderWidgetHostViewagl@chromium.org2009-02-051-0/+2
* From agl. Cleaned up version of issue 19046.thestig@chromium.org2009-02-031-7/+9
* Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for...thestig@chromium.org2009-01-301-130/+130
* Separate out the backing store from the RenderWidgetHost into its own file tobrettw@chromium.org2009-01-231-0/+130