Nicolas Silva
|
ab6c3237f1
|
Bug 952507 - Flush the back buffer after syncing with the front buffer in the buffered ContentClient. r=Bas
|
2014-02-04 21:35:22 +01:00 |
|
Nicolas Silva
|
f9d19b4183
|
Bug 952507 - Fix locking in double buffered ContentClient. r=nrc
|
2014-01-24 15:25:04 +01:00 |
|
Nicholas Cameron
|
02f536a1b9
|
Bug 959842. Rename ContentClient::ReturnDrawTarget. r=mattwoodrow
|
2014-01-24 19:58:33 +13:00 |
|
Benoit Jacob
|
67a17b1047
|
Bug 959448 - Convert most of LayersTypes.h to typed enums - r=nrc
find content/media dom/ipc widget/ gfx/tests gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYERS_\(NONE\|BASIC\|OPENGL\|D3D9\|D3D10\|D3D11\|CLIENT\|LAST\)\($\|[^A-Za-z0-9_]\)/\1LayersBackend::LAYERS_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::BUFFER_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(BUFFERED\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(DRAW\|DRAW_SNAPPED\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::CLIP_\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SURFACE_\(NONE\|OPAQUE\|SINGLE_CHANNEL_ALPHA\|COMPONENT_ALPHA\)\($\|[^A-Za-z0-9_]\)/\1SurfaceMode::SURFACE_\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(STRETCH\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::SCALE_\2\3/g'
|
2014-01-23 13:26:41 -05:00 |
|
Benoit Jacob
|
93826fc6b0
|
Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_CONTENT_\(COLOR\|ALPHA\|COLOR_ALPHA\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1gfxContentType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Carsten "Tomcat" Book
|
9b33885e9c
|
Backed out changeset 24668220c9a4 (bug 952507) for OS X Build Bustage on a CLOSED TREE
|
2014-01-23 15:50:14 +01:00 |
|
Nicolas Silva
|
8ffc85202e
|
Bug 952507 - Fix locking in double buffered ContentClient. r=nrc
|
2014-01-23 15:27:06 +01:00 |
|
Nicolas Silva
|
c74f0ea24a
|
Bug 952507 - Fix locking in ContentClient. r=nrc
|
2014-01-23 15:26:59 +01:00 |
|
Nicolas Silva
|
e2d0872a60
|
Bug 962041 - Fix component apha with the new ContentClient/Host. r=mattwoodrow
|
2014-01-23 15:14:58 +01:00 |
|
Nick Lebedev
|
940cdd21fd
|
Bug 958984. Move SurfaceMode enum out of Layer class so we could forward declare it instead of including header. r=nical
|
2014-01-17 15:00:00 +01:00 |
|
Nicholas Cameron
|
12d321e66b
|
Bug 959842. Add null checks whenever we borrow a draw target from RotatedBuffer. r=kats
|
2014-01-17 09:52:52 +13:00 |
|
Nicholas Cameron
|
2c1a79cfa5
|
Bug 951554. Changes to ContentClient. r=nical
--HG--
extra : rebase_source : 1d64aaf91b3cbea0e4dff9066dd609a5edd06f5c
|
2014-01-13 09:06:45 +13:00 |
|
Nicholas Cameron
|
77ca3ce7b0
|
Bug 951554. Replace SyncFrontBufferToBackBuffer with PrepareFrame and FinalizeFrame. r=nical
--HG--
extra : rebase_source : 129796a77c5777dac89930907d1f257657115ae3
|
2014-01-13 08:54:40 +13:00 |
|
Nicholas Cameron
|
ce6e97a312
|
Bug 951554. Add SurfaceMode::SURFACE_NONE. r=nical
--HG--
extra : rebase_source : 5854c7994dd861f36860756d10ef5b7ea35d863c
|
2014-01-13 08:54:36 +13:00 |
|
Benoit Jacob
|
06f7a9c4a2
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
Specifically:
r=Bas for manual changes
f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
|
2014-01-10 14:06:17 -05:00 |
|
Nicholas Cameron
|
9aca7bac0f
|
Bug 951556. Don't do multiple flushes due to DrawBufferWithRotation. r=mattwoodrow
|
2014-01-09 13:57:52 +13:00 |
|
Nicholas Cameron
|
8afa9f73d5
|
Fix bustage from bug 933549 because I am an idiot who forgot to qref, on a CLOSED TREE
|
2014-01-08 14:21:56 +13:00 |
|
Nicholas Cameron
|
0c8a244237
|
Bug 933549. Change PaintState to use a DrawTarget instead of a gfxContext. r=mattwoodrow
|
2014-01-08 10:09:34 +13:00 |
|
Nicholas Cameron
|
2b06b385d4
|
backed out bug 933549 on a CLOSED TREE
|
2014-01-08 10:27:14 +13:00 |
|
Nicholas Cameron
|
b88a44ffc8
|
Bug 933549. Change PaintState to use a DrawTarget instead of a gfxContext. r=mattwoodrow
|
2014-01-08 10:09:34 +13:00 |
|
Ms2ger
|
9b8e245bf9
|
Bug 950143 - Remove the implicit conversion operator from nsIntSize to IntSize; r=roc
|
2013-12-31 10:06:12 +01:00 |
|
Phil Ringnalda
|
3a6df5c9dc
|
Back out b6f9dbc91dc4 (bug 947038) for Cipc crashes
|
2013-12-12 23:33:50 -08:00 |
|
David Anderson
|
5596e857e9
|
Ensure that the software compositor never uses deprecated textures (bug 947038, r=mattwoodrow).
|
2013-12-12 20:29:14 -08:00 |
|
Benoit Jacob
|
81c944e909
|
Bug 897452 - Part 12 - remove CompositableClient::OnActorDestroy - r=nrc
|
2013-12-11 20:45:05 -05:00 |
|
Benoit Jacob
|
c9c5a7012c
|
Bug 897452 - Part 11 - remove TextureClient::OnActorDestroy - r=nrc
|
2013-12-11 20:45:03 -05:00 |
|
Benoit Jacob
|
e395fa1e58
|
Bug 897452 - Part 10 - adapt post landing of bug 893301 - r=nical,nrc
|
2013-12-11 20:45:01 -05:00 |
|
Ryan VanderMeulen
|
f9166936cb
|
Backed out 17 changesets (bug 897452) for OSX crashes on a CLOSED TREE.
Backed out changeset 11ad8608bc27 (bug 897452)
Backed out changeset 6bcc629e76f9 (bug 897452)
Backed out changeset b91c858a43f5 (bug 897452)
Backed out changeset 38ba49ee3e97 (bug 897452)
Backed out changeset ea184ef84762 (bug 897452)
Backed out changeset 686cc5122149 (bug 897452)
Backed out changeset 3685a8018e49 (bug 897452)
Backed out changeset be7ef6240068 (bug 897452)
Backed out changeset f95c20e70947 (bug 897452)
Backed out changeset 4a370d2a1c62 (bug 897452)
Backed out changeset 1222f6ab66d2 (bug 897452)
Backed out changeset 5e9d3c681ee9 (bug 897452)
Backed out changeset 3b9ddce12b7a (bug 897452)
Backed out changeset 7aec6387f3e9 (bug 897452)
Backed out changeset eb1fe464fdaf (bug 897452)
Backed out changeset 07deaa53b6fd (bug 897452)
Backed out changeset ddab7d071d69 (bug 897452)
|
2013-12-11 14:52:50 -05:00 |
|
Benoit Jacob
|
505b29e412
|
Bug 897452 - Part 12 - remove CompositableClient::OnActorDestroy - r=nrc
|
2013-12-11 13:05:32 -05:00 |
|
Benoit Jacob
|
ea86bd47f3
|
Bug 897452 - Part 11 - remove TextureClient::OnActorDestroy - r=nrc
|
2013-12-11 13:05:29 -05:00 |
|
Benoit Jacob
|
bf03c56f47
|
Bug 897452 - Part 10 - adapt post landing of bug 893301 - r=nical,nrc
|
2013-12-11 13:05:27 -05:00 |
|
Birunthan Mohanathas
|
759ab69b0a
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Nicholas Cameron
|
b63cc40f42
|
Bug 893301. Don't use new textures content on b2g. r=bjacob,nical
|
2013-12-06 07:39:22 +13:00 |
|
Nicholas Cameron
|
91014467fd
|
Bug 893301. Rollup patch - new textures content. r=nical,nrc
|
2013-12-06 07:39:22 +13:00 |
|
Benoit Jacob
|
a08afe9077
|
Back out bug 893301 for accidentally disabling gralloc for thebes layers on B2G - no review, bustage fix on a CLOSED TREE
|
2013-12-04 12:19:50 -05:00 |
|
Nicholas Cameron
|
9a21440632
|
Bug 946031. Fix a warning in DeprecatedContentClientSingleBuffered::SyncFrontBufferToBackBuffer. r=mattwoodrow
|
2013-12-04 17:33:16 +13:00 |
|
Nicholas Cameron
|
fb1e90c4bd
|
Bug 893301. Some rebasing fixes. r=nical
|
2013-11-28 10:16:35 +13:00 |
|
Nicholas Cameron
|
62fede7c92
|
Bug 893301. Remove AccessMode use in ContentClient. r=nical
|
2013-11-28 10:16:35 +13:00 |
|
Nicolas Silva
|
975b86e508
|
Bug 893301. Fix alpha corruptions. r=nrc
|
2013-11-08 18:53:16 +01:00 |
|
Nicholas Cameron
|
a50ae237a1
|
Bug 893301. Rename BufferProviders. r=mattwoodrow
|
2013-11-28 10:16:35 +13:00 |
|
Nicholas Cameron
|
974cd956fd
|
Bug 893301. Renaming and indentation fixes. r=nical
|
2013-11-28 10:16:35 +13:00 |
|
Nicholas Cameron
|
935f34f2c1
|
Bug 893301. Content clients. r=nical
|
2013-11-28 10:16:34 +13:00 |
|
Chris Peterson
|
fd2b11af1f
|
Bug 944257 - Fix warning by removing unused ContentClientBasic member variable mManager. r=gal
|
2013-11-27 19:19:56 -08:00 |
|
Nicholas Cameron
|
219e9da952
|
Backout bug 893301 for b2g bustage r=me
|
2013-11-28 12:31:31 +13:00 |
|
Nicholas Cameron
|
22bfe7130d
|
Bug 893301. Some rebasing fixes. r=nical
|
2013-11-28 10:16:35 +13:00 |
|
Nicholas Cameron
|
ca64c4c883
|
Bug 893301. Remove AccessMode use in ContentClient. r=nical
|
2013-11-28 10:16:35 +13:00 |
|
Nicholas Cameron
|
4d7d27aa4c
|
Bug 893301. Rename BufferProviders. r=mattwoodrow
|
2013-11-28 10:16:35 +13:00 |
|
Nicholas Cameron
|
16c6b58eb5
|
Bug 893301. Renaming and indentation fixes. r=nical
|
2013-11-28 10:16:35 +13:00 |
|
Nicholas Cameron
|
0c1a756507
|
Bug 893301. Content clients. r=nical
|
2013-11-28 10:16:34 +13:00 |
|
Nicholas Cameron
|
e09d3edf71
|
Bug 932888. Rename ThebesLayerBuffer. r=mattwoodrow
--HG--
rename : gfx/layers/ThebesLayerBuffer.cpp => gfx/layers/RotatedBuffer.cpp
rename : gfx/layers/ThebesLayerBuffer.h => gfx/layers/RotatedBuffer.h
|
2013-11-27 13:29:46 +13:00 |
|
Nicholas Cameron
|
04e34b0ee6
|
Bug 932888. Remove thebes paths from ThebesLayerBuffer (part 1). r=mattwoodrow
|
2013-11-27 13:29:45 +13:00 |
|