Gervase Markham
|
e95524780d
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Nicholas Cameron
|
5f5b8df4dc
|
Bug 716439; backend of the mask layers system for basic layers (software). r=roc
|
2012-02-08 11:27:21 +13:00 |
Jeff Muizelaar
|
ee5416ac6c
|
Bug 745864 - Add profiling labels relevant for Fennec graphics performance. r=bgirard a=blassey
--HG--
extra : rebase_source : 9ec2966476988924331d021977e2713e044701df
|
2012-04-16 14:36:33 -04:00 |
Robert O'Callahan
|
a68813ed1b
|
Bug 700867. Don't allow rotation when we're drawing a BasicThebesLayer that needs to be drawn atomically. r=tnikkel
|
2012-03-19 13:01:47 +13:00 |
Ehsan Akhgari
|
1deb9f1504
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
Michael Wu
|
ac54b41b01
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Robert O'Callahan
|
92bdbb8438
|
Bug 637852. Part 9: Remove resolution support from BasicLayers, ShadowLayers and GL layers. r=mattwoodrow
This is not needed anymore.
|
2011-06-23 00:11:28 +12:00 |
Robert O'Callahan
|
0ec8b1c871
|
Bug 639168. Don't try to reuse a buffer if we don't have one. r=tnikkel
|
2011-05-30 15:29:07 +12:00 |
Zack Weinberg
|
571967fe43
|
Bug 651017, part 4: deCOM nsIDeviceContext; include-minimization on nsDeviceContext.h itself; merge GetPrintDC() into Windows/OS/2 specific code; merge Shutdown() with ClearCachedSystemFonts(). Most references outside gfx not fixed up.
--HG--
rename : gfx/src/nsThebesDeviceContext.cpp => gfx/src/nsDeviceContext.cpp
rename : gfx/src/nsThebesDeviceContext.h => gfx/src/nsDeviceContext.h
extra : rebase_source : 9fb366d99d18c9335ba297d21f673178dae62a64
|
2011-04-16 18:22:42 -07:00 |
Robert O'Callahan
|
10ed771425
|
Bug 641426. Part 5: Avoid operator== where possible to distinguish between 'equal edges' and 'equal areas' for rectangles. r=dbaron,sr=cjones
|
2011-04-19 15:07:23 +12:00 |
Robert O'Callahan
|
e4d736bde3
|
Bug 641426. Part 2: Remove a bunch of direct gfxRect::pos/size usage. r=joe
|
2011-04-19 15:07:21 +12:00 |
Robert O'Callahan
|
92e9a3b67d
|
Bug 647315. Back out one line of changeset 844579d34200. r=mattwoodrow
|
2011-04-06 16:37:56 -07:00 |
Robert O'Callahan
|
1b23fca445
|
Bug 635373. ThebesLayerOGL needs to make sure we only sample valid pixels too. r=mattwoodrow
|
2011-04-01 10:33:46 +13:00 |
Chris Jones
|
d3458a7563
|
Bug 640444: Self-copies end up changing all buffer content, so we need to read back the entire buffer after swapping. r=Bas a=b
|
2011-03-11 23:22:39 -06:00 |
Chris Jones
|
5acdffcac4
|
Bug 635035, part 6: Use gfxASurface::MovePixels() for self-copies of ThebesLayerBuffers. r=roc
|
2011-03-09 11:27:37 -06:00 |
Chris Jones
|
464cc015eb
|
Bug 635035, part 2: Ensure that the buffer rect only grows in the presence of scaling. r=roc
|
2011-03-09 11:27:37 -06:00 |
Robert O'Callahan
|
dcc0b2a16d
|
Bug 635373. Disable ThebesLayerBuffer rotation for non-identity resolutions, and add API to disable rotation explicitly. r=cjones a=beltzner
|
2011-03-01 14:30:16 -06:00 |
Benjamin Stover
|
8717ee0486
|
Bug 612599 Gray lines when using content.scrollTo r=cjones a=blocking-fennec
|
2011-01-07 08:11:18 -08:00 |
Brad Lassey
|
98e20e8ddf
|
bug 604533 - Tearing/Shearing while panning on local pages/error console in Fennec r=cjones,roc a=blocking-fennec
|
2010-11-23 22:04:58 -05:00 |
Chris Jones
|
127269cae3
|
Bug 603885, part 5: Move the code for getting a gfxContext for a quadrant update into its own method. r=roc
|
2010-11-05 02:17:07 -05:00 |
Oleg Romashin
|
05caed919c
|
Bug 598531 - pixman hitting slow path. disable scaling. r=roc a=blocking-fennec
|
2010-09-23 16:06:27 -07:00 |
Chris Jones
|
126a05c068
|
Bug 570625, part 0: Don't throw out buffers when scrolling with a resolution applied. r=roc
|
2010-09-14 00:23:08 -05:00 |
Doug Turner
|
184ca22265
|
Bug 594080 - On mobile, use nearest-neighbor interpolation when drawing BasicThebesLayers with a scale transform. r=roc a=cjones
|
2010-09-09 12:33:04 -07:00 |
Chris Jones
|
e62e25be23
|
Bug 590294, part 8: Implement resolution-scaled drawing for basic layers. r=roc
|
2010-09-03 15:10:46 -05:00 |
Robert O'Callahan
|
649a41a7cf
|
Bug 579276. Part 11: Move ClipToRegion to gfxUtils. r=vlad
|
2010-09-03 14:31:42 +12:00 |
Chris Jones
|
ff35fd30c8
|
Bug 573829, part 1: Refactor ThebesLayerBuffer in preparation for its use in the OGL layers backend. r=roc
--HG--
rename : gfx/layers/basic/ThebesLayerBuffer.cpp => gfx/layers/ThebesLayerBuffer.cpp
rename : gfx/layers/basic/ThebesLayerBuffer.h => gfx/layers/ThebesLayerBuffer.h
|
2010-07-21 13:06:33 -05:00 |