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