xref: /dflybsd-src/sys/dev/drm/radeon/si_blit_shaders.h (revision 57e252bfa9ffec9f583f486376e43c8b2c0b8809)
1*926deccbSFrançois Tigeot /*
2*926deccbSFrançois Tigeot  * Copyright 2011 Advanced Micro Devices, Inc.
3*926deccbSFrançois Tigeot  *
4*926deccbSFrançois Tigeot  * Permission is hereby granted, free of charge, to any person obtaining a
5*926deccbSFrançois Tigeot  * copy of this software and associated documentation files (the "Software"),
6*926deccbSFrançois Tigeot  * to deal in the Software without restriction, including without limitation
7*926deccbSFrançois Tigeot  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8*926deccbSFrançois Tigeot  * and/or sell copies of the Software, and to permit persons to whom the
9*926deccbSFrançois Tigeot  * Software is furnished to do so, subject to the following conditions:
10*926deccbSFrançois Tigeot  *
11*926deccbSFrançois Tigeot  * The above copyright notice and this permission notice (including the next
12*926deccbSFrançois Tigeot  * paragraph) shall be included in all copies or substantial portions of the
13*926deccbSFrançois Tigeot  * Software.
14*926deccbSFrançois Tigeot  *
15*926deccbSFrançois Tigeot  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16*926deccbSFrançois Tigeot  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17*926deccbSFrançois Tigeot  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
18*926deccbSFrançois Tigeot  * THE COPYRIGHT HOLDER(S) AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
19*926deccbSFrançois Tigeot  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20*926deccbSFrançois Tigeot  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21*926deccbSFrançois Tigeot  * DEALINGS IN THE SOFTWARE.
22*926deccbSFrançois Tigeot  *
23*926deccbSFrançois Tigeot  */
24*926deccbSFrançois Tigeot 
25*926deccbSFrançois Tigeot #ifndef SI_BLIT_SHADERS_H
26*926deccbSFrançois Tigeot #define SI_BLIT_SHADERS_H
27*926deccbSFrançois Tigeot 
28*926deccbSFrançois Tigeot extern const u32 si_default_state[];
29*926deccbSFrançois Tigeot 
30*926deccbSFrançois Tigeot extern const u32 si_default_size;
31*926deccbSFrançois Tigeot 
32*926deccbSFrançois Tigeot #endif
33