David Anderson
|
3af026a7f5
|
Add full mix-blend mode support to the D3D11 compositor. (bug 1238496, r=bas)
|
2016-02-02 16:33:13 -08:00 |
David Anderson
|
b8fb04e7b8
|
Handle screen and multiply blend modes in the D3D11 compositor. (bug 1203829 part 4, r=mattwoodrow)
|
2015-09-15 01:04:37 -07:00 |
David Anderson
|
250032dd90
|
Refactor shader initialization in CompositorD3D11. (bug 1203829 part 3, r=mattwoodrow)
|
2015-09-15 01:04:17 -07:00 |
Vladimir Vukicevic
|
0827824d86
|
Bug 1179944, [webvr] put back support for Oculus 0.5.0 runtime, for OSX and Linux; r=mstange
|
2015-06-05 13:14:10 -04:00 |
Vladimir Vukicevic
|
8cf3cb0f2d
|
Bug 1036602 - Fix up D3D11 genshaders.sh script; r=bas
From 42aa031e5b36efe5603525c7967557fec7e09ec5 Mon Sep 17 00:00:00 2001
---
gfx/layers/d3d11/genshaders.sh | 74 +++++++++++++++++++++++++-----------------
1 file changed, 45 insertions(+), 29 deletions(-)
|
2014-07-09 12:27:38 -07:00 |
Vladimir Vukicevic
|
883e1dee4c
|
Bug 1036602 - rename d3d11 .fx files to .hlsl; r=bas
From 0117494b71e0b9ea01d8b552523529cf305ab919 Mon Sep 17 00:00:00 2001
---
gfx/layers/d3d11/CompositorD3D11.fx | 279 --------------------------------
gfx/layers/d3d11/CompositorD3D11.hlsl | 279 ++++++++++++++++++++++++++++++++
gfx/layers/d3d11/CompositorD3D11VR.fx | 71 --------
gfx/layers/d3d11/CompositorD3D11VR.hlsl | 71 ++++++++
gfx/layers/d3d11/genshaders.sh | 28 ++--
5 files changed, 364 insertions(+), 364 deletions(-)
delete mode 100644 gfx/layers/d3d11/CompositorD3D11.fx
create mode 100644 gfx/layers/d3d11/CompositorD3D11.hlsl
delete mode 100644 gfx/layers/d3d11/CompositorD3D11VR.fx
create mode 100644 gfx/layers/d3d11/CompositorD3D11VR.hlsl
|
2014-12-17 11:47:06 -05:00 |
Jeff Gilbert
|
4c1235d464
|
Bug 1033124 - Use correct and more precise coeffs for YCbCr->RGB conversion. - r=mattwoodrow,r=bas
|
2014-07-02 17:48:18 -07:00 |
Nicholas Cameron
|
70b1e5d486
|
Bug 901722. Implement component alpha for d3d11 compositor. r=Bas
|
2013-08-09 11:30:19 +12:00 |
Bas Schouten
|
a999d47355
|
Bug 830347 - Part 2: Add the code for CompositorD3D11. r=jrmuizel
|
2013-05-03 19:34:29 +02:00 |
Kyle Huey
|
de21211adf
|
Back out bug 830347.
|
2013-05-08 12:04:11 -07:00 |
Bas Schouten
|
745964b1cd
|
Bug 830347 - Part 2: Add the code for CompositorD3D11. r=jrmuizel
|
2013-05-03 19:34:29 +02:00 |