Benoit Jacob
|
055434264a
|
Bug 617453 - lose the least-recently-used WebGL context when a certain limit is exceeded - r=vladv
The current limits are:
#ifdef MOZ_GFX_OPTIMIZE_MOBILE
// some mobile devices can't have more than 8 GL contexts overall
const size_t kMaxWebGLContextsPerPrincipal = 2;
const size_t kMaxWebGLContexts = 4;
#else
const size_t kMaxWebGLContextsPerPrincipal = 8;
const size_t kMaxWebGLContexts = 16;
#endif
|
2012-08-02 17:28:02 -04:00 |
|
Benoit Jacob
|
503e9e0853
|
Bug 749678 - re-add missing MakeCurrent call in certain WebGL uniform setters - r=jgilbert
|
2012-08-02 17:28:02 -04:00 |
|
Ryan VanderMeulen
|
263263202d
|
Bustage fix for bug 779535 follow-up.
|
2012-08-01 18:40:24 -04:00 |
|
Oleg Romashin
|
aee12c8242
|
Bug 779535 - readability followup. r=jgilbert
|
2012-08-01 15:13:49 -07:00 |
|
Oleg Romashin
|
7a20b9b98b
|
Bug 779535 - defaultNoAlpha preference is not used in case if nsIPropertyBag argument is 0. r=vlad
|
2012-08-01 11:58:44 -07:00 |
|
Nicholas Cameron
|
666c8e4e67
|
Bug 776802; Give better info about Azure. r=Bas
|
2012-07-31 18:30:10 +12:00 |
|
Nicholas Cameron
|
8c560786c6
|
Bug 776685; throw TypeError exceptions from Azure canvas bindings. r=bz
|
2012-07-26 14:31:26 +12:00 |
|
Eric Faust
|
2456ed4b53
|
Bug 749535 - Part 2: Rewrite dom::TypedArray to use JS_UnwrapObjectAs*Array(). (r=bz)
|
2012-07-31 20:45:20 -07:00 |
|
Eric Faust
|
921d44b1c5
|
Backout changesets 6e78bc0145ee, 97a1463cde9c, and 9097d0b3acc6 (Bug 749535) for
erroneous bug number (r=me).
|
2012-07-31 20:24:32 -07:00 |
|
Eric Faust
|
edf460e8a0
|
Bug 747935 - Part 2: Rewrite dom::TypedArray to use JS_UnwrapObjectAs*Array(). (r=bz)
|
2012-07-31 20:06:35 -07:00 |
|
Boris Zbarsky
|
667e3189a2
|
Bug 778128. Make putImageData and createImageData on non-Azure canvas work with Xrays. r=peterv
|
2012-07-31 11:35:25 -04:00 |
|
Nicholas Cameron
|
45704eb121
|
Back out bug 779001, bug 746883, bug 778595, bug 776803, bug 7118849
|
2012-07-31 18:17:23 +12:00 |
|
Nicholas Cameron
|
3570f3ac38
|
Bug 776802; Give better info about Azure. r=Bas
|
2012-07-31 13:45:59 +12:00 |
|
Ehsan Akhgari
|
c80897316e
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Brian Hackett
|
4da0b7720d
|
Use HandleValue and MutableHandleValue in API hooks where possible, bug 776579. r=billm, sr=dmandelin
|
2012-07-30 05:19:09 -06:00 |
|
Benoit Jacob
|
56b126b4bc
|
Bug 777943 - Let WebGL getRenderbufferParameter return the WebGL format rather than re-querying the GL and tweaking - r=jgilbert
|
2012-07-26 19:58:53 -04:00 |
|
Benoit Jacob
|
60faad2875
|
Bug 777883 - Avoid calling glLinkProgram when we know that a bad shader is attached - r=jgilbert
|
2012-07-26 19:58:52 -04:00 |
|
Nicholas Cameron
|
067366aaee
|
Bug 764125; remove AzureEnabled from gfxInfo and replace with backend check. r=roc
|
2012-07-26 13:56:42 +12:00 |
|
Nicholas Cameron
|
ec9d1e95ee
|
Bug 764125; mochitest for isPointInPath and multiple transforms. r=Bas
|
2012-07-25 12:46:24 +12:00 |
|
Nicholas Cameron
|
e115a7a16e
|
Bug 764125; sort out preferred and fallback Azure backends for all platforms (canvas and prefs). r=Bas
|
2012-07-24 22:18:40 +12:00 |
|
Nicholas Cameron
|
5a6045fc8c
|
Bug 748116; Get windows taskbar tab previews working with Skia/Azure canvas; r=roc
|
2012-04-26 10:04:36 +12:00 |
|
Nicholas Cameron
|
5e7721090d
|
Bug 748116; nsCanvasRenderingContext2DAzure::InitializeWithSurface. r=roc
|
2012-07-24 22:18:39 +12:00 |
|
Nicholas Cameron
|
95a274068b
|
Bug 746883; tidying up some nits I found along the way; r=gw280
|
2012-04-26 10:04:35 +12:00 |
|
Nicholas Cameron
|
cadb8239d0
|
Bug 764125; changes to tests; r=jrmuizel
|
2012-07-24 22:18:39 +12:00 |
|
Nicholas Cameron
|
6720ecdb04
|
Bug 764125; changes to nsCanvasRenderingContext2DAzure. r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
ee280adfe3
|
Bug 764125; Add DrawTarget arg to GetScaledFontForFont. r=Bas
|
2012-07-24 22:18:37 +12:00 |
|
Nicholas Cameron
|
1b0ed26abc
|
Bug 746883; misc bits and pieces for getting Skia/Azure canvases going. r=gw280
|
2012-04-10 13:18:53 +12:00 |
|
Nicholas Cameron
|
9e4ceaecb8
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
|
Nicholas Cameron
|
65cef0593d
|
Bug 764125; remove AzureEnabled from gfxInfo and replace with backend check. r=roc
|
2012-07-26 13:56:42 +12:00 |
|
Nicholas Cameron
|
2b54f3b5fd
|
Bug 764125; mochitest for isPointInPath and multiple transforms. r=Bas
|
2012-07-25 12:46:24 +12:00 |
|
Nicholas Cameron
|
6a8d4a8317
|
Bug 764125; sort out preferred and fallback Azure backends for all platforms (canvas and prefs). r=Bas
|
2012-07-24 22:18:40 +12:00 |
|
Nicholas Cameron
|
12bb2b2e21
|
Bug 748116; Get windows taskbar tab previews working with Skia/Azure canvas; r=roc
|
2012-04-26 10:04:36 +12:00 |
|
Nicholas Cameron
|
b44e1f1a38
|
Bug 748116; nsCanvasRenderingContext2DAzure::InitializeWithSurface. r=roc
|
2012-07-24 22:18:39 +12:00 |
|
Nicholas Cameron
|
2078be321e
|
Bug 746883; tidying up some nits I found along the way; r=gw280
|
2012-04-26 10:04:35 +12:00 |
|
Nicholas Cameron
|
10a3597bf5
|
Bug 764125; changes to tests; r=jrmuizel
|
2012-07-24 22:18:39 +12:00 |
|
Nicholas Cameron
|
490ec30f66
|
Bug 764125; changes to nsCanvasRenderingContext2DAzure. r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
ee33a4caab
|
Bug 764125; Add DrawTarget arg to GetScaledFontForFont. r=Bas
|
2012-07-24 22:18:37 +12:00 |
|
Nicholas Cameron
|
aa33f1027c
|
Bug 746883; misc bits and pieces for getting Skia/Azure canvases going. r=gw280
|
2012-04-10 13:18:53 +12:00 |
|
Benoit Jacob
|
7b994b10fc
|
Bug 771408 - Warn on WebGL drawing without attrib 0 array enabled - r=jgilbert
|
2012-07-25 12:13:45 -04:00 |
|
Benoit Jacob
|
1e7ce80f83
|
Bug 771669 - Crash with memory-pressure, WebGL bufferData - r=jgilbert
|
2012-07-25 12:13:45 -04:00 |
|
Benoit Jacob
|
db37d31897
|
Bug 775234 - WebGL: fix 1-byte out-of-bounds access in compileShader - r=jgilbert
|
2012-07-25 12:13:45 -04:00 |
|
Benoit Jacob
|
850e90ab78
|
Bug 774755 - 8/8 - ANGLE r1242: update list of failing tests (all tests now passing on windows) - no review
|
2012-07-25 12:13:45 -04:00 |
|
Benoit Jacob
|
3ec0f56d77
|
Bug 774755 - 1/8 - Update ANGLE to r1242 - no review
--HG--
rename : gfx/angle/src/compiler/compilerdebug.h => gfx/angle/src/compiler/debug.h
|
2012-07-25 12:13:45 -04:00 |
|
Benoit Jacob
|
b6e6cd12dd
|
Bug 776001 - WebGL: support EXT_texture_filter_anisotropic without prefix; warn on using the MOZ_ prefix - r=jgilbert
|
2012-07-25 12:13:44 -04:00 |
|
David Zbarsky
|
7f0f075928
|
[Bug 774505] Don't include Layers.h everywhere r=cjones
|
2012-07-18 12:31:40 -04:00 |
|
Nicholas Cameron
|
8564f0e282
|
Bug 767337; crash test. r=roc
|
2012-07-18 15:04:15 -04:00 |
|
Vladimir Vukicevic
|
07de49632f
|
b=767064; use 4444/565 GL context format for WebGL on mobile; r=jgilbert,r=bjacob
|
2012-07-06 09:19:27 -04:00 |
|
Benoit Jacob
|
d3f9ec79e5
|
Bug 760323 - fix --disable-webgl : let it also disable the bindings and s3tc extension - r=bz
|
2012-07-12 01:30:17 -04:00 |
|
Ryan VanderMeulen
|
b8ccede77d
|
Backout a516a86f854d (bug 767064) due to Android M1 orange.
|
2012-07-09 21:49:50 -04:00 |
|