Dan Glastonbury
|
f1604e10cc
|
Bug 1170842 - Part 4: Implement FramebufferTextureLayer. r=jgilbert
|
2015-08-12 11:51:34 +10:00 |
|
Dan Glastonbury
|
272a53bc63
|
Bug 1184402 - Reset format usage authority on context lose/restore. r=jgilbert
|
2015-08-06 10:30:51 +10:00 |
|
Dan Glastonbury
|
8fecad072a
|
Bug 1184402 - Part 3: Add WebGL1 formats when enabling extensions. r=jgilbert
|
2015-07-30 13:33:38 +10:00 |
|
Jeff Gilbert
|
b1f1e1a811
|
Bug 1182371 - Misc WebGL cleanup. - r=kamidphish
|
2015-07-14 17:37:28 -07:00 |
|
Jeff Gilbert
|
c9ceedf847
|
Bug 1177271 - Add WebGLFormat format tables. - r=kamidphish
|
2015-07-10 16:34:45 -07:00 |
|
Dan Glastonbury
|
1cebb60156
|
Bug 1159117 - Enable support for legacy formats. r=jgilbert
ALPHA, LUMINANCE, and LUMINANCE_ALPHA texture formats are removed in
OpenGL core profiles. Emulate these via RED, RG and texture swizzling.
|
2015-05-28 12:15:42 +10:00 |
|
Jeff Gilbert
|
9b0ed3be64
|
Bug 1144889 - Do proper sRGB detection. - r=kamidphish
|
2015-03-24 00:11:10 -07:00 |
|
Boris Zbarsky
|
3a822d99b4
|
Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, BindingUtils.cpp,
Codegen.py, Element.cpp, IDBFileRequest.cpp, IDBObjectStore.cpp,
dom/workers/Navigator.cpp, WorkerPrivate.cpp, DeviceStorageRequestChild.cpp,
Notification.cpp, nsGlobalWindow.cpp, MessagePort.cpp, nsJSEnvironment.cpp,
Sandbox.cpp, XPCConvert.cpp, ExportHelpers.cpp, and DataStoreService.cpp. The
rest of this diff was generated by running the following commands:
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObject\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx|aContext|aCtx|js), [^,)]+)\)/\1, aGivenProto)/g'
|
2015-03-19 10:13:33 -04:00 |
|
Dan Glastonbury
|
fc7edc189e
|
Bug 1110120 - Remove use of UniquePtr for XFB and UB tracking.; r=smaug
|
2015-02-09 00:13:00 +10:00 |
|
Jeff Gilbert
|
d69e6ed2c2
|
Bug 1143876 - Treat invalidate-framebuffer as optional for WebGL2. - r=kamidphish
|
2015-03-16 16:29:37 -07:00 |
|
Jeff Gilbert
|
ff27d5e387
|
Bug 1109945 - Rewrite shader/program handling. - r=kamidphish
|
2015-01-15 15:40:39 -08:00 |
|
Carsten "Tomcat" Book
|
2e0fe7d467
|
Backed out changeset b5c6dd9423cf (bug 1109945) for gl2 test failures on a CLOSED TREE
|
2015-01-13 09:07:26 +01:00 |
|
Jeff Gilbert
|
ec409b7f23
|
Bug 1109945 - Rewrite shader/program handling. - r=kamidphish
|
2015-01-12 19:51:20 -08:00 |
|
Wes Kocher
|
af03b0b770
|
Backout ca411b1cf001 (bug 1109945) for shader editor failures
|
2015-01-09 21:03:54 -08:00 |
|
Jeff Gilbert
|
a28e4f5f24
|
Bug 1109945 - Rewrite shader/program handling. - r=kamidphish
|
2015-01-09 18:40:56 -08:00 |
|
Dan Glastonbury
|
3ebe077748
|
Bug 1048731 - [WebGL2] Implement new buffer binding targets. r=jgilbert
|
2014-12-05 17:04:55 +10:00 |
|
Dan Glastonbury
|
a392cc2218
|
Bug 1097416 - [WebGL2] Enable WebGL 2 if all required features are available. r=jgilbert
|
2014-10-27 09:36:26 +10:00 |
|
Dan Glastonbury
|
a0c3443f2f
|
Bug 1048724 - [WebGL2] Transform Feedback. r=jgilbert,smaug
|
2014-11-26 12:00:06 +10:00 |
|
Jeff Gilbert
|
d9b9968e9c
|
Bug 1099427 - Reformat WebGL. - r=kamidphish
|
2014-11-13 20:03:50 -08:00 |
|
David Anderson
|
62a5a13d84
|
WebGL2: Implement invalidateFramebuffer and invalidateSubFramebuffer (bug 1076456, r=jgilbert).
|
2014-10-14 14:49:49 -07:00 |
|
Benoit Jacob
|
c6438deb30
|
Bug 1080137 - WebGL2: misc fixes to make new tex formats and sized internalformats actually work - r=jgilbert
|
2014-10-09 16:07:07 -04:00 |
|
Dan Glastonbury
|
f51e4ac3ee
|
Bug 1048724 - WebGL2 - GL symbols for Transform Feedback.; r=jgilbert
|
2014-09-23 15:47:28 +10:00 |
|
Birunthan Mohanathas
|
3ae7697323
|
Bug 946065 - Part 1: Move content/canvas/ to dom/ and flatten subdirectories. r=ehsan
|
2014-07-25 14:15:35 -07:00 |
|