Oleg Romashin
|
8fd4c3b80d
|
Bug 555863 - Qt widget code assumes 32bpp target surface. r=jmuizelaar.
--HG--
extra : rebase_source : ed824c4eebee561fa2992788649df5a4d0b19680
|
2010-04-13 19:11:23 -04:00 |
|
Siddharth Agarwal
|
6e91448d6a
|
Bug 558907 - VC10: pixman.h defines intN_t even though stdint.h is available. r=jrmuizel
|
2010-04-13 14:19:46 +05:30 |
|
Bas Schouten
|
2cba11e996
|
Bug 557390: Deal with paths consisting of a single move and a close. r=jrmuizel
|
2010-04-12 14:44:36 +02:00 |
|
Bas Schouten
|
63c94e8d32
|
Bug 553603: Do not let DXGI handle window changes for us. r=jrmuizel
|
2010-04-12 14:44:33 +02:00 |
|
Jesse Ruderman
|
8255751882
|
Add crashtests
|
2010-04-11 16:59:47 -07:00 |
|
Jonathan Kew
|
d48aedf105
|
bug 554544 - try to make font code more robust, to avoid risk of getting null metrics. r=roc
|
2010-04-11 20:36:17 +01:00 |
|
Bas Schouten
|
0277200ab7
|
Bug 558557: Use a RefPtr here so that sourceBitmap creation references will be released. r=jrmuizel
|
2010-04-11 01:56:25 +02:00 |
|
Bas Schouten
|
083f212a9c
|
Bug 550475 - Part 2: Use new RefPtr class in D2D backend. r=jrmuizel
|
2010-04-09 23:41:48 +02:00 |
|
Bas Schouten
|
9a46bc65e7
|
Bug 550475 - Part 1: Add a RefPtr template class to Cairo. r=jrmuizel
|
2010-04-09 23:41:46 +02:00 |
|
Bas Schouten
|
c87fd6c0e9
|
Bug 558161: Set bitmaps !dirty after their current contents has been updated. r=jrmuizel
|
2010-04-09 23:41:43 +02:00 |
|
Jeff Muizelaar
|
c10f8b597d
|
Merge backout
|
2010-04-08 09:44:46 -04:00 |
|
Jeff Muizelaar
|
d751aaf9e3
|
Backed out changeset 9480726de986
Rendering/Invalidation problems showed up.
|
2010-04-08 09:44:28 -04:00 |
|
Chris Pearce
|
bea72dd465
|
Bug 556889 - Backed out changeset 6f250c9b680b due to reftest failure on Linux.
|
2010-04-08 21:18:58 +12:00 |
|
Chris Pearce
|
56599ba7fa
|
Bug 556889 - Honour video aspect ratio in layers rendering. r=roc
|
2010-04-08 20:16:02 +12:00 |
|
Bas Schouten
|
13f8690159
|
Bug 557896: Display information on the error console when using a OpenGL layer manager. r=joedrew
|
2010-04-08 09:29:58 +02:00 |
|
Bas Schouten
|
dbf2d3e55f
|
Bug 557671: Properly make image layers threadsafe by guarding the active image. r=roc
|
2010-04-08 09:29:55 +02:00 |
|
Jeff Muizelaar
|
aff371e5cb
|
Bug 542605. Update cairo to 12d521df8acc483b2daa844d4f05dc2fe2765ba6. r=vlad,jwatt,bas
Reland after fixing quartz related clipping bug.
|
2010-04-05 22:28:54 -04:00 |
|
Jonathan Kew
|
0ad94c3879
|
bug 554188 - handle trailing whitespace on bidi-overridden text runs consistently on OS X 10.6. r=roc
|
2010-04-07 10:18:57 +01:00 |
|
Oleg Romashin
|
428506918b
|
Bug 557175 - No bug commit rev 146fdb589df5 broke Qt port compilation. r=vladimir
|
2010-04-07 03:54:05 -04:00 |
|
Jonathan Kew
|
f4bd122713
|
bug 549190 - round dwrite font vertical metrics to improve rendering/spacing consistency. r=bas
|
2010-04-06 21:19:41 +01:00 |
|
Jonathan Kew
|
b81c24c7fb
|
bug 502906 - part 4 - refactor DWrite font code to match Mac and GDI structure. r=bas
|
2010-04-06 21:19:39 +01:00 |
|
John Daggett
|
238a0854d1
|
Bug 555091. Fix unitialized vars in GDIFontEntry. r=jkew
|
2010-04-06 16:57:12 +09:00 |
|
Chris Double
|
37b2e3b033
|
Bug 551277. Backed out changeset f9a11b9b2b9f
|
2010-04-06 18:10:02 +12:00 |
|
Chris Double
|
e762926f9d
|
Bug 551277 - Implement software YCbCr conversion in layers, replacing liboggplay color conversion code - r=roc
--HG--
extra : rebase_source : 53b2c194aa6eb75a4751efdd83f066d3aeadf5d7
|
2010-04-06 12:07:39 +12:00 |
|
Michael Wu
|
298d78d642
|
Bug 556405 - Support building qcms on Android, r=jrmuizel
|
2010-04-05 17:38:43 -07:00 |
|
Doug Turner
|
de5f5f3208
|
Fix Qt Gfx build bustage when using shared image surfaces. No bug
|
2010-04-02 11:11:31 -07:00 |
|
Doug Turner
|
cd95c5e54c
|
Fix for Qt build bustage. Need to #include class before using it in a nsRefPtr. Nobug
|
2010-04-02 08:47:05 -07:00 |
|
Bas Schouten
|
d49fe78220
|
Bug 556584: Allow opaque containers to draw their contents directly to their parent layer. r=joedrew
|
2010-04-01 23:17:15 +02:00 |
|
Bas Schouten
|
8ebb80cb11
|
Bug 556572: Support none-multiple of 4 strides. r=joedrew
|
2010-04-01 23:17:13 +02:00 |
|
Daniel Holbert
|
f055328561
|
Bug 551298, patch B: Replace uses of THEBES_INLINE_DECL_REFCOUNTING with NS_INLINE_DECL_REFCOUNTING. r=roc
|
2010-04-01 11:05:40 -07:00 |
|
Daniel Holbert
|
5192e33d44
|
Bug 551298, patch A: Move THEBES_INLINE_DECL_REFCOUNTING to xpcom (with s/THEBES/NS/). r=bsmedberg
|
2010-04-01 11:05:40 -07:00 |
|
Daniel Holbert
|
56db19649c
|
Backed out changeset fe801c8a2090 (Bug 551298) due to Linux debug mochitest-5 orange
|
2010-04-01 09:40:30 -07:00 |
|
Daniel Holbert
|
ef92ece024
|
Bug 551298, patch A: Move THEBES_INLINE_DECL_REFCOUNTING to xpcom (with s/THEBES/NS/). r=bsmedberg
|
2010-04-01 08:07:23 -07:00 |
|
Jesse Ruderman
|
7e6ad6b78a
|
Add tests to manifest. (Homeless tests identified by script in bug 551617.)
|
2010-03-31 20:17:35 -07:00 |
|
Bas Schouten
|
25005cf067
|
Bug 556387: Fix OpenGL context creation for some drivers. r=joedrew
|
2010-04-01 03:44:05 +02:00 |
|
Bas Schouten
|
815ba26fcd
|
Bug 556288: Use linear filters so framebuffers can use the same texture on all hardware. Assert succes. r=joedrew
|
2010-04-01 03:44:02 +02:00 |
|
Jim Mathies
|
7a3c2f7dcf
|
merge backout.
|
2010-03-31 12:55:55 -05:00 |
|
Jim Mathies
|
d4cc6d9831
|
Backout bug 555133 to fix bug 555950.
|
2010-03-31 12:55:41 -05:00 |
|
Jim Mathies
|
0476edadb0
|
merge backout.
|
2010-03-31 12:55:23 -05:00 |
|
Jim Mathies
|
eaa81481df
|
Backout bug 555133 to fix bug 555950.
|
2010-03-31 12:55:11 -05:00 |
|
Rob Arnold
|
12d840d9bd
|
GCC complains about unnecessary typedef from checkin of bug 555133 r=dholbert
|
2010-03-29 22:14:13 -04:00 |
|
Rob Arnold
|
9ffd5134c3
|
Bug 555133 - Attempt to infer whether or not theme parts are transparent r=roc sr=vlad
|
2010-03-29 15:24:40 -04:00 |
|
Jonathan Kew
|
8894eaff65
|
bug 555930 - directwrite font code failed to initialize superscriptOffset. r=bas
|
2010-03-31 13:46:18 +01:00 |
|
Bas Schouten
|
918838eb37
|
Bug 553852: D2D backend should destroy image surfaces when done with them. r=jrmuizel
|
2010-03-24 15:51:15 +01:00 |
|
Bas Schouten
|
fc93216036
|
Bug 556029: Add the ability to detect which layers backend is used. r=roc
|
2010-03-30 20:58:37 +02:00 |
|
Bas Schouten
|
42e017024d
|
Bug 546517: The layers OpenGL backend. r=vlad
|
2010-03-30 06:48:52 +02:00 |
|
Rob Arnold
|
5c251e360c
|
Bug 450767 - Don't necessarily apply Aero Glass to the entire window r=jimm sr=roc
|
2010-03-17 18:56:00 -04:00 |
|
Bas Schouten
|
9085adb235
|
Bug 548942: Addition: Add comments as agreed. r=jrmuizel
|
2010-03-20 18:33:30 +01:00 |
|
Bas Schouten
|
0c122e81fd
|
Bug 548942: Draw in device pixels and not in DIPs. 1 device pixel per DIP always. r=jrmuizel
|
2010-03-20 18:25:40 +01:00 |
|
Bas Schouten
|
da83d8df41
|
Bug 552284: Check if we're valid before computing metrics. r=jfkthame
|
2010-03-20 18:25:37 +01:00 |
|