Commit Graph

118 Commits

Author SHA1 Message Date
Dan Glastonbury
e3cdc514c4 Bug 1048668 - WebGL2 - Implement CopyBufferSubData.; r=jgilbert
--HG--
extra : source : b4c58b9519fc35c634d2a912f3900605ccc081a3
2014-05-27 20:13:09 +10:00
Walter Litwinczyk
bfbc3e3904 Bug 1036068 - Update ANGLE to chromium/2151. r=jrmuizel 2014-09-19 16:35:54 -07:00
Jeff Gilbert
69d4a129f0 Bug 1064433 - Remove old unused webgl conformance mochitest files. - r=kamidphish 2014-09-17 16:26:27 -04:00
Walter Litwinczyk
c73cf2e884 Bug 1063053 - Add stronger types to WebGL texture code for better debug/compile time checking. r=jgilbert,kamidphish 2014-09-18 16:14:22 -07:00
Ryan VanderMeulen
cc2e8a05ac Backed out changeset 944bd4284ace (bug 1063053) for B2G bustage. 2014-09-19 13:59:51 -04:00
Walter Litwinczyk
c80eaa53c3 Bug 1063053 - Add stronger types to WebGL texture code for better debug/compile time checking. r=jgilbert,kamidphish 2014-09-18 16:14:22 -07:00
Dan Glastonbury
8cdd97be95 Bug 1048666 - WebGL2 - Implement ClearBufferXXX APIs.; r=jgilbert,bjacob
--HG--
extra : source : ba4e3272249d44f13d3923342be5916a5dc8519e
2014-09-18 10:17:00 +10:00
Dan Glastonbury
bdf0470856 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
50b0ff2a5d 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
200bc99a3a 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
5cb1b77a4e Bug 1049251 - Partially disable SkiaGL on Low total system memory r=jrmuizel 2014-09-11 16:52:42 -07:00
Jonathan Watt
99fd7ba00e 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
93e59c8bd5 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
95d0877f5c Bug 1065759 - Fix a nit in CanvasRenderingContext2D::EnsureTarget. r=gwright 2014-09-10 23:04:00 +02:00
Jonathan Watt
423fda249a 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
14fafa0ab2 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
73d234512e 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
2d7a1035be Bug 1065182: Remove vestigial code from nsICanvasRenderingContextInternal.h and WebGLContext.h. r=jgilbert 2014-09-09 22:31:13 -07:00
Sotaro Ikeda
aa9fc7efc9 Bug 1049195 - Call glFlush() for each frame if necessary r=jgilbert 2014-09-09 18:40:51 -07:00
Ryan VanderMeulen
d5c18a9e28 Backed out changeset 96a507248c53 (bug 1059583) for Werror bustage.
CLOSED TREE
2014-09-09 19:57:12 -04:00
Ryan VanderMeulen
c8ceeb68ce Backed out changeset 65cda04dc8d2 (bug 1064432) for bustage on all platforms.
CLOSED TREE
2014-09-09 19:40:26 -04:00
Jeff Gilbert
8ec082edad Bug 1059583 - Add CanvasLayer::MustLayerUpdateBeSynchronous. - r=kamidphish,mattwoodrow 2014-09-09 16:20:08 -07:00
Jeff Gilbert
303705de14 Bug 1064432 - Add mochitest-webgl.ini unified mochitest manifest. - r=kamidphish 2014-09-09 16:18:46 -07:00
Walter Litwinczyk
4eec6b8e99 Bug 1063805 - WebGL add missing validation to html element version of texSubImage2D. r=jgilbert 2014-09-08 13:23:30 -07:00
George Wright
9aa0cb1372 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
3b585c085d Bug 1061885 - [Skia] Do not demote for non-standard compositing ops r=snorp 2014-09-02 15:46:01 -04:00
Walter Litwinczyk
b7556664b4 Bug 1006908 - WebGL differentiate texture image targets vs texture binding locations better. r=jgilbert 2014-09-03 12:17:18 -07:00
Alfredo Yang
1d9ecb16df 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
0060683747 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
ed70c5f377 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
1d97518d8b Land a part of bug 1061023 which was missed
--HG--
extra : rebase_source : c120c957eba6f9acda395e5b5880dfc3414db4dd
2014-09-02 23:21:31 -04:00
Jeff Gilbert
fa68e8fe03 Bug 1052240 - Fix generator script for use on Windows. - r=kamidphish 2014-09-02 13:47:24 -07:00
Ehsan Akhgari
1b1d6ffebf 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
0653303071 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
117bb1a341 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
6c932dea6c Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:00:53 -04:00
Jeff Gilbert
a4ddaa8f72 Bug 1052240 - Skip textures/texture-npot-video.html. 2014-08-29 21:49:56 -07:00
Jeff Gilbert
c28208b9f8 Bug 1052240 - Skip canvas/drawingbuffer-static-canvas-test. DONTBUILD 2014-08-29 19:40:53 -07:00
Jeff Gilbert
119b349026 Bug 1052240 - Mark more tests. 2014-08-29 17:38:39 -07:00
Jeff Gilbert
2fd2b1c2de Bug 1052240 - Mark tests to fail/skip. - r=kamidphish 2014-08-29 17:31:40 -07:00
Jeff Gilbert
0337a93f51 Bug 1052240 - Rearrange some code. - r=kamidphish 2014-08-29 17:31:40 -07:00
Jeff Gilbert
fe3b20f8fe Bug 1052240 - Fix test failures. - r=kamidphish 2014-08-29 17:31:39 -07:00
Jeff Gilbert
921593d770 Bug 1052240 - Generate mochi-wrapper files. - r=kamidphish 2014-08-29 17:31:39 -07:00
Jeff Gilbert
5ca33d4ea9 Bug 1052240 - Add mochi-wrapper generator and template files. - r=kamidphish 2014-08-29 17:31:38 -07:00
Jeff Gilbert
abe53c3109 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
74a487913a Bug 1028288 Add canvas global transparency support to svgs. r=seth 2014-08-29 23:04:34 +09:00
Botond Ballo
a5db405d9f 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
9451a4fa01 Bug 996266 - Fall back from failed WebGL context creation attribs. - r=kamidphish,bjacob 2014-08-27 16:16:22 -07:00
Milan Sreckovic
4455d895e8 Bug 1033310: Handle CreateDataSourceSurface* returning nullptr. f=nsilva, r=bschouten 2014-08-27 11:57:43 -04:00
Carsten "Tomcat" Book
b2d1c25a26 Backed out changeset 6bcda9f223b3 (bug 996266) for bustage on a CLOSED TREE 2014-08-27 11:15:40 +02:00