Sotaro Ikeda
|
a56bfe74a2
|
Bug 990305 - Move IsInEmulator() from GrallocImage to gfxPlatform r=nical
|
2014-04-01 06:33:49 -07:00 |
|
Ed Morley
|
822836003a
|
Backed out changeset 3d83a5202173 (bug 985773)
|
2014-03-26 15:14:50 +00:00 |
|
James Willcox
|
d676eb3668
|
Bug 985773 - Destroy SkiaGLGlue in gfxPlatform::Shutdown() instead of relying on destructor r=gwright
|
2014-03-26 09:12:19 -05:00 |
|
Jonathan Watt
|
e7ba4e35fb
|
Bug 985049 - Remove gfxPlatform::SupportsAzureContent() and kill of the resulting dead code. r=mattwoodrow
|
2014-03-19 10:36:58 +08:00 |
|
Nicolas Silva
|
e90cccae80
|
Bug 973892 - Make TextureClient::GetAsDrawTarget work with canvas. r=bas
|
2014-03-17 22:35:20 +01:00 |
|
James Willcox
|
39bceadc21
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob
--HG--
rename : gfx/gl/GLContextSkia.cpp => gfx/gl/SkiaGLGlue.cpp
|
2014-03-05 15:49:37 -06:00 |
|
Milan Sreckovic
|
f30fcd9095
|
Bug 971942: 6. layers.low-precision-resolution, layers.prefer-opengl, layers.prefer-d3d9, layers.enable-tiles, gfx.direct2d.disabled, gfx.direct2d.force-enabled, moved to gfxPrefs. r=bschouten
|
2014-02-26 21:53:32 -05:00 |
|
Milan Sreckovic
|
e2c417842a
|
Bug 971942: 5. nglayout.debug.widget_update_flashing, canvas.azure.accelerated, layers.offmainthreadcomposition.enabled, layers.offmainthreadcomposition.testing.enabled, layers.offmainthreadcomposition.force-enabled, layers.acceleration.disabled moved to gfxPrefs. r=bschouten
|
2014-02-26 21:53:32 -05:00 |
|
Milan Sreckovic
|
b2051f6d2f
|
Bug 971942: 4. layers.frame-counter, layers.draw-borders, layers.draw-tile-borders, layers.draw-bigimage-borders, layers.dump, layers.frame-counter, layers.progressive-paint, layers.low-precision-buffer moved to gfxPrefs. r=nsilva
|
2014-02-26 21:53:31 -05:00 |
|
Milan Sreckovic
|
aebaca5cae
|
Bug 971942: 3. layers.bufferrotation.enabled, layers.componentalpha.enabled, layers.scroll-graph, layers.acceleration.disabled, layers.acceleration.force-enabled moved to gfxPrefs. r=clord
|
2014-02-26 21:53:27 -05:00 |
|
Milan Sreckovic
|
03e58f0c76
|
Bug 971942: 2. layout.frame_rate, layers.offmainthreadcomposition.frame-rate, layers.orientation.sync.timeout moved to gfxPrefs. The layers.offmainthreadcomposition.frame-rate is also changed to be a live preference so it does not need a restart. r=bgirard
|
2014-02-26 21:52:54 -05:00 |
|
Milan Sreckovic
|
b2ee1cb13b
|
Bug 971942: 1. layers.async-video.enabled moved to gfxPrefs and only evaluated at startup. r=nsilva
|
2014-02-26 21:52:54 -05:00 |
|
Milan Sreckovic
|
cb708a45b9
|
Bug 946907: Make sure GLContext reads preferences through gfxPrefs which means it's done on the main thread. Rename the macro to DECL_GFX_PREF before it gets used in a lot of places. r=bjacob
|
2014-02-22 18:53:04 -05:00 |
|
Wes Kocher
|
a774349143
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
--HG--
rename : gfx/gl/SkiaGLGlue.cpp => gfx/gl/GLContextSkia.cpp
|
2014-02-20 15:23:52 -08:00 |
|
James Willcox
|
df0c006a7c
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=vlad,gwright,bjacob
--HG--
rename : gfx/gl/GLContextSkia.cpp => gfx/gl/SkiaGLGlue.cpp
extra : rebase_source : 8e85dd34a67c2e193480e9f1f5baf68a898790fe
|
2014-02-20 16:20:28 -06:00 |
|
Ryan VanderMeulen
|
49bf33920f
|
Backed out changesets a6831c02d8cf, 5ab4f97a3220, 2784838dbc94, and 6364146ddb19 (bug 973892) for B2G bustage.
CLOSED TREE
|
2014-02-19 14:28:05 -05:00 |
|
Nicolas Silva
|
dc64acd28e
|
Bug 973892 - Part 1) Choose the backend in ImageDataSerializer::GetAsDrawTarget. r=mattwoodrow
|
2014-02-19 18:17:40 +01:00 |
|
Ehsan Akhgari
|
dc28f1ce88
|
Backed out 2 changesets (bug 939276) because of build bustage
Backed out changeset 1cedc759f877 (bug 939276)
Backed out changeset 61cef3b533ba (bug 939276)
--HG--
rename : gfx/gl/SkiaGLGlue.cpp => gfx/gl/GLContextSkia.cpp
|
2014-02-14 18:48:05 -05:00 |
|
James Willcox
|
7b82ee95c1
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=bjacob,gwright,dglastonbury
--HG--
rename : gfx/gl/GLContextSkia.cpp => gfx/gl/SkiaGLGlue.cpp
|
2014-02-14 15:55:58 -06:00 |
|
Benoit Girard
|
fd8eb83796
|
Bug 963821 - Port FPS counter to the Compositor API. r=bas
--HG--
rename : gfx/layers/opengl/FPSCounter.h => gfx/layers/composite/FPSCounter.h
|
2014-02-10 17:14:11 -05:00 |
|
Ehsan Akhgari
|
82ebdc883f
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
|
Ms2ger
|
b995cb3325
|
Bug 952033 - Part b: Use IntSize in CreateOffscreenSurface; r=roc
|
2014-02-09 09:04:38 +01:00 |
|
Oleg Romashin
|
aa6e063fcf
|
Bug 840874 - Get Skia backend working on Qt port. r=bas
|
2014-01-29 23:01:16 -08:00 |
|
Benoit Girard
|
6a537286af
|
Bug 956263 - Add a preference to control the compositor frame-rate. r=mstange
|
2014-01-29 18:26:38 -05:00 |
|
Benoit Jacob
|
981c6431d3
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
find . -type f | grep -v \./obj | grep -v \.hg | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxImageFormat\(ARGB32\|RGB24\|A8\|A1\|RGB16_565\|Unknown\)\($\|[^A-Za-z0-9_]\)/\1gfxImageFormat::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
guozhu cheng
|
bd2c6ee1e0
|
Bug 907196 - Split CreateCMSOutputProfile profile loading into GetCMSOutputProfileData. r=BenWa, r=jmuizelaar
|
2013-11-07 18:20:08 +08:00 |
|
Ryan VanderMeulen
|
920e1e07c8
|
Backed out changeset ef14be22d6f7 (bug 907196) for Windows bustage.
CLOSED TREE
|
2014-01-13 10:25:52 -05:00 |
|
guozhu cheng
|
63f2dff3c2
|
Bug 907196 - Split CreateCMSOutputProfile profile loading into GetCMSOutputProfileData. r=BenWa, r=jmuizelaar
|
2013-11-07 18:20:08 +08:00 |
|
Benoit Jacob
|
873406e3f0
|
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 |
|
Benoit Jacob
|
300f4ba3a9
|
Bug 958375 - 6/9 - Make BackendType and NativeSurfaceType typed enums - 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:16 -05:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Henri Sivonen
|
0a59ad7382
|
Bug 213517 part 2 - Remove the x-user-def language group. r=jfkthame.
|
2014-01-02 09:18:20 +02:00 |
|
Nicholas Cameron
|
42cc7a3660
|
Bug 898828. Don't even try async video on Windows. r=nical
|
2013-12-21 10:37:07 +13:00 |
|
Chris Lord
|
aa34694d94
|
Bug 950696 - Cache the 'enable tiles' layers pref. r=bgirard
Rename layers.force-tiles to layers.enable-tiles and cache it with the other
layers prefs in gfxPlatform.
|
2013-12-17 14:02:16 +00:00 |
|
Phil Ringnalda
|
2b57a7b89d
|
Back out b6f9dbc91dc4 (bug 947038) for Cipc crashes
|
2013-12-12 23:33:50 -08:00 |
|
David Anderson
|
a93471ff5e
|
Ensure that the software compositor never uses deprecated textures (bug 947038, r=mattwoodrow).
|
2013-12-12 20:29:14 -08:00 |
|
Ehsan Akhgari
|
d9cd92fa17
|
Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg
|
2013-12-10 18:10:01 -05:00 |
|
Benoit Girard
|
cb5d1145f7
|
Bug 944866 - Part 2: Add layers.scroll-graph. r=gal
--HG--
extra : rebase_source : b517f110b09056b3037f9bfae609ff14e6af3859
|
2013-12-03 10:49:46 -05:00 |
|
John Daggett
|
595e66c8e0
|
Bug 934710 - add various text performance metrics and a log to handle these. r=jfkthame
|
2013-11-25 13:59:56 +09:00 |
|
Benoit Girard
|
6702bd8431
|
Bug 936511 - Add layers.dump to dump layer tree. r=bas,nrc
|
2013-11-17 16:47:40 -05:00 |
|
Matt Woodrow
|
bc7e07900f
|
Bug 934533 - Remove the azure content enabled pref since we require it to be enabled for all platforms now. r=nrc
--HG--
extra : rebase_source : f5152dd3c088009c80cda2844589967ed047e888
|
2013-11-06 08:54:12 +13:00 |
|
Chris Lord
|
d6149012b6
|
Bug 932278 - Remove the long-defunct gfxPlatform::UseReusableTileStore. r=BenWa
|
2013-10-31 15:53:51 +00:00 |
|
James Willcox
|
31af00dfd4
|
Bug 927254 - Purge SkiaGL texture cache on memory pressure r=gwright
--HG--
extra : rebase_source : 960582a88532e752c2bcc4bbcdf0899eb0cbe3b8
|
2013-11-01 08:52:06 -05:00 |
|
Jonathan Watt
|
b901d8ac10
|
Bug 930516 - Add a gfxPlatform::ScreenReferenceDrawTarget() static method. r=Bas
|
2013-10-24 17:50:26 +02:00 |
|
Ed Morley
|
6e6ff636f5
|
Backed out changeset 9cd10d6fb0de (bug 930516)
|
2013-10-24 18:44:55 +01:00 |
|
Jonathan Watt
|
96956cef65
|
Bug 930516 - Add a gfxPlatform::ScreenReferenceDrawTarget() static method. r=Bas
|
2013-10-24 17:50:26 +02:00 |
|
George Wright
|
e4943a763f
|
Bug 920160 - Add prefs for SkiaGL cache size r=snorp
--HG--
extra : rebase_source : 410192610d7311dead4132d2fee8fbd3fe062951
|
2013-10-22 14:15:24 -05:00 |
|
Ehsan Akhgari
|
a23cd291d5
|
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
--HG--
extra : rebase_source : af198eb9b9739ce718ba0d16c385624a722cde51
|
2013-10-07 19:15:59 -04:00 |
|
Benoit Jacob
|
5a16c8030b
|
Bug 913872 - Take nested enums out of gfxASurface - 3/3 : remove the now-useless inclusions of gfxASurface.h - r=jrmuizel
|
2013-09-24 16:45:14 -04:00 |
|
Benoit Jacob
|
73b0788bc0
|
Bug 913872 - Take nested enums out of gfxASurface - 2/3 : manual changes - r=jrmuizel
|
2013-09-24 16:45:14 -04:00 |
|