Ryan VanderMeulen
a0af173362
Merge b2g-inbound to m-c.
2014-02-04 14:43:23 -05:00
Matt Woodrow
097682ac6a
Bug 952011 - Add gfx3DMatrix API for untransformed rects and points. r=bjacob
2014-02-04 12:25:22 +13:00
Matt Woodrow
0cca6cae1f
Bug 966543 - Ensure that the MacIOSurfaceTextureHost has taken a ref to the surface before letting the client side object be destroyed. r=nical
2014-02-04 12:25:22 +13:00
Jonathan Kew
da1ccefc45
bug 966021 - fix load_truetype_table in the cairo dwrite font backend. r=bas
2014-02-01 09:24:58 +00:00
Fabrice Desré
9bc5d689df
Bug 967098 - Expose settings to twiddle displayport prefs - followup r=me
2014-02-03 16:37:45 -08:00
Kartikaya Gupta
4dfaa1672f
Bug 967098 - Add a couple of prefs to control displayport calculation behaviour at runtime. r=botond
2014-02-03 18:57:34 -05:00
Mason Chang
5b6b7b5be5
Bug 960673 - Improve scrollgraph to track layer transform. r=benwa
2014-01-31 21:50:06 -05:00
Michael Wu
e9d47d20d6
Bug 962667 - Don't optimize quartz image surfaces if there is nothing to do, r=jrmuizel
2014-01-31 17:57:14 -05:00
Dan Glastonbury
8d800b3945
Bug 963455 - Fix the setting of viewport in GLReadTexImageHelper::ReadTexImage. r=BenWa
2014-01-31 09:18:15 +10:00
James Willcox
133cb4a551
Bug 966344 - Use correct JNI call to invoke SurfaceTexture::updateTexImage() r=jchen
2014-01-31 11:41:43 -06:00
Jeff Muizelaar
d304a50eff
Bug 962721. Handle the flip for CopyTexImage2D. r=bjacob
...
This fixes a regression from b75d69931d4a. This call to CopyTexImage2D was
forgotten during the move to handling the flip in the compositor.
2014-01-31 10:59:14 -05:00
Frédéric Wang
b8266f16d6
Part 5 - Remove MOZ_OTS_REPORT_ERRORS, whitelist Graphite/SVG tables and use SetMessageCallback. b=941019, r=jfkthame.
2014-01-31 15:09:20 +00:00
Frédéric Wang
772741375a
Part 4 - Update README.mozilla, moz.build files and local patches. b=941019, r=jfkthame.
2014-01-31 15:09:09 +00:00
Frédéric Wang
94d7bb7213
Part 3 - Add #ifdef's to disable WOFF2 support. b=941019, r=jfkthame.
2014-01-31 15:08:52 +00:00
Frédéric Wang
3a3bc55563
Part 2 - Apply patch to make Process function externally visible for Windows DLL. b=941019, r=jfkthame.
2014-01-31 15:08:40 +00:00
Frédéric Wang
e5194ba5e8
Part 1 - Switch upstream source to khaledhosny/ots. b=941019, r=jfkthame.
2014-01-31 15:08:23 +00:00
Nicolas Silva
2114a8e224
Bug 965844 - Remove the pref "layers.prefer-memory-over-shmem". r=gal
2014-01-31 14:22:25 +01:00
Nicolas Silva
8c0da24e87
Bug 965804 - Ignore the deprecated texture pref except on Windows. r=Bas,Vlad
2014-01-31 14:17:11 +01:00
Phil Ringnalda
3357fd6969
Backed out 4 changesets (bug 952011)
...
CLOSED TREE
Backed out changeset da7b3853cbfd (bug 952011)
Backed out changeset 413375909458 (bug 952011)
Backed out changeset 577290ff145d (bug 952011)
Backed out changeset 89491b5d0af8 (bug 952011)
2014-01-30 21:44:41 -08:00
Matt Woodrow
c56b56442e
Bug 952011 - Don't restrict Untransform points/rects to the child bounds if we're not a projective matrix. r=bjacob
2014-01-31 16:58:26 +13:00
Matt Woodrow
e42d6dabd3
Bug 952011 - Add gfx3DMatrix API for untransformed rects and points. r=bjacob
2014-01-29 13:10:35 +13:00
Benoit Jacob
4703621d85
Bug 964442 - Make CreateImage just take a plain format parameter - r=jrmuizel
2014-01-30 17:58:51 -05:00
Benoit Jacob
3ee7a2d643
Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel
...
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(GRALLOC_PLANAR_YCBCR\|PLANAR_YCBCR\|SHARED_RGB\|CAIRO_SURFACE\|MAC_IOSURFACE\|REMOTE_IMAGE_BITMAP\|SHARED_TEXTURE\|REMOTE_IMAGE_DXGI_TEXTURE\|D3D9_RGB32_TEXTURE\)\($\|[^A-Za-z0-9_]\)/\1ImageFormat::\2\3/g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|ImageFormat\:\:ImageFormat|ImageFormat|g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)STEREO_MODE_\(MONO\|LEFT_RIGHT\|RIGHT_LEFT\|BOTTOM_TOP\|TOP_BOTTOM\)\($\|[^A-Za-z0-9_]\)/\1StereoMode::\2\3/g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|StereoMode\:\:StereoMode|StereoMode|g'
2014-01-30 17:58:49 -05:00
Kartikaya Gupta
ca953a79ea
Bug 964997 - When scrolling is disabled, don't apply the velocity transformations to the displayport. r=botond
2014-01-30 13:37:06 -05:00
snigdha
463dc116e2
Bug 962826 - Return the product from GetTouchStartTolerance(). r=botond
2014-01-30 13:26:54 -05:00
Birunthan Mohanathas
89f96b243e
Bug 828300 - Replace NS_ARRAY_LENGTH with mozilla::ArrayLength/MOZ_ARRAY_LENGTH. r=ehsan
2014-01-30 13:26:54 -05:00
Sotaro Ikeda
38e9a6c028
Bug 964976 - Prevent crash of unsupported pixel format gralloc allocation. r=nical
2014-01-30 11:17:10 -05:00
Jeff Gilbert
b6bc20817d
Bug 960319 - Don't use GLTextures for non-ANGLE D3D WebGL layers. r=vlad
2014-01-30 10:59:16 -05:00
James Kitchener
73fcb48bd9
Bug 953385 - Set math script where applicable in /gfx. r=jfkthame
2014-01-30 10:59:16 -05:00
Jonathan Kew
db9c35e7da
bug 964240 - update harfbuzz to pick up Hangul shaper improvements and other fixes. r=jdaggett
2014-01-30 09:48:20 +00:00
Nicholas Cameron
9c2572e5e5
Bug 959781. Ensure we are using the correct content type in BeginPaint and BorrowDrawTargetForPainting. r=mattwoodrow
2014-01-30 22:39:11 +13: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
Vladimir Vukicevic
63cb3e650f
b=738872, implement WebGL OES_texture_half_float; part 2 - core impl; r=jgilbert
2014-01-23 16:47:37 -05:00
Vladimir Vukicevic
ed20989167
b=738872, implement WebGL OES_texture_half_float; part 1 - GLContext; r=jgilbert
2014-01-23 12:47:56 -05:00
Vladimir Vukicevic
99fe1819f0
b=951799, cache uniforms in OGLShaderProgram, part 3 - inline; r=bjacob
2014-01-29 17:53:38 -05:00
Vladimir Vukicevic
5a9f9c3174
b=951799, cache uniforms in OGLShaderProgram, part 2 - fix LayerProgramProjectionMatrix; r=bjacob
2014-01-29 17:53:38 -05:00
Vladimir Vukicevic
0fec1fd861
b=951799, cache uniforms in OGLShaderProgram, part 1; r=bjacob
2014-01-29 17:53:37 -05:00
Nicolas Silva
9bfe1542f1
Bug 965250 - Fix TextureHostD3D9. r=Bas
2014-01-29 17:27:01 +01:00
Nicolas Silva
7db5e38e47
Bug 964794 - Remove extra Lock and minimize DT creation/destruction in D3D11 TextureClient. r=Bas
2014-01-29 17:26:42 +01:00
Mats Palmgren
d5566a40dd
Bug 957128 - Idempotent change to simplify the code a bit. r=smontagu
2014-01-29 14:45:23 +00:00
Mats Palmgren
742a95a4f5
Bug 957128 - Report hyphen breaks also for word-wrap:break-word (to display soft-hyphens). r=smontagu
2014-01-29 14:45:23 +00:00
Karl Tomlinson
239287c0b9
b=929451 don't use subpixel aa for ft fonts on surfaces that don't support it r=roc
...
Also:
* Prefer subpixel order provided by the surface over that from the font face.
* Allow font face options to turn off subpixel aa.
--HG--
extra : transplant_source : %02bD%22G%CE%95%C9%8D%86%8A%B9u%23_nHA%C4%11
2014-01-28 18:14:23 +13:00
John Daggett
fd42311872
Bug 962440 - load font info for GDI font list. r=bas
2014-01-29 16:39:01 +09:00
John Daggett
eb0dd68f38
Bug 962440 - load font info for DirectWrite font list. r=bas
2014-01-29 16:39:01 +09:00
John Daggett
5ae2daf279
Bug 962440 - async font info loader infrastructure with OSX implementation. r=bas
2014-01-29 16:39:01 +09:00
John Daggett
88bc3ce902
Bug 962440 - move gfxFontInfoLoader into separate file. r=bas
2014-01-29 16:39:01 +09:00
John Daggett
da9c49b67e
Bug 962440 - refactor methods used for loading fontinfo data. r=bas
2014-01-29 16:39:00 +09:00
John Daggett
91e9209824
Bug 962440 - use CTFontManager to get the list of available font families. r=bas
2014-01-29 16:39:00 +09:00
Phil Ringnalda
f6238bafc1
Backed out 5 changesets (bug 962786, bug 952011) for svg test_text_selection.html bustage
...
CLOSED TREE
Backed out changeset d7a6a64b42f0 (bug 962786)
Backed out changeset e50ced4f4040 (bug 952011)
Backed out changeset c9e6fd6d5a03 (bug 952011)
Backed out changeset 406540ed9da0 (bug 952011)
Backed out changeset d6f164b6421a (bug 962786)
2014-01-28 19:37:54 -08:00