Commit Graph

112 Commits

Author SHA1 Message Date
Dan Glastonbury
9759987866 Bug 1048666 - WebGL2 - Implement ClearBufferXXX APIs.; r=jgilbert,bjacob
--HG--
extra : source : ba4e3272249d44f13d3923342be5916a5dc8519e
2014-09-18 10:17:00 +10:00
Dan Glastonbury
4e6c5ba095 Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug
--HG--
extra : rebase_source : a7f9510b34a9f43afc0418c50b8821928c2a4262
extra : source : 89c2a61cd4c543c78b9bf0963f0227488fa27802
2014-09-18 08:08:41 +10:00
Jonathan Kew
5d90bffbae bug 1066043 - split gfxFont.cpp and .h into more manageably-sized pieces. r=jdaggett
--HG--
rename : gfx/thebes/gfxFont.cpp => gfx/thebes/gfxFontEntry.cpp
rename : gfx/thebes/gfxFont.h => gfx/thebes/gfxFontEntry.h
rename : gfx/thebes/gfxFont.cpp => gfx/thebes/gfxGlyphExtents.cpp
rename : gfx/thebes/gfxFont.h => gfx/thebes/gfxGlyphExtents.h
rename : gfx/thebes/gfxFont.cpp => gfx/thebes/gfxTextRun.cpp
rename : gfx/thebes/gfxFont.h => gfx/thebes/gfxTextRun.h
2014-09-16 10:58:12 +01:00
Milan Sreckovic
ec33c28689 Bug 1038277 - Stop running test_2d.gradient.radial.outside3. See details in the bug as to why. r=gwright 2014-09-12 12:45:00 -04:00
Sotaro Ikeda
06047a543d Bug 1049251 - Partially disable SkiaGL on Low total system memory r=jrmuizel 2014-09-11 16:52:42 -07:00
Jonathan Watt
9b387961e9 Bug 1064084, part 2 - Convert all consumers of gfxContext::Scale() to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:57:38 +01:00
Jonathan Watt
7740e7e3de Bug 1064084, part 1 - Convert all consumers of gfxContext::Translate() to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:57:38 +01:00
chiajung hung
d64731960c Bug 1065759 - Fix a nit in CanvasRenderingContext2D::EnsureTarget. r=gwright 2014-09-10 23:04:00 +02:00
Jonathan Watt
3ed9de9853 Bug 1065031, part 2 - Changes to Moz2D consuming code to update callers of Moz2D Matrix's Translate, Scale and Rotate methods to use these methods' new names. r=Bas 2014-09-10 18:29:35 +01:00
Peter Van der Beken
85aaf1e6c4 Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, remove instances of non-refcounted sequence return type. r=bz.
--HG--
extra : rebase_source : 1388e0d6f971d52debb745a448a9a5524ceee25d
2014-08-28 00:43:55 +02:00
Peter Van der Beken
b40b691653 Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, make all Constructor methods return already_AddRefed<...>. r=bz.
--HG--
extra : rebase_source : 726702eb39e627d74ddb3adf6059569d077089d4
2014-08-28 00:43:55 +02:00
Daniel Holbert
fb31ab8269 Bug 1065182: Remove vestigial code from nsICanvasRenderingContextInternal.h and WebGLContext.h. r=jgilbert 2014-09-09 22:31:13 -07:00
Sotaro Ikeda
58f26a1095 Bug 1049195 - Call glFlush() for each frame if necessary r=jgilbert 2014-09-09 18:40:51 -07:00
Ryan VanderMeulen
38e1880d6c Backed out changeset 96a507248c53 (bug 1059583) for Werror bustage.
CLOSED TREE
2014-09-09 19:57:12 -04:00
Ryan VanderMeulen
2723855cd3 Backed out changeset 65cda04dc8d2 (bug 1064432) for bustage on all platforms.
CLOSED TREE
2014-09-09 19:40:26 -04:00
Jeff Gilbert
1dd08fbe33 Bug 1059583 - Add CanvasLayer::MustLayerUpdateBeSynchronous. - r=kamidphish,mattwoodrow 2014-09-09 16:20:08 -07:00
Jeff Gilbert
f4d3720459 Bug 1064432 - Add mochitest-webgl.ini unified mochitest manifest. - r=kamidphish 2014-09-09 16:18:46 -07:00
Walter Litwinczyk
6d84058847 Bug 1063805 - WebGL add missing validation to html element version of texSubImage2D. r=jgilbert 2014-09-08 13:23:30 -07:00
George Wright
55b880a990 Bug 1061988 - Get rid of the notion of "demoting" and replace it with "switch rendering mode" r=snorp 2014-09-02 19:26:36 -04:00
George Wright
fb758de4be Bug 1061885 - [Skia] Do not demote for non-standard compositing ops r=snorp 2014-09-02 15:46:01 -04:00
Walter Litwinczyk
4298553d9e Bug 1006908 - WebGL differentiate texture image targets vs texture binding locations better. r=jgilbert 2014-09-03 12:17:18 -07:00
Alfredo Yang
98ad7681a6 Bug 916643 - Refactory ImageEncoder. r=roc
--HG--
rename : dom/canvas/ImageEncoder.cpp => dom/base/ImageEncoder.cpp
rename : dom/canvas/ImageEncoder.h => dom/base/ImageEncoder.h
2014-09-04 02:08:00 +02:00
Mike Hommey
c2a27deef9 Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal 2014-09-03 14:16:37 +09:00
Mike Hommey
8fd95ad480 Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
Ehsan Akhgari
cd674e2591 Land a part of bug 1061023 which was missed
--HG--
extra : rebase_source : c120c957eba6f9acda395e5b5880dfc3414db4dd
2014-09-02 23:21:31 -04:00
Jeff Gilbert
e62dbbd1c4 Bug 1052240 - Fix generator script for use on Windows. - r=kamidphish 2014-09-02 13:47:24 -07:00
Ehsan Akhgari
6f236e1960 Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : c80c5f9d7ae28286513cdb52ad76b46c240bdd5d
2014-09-01 18:26:43 -04:00
Ehsan Akhgari
f45a3fcf07 Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : 01709017e97fdc96d1d53eb881efc1792118edc4
2014-09-01 20:49:25 -04:00
Phil Ringnalda
e2e326a9c4 Backed out 6 changesets (bug 1060982, bug 1061058, bug 1060987, bug 1061060, bug 1060930) for build bustage
CLOSED TREE

Backed out changeset c23b8418e6be (bug 1060987)
Backed out changeset a8cddc6bdffc (bug 1061060)
Backed out changeset b5af5cbdac3f (bug 1060982)
Backed out changeset 4912d451011a (bug 1060930)
Backed out changeset bdacbf453238 (bug 1061058)
Backed out changeset da6c71a8f5ae (bug 1060987)
2014-09-01 16:48:51 -07:00
Ehsan Akhgari
3fc836363c Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:00:53 -04:00
Jeff Gilbert
8567b03855 Bug 1052240 - Skip textures/texture-npot-video.html. 2014-08-29 21:49:56 -07:00
Jeff Gilbert
6817577b1b Bug 1052240 - Skip canvas/drawingbuffer-static-canvas-test. DONTBUILD 2014-08-29 19:40:53 -07:00
Jeff Gilbert
dc581a707d Bug 1052240 - Mark more tests. 2014-08-29 17:38:39 -07:00
Jeff Gilbert
86749afbf9 Bug 1052240 - Mark tests to fail/skip. - r=kamidphish 2014-08-29 17:31:40 -07:00
Jeff Gilbert
d4e8d2525d Bug 1052240 - Rearrange some code. - r=kamidphish 2014-08-29 17:31:40 -07:00
Jeff Gilbert
3c5c6da867 Bug 1052240 - Fix test failures. - r=kamidphish 2014-08-29 17:31:39 -07:00
Jeff Gilbert
2c23a689bc Bug 1052240 - Generate mochi-wrapper files. - r=kamidphish 2014-08-29 17:31:39 -07:00
Jeff Gilbert
380494ee97 Bug 1052240 - Add mochi-wrapper generator and template files. - r=kamidphish 2014-08-29 17:31:38 -07:00
Jeff Gilbert
812a18cb5f Bug 1024151 - Mark alpha/depth/stencil test as passing where it wasn't. - r=walter 2014-08-29 14:08:13 -07:00
James Kolb
672561a401 Bug 1028288 Add canvas global transparency support to svgs. r=seth 2014-08-29 23:04:34 +09:00
Botond Ballo
d7ca1856d5 Bug 1057642 - Revert [Int]::PointTyped::[x|y] to be of primitive type. r=kats
--HG--
extra : rebase_source : 55e56423f6c8f5278315a6dc9dfcb9fb983c9309
2014-08-28 12:45:48 -04:00
Jeff Gilbert
1ed263ae5a Bug 996266 - Fall back from failed WebGL context creation attribs. - r=kamidphish,bjacob 2014-08-27 16:16:22 -07:00
Milan Sreckovic
33707ea4c4 Bug 1033310: Handle CreateDataSourceSurface* returning nullptr. f=nsilva, r=bschouten 2014-08-27 11:57:43 -04:00
Carsten "Tomcat" Book
fd9ea35c8f Backed out changeset 6bcda9f223b3 (bug 996266) for bustage on a CLOSED TREE 2014-08-27 11:15:40 +02:00
Jeff Gilbert
64594af101 Bug 996266 - Fall back from failed WebGL context creation attribs. - r=kamidphish,bjacob 2014-08-27 01:31:14 -07:00
Ryan VanderMeulen
dc257cd65c Backed out 5 changesets (bug 965022) for mochitest-2 failures on a CLOSED TREE.
Backed out changeset 7f68752ffe1e (bug 965022)
Backed out changeset 24251d4da019 (bug 965022)
Backed out changeset a34ae046c947 (bug 965022)
Backed out changeset f747fd154739 (bug 965022)
Backed out changeset f076faf3c282 (bug 965022)
2014-08-26 16:02:37 -04:00
Botond Ballo
be8b04e34d Bug 965022 - Use MOZ_FORMAT_PRINTF for nsTString::AppendPrintf, and fix incorrect usages. r=jrmuizel 2014-08-26 12:05:41 -04:00
Sotaro Ikeda
74e0ac6790 Bug 1042305 - Increase ImageCache size and add MemoryPressure support r=gw280 2014-08-25 12:01:46 -07:00
Rik Cabanier
3fa4499a41 Bug 985801 - Add implementation for Path2D::AddPath. r=roc, r=bz 2014-08-25 09:03:00 -04:00
Jeff Gilbert
bd65ebed36 Bug 1057061 - Handle timer lifetime outlasting WebGLContext. r=kamidphish 2014-08-22 12:55:00 -04:00