Matt Woodrow
|
95f78d68ad
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
|
Matt Woodrow
|
fa494161c4
|
Bug 993784 - Part 4: Remove a bunch of dead thebes code in BasicLayers. r=roc
|
2014-04-09 21:15:19 +12:00 |
|
Matt Woodrow
|
0d1657de44
|
Bug 993784 - Part 3: Use Moz2D SourceSurfaces for masking with BasicLayers. r=roc
|
2014-04-09 21:15:19 +12:00 |
|
Matt Woodrow
|
6586d24779
|
Bug 993784 - Part 2: Add gfxContext API to mask directly from a moz2d SourceSurface. r=roc
|
2014-04-09 21:15:19 +12:00 |
|
Matt Woodrow
|
90e6562ac5
|
Bug 993784 - Part 1: Use Moz2D mask data for BasicThebesLayer drawing. r=roc
|
2014-04-09 21:15:19 +12:00 |
|
Matt Woodrow
|
69a8c9458d
|
Bug 991513 - Part 3: Combine BeginPaint/PrepareFrame and EndPaint/OnTransaction. r=nrc
|
2014-04-09 21:15:19 +12:00 |
|
Matt Woodrow
|
aad218ca64
|
Bug 991513 - Part 2: Don't lock ContentClientSingleBuffered's textures until we need the buffers. r=nrc
|
2014-04-09 21:15:18 +12:00 |
|
Matt Woodrow
|
6f304e526d
|
Bug 991513 - Part 1: Don't lock ContentClientDoubleBuffered's texture until we need the buffers. r=nrc
|
2014-04-09 21:15:18 +12:00 |
|
Matt Woodrow
|
a738282fd1
|
Bug 992486 - Part 4: Make ClientThebesLayer use multiple draws. r=roc
|
2014-04-09 21:15:18 +12:00 |
|
Matt Woodrow
|
50ba17e506
|
Bug 992486 - Part 3: Clean up ClientThebesLayer a bit. r=roc
|
2014-04-09 21:15:18 +12:00 |
|
Matt Woodrow
|
0a23f9d8f6
|
Bug 992486 - Part 2: Make ContentHostSingleBuffered able to handle updates that cross the rotation boundary. r=nical
|
2014-04-09 21:15:17 +12:00 |
|
Matt Woodrow
|
031f178fa9
|
Bug 992486 - Part 1: Add API to RotatedContentBuffer for drawing in multiple passes. r=roc
|
2014-04-09 21:15:17 +12:00 |
|
Jeff Muizelaar
|
8fe9179a5d
|
Bug 990854. Update CopySurface() to be as fast as DrawSurface(). r=mwoodrow
Bug 987292 made DrawSurface faster by avoiding creating CGImageRef.
We can do the same for CopySurface.
|
2014-04-03 11:24:05 +08:00 |
|
Kyle Huey
|
41b19ee1f2
|
Back out bug 991812 for bustage on a CLOSED TREE. r=me
|
2014-04-08 17:26:33 -07:00 |
|
Kyle Huey
|
80ea9e030a
|
Backed out changeset e0af6a6d220a
|
2014-04-08 17:25:12 -07:00 |
|
Kyle Huey
|
03b43a9eb9
|
Bug 991812: Followup for non-unified builds on a CLOSED TREE. r=me
|
2014-04-08 17:09:38 -07:00 |
|
Kyle Huey
|
749ec8b15d
|
Bug 991812: Remove uses of RefCounted in code that lives solely in Gecko. r=ehsan
|
2014-04-08 16:37:05 -07:00 |
|
Bobby Holley
|
0da90f7020
|
Bug 913138 - Shut down gfx at the end of layout shutdown. r=bsmedberg
|
2014-04-08 15:51:33 -07:00 |
|
Nicolas Silva
|
147c5f5621
|
Bug 993360 - Don't crash when a region is passed to DataTextureSourceD3D*::Update. r=mattwoodrow
|
2014-04-08 15:17:26 +02:00 |
|
Nicolas Silva
|
390fee8939
|
Bug 993360 - Check for the max texture size when allocating d3d TextureClients. r=mattwoodrow
|
2014-04-08 14:50:49 +02:00 |
|
Nicolas Silva
|
6f3e848804
|
Bug 993360 - Don't try to lock a texture if it failed to allocate. r=mattwoodrow
|
2014-04-08 14:50:41 +02:00 |
|
Nicolas Silva
|
ea60dea72a
|
Bug 993360 - Always use DXGI_FORMAT_B8G8R8A8_UNORM with d3d11 OMTC. r=mattwoodrow
|
2014-04-08 14:50:36 +02:00 |
|
Nathan Froyd
|
bca206ff14
|
Bug 989349 - part 2 - eliminate static constructor in GLContextProviderGLX.cpp; r=bjacob
|
2014-03-26 09:26:11 -04:00 |
|
Nathan Froyd
|
be2baec6f7
|
Bug 989349 - part 1 - use StaticRefPtr instead of nsRefPtr in GLContextProviderGLX.cpp; r=bjacob
|
2014-03-26 09:10:27 -04:00 |
|
Peter Van der Beken
|
94d6fed69a
|
Bug 984497 - Use SpecialPowers more and change SpecialPower usage to deal with Window on WebIDL bindings. r=bz.
--HG--
rename : content/media/webspeech/synth/test/test_setup.html => content/media/webspeech/synth/test/file_setup.html
rename : content/media/webspeech/synth/test/test_speech_queue.html => content/media/webspeech/synth/test/file_speech_queue.html
rename : content/media/webspeech/synth/test/test_speech_simple.html => content/media/webspeech/synth/test/file_speech_simple.html
extra : rebase_source : 687daf9d78e69fe6ae21f7c1a26503cf88a18b97
|
2014-02-15 22:12:34 +01:00 |
|
Jonathan Watt
|
4678063331
|
Bug 983591 - Add a Moz2d helper to copy pixel data from a B8G8R8X8 surface to a packed B8G8R8 array. r=Bas
|
2014-04-08 10:14:52 +01:00 |
|
Jonathan Watt
|
a8ccc1139f
|
Bug 985545 - Add a helper method to convert SourceSurfaces to a given format. r=Bas
|
2014-04-08 10:05:39 +01:00 |
|
Jonathan Kew
|
3c142a627e
|
bug 769194 - support src:local(...) in @font-face rules on Android/FT2FontList. r=jdaggett
|
2014-04-08 09:10:41 +01:00 |
|
Jonathan Kew
|
213e3d1e25
|
bug 989969 - build nsUnicodeRange.cpp as part of UNIFIED_SOURCES. r=jdaggett
|
2014-04-08 09:10:27 +01:00 |
|
Nicolas Silva
|
23e336246f
|
Bug 993067 - Fix crash in GrallocTextureSourceOGL::GetAsSurface. r=Cwiiis
|
2014-04-08 10:04:08 +02:00 |
|
Peter Van der Beken
|
f8dd810da5
|
Back out 75c95dac7fe0 (bug 984497) and f1b0d3d13755 (bug 990475) to fix bustage on a CLOSED TREE.
--HG--
extra : rebase_source : a63315cd428faeb95464f6ad76946d1c0c6d36c3
|
2014-04-07 22:18:53 +02:00 |
|
Peter Van der Beken
|
3d1f466234
|
Bug 984497 - Use SpecialPowers more and change SpecialPower usage to deal with Window on WebIDL bindings. r=bz.
--HG--
rename : content/media/webspeech/synth/test/test_setup.html => content/media/webspeech/synth/test/file_setup.html
rename : content/media/webspeech/synth/test/test_speech_queue.html => content/media/webspeech/synth/test/file_speech_queue.html
rename : content/media/webspeech/synth/test/test_speech_simple.html => content/media/webspeech/synth/test/file_speech_simple.html
extra : rebase_source : 3662ae8b0f35fefb250c9cd048e848d662863855
|
2014-02-15 22:12:34 +01:00 |
|
Chris Peterson
|
5ffcf9c3a5
|
Bug 991451 - Suppress clang and gcc warnings in third-party code: Skia. r=gw280
--HG--
extra : rebase_source : 0de672713a7eb5fada98d43d145e9beb8e3af61f
|
2014-03-31 23:27:31 -07:00 |
|
Chris Lord
|
9c5e7e0874
|
Bug 990608 - Make tile size configurable. r=tn,nical,bgirard
|
2014-04-04 18:42:44 +01:00 |
|
Jeff Gilbert
|
0c3518b86d
|
Bug 963962 - Fix use of CreateDrawTargetForData in CanvasLayerD3D9/10. r=Bas
|
2014-04-07 10:24:14 -04:00 |
|
Chris Lord
|
d638080650
|
Backout 941bee559cd7 (Bug 980647) due to critical regressions on b2g
|
2014-04-07 13:09:44 +01:00 |
|
Tom Schuster
|
2d82c40ad5
|
Bug 980582 - Fall back to the slow 2d path for cross process webgl. r=jrmuizel
|
2014-04-07 11:01:45 +02:00 |
|
Matt Woodrow
|
a3db25af3b
|
Bug 904890 - Fix windows build bustage caused by mozzconf/unified builds. r=me
|
2014-04-07 20:58:03 +12:00 |
|
Matt Woodrow
|
d41959abb7
|
Bug 991067 - Null check mSurface in BasicCanvasLayer to match previous behaviour. r=roc
|
2014-04-07 20:57:27 +12:00 |
|
Matt Woodrow
|
db6b1fbcb0
|
Bug 904890 - Part 5: Add a d3d9 texture host for DXGI surfaces. r=nical
|
2014-04-07 15:23:06 +12:00 |
|
Matt Woodrow
|
0f7a4e903d
|
Bug 904890 - Part 3: Add a layers API to expose the compositor backend. r=roc
|
2014-04-07 15:11:17 +12:00 |
|
Matt Woodrow
|
45d43f2ce1
|
Bug 904890 - Part 2: Don't crash if our d3d11 texture doesn't have a mutex. r=Bas
|
2014-04-07 15:09:22 +12:00 |
|
Matt Woodrow
|
2a2154fb6f
|
Bug 904890 - Part 1: Implement ISharedImage for D3D9SurfaceImage. r=nical
* * *
[mq]: fix-things
|
2014-04-07 15:09:08 +12:00 |
|
Matt Woodrow
|
abb78fae19
|
Bug 991028 - Remove deprecated IPDL SurfaceDescriptor types. r=nical
|
2014-04-07 13:32:49 +12:00 |
|
Matt Woodrow
|
3c6121821c
|
Bug 991028 - Get rid of OpenDescriptor/CloseDescriptor. r=nical
|
2014-04-07 13:32:49 +12:00 |
|
Matt Woodrow
|
25cf440923
|
Bug 991028 - Stop using OpenDescriptor in ContentClientIncremental. r=nical
|
2014-04-07 13:32:49 +12:00 |
|
Matt Woodrow
|
d532a9c01b
|
Bug 991028 - Remove AutoOpenSurface. r=nical
|
2014-04-07 13:32:48 +12:00 |
|
Peter Chang
|
a634136550
|
Bug 988713 - Fix the race condition between TextureClient::Finalize() and TextureChild::ActorDestroy(), r=nical
|
2014-04-07 10:02:31 +08:00 |
|
Phil Ringnalda
|
fde12dd0a6
|
Backed out 4 changesets (bug 991028) for nonunified bustage
CLOSED TREE
Backed out changeset 147581a518c3 (bug 991028)
Backed out changeset e5bacc566e58 (bug 991028)
Backed out changeset 6dc852777a4d (bug 991028)
Backed out changeset 780bec5571b9 (bug 991028)
|
2014-04-06 21:21:38 -07:00 |
|
Matt Woodrow
|
f0f7cb8f20
|
Bug 991767 - Use Moz2D for printing surfaces. r=roc
|
2014-04-07 16:07:12 +12:00 |
|