summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/backing_store_x.cc
Commit message (Expand)AuthorAgeFilesLines
* Add ViewMsg_DoneUsingBitmap message.derat@chromium.org2010-10-011-1/+3
* Fix acquisition of thumbnail images on Linux.scherkus@chromium.org2010-07-271-2/+2
* Coverity issues 11559, 9326, 9325, 9317: Uninitialized members in browser/ren...finnur@chromium.org2010-07-231-2/+7
* Add rgb_frame size tracking and resizing to fix security issue with changing ...scherkus@chromium.org2010-06-081-5/+21
* On ARM, only blit the needed rects from the TransportDIB.agl@chromium.org2010-05-241-1/+20
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-281-6/+11
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-3/+3
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Add CanAccuratelyCopyFromBackingStore() to the backing store class.skerner@chromium.org2010-03-121-0/+11
* BSD port: Another chunk of chrome/ ifdef changespvalchev@google.com2010-03-091-0/+8
* Extracted non-XRender painting path from BackingStoreX into PutARGBImage().scherkus@chromium.org2010-02-191-90/+4
* GTK: visually de-emphasize the render view contents when a constrained window...estade@chromium.org2010-02-161-5/+17
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-132/+152
* linux: use XShmPutImage when SHM Pixmap APIs unavailableevan@chromium.org2009-12-301-39/+60
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-6/+1
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-1/+6
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-6/+1
* Linux: fix painting on the NTP and elsewhere.agl@chromium.org2009-12-071-2/+2
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-14/+30
* Fixes leak in BackingStore as shown by valgrind. XFree doesn't freesky@chromium.org2009-11-111-2/+2
* Improve performance of dragged tab renderering.estade@chromium.org2009-07-091-0/+29
* Add support for shared memory when retrieving the backing store as a SkBitmap.brettw@chromium.org2009-06-301-13/+71
* Two fixes for tab dragging in gtk:jhawkins@chromium.org2009-06-291-2/+4
* change backing store cache to be memory-based rather than counterikkay@chromium.org2009-06-251-0/+7
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-231-6/+8
* Flip red and blue channels for painting in 24-bit bpp without Xrender.thestig@chromium.org2009-06-221-46/+46
* Fix a leak when we bail out early because of the wrong bpp.jhawkins@chromium.org2009-06-191-1/+3
* Render the dragged tab contents when detaching a tab from the tabstrip in gtk.jhawkins@chromium.org2009-06-191-0/+26
* Adds kind-of-live thumbnail generation for a potential tab switcher.brettw@chromium.org2009-06-161-20/+18
* Reverting Rev 18383 since it brings down the performance of single core page ...mad@chromium.org2009-06-151-77/+44
* This is to thest the page cycler performance without the resize corner, to se...mad@chromium.org2009-06-151-44/+77
* Revert mad's backing store changes, it completely hosed Linux painting.deanm@chromium.org2009-06-111-77/+44
* Relanding reverted patch 18090.mad@google.com2009-06-111-44/+77
* Revert 18090jrg@chromium.org2009-06-101-70/+44
* To help resolve the performance issue introduced when enabling the resize cor...mad@google.com2009-06-101-44/+70
* Linux: added overflow checks in the X BackingStore code.agl@chromium.org2009-06-031-2/+12
* Linux: don't trigger GCC 4.3 warningsagl@chromium.org2009-05-261-3/+3
* Linux: implement 16-bit visuals without Xrender.agl@chromium.org2009-05-261-0/+30
* linux: don't paint empty rects.evan@chromium.org2009-05-181-0/+3
* Linux: don't drop invalid scroll requests.agl@chromium.org2009-04-141-20/+18
* Linux: fix scrollingagl@chromium.org2009-03-181-6/+18
* Added missing <stdlib.h>, needed on ubuntu 8.10.dkegel@google.com2009-03-161-0/+1
* Linux: support displays without Xrender support.agl@chromium.org2009-02-261-4/+96
* Linux: fix GDK error when switching tab contentsagl@chromium.org2009-02-261-8/+8
* Linux: server side backing storesagl@chromium.org2009-02-251-0/+169