Module: wine Branch: master Commit: 1bde74854991cbc5975aef147be87b7df79a637d URL: http://source.winehq.org/git/wine.git/?a=commit;h=1bde74854991cbc5975aef147b...
Author: Matteo Bruni mbruni@codeweavers.com Date: Sun Apr 9 21:03:35 2017 +0200
include: Add comments for render states added with newer D3D versions.
Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/d3dtypes.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/d3dtypes.h b/include/d3dtypes.h index 75aee55..fe7f3b2 100644 --- a/include/d3dtypes.h +++ b/include/d3dtypes.h @@ -867,6 +867,7 @@ typedef enum { D3DRENDERSTATE_FOGEND = 37, D3DRENDERSTATE_FOGDENSITY = 38, D3DRENDERSTATE_STIPPLEENABLE = 39, + /* d3d5 */ D3DRENDERSTATE_EDGEANTIALIAS = 40, D3DRENDERSTATE_COLORKEYENABLE = 41, D3DRENDERSTATE_BORDERCOLOR = 43, @@ -877,6 +878,7 @@ typedef enum { D3DRENDERSTATE_RANGEFOGENABLE = 48, D3DRENDERSTATE_ANISOTROPY = 49, D3DRENDERSTATE_FLUSHBATCH = 50, + /* d3d6 */ D3DRENDERSTATE_TRANSLUCENTSORTINDEPENDENT = 51,
D3DRENDERSTATE_STENCILENABLE = 52, @@ -930,6 +932,7 @@ typedef enum { D3DRENDERSTATE_WRAP5 = 133, D3DRENDERSTATE_WRAP6 = 134, D3DRENDERSTATE_WRAP7 = 135, + /* d3d7 */ D3DRENDERSTATE_CLIPPING = 136, D3DRENDERSTATE_LIGHTING = 137, D3DRENDERSTATE_EXTENTS = 138,