Commit Graph

272 Commits

Author SHA1 Message Date
Milan Sreckovic
a0b87c69e4 Bug 1099148 - Implement Canvas2D resetTransform method. r=gw280,bz 2014-11-18 12:11:12 -05:00
Milan Sreckovic
e879ad97c7 Bug 1094338 - Allow depth texture on OS X 10.8.3 and higher. Clean up some OS X versioning tracking in the process. r=jgilbert 2014-11-10 22:15:22 -05:00
Dan Glastonbury
f73cc0ce95 Bug 1048720 - [WebGL2] Implement WebGL2Sampler. r=jgilbert
--HG--
extra : source : 361e31698c4a6074f3195502b468502d38aa82e8
2014-10-27 09:40:37 +10:00
Jeff Gilbert
cf0039ef18 Bug 1096633 - Fix namespacing issue. CLOSED TREE 2014-11-17 14:45:15 -08:00
Jeff Gilbert
bdd557f40e Bug 1096633 - Update request mismatch test for aliasing support. - r=kamidphish 2014-11-10 19:15:45 -08:00
Jeff Gilbert
ce5cd8ab32 Bug 1096633 - Allow webgl/experimental-webgl aliasing. - r=kamidphish 2014-11-10 15:16:50 -08:00
Ryan VanderMeulen
581dc3f3c7 Merge b2g-inbound to m-c. a=merge 2014-11-17 16:23:09 -05:00
JerryShih
ccbf30e687 Bug 998916 - Fix wrong preference name. r=jgilbert 2014-11-10 22:31:00 -05:00
Dan Glastonbury
89a0a8b4f6 Bug 1002281 - Change WebGLBindableName to make mGLName const. r=jgilbert
Split the two functions into two classes. WebGLRenderBuffer and
WebGLVertexArray are special cases.

--HG--
extra : source : 547e328ef878882bce8df3fc1b1e28926d910f1d
2014-11-17 12:21:04 +10:00
Jonathan Kew
0e4e955616 Backout changesets fad675db4598 and 618d8f44d9e2 (bug 1090168 pt 1 and 2) for Nightly crashiness. a=backout 2014-11-15 22:40:00 +00:00
Jonathan Kew
a59be6e03f Bug 1090168 - Improve baseline handling for <canvas> text with vertical writing mode - relanding patches 1 and 2, with crash-fix from bug 1099143 folded in. r=jdaggett 2014-11-17 10:12:20 +00:00
George Wright
1b0520dc5b Bug 1042291 - Add a CanvasDrawObserver which observes the first few seconds/frames of a Canvas2D's lifetime to determine using a heuristic if it should be software or GPU backed. r=gw280, r=snorp 2014-09-10 16:15:43 -04:00
Phil Ringnalda
9d65fddd43 Back out changeset 63d194784378 (bug 1002281) for b2g build bustage
CLOSED TREE
2014-11-13 21:51:22 -08:00
Dan Glastonbury
155f4147de Bug 1002281 - Change WebGLBindableName to make mGLName const. r=jgilbert
Split the two functions into two classes. WebGLRenderBuffer and
WebGLVertexArray are special cases.

--HG--
extra : source : 3e8c03d1e6a7845a608c4770981cec1dd8b09977
2014-11-14 14:15:10 +10:00
Phil Ringnalda
49c377657d Backed out 2 changesets (bug 1096633)
Backed out changeset 17e1001f62c9 (bug 1096633)
Backed out changeset 0b0b306c021d (bug 1096633)
2014-11-13 21:02:31 -08:00
Jeff Gilbert
c388ad79e2 Bug 1096633 - Update request mismatch test for aliasing support. - r=kamidphish 2014-11-10 19:15:45 -08:00
Ryan VanderMeulen
12472a6fb2 Bug 1093639 - Change test_hidden_alpha.html to skip-if instead of fail-if to hopefully fix the CLOSED TREE.
--HG--
extra : rebase_source : 33c1f717f4d1feb7f4ba7c7541e6121b9bd6dd94
2014-11-13 19:31:24 -05:00
Ryan VanderMeulen
33b3f2ebde Bug 1093639- Disable test_hidden_alpha.html on Mulet for hitting intermittent crashes in libLLVM-3.0.so. 2014-11-13 16:39:25 -05:00
Ryan VanderMeulen
ba05d5b3ed Bug 1089453 - Disable test_conformance__textures__texture-npot-video.html on Mulet for hitting intermittent crashes in libLLVM-3.0.so. 2014-11-13 16:39:25 -05:00
Jonathan Kew
92a78b6d76 Bug 1090168 - part 2 - Adjust initial value of textBaseline depending on writing-mode and text-orientation properties. r=jdaggett 2014-11-13 08:58:04 +00:00
Jonathan Kew
02d6b51ec6 Bug 1090168 - part 1 - Make textBaseline attribute in <canvas> work for vertical text. r=jdaggett 2014-11-13 08:58:04 +00:00
Nathan Froyd
7d53346b6b Bug 1097734 - use NS_INLINE_DECL_REFCOUNTING in WebGLContextLossHandler; r=smaug 2014-11-12 11:06:50 -05:00
chiajung hung
4b10f218ab Bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversioni, r=gw280 2014-11-11 21:14:00 +01:00
Bas Schouten
50868f204d Bug 1096913: Remove the simple cache entry when replacing the cache entry. r=mwu
This solves the issue since *mRequest may be different for the replacing entry, causing the simple cache entry never to be removed from NotifyExpired or replaced. And the simple cache to grow indefinitely.
2014-11-11 22:09:32 +00:00
Del Valle
7f5ad3fae6 Bug 1092555 - Replace some occurences of gfxIntSize by gfx::IntSize in CanvasRenderingContext2D. r=nical" 2014-11-04 14:00:36 +01:00
Jeff Gilbert
a96f34f232 Bug 1087650 - Mark failing tests on B2G. 2014-10-29 18:54:12 -07:00
Jeff Gilbert
61d22dc407 Bug 1087650 - Skip WebGL mochitests on desktop B2G. 2014-10-28 12:23:22 -07:00
Jeff Gilbert
5fcaa972fa Bug 1087650 - Fix tests. - r=kamidphish 2014-10-22 14:58:58 -07:00
Jeff Gilbert
3af0768a4c Bug 1087650 - Rename mochitests to test_*. - r=kamidphish 2014-10-22 12:27:21 -07:00
Vaibhav Agrawal
9ac0482856 Bug 1083347 - Removing entries from android23.json and annotating manifests. r=gbrown 2014-11-03 12:01:51 -08:00
Vaibhav Agrawal
722e0bc940 Bug 1083347 - Patch to remove entries in androidx86.json and annotate manifests. r=gbrown 2014-10-31 10:31:00 +01:00
Michael Wu
266574a85c Bug 1081926 - Fallback on a simple image lookup when the normal lookup fails. r=mattwoodrow 2014-10-29 16:17:00 +01:00
Mike Hommey
47c853314f Bug 1077148 part 4 - Add and use new moz.build templates for Gecko programs and libraries. r=gps
There are, sadly, many combinations of linkage in use throughout the tree.
The main differentiator, though, is between program/libraries related to
Gecko or not. Kind of. Some need mozglue, some don't. Some need dependent
linkage, some standalone.

Anyways, these new templates remove the need to manually define the
right dependencies against xpcomglue, nspr, mozalloc and mozglue
in most cases.

Places that build programs and were resetting MOZ_GLUE_PROGRAM_LDFLAGS
or that build libraries and were resetting MOZ_GLUE_LDFLAGS can now
just not use those Gecko-specific templates.
2014-10-30 13:06:12 +09:00
Jeff Gilbert
c35176c036 Bug 1088345 - Remove now-passing tests from expected failures. - r=kamidphish 2014-10-25 18:32:24 -07:00
Jeff Gilbert
8cffb89c2b Bug 1088345 - Handle possibly-invalid enums for queries. - r=kamidphish 2014-10-23 18:55:49 -07:00
Jeff Gilbert
5efb5489a4 Bug 1088345 - Don't run GL commands that may cause non-OOM errors. - r=kamidphish 2014-10-23 15:10:57 -07:00
Jeff Gilbert
d41ee052e4 Bug 1088345 - Improve glGetError handling. - r=kamidphish 2014-10-24 16:52:35 -07:00
Phil Ringnalda
d55c62d2a9 Back out 3 changesets (bug 1087560) again, for Android 2.3 crashes and b2g failures
CLOSED TREE

Backed out changeset ed403e959506 (bug 1087560)
Backed out changeset 64c7041ab581 (bug 1087560)
Backed out changeset 4f040d3522a4 (bug 1087560)
2014-10-28 23:07:38 -07:00
Jeff Gilbert
e1b86d6981 Bug 1087560 - Skip WebGL mochitests on Desktop B2G, since WebGL fails there. - r=kamidphish 2014-10-28 12:23:22 -07:00
Jeff Gilbert
7829a6bedc Bug 1087560 - Fix errors in tests. - r=kamidphish 2014-10-22 14:58:58 -07:00
Jeff Gilbert
68cba1a1cd Bug 1087560 - Rename mochitest files to test_*. - r=kamidphish 2014-10-22 12:27:21 -07:00
Ryan VanderMeulen
038b1caedc Bug 1005846 - Disable test_canvas_focusring.html on Windows debug for frequent intermittent failures.
CLOSED TREE
2014-10-28 15:08:01 -04:00
Jeff Gilbert
659d8e76fa Bug 912196 - Determine workarounds before we run dependent code. - r=kamidphish 2014-10-08 16:37:30 -07:00
Jeff Gilbert
5d8c381367 Bug 912196 - Handle alpha for webgl backbuffer copyTexImage reads. - r=kamidphish 2014-10-08 16:36:33 -07:00
Jeff Gilbert
c082718b63 Bug 912196 - Deal with reading RGBA from RGBX. - r=kamidphish 2014-10-08 16:34:14 -07:00
Jeff Gilbert
3f421c31e9 Bug 912196 - Fixes for D3D11 ANGLE. - r=kamidphish 2014-10-08 16:32:50 -07:00
Jeff Gilbert
dd05af349c Bug 912196 - Workaround no-alpha-with-ANGLE in WebGL, not GLContext. - r=kamidphish 2014-10-08 16:30:01 -07:00
Wes Kocher
903b8fb20a Backed out 3 changesets (bug 1087560) for bustage
Backed out changeset ecf4df03029a (bug 1087560)
Backed out changeset 12a016a84d6d (bug 1087560)
Backed out changeset 1b8b46616028 (bug 1087560)
2014-10-27 21:59:43 -07:00
Jeff Gilbert
c6f90eb364 Bug 1087560 - Build GetContextAttributes from mOptions. - r=kamidphish 2014-10-24 18:09:18 -07:00
Jeff Gilbert
4faac468d8 Bug 1087560 - Fix tests. - r=kamidphish 2014-10-22 14:58:58 -07:00