1 #ifndef NV_3DDEFS_XML 2 #define NV_3DDEFS_XML 3 4 /* Autogenerated file, DO NOT EDIT manually! 5 6 This file was generated by the rules-ng-ng headergen tool in this git repository: 7 http://github.com/envytools/envytools/ 8 git clone https://github.com/envytools/envytools.git 9 10 The rules-ng-ng source files this header was generated from are: 11 - rnndb/graph/nv_3ddefs.xml ( 16390 bytes, from 2014-09-25 06:32:11) 12 - rnndb/copyright.xml ( 6452 bytes, from 2013-05-14 03:57:49) 13 14 Copyright (C) 2006-2014 by the following authors: 15 - Artur Huillet <arthur.huillet@free.fr> (ahuillet) 16 - Ben Skeggs (darktama, darktama_) 17 - B. R. <koala_br@users.sourceforge.net> (koala_br) 18 - Carlos Martin <carlosmn@users.sf.net> (carlosmn) 19 - Christoph Bumiller <e0425955@student.tuwien.ac.at> (calim, chrisbmr) 20 - Dawid Gajownik <gajownik@users.sf.net> (gajownik) 21 - Dmitry Baryshkov 22 - Dmitry Eremin-Solenikov <lumag@users.sf.net> (lumag) 23 - EdB <edb_@users.sf.net> (edb_) 24 - Erik Waling <erikwailing@users.sf.net> (erikwaling) 25 - Francisco Jerez <currojerez@riseup.net> (curro) 26 - imirkin <imirkin@users.sf.net> (imirkin) 27 - jb17bsome <jb17bsome@bellsouth.net> (jb17bsome) 28 - Jeremy Kolb <kjeremy@users.sf.net> (kjeremy) 29 - Laurent Carlier <lordheavym@gmail.com> (lordheavy) 30 - Luca Barbieri <luca@luca-barbieri.com> (lb, lb1) 31 - Maarten Maathuis <madman2003@gmail.com> (stillunknown) 32 - Marcin Kościelnicki <koriakin@0x04.net> (mwk, koriakin) 33 - Mark Carey <mark.carey@gmail.com> (careym) 34 - Matthieu Castet <matthieu.castet@parrot.com> (mat-c) 35 - nvidiaman <nvidiaman@users.sf.net> (nvidiaman) 36 - Patrice Mandin <patmandin@gmail.com> (pmandin, pmdata) 37 - Pekka Paalanen <pq@iki.fi> (pq, ppaalanen) 38 - Peter Popov <ironpeter@users.sf.net> (ironpeter) 39 - Richard Hughes <hughsient@users.sf.net> (hughsient) 40 - Rudi Cilibrasi <cilibrar@users.sf.net> (cilibrar) 41 - Serge Martin 42 - Simon Raffeiner 43 - Stephane Loeuillet <leroutier@users.sf.net> (leroutier) 44 - Stephane Marchesin <stephane.marchesin@gmail.com> (marcheu) 45 - sturmflut <sturmflut@users.sf.net> (sturmflut) 46 - Sylvain Munaut <tnt@246tNt.com> 47 - Victor Stinner <victor.stinner@haypocalc.com> (haypo) 48 - Wladmir van der Laan <laanwj@gmail.com> (miathan6) 49 - Younes Manton <younes.m@gmail.com> (ymanton) 50 51 Permission is hereby granted, free of charge, to any person obtaining 52 a copy of this software and associated documentation files (the 53 "Software"), to deal in the Software without restriction, including 54 without limitation the rights to use, copy, modify, merge, publish, 55 distribute, sublicense, and/or sell copies of the Software, and to 56 permit persons to whom the Software is furnished to do so, subject to 57 the following conditions: 58 59 The above copyright notice and this permission notice (including the 60 next paragraph) shall be included in all copies or substantial 61 portions of the Software. 62 63 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 64 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 65 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 66 IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE 67 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 68 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 69 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 70 */ 71 72 73 #define NV50_BLEND_FACTOR_ZERO 0x00004000 74 #define NV50_BLEND_FACTOR_ONE 0x00004001 75 #define NV50_BLEND_FACTOR_SRC_COLOR 0x00004300 76 #define NV50_BLEND_FACTOR_ONE_MINUS_SRC_COLOR 0x00004301 77 #define NV50_BLEND_FACTOR_SRC_ALPHA 0x00004302 78 #define NV50_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA 0x00004303 79 #define NV50_BLEND_FACTOR_DST_ALPHA 0x00004304 80 #define NV50_BLEND_FACTOR_ONE_MINUS_DST_ALPHA 0x00004305 81 #define NV50_BLEND_FACTOR_DST_COLOR 0x00004306 82 #define NV50_BLEND_FACTOR_ONE_MINUS_DST_COLOR 0x00004307 83 #define NV50_BLEND_FACTOR_SRC_ALPHA_SATURATE 0x00004308 84 #define NV50_BLEND_FACTOR_CONSTANT_COLOR 0x0000c001 85 #define NV50_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR 0x0000c002 86 #define NV50_BLEND_FACTOR_CONSTANT_ALPHA 0x0000c003 87 #define NV50_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA 0x0000c004 88 #define NV50_BLEND_FACTOR_SRC1_COLOR 0x0000c900 89 #define NV50_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR 0x0000c901 90 #define NV50_BLEND_FACTOR_SRC1_ALPHA 0x0000c902 91 #define NV50_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA 0x0000c903 92 93 #endif /* NV_3DDEFS_XML */ 94