Chris Jones
|
b90b649e31
|
Bug 823610: Make discarding GL contexts of foreground pages on memory pressure pref-able, and pref off for b2g. r=jgilbert,jlebar
|
2013-01-03 15:39:25 -08:00 |
|
William Chen
|
c349db0a4d
|
Bug 820544 - Prefix WebIDL dictionary native member names to avoid C++ keywords. r=bz
|
2012-12-17 13:44:04 -08:00 |
|
Ed Morley
|
fea5ff8037
|
Backout 67d84be0cc83 (bug 820544) for bustage
|
2012-12-14 16:58:51 +00:00 |
|
William Chen
|
98dfaef8d1
|
Bug 820544 - Prefix webidl dictionary native members names to avoid C++ keywords. r=bz
|
2012-12-11 16:05:46 -08:00 |
|
Benoit Jacob
|
592bffdcd5
|
Bug 814716 - correct the way that we tweak max sizes - r=jgilbert
|
2012-12-11 16:57:30 -05:00 |
|
Benoit Jacob
|
cef3d6361a
|
Bug 818766 - disable by default losing WebGL contexts on heap-minimize, add a pref for it - r=jgilbert
|
2012-12-07 21:00:42 -05:00 |
|
Benoit Jacob
|
d41eaaa3a0
|
Bug 816187 - make WebIDL accept nullable dictionary retvals; let getContextAttributes's retval be nullable - r=bz
|
2012-11-30 18:30:05 -05:00 |
|
Erick Dransch
|
690e22a9ec
|
Bug 801499 - Move WebGLBuffer to a separate file. r=bjacob
|
2012-11-20 16:38:20 -05:00 |
|
Jeff Gilbert
|
04326b49a5
|
Bug 812121 - Allow drawArrays/Elements without vertex attrib arrays - r=bjacob
|
2012-11-19 07:49:51 -08:00 |
|
Benoit Jacob
|
fbd4fe56c8
|
Bug 806279 - CC macros refactoring: part 5: sample porting: content/canvas - r=mccr8,smaug
|
2012-11-15 02:32:39 -05:00 |
|
Benoit Jacob
|
826d3b4b65
|
Bug 806279 - CC macros refactoring: part 1: implement type-generic CC UNLINK/TRAVERSE macros - r=mccr8,smaug
|
2012-11-15 02:32:39 -05:00 |
|
Benoit Jacob
|
f51e0a484e
|
Bug 795186 - fix the WebGL robustness timer, don't inherit the timer callback base class - r=opettay
|
2012-10-23 12:21:23 -04:00 |
|
Benoit Jacob
|
3d2c0713dc
|
Bug 795186 - Declare refptrs between WebGL objects to the CC even if there is no cycle at C++ level - r=opettay
|
2012-10-22 17:17:42 -04:00 |
|
Boris Zbarsky
|
cd4e9e4533
|
Bug 798187 part 2. Switch WebGLContextAttributes to being a dictionary. r=peterv,bjacob
|
2012-10-22 13:08:52 -04:00 |
|
Benoit Jacob
|
92800ce87b
|
Bug 742781 - Implement WEBGL_debug_renderer_info extension - r=bz,jgilbert
|
2012-10-17 15:11:51 -04:00 |
|
Benoit Jacob
|
872a96db36
|
Bug 779611 - part 10: move remaining non-WebGLContext goop to separate files - r=jgilbert
|
2012-10-09 14:39:51 -04:00 |
|
Benoit Jacob
|
646cd8342f
|
Bug 779611 - part 9: port WebGLActiveInfo to WebIDL bindings - r=bz
|
2012-10-09 14:39:49 -04:00 |
|
Benoit Jacob
|
6ee7b9f2c3
|
Bug 779611 - reland parts 5-8 - port WebGLTexture, WebGLBuffer, WebGLFramebuffer, WebGLRenderbuffer, WebGLShader, WebGLProgram to WebIDL bindings - r=bz
|
2012-10-04 16:35:54 -04:00 |
|
Benoit Jacob
|
631713204c
|
back out 6f3714945438, 5732dca84958, bfb93cf89612, e697a832c60b for Mac build error
|
2012-10-04 15:06:31 -04:00 |
|
Benoit Jacob
|
47ecb7bdce
|
Bug 779611 - part 8 - port WebGLShader and WebGLProgram to WebIDL bindings - r=bz
|
2012-10-04 14:45:35 -04:00 |
|
Benoit Jacob
|
11b1af470b
|
Bug 779611 - part 7 - port WebGLFramebuffer and WebGLRenderbuffer to WebIDL bindings - r=bz
|
2012-10-04 14:45:33 -04:00 |
|
Benoit Jacob
|
e3e1db192c
|
Bug 779611 - part 6 - port WebGLBuffer to WebIDL bindings - r=bz
|
2012-10-04 14:45:32 -04:00 |
|
Benoit Jacob
|
e406e56db1
|
Bug 779611 - part 5 - port WebGLTexture to WebIDL bindings - r=bz
|
2012-10-04 14:45:25 -04:00 |
|
Benoit Jacob
|
89d50dcdb1
|
Bug 779611 - part 4 - More WebGL extensions cleanup - r-jgilbert
|
2012-10-03 17:13:05 -04:00 |
|
Benoit Jacob
|
5d519163f1
|
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
|
2012-10-03 17:13:05 -04:00 |
|
Benoit Jacob
|
08fc05d7cf
|
Bug 779611 - part 2 - drop old bindings for WebGLUniformLocation - r=bz
|
2012-10-03 17:13:05 -04:00 |
|
Benoit Jacob
|
545b47b406
|
Bug 779611 - part 1 - port WebGLShaderPrecisionFormat to WebIDL bindings - r=bz
|
2012-10-03 17:13:05 -04:00 |
|
Benoit Jacob
|
26ad5de498
|
Bug 791905 - reject WebGL canvas sizes greater than INT_MAX - r=jgilbert
|
2012-09-27 10:13:45 -04:00 |
|
Benoit Jacob
|
eb01982a02
|
Bug 791521 - return early on resizing WebGLContext where the canvas is null - r=jgilbert
|
2012-09-27 10:13:44 -04:00 |
|
Benoit Jacob
|
74e4b9ffe8
|
Bug 790946 - remove last remnant of MOZ_ prefix: we were still advertising MOZ_EXT_texture_filter_anisotropic even though we don't support the prefixed name anymore - no review, trivial omission
|
2012-09-26 14:52:38 -04:00 |
|
Benoit Jacob
|
e87660d62e
|
Bug 750862 - Implement WEBGL_compressed_texture_pvrtc - r=jgilbert
|
2012-09-25 08:49:28 -04:00 |
|
Benoit Jacob
|
8a05af4222
|
Bug 790712 - Implement WEBGL_compressed_texture_atc - r=jgilbert
|
2012-09-25 08:49:28 -04:00 |
|
Benoit Jacob
|
03d1746439
|
Bug 790946 - Remove support for the MOZ_ prefixed EXT_texture_filter_anisotropic ext name - r=jgilbert
|
2012-09-21 16:02:37 -04:00 |
|
Benoit Jacob
|
dd0684008c
|
Bug 790138 - raise WebGL context limits on desktop - r=jgilbert
|
2012-09-21 13:44:35 -04:00 |
|
Ms2ger
|
33b350e909
|
Bug 776243 - Unpref WebGL context bindings; r=peterv
|
2012-09-20 09:55:36 +02:00 |
|
Boris Zbarsky
|
2268aac36b
|
Bug 787554. Don't prefix WebIDL getters names with a Get if they look like simple member access on the C++ side. r=peterv
|
2012-09-11 20:08:24 +01:00 |
|
Andrew Quartey
|
7bb6709ba5
|
Bug 743755 - Remove OSMesa support r=bjacob
|
2012-09-07 18:35:22 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Jeff Gilbert
|
c8c8475e5c
|
Bug 782785 - Use temp surfaces to ReadPixels with correct stride - r=bjacob
|
2012-08-21 16:13:26 -07:00 |
|
David Zbarsky
|
b27894f902
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
|
Ehsan Akhgari
|
b457a9ddf0
|
Merge removal of nsnull
|
2012-08-14 11:29:00 -04:00 |
|
Aryeh Gregor
|
e2dd9c2028
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Alexander Boldyrev
|
f61c980db5
|
Bug 738866 - Implement WEBGL_depth_texture extension - r=jgilbert
|
2012-08-13 18:17:55 -07:00 |
|
Aryeh Gregor
|
982100775b
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
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 |
|
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 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03: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 |
|