Matteo Bruni : include: Add comments for render states added with newer D3D versions.

Alexandre Julliard julliard at winehq.org
Mon Apr 10 15:37:17 CDT 2017


Module: wine
Branch: master
Commit: 1bde74854991cbc5975aef147be87b7df79a637d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1bde74854991cbc5975aef147be87b7df79a637d

Author: Matteo Bruni <mbruni at 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 at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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,




More information about the wine-cvs mailing list