Jeff Gilbert
|
62f11c8d02
|
Bug 1322746 - Support blit from IOSurfaces. - r=mattwoodrow
MozReview-Commit-ID: K4aHyOjQXfP
|
2017-09-02 21:52:19 -07:00 |
Jeff Gilbert
|
8a890b29aa
|
Bug 1322746 - Support PLANAR_YCBCR, GPU_VIDEO, and D3D11_YCBCR_IMAGE in GLBlitHelper. - r=jerry
MozReview-Commit-ID: FNsmq0RPvYB
|
2017-09-02 21:52:16 -07:00 |
Jeff Gilbert
|
a48eb3d523
|
Bug 1355763 - Handle UNPACK_ state for ConvertPlanarYCbCr, and reject blits with _SKIP_* for now. - r=daoshengmu
MozReview-Commit-ID: JsDF66DwTfZ
|
2017-04-13 09:14:38 -07:00 |
Iris Hsiao
|
d9a7bab6de
|
Backed out changeset f71e84602f68 (bug 1355763) for assertion failures at ImageBitmap.cpp
|
2017-04-13 14:46:38 +08:00 |
Jeff Gilbert
|
3ab253476f
|
Bug 1355763 - Handle UNPACK_ state for ConvertPlanarYCbCr, and reject blits with _SKIP_* for now. - r=daoshengmu
MozReview-Commit-ID: JsDF66DwTfZ
|
2017-04-12 22:03:45 -07:00 |
Jeff Gilbert
|
55488618eb
|
Bug 1338740 - ScopedBindPBO should not inherit from ScopedGLWrapper<other class>. - r=daoshengmu
MozReview-Commit-ID: 7u6jSjttDxD
|
2017-02-13 14:11:13 -08:00 |
Jeff Gilbert
|
21a1407677
|
Bug 1325835 - Support dx_interop on Intel. - r=jrmuizel
MozReview-Commit-ID: 7CFfmDYhYaR
|
2017-01-31 16:22:11 -08:00 |
Jeff Gilbert
|
aba7d41e6f
|
Bug 1250710 - Remove ScopedUnpackState due to unused. - r=ethlin
MozReview-Commit-ID: CO2ojolD6Lg
|
2016-07-17 21:44:37 -07:00 |
Jeff Gilbert
|
cb96b6df5d
|
Bug 1250710 - Remove packAlign save/restore from ScopedGLDrawState. - r=jrmuizel
MozReview-Commit-ID: CESZzSfHbFj
|
2016-07-17 21:44:30 -07:00 |
Jeff Gilbert
|
6a332496c2
|
Bug 1250710 - Update scoped pack/unpack helpers. - r=jrmuizel
MozReview-Commit-ID: 1WHVAAb4V00
|
2016-07-17 21:44:18 -07:00 |
Jeff Gilbert
|
19d84fb0fe
|
Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz
|
2015-11-24 20:15:29 -08:00 |
Phil Ringnalda
|
71a6f5da62
|
Back out changeset 2f614bcd9405 (bug 1221822) for test_conformance__extensions__ext-sRGB.html and test_webgl2_alpha_luminance.html failures
|
2015-11-23 21:55:59 -08:00 |
Jeff Gilbert
|
87397c265b
|
Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz
|
2015-11-23 19:27:13 -08:00 |
jdashg
|
bd7ba17b6a
|
Bug 1066280 - Add TexClient for ShSurf. - r=kamidphish,mattwoodrow
From a7c09c0f17e19fd2254cb1d7a8ddd07b327151ad Mon Sep 17 00:00:00 2001
---
gfx/2d/HelpersCairo.h | 2 +
gfx/gl/GLContext.cpp | 3 +-
gfx/gl/GLContext.h | 2 -
gfx/gl/GLReadTexImageHelper.cpp | 21 +--
gfx/gl/GLReadTexImageHelper.h | 6 +
gfx/gl/GLScreenBuffer.h | 6 +-
gfx/gl/ScopedGLHelpers.cpp | 40 +++++
gfx/gl/ScopedGLHelpers.h | 26 ++-
gfx/gl/SharedSurface.cpp | 94 +++++++++++
gfx/gl/SharedSurface.h | 19 +++
gfx/gl/SharedSurfaceIO.h | 4 +
gfx/layers/CopyableCanvasLayer.cpp | 3 +-
gfx/layers/client/CanvasClient.cpp | 276 +++++++++++++++++++++++++++++---
gfx/layers/client/CanvasClient.h | 34 ++++
gfx/layers/client/ClientCanvasLayer.cpp | 21 ++-
gfx/layers/client/ClientCanvasLayer.h | 9 +-
gfx/layers/client/TextureClient.cpp | 35 ++++
gfx/layers/client/TextureClient.h | 85 +++++++++-
gfx/layers/composite/TextureHost.cpp | 131 ++++++++++++++-
gfx/layers/composite/TextureHost.h | 64 ++++++++
gfx/layers/d3d10/CanvasLayerD3D10.cpp | 5 +-
gfx/layers/ipc/LayersSurfaces.ipdlh | 5 +
22 files changed, 828 insertions(+), 63 deletions(-)
|
2014-10-07 21:01:51 -07:00 |
Ehsan Akhgari
|
93ec08d11c
|
Bug 1050610 - Fix more bad implicit constructors in gfx; r=roc
--HG--
extra : rebase_source : 5c6b62dbed81018370ce274e1913620ffb0ff7a2
|
2014-08-07 21:17:30 -04:00 |
Jeff Walden
|
cdc3a731cf
|
Bug 1037100 - Remove all ScopedDeleteArray uses from gfx/gl/. r=jgilbert
--HG--
extra : rebase_source : fff244a14da1605f8c6db552925f5bc4b34fb106
|
2014-07-10 17:43:01 -07:00 |
chiajung hung
|
eee06f2917
|
Bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements, r=jgilbert
|
2014-07-08 20:52:00 +02:00 |
Vladimir Vukicevic
|
7b45e7e0d5
|
b=1009960, teach ScopedBindFramebuffer about spilt read/draw framebuffers; r=bjacob
|
2014-05-13 17:14:53 -07:00 |
Andreas Gal
|
a53bfd7b3a
|
Bug 1016086 - Part 2: Save/restore attribute state in blit helper (r=Bas)
|
2014-05-29 10:19:48 -04:00 |
Jeff Gilbert
|
d3a469b54a
|
Bug 978407 - Use glClear to clear deferred-init textures. - r=kamidphish
|
2014-04-30 14:30:21 -07:00 |
Benoit Jacob
|
89a33dce75
|
Bug 956401 - 4/9 - Add ScopedGLState ctor without value parameter, leaving state unchanged - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
Benoit Jacob
|
72a2bbe248
|
Bug 956401 - 2/9 - Add ScopedScissorRect helper - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
Benoit Jacob
|
4d8fcc24c1
|
Bug 956154 - 1/2 - Remove GLContext's viewport stack - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
Benoit Jacob
|
d28efc79a6
|
Bug 942492 - Add a missing #include to a header that really needs it - no review, trivial compilation fix
|
2013-11-29 11:31:46 -05:00 |
Dan Glastonbury
|
47033c5692
|
Bug 942492 - Move ScopedGL* RAII helpers out of GLContext.* - r=bjacob
|
2013-11-26 13:25:25 +10:00 |