Philip Rebohle
|
18d2905bf7
|
[dxvk] Remove unused alphaToOne state
Nothing supports this anyway, so no reason to carry it around.
|
2019-04-01 02:31:22 +02:00 |
|
Joshua Ashton
|
5ea8648cd9
|
[d3d11, d3d10, dxgi] Handle null ppvObject in QueryInterface. (#909)
When a null ppvObject is passed into a QueryInterface on any IUnknown, a E_POINTER should be returned as the result (and it should not crash.)
This matches native d3d11/d3d10/dxgi behaviour and the documentation found here https://docs.microsoft.com/en-us/windows/desktop/api/unknwn/nf-unknwn-iunknown-queryinterface(q_) for IUnknown.
|
2019-02-10 08:01:01 +01:00 |
|
Philip Rebohle
|
f2381ac4eb
|
[d3d10] Implement D3D10BlendState
|
2018-08-13 17:22:41 +02:00 |
|
ZeroFault
|
768a078250
|
[d3d11] Implement state block normalization (#333)
* [d3d11] implement stateblock normalization
* add const to default state description object
* fix code formatting
* Correct the blend state normalization
* add missing error return
* code cleanup and refactoring
* remove unecessary const qualifier and fix code formatting
* [d3d11] Cosmetic changes
|
2018-04-30 10:41:57 +02:00 |
|
Philip Rebohle
|
bd5254f8d3
|
[d3d11] Fixed compiler errors
Why the hell did my GCC not complain about this earlier?
|
2018-04-08 22:26:35 +02:00 |
|
Philip Rebohle
|
2973c18055
|
[dxgi/d3d11] Remove COM_QUERY_INTERFACE macro, reset pointers
May fix some crashes in applications that rely on the returned
pointer being set to nullptr before returning.
|
2018-04-02 12:52:02 +02:00 |
|
Philip Rebohle
|
11d8eb3be4
|
[d3d11] Implemented D3D11BlendState1
|
2018-03-18 23:27:29 +01:00 |
|
Mikhail Paulyshka
|
b17568deba
|
[dxgi,d3d11] log unknown interfaces GUID (#154)
* [d3d11] log unknown interfaces GUID in QueryInterface()
* [dxgi] log unknown interfaces GUID in QueryInterface()
|
2018-03-12 12:05:43 +01:00 |
|
Philip Rebohle
|
e89c7e9276
|
[d3d11] Added test case for occlusion queries and small improvements
|
2018-02-19 11:27:14 +01:00 |
|
Philip Rebohle
|
5a42512028
|
[dxbc] Silence DclIndexRange warnings
|
2018-02-08 10:17:59 +01:00 |
|
Philip Rebohle
|
e25f4b2299
|
[d3d11] Implemented ClearUnorderedAccessViewUint for images
|
2018-02-04 23:57:43 +01:00 |
|
Philip Rebohle
|
4c8c23eea1
|
[d3d11] Reduced log spamming, improved parameter naming consistency
|
2018-01-16 20:10:49 +01:00 |
|
Philip Rebohle
|
2a266eaad4
|
[general] Added 32-bit support
|
2017-12-12 12:50:52 +01:00 |
|
Philip Rebohle
|
037e9a643d
|
[d3d11] Fixed yet another ref counting bug
|
2017-12-11 17:01:38 +01:00 |
|
Philip Rebohle
|
50b7293b8f
|
[d3d11] Implemented blend state and depth-stencil state binding
|
2017-12-11 14:11:18 +01:00 |
|
Philip Rebohle
|
4144e3229a
|
[d3d11] Implemented blend state creation
|
2017-12-11 13:03:07 +01:00 |
|