Commit Graph

2614 Commits

Author SHA1 Message Date
Vladimir Vukicevic
ec9d6acb85 b=1010371, code fixes for new ANGLE version; r=jrmuizel 2014-05-13 17:15:19 -07:00
Jeff Gilbert
f199f5cd8c Bug 925530 - Disable WebGL antialiasing on Mobile by default. - r=kamidphish,vlad
* * *
Bug 925530 - Add missing include. - r=bustage on a CLOSED TREE
2014-07-03 16:09:04 -07:00
Jeff Gilbert
5455a8f0f3 Bug 1023553 - Move color_buffer[_half]_float behind the draft flag. - r=kamidphish 2014-07-03 14:28:13 -07:00
Dan Glastonbury
d67a04cc1d Bug 1028891 - Detach textures/renderbuffers from framebuffer when deleting. r=jgilbert 2014-06-24 17:15:44 +10:00
Jeff Muizelaar
b8114d206e Bug 1026998. Initialize size CanvasRenderingContext2D. r=bas
This fixes an unitiailized read found by valgrind.
2014-07-01 17:20:07 +02:00
Wes Kocher
5713153de2 Backed out changeset 63e44c0641c3 (bug 925530) for build bustage on a CLOSED TREE 2014-07-02 18:10:55 -07:00
Jeff Gilbert
d9847e64c6 Bug 925530 - Disable WebGL antialiasing on Mobile by default. - r=kamidphish,vlad 2014-07-01 19:38:56 -07:00
Walter Litwinczyk
cfa586e393 Bug 701948 - Rename nsIGfxInfo::FEATURE_NO_INFO to nsIGfxInfo::FEATURE_STATUS_OK. r=jgilbert 2014-07-01 14:44:09 -07:00
Ms2ger
8084162a69 Bug 1015333 - Stop using nsIScriptContext in ImageEncoder's EncodingCompleteEvent; r=bholley 2014-07-01 14:32:47 +02:00
Geoff Brown
66ca6464b4 Bug 1031097 - Follow-up to handle llvmpipe in Android emulator GL renderer string; r=jgilbert 2014-06-30 17:07:59 -06:00
Geoff Brown
a50bfa44ce Bug 1031097 - Skip more webgl-conformance tests on Android 2.3. a=bustage-fix 2014-06-27 10:34:17 -06:00
Carsten "Tomcat" Book
2f01b9ad61 merge mozilla-inbound to mozilla-central a=merge 2014-06-27 15:34:28 +02:00
Geoff Brown
85cf43478d Bug 1031097 - Try again to avoid Android 2.3 m-gl failures. a=bustage-fix 2014-06-26 22:39:18 -06:00
Geoff Brown
6646f125e3 Bug 1031097 - Avoid Android 2.3 m-gl retries, second attempt. a=bustage-fix 2014-06-26 20:43:03 -06:00
Geoff Brown
60dc89658f Bug 1031097 - Avoid Android 2.3 m-gl retries on a CLOSED TREE. a=bustage-fix 2014-06-26 18:35:53 -06:00
Andrea Marchesini
6ec27357af Bug 876683 - DOMFile/DOMBlob refactoring, r=ehsan, r=bent 2014-06-26 09:47:44 -07:00
Walter Litwinczyk
a57be693e1 Bug 1030408 - WebGLFramebuffer.cpp fix missing use of loop index in DetachTexture and DetachRenderbuffer. r=jgilbert 2014-06-25 15:23:36 -07:00
Benoit Jacob
7e504be6f6 Bug 1028588 - Fix dangerous public destructors in content/canvas/ - r=jrmuizel 2014-06-26 09:30:49 -04:00
Walter Litwinczyk
d5ba15e7dc Bug 1021791 - Change ReadPixels() to accept IMPLEMENTATION_COLOR_READ_{FORMAT|TYPE}. r=jgilbert 2014-06-20 10:43:20 -07:00
Walter Litwinczyk
9b83fcf80f Bug 1021791 - Fix old tests for IMPLEMENTATION_COLOR_READ_{FORMAT|TYPE}. r=jgilbert 2014-06-18 15:09:58 -07:00
Walter Litwinczyk
536cd97d19 Bug 1021791 - Add support for the IMPLEMENTATION_COLOR_READ_{FORMAT|TYPE} enums. r=jgilbert, r=bz 2014-06-18 15:09:56 -07:00
Benoit Jacob
fdd24c97d1 Bug 1029504 - remove an incorrect assertion on XPCOM services being available, that failed when triggered late by the CC - r=smaug CLOSED TREE 2014-06-24 09:06:57 -04:00
Jerry Shih
03ac645b5b Bug 998916 - check the visibility change event to defer the webgl context restore. r=jgilbert,smaug 2014-06-23 01:16:00 +02:00
Geoff Brown
9c1726eef7 Bug 1020642 - Run more webgl-conformance tests on Android; r=jgilbert 2014-06-23 21:17:02 -06:00
John Daggett
f62927140f Bug 961558 - remove smallCaps from gfxFontStyle. r=jfkthame 2014-06-23 12:09:17 +09:00
Jonathan Watt
6081ee5dbc Bug 1028522 - Prevent ImageEncoder::ExtractDataInternal from acting on an empty surface. r=gw280 2014-06-22 23:16:26 +01:00
Benoit Jacob
1a1af5241b Bug 1028121 - Use MFBT RoundUpPow2 in WebGLElementArrayCache - r=jgilbert 2014-06-21 00:09:50 -04:00
Daniel Holbert
240f4e7f0d Bug 1024328: Remove unnecessary #includes of nsFrameManager.h. r=jwatt 2014-06-19 22:07:46 -04:00
Jonathan Watt
6586dcffb2 Bug 1027763, part 2 - Make non-Moz2D callers of DrawTarget::GetType() call DrawTarget::GetBackendType() instead. r=Bas 2014-06-19 21:35:33 +01:00
Jonathan Kew
e83684913c bug 871453 - part 1 - pass the font-synthesis flags down to gfxFontStyle. r=jdaggett 2014-06-19 08:08:55 +01:00
Birunthan Mohanathas
bc0233fe47 Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
Birunthan Mohanathas
51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Nicholas Nethercote
aaf6fb2124 Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Jeff Gilbert
db17b00de1 Bug 1000640 - Mark C/A 1.0/0.5 non-premult test as random, since it passes on Win7 Ru. - r=mattwoodrow 2014-06-18 17:04:06 -07:00
Jeff Gilbert
73228c13b5 Bug 1000640 - Mark WinXP as failing color-alpha-test unpremultiplied reftests. - r=mattwoodrow 2014-06-18 17:04:06 -07:00
Jeff Gilbert
f3d7974f16 Bug 1000640 - Use new StreamTextureClient/Host with OMTC. - r=mattwoodrow 2014-06-18 17:04:06 -07:00
Jeff Gilbert
59d37e34f9 Bug 1000640 - Death to whitespace. - r=mattwoodrow 2014-06-18 17:04:05 -07:00
Jeff Gilbert
f89102edd1 Bug 1000640 - Handle non-premult alpha in Layers. - r=mattwoodrow 2014-06-18 17:04:05 -07:00
Jonathan Watt
a9360e4878 Bug 1022821, part 3 - In content code, stop returning RefPtr and, where not an out-param, stop using RefPtr arguments. r=gw280 2014-06-17 10:37:46 +01:00
Ben Kelly
8bf2933ed2 Bug 1025973 - Part 1: Rename GlobalObject::GetContext() to Context(). r=bz 2014-06-16 14:08:00 -04:00
Walter Litwinczyk
24c2e12178 Bug 1024064 - webgl-1.0.3 Initialize all vertex attributes to default values. r=jgilbert 2014-06-12 13:27:19 -07:00
Guillaume Abadie
8b404b63af Bug 973815 - Implements WebGL draft extension EXT_blend_minmax - r=jgilbert,bzbarsky 2014-06-14 09:07:53 -07:00
Ehsan Akhgari
0f2c9e9356 Backed out changeset ca5b7ed0dd5a (bug 973815) because of build bustage 2014-06-13 21:09:10 -04:00
Guillaume Abadie
d29e99ca32 Bug 973815 - Implements WebGL extension EXT_blend_minmax - r=jgilbert,bzbarsky 2014-06-10 18:20:12 -07:00
Jonathan Watt
03ce6fee26 Bug 1019753, part 2 - Use Moz2D DataSourceSurfaces instead of Thebes gfxImageSurfaces in DocumentRendererParent.cpp and ImageEncoder.cpp. r=mattwoodrow
--HG--
extra : rebase_source : fc39f0aede22e48ea853b1978eddeb8cc8c43a60
2014-06-04 08:08:39 +01:00
Milan Sreckovic
46fee89d00 Bug 1019257: Canvas pattern setTransform exposed through WebIDL. r=gw280,bz.
--HG--
extra : rebase_source : a12b913bf1cfeb11313aa1525d1ebcae075e1456
2014-06-12 10:54:43 -04:00
Walter Litwinczyk
35b17402d5 Bug 1024066 - Fix webgl-1.0.3 conformance failure OES texture half float. r=jgilbert 2014-06-11 14:31:29 -07:00
Boris Zbarsky
dfe8c38082 Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv 2014-06-11 16:26:52 -04:00
Boris Zbarsky
bc1e511e33 Bug 1009675 part 2. Return WebIDL 'any' values as handles. r=peterv 2014-06-11 16:26:52 -04:00
Guillaume Abadie
6bacacff54 Bug 1022077 - Fixes a bug in WebGL's vertex array objects' software implementation - r=jgilbert 2014-06-10 17:23:50 -07:00