mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
fix license on xBRZ shaders to properly credit Zenju and HqMAME project
This commit is contained in:
parent
6850a0ab56
commit
91964d8a5b
|
@ -1,21 +1,5 @@
|
||||||
#version 450
|
#version 450
|
||||||
|
|
||||||
// 4xBRZ shader - Copyright (C) 2014-2016 DeSmuME team
|
|
||||||
//
|
|
||||||
// This file is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, either version 2 of the License, or
|
|
||||||
// (at your option) any later version.
|
|
||||||
//
|
|
||||||
// This file is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU General Public License
|
|
||||||
// along with the this software. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Hyllian's xBR-vertex code and texel mapping
|
Hyllian's xBR-vertex code and texel mapping
|
||||||
|
|
||||||
|
@ -40,6 +24,24 @@
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// This shader also uses code and/or concepts from xBRZ as it appears
|
||||||
|
// in the Desmume source code. The license for which is as follows:
|
||||||
|
|
||||||
|
// ****************************************************************************
|
||||||
|
// * This file is part of the HqMAME project. It is distributed under *
|
||||||
|
// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 *
|
||||||
|
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
|
||||||
|
// * *
|
||||||
|
// * Additionally and as a special exception, the author gives permission *
|
||||||
|
// * to link the code of this program with the MAME library (or with modified *
|
||||||
|
// * versions of MAME that use the same license as MAME), and distribute *
|
||||||
|
// * linked combinations including the two. You must obey the GNU General *
|
||||||
|
// * Public License in all respects for all of the code used other than MAME. *
|
||||||
|
// * If you modify this file, you may extend this exception to your version *
|
||||||
|
// * of the file, but you are not obligated to do so. If you do not wish to *
|
||||||
|
// * do so, delete this exception statement from your version. *
|
||||||
|
// ****************************************************************************
|
||||||
|
|
||||||
#define BLEND_NONE 0
|
#define BLEND_NONE 0
|
||||||
#define BLEND_NORMAL 1
|
#define BLEND_NORMAL 1
|
||||||
|
|
|
@ -1,21 +1,5 @@
|
||||||
#version 450
|
#version 450
|
||||||
|
|
||||||
// 5xBRZ shader - Copyright (C) 2014-2016 DeSmuME team
|
|
||||||
//
|
|
||||||
// This file is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, either version 2 of the License, or
|
|
||||||
// (at your option) any later version.
|
|
||||||
//
|
|
||||||
// This file is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU General Public License
|
|
||||||
// along with the this software. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Hyllian's xBR-vertex code and texel mapping
|
Hyllian's xBR-vertex code and texel mapping
|
||||||
|
|
||||||
|
@ -40,6 +24,24 @@
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// This shader also uses code and/or concepts from xBRZ as it appears
|
||||||
|
// in the Desmume source code. The license for which is as follows:
|
||||||
|
|
||||||
|
// ****************************************************************************
|
||||||
|
// * This file is part of the HqMAME project. It is distributed under *
|
||||||
|
// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 *
|
||||||
|
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
|
||||||
|
// * *
|
||||||
|
// * Additionally and as a special exception, the author gives permission *
|
||||||
|
// * to link the code of this program with the MAME library (or with modified *
|
||||||
|
// * versions of MAME that use the same license as MAME), and distribute *
|
||||||
|
// * linked combinations including the two. You must obey the GNU General *
|
||||||
|
// * Public License in all respects for all of the code used other than MAME. *
|
||||||
|
// * If you modify this file, you may extend this exception to your version *
|
||||||
|
// * of the file, but you are not obligated to do so. If you do not wish to *
|
||||||
|
// * do so, delete this exception statement from your version. *
|
||||||
|
// ****************************************************************************
|
||||||
|
|
||||||
#define BLEND_NONE 0
|
#define BLEND_NONE 0
|
||||||
#define BLEND_NORMAL 1
|
#define BLEND_NORMAL 1
|
||||||
|
|
|
@ -1,21 +1,5 @@
|
||||||
#version 450
|
#version 450
|
||||||
|
|
||||||
// 6xBRZ shader - Copyright (C) 2014-2016 DeSmuME team
|
|
||||||
//
|
|
||||||
// This file is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, either version 2 of the License, or
|
|
||||||
// (at your option) any later version.
|
|
||||||
//
|
|
||||||
// This file is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU General Public License
|
|
||||||
// along with the this software. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Hyllian's xBR-vertex code and texel mapping
|
Hyllian's xBR-vertex code and texel mapping
|
||||||
|
|
||||||
|
@ -40,6 +24,24 @@
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// This shader also uses code and/or concepts from xBRZ as it appears
|
||||||
|
// in the Desmume source code. The license for which is as follows:
|
||||||
|
|
||||||
|
// ****************************************************************************
|
||||||
|
// * This file is part of the HqMAME project. It is distributed under *
|
||||||
|
// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 *
|
||||||
|
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
|
||||||
|
// * *
|
||||||
|
// * Additionally and as a special exception, the author gives permission *
|
||||||
|
// * to link the code of this program with the MAME library (or with modified *
|
||||||
|
// * versions of MAME that use the same license as MAME), and distribute *
|
||||||
|
// * linked combinations including the two. You must obey the GNU General *
|
||||||
|
// * Public License in all respects for all of the code used other than MAME. *
|
||||||
|
// * If you modify this file, you may extend this exception to your version *
|
||||||
|
// * of the file, but you are not obligated to do so. If you do not wish to *
|
||||||
|
// * do so, delete this exception statement from your version. *
|
||||||
|
// ****************************************************************************
|
||||||
|
|
||||||
#define BLEND_NONE 0
|
#define BLEND_NONE 0
|
||||||
#define BLEND_NORMAL 1
|
#define BLEND_NORMAL 1
|
||||||
|
|
|
@ -3,22 +3,6 @@
|
||||||
// xBRZ freescale
|
// xBRZ freescale
|
||||||
// based on :
|
// based on :
|
||||||
|
|
||||||
// 4xBRZ shader - Copyright (C) 2014-2016 DeSmuME team
|
|
||||||
//
|
|
||||||
// This file is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, either version 2 of the License, or
|
|
||||||
// (at your option) any later version.
|
|
||||||
//
|
|
||||||
// This file is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU General Public License
|
|
||||||
// along with the this software. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Hyllian's xBR-vertex code and texel mapping
|
Hyllian's xBR-vertex code and texel mapping
|
||||||
|
|
||||||
|
@ -44,6 +28,24 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// This shader also uses code and/or concepts from xBRZ as it appears
|
||||||
|
// in the Desmume source code. The license for which is as follows:
|
||||||
|
|
||||||
|
// ****************************************************************************
|
||||||
|
// * This file is part of the HqMAME project. It is distributed under *
|
||||||
|
// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 *
|
||||||
|
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
|
||||||
|
// * *
|
||||||
|
// * Additionally and as a special exception, the author gives permission *
|
||||||
|
// * to link the code of this program with the MAME library (or with modified *
|
||||||
|
// * versions of MAME that use the same license as MAME), and distribute *
|
||||||
|
// * linked combinations including the two. You must obey the GNU General *
|
||||||
|
// * Public License in all respects for all of the code used other than MAME. *
|
||||||
|
// * If you modify this file, you may extend this exception to your version *
|
||||||
|
// * of the file, but you are not obligated to do so. If you do not wish to *
|
||||||
|
// * do so, delete this exception statement from your version. *
|
||||||
|
// ****************************************************************************
|
||||||
|
|
||||||
#define BLEND_NONE 0
|
#define BLEND_NONE 0
|
||||||
#define BLEND_NORMAL 1
|
#define BLEND_NORMAL 1
|
||||||
#define BLEND_DOMINANT 2
|
#define BLEND_DOMINANT 2
|
||||||
|
|
|
@ -1,24 +1,5 @@
|
||||||
#version 450
|
#version 450
|
||||||
|
|
||||||
// xBRZ freescale
|
|
||||||
// based on :
|
|
||||||
|
|
||||||
// 4xBRZ shader - Copyright (C) 2014-2016 DeSmuME team
|
|
||||||
//
|
|
||||||
// This file is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, either version 2 of the License, or
|
|
||||||
// (at your option) any later version.
|
|
||||||
//
|
|
||||||
// This file is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU General Public License
|
|
||||||
// along with the this software. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Hyllian's xBR-vertex code and texel mapping
|
Hyllian's xBR-vertex code and texel mapping
|
||||||
|
|
||||||
|
@ -44,6 +25,24 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// This shader also uses code and/or concepts from xBRZ as it appears
|
||||||
|
// in the Desmume source code. The license for which is as follows:
|
||||||
|
|
||||||
|
// ****************************************************************************
|
||||||
|
// * This file is part of the HqMAME project. It is distributed under *
|
||||||
|
// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 *
|
||||||
|
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
|
||||||
|
// * *
|
||||||
|
// * Additionally and as a special exception, the author gives permission *
|
||||||
|
// * to link the code of this program with the MAME library (or with modified *
|
||||||
|
// * versions of MAME that use the same license as MAME), and distribute *
|
||||||
|
// * linked combinations including the two. You must obey the GNU General *
|
||||||
|
// * Public License in all respects for all of the code used other than MAME. *
|
||||||
|
// * If you modify this file, you may extend this exception to your version *
|
||||||
|
// * of the file, but you are not obligated to do so. If you do not wish to *
|
||||||
|
// * do so, delete this exception statement from your version. *
|
||||||
|
// ****************************************************************************
|
||||||
|
|
||||||
#define BLEND_NONE 0
|
#define BLEND_NONE 0
|
||||||
#define BLEND_NORMAL 1
|
#define BLEND_NORMAL 1
|
||||||
#define BLEND_DOMINANT 2
|
#define BLEND_DOMINANT 2
|
||||||
|
|
|
@ -3,22 +3,6 @@
|
||||||
// xBRZ freescale
|
// xBRZ freescale
|
||||||
// based on :
|
// based on :
|
||||||
|
|
||||||
// 4xBRZ shader - Copyright (C) 2014-2016 DeSmuME team
|
|
||||||
//
|
|
||||||
// This file is free software: you can redistribute it and/or modify
|
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, either version 2 of the License, or
|
|
||||||
// (at your option) any later version.
|
|
||||||
//
|
|
||||||
// This file is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU General Public License
|
|
||||||
// along with the this software. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Hyllian's xBR-vertex code and texel mapping
|
Hyllian's xBR-vertex code and texel mapping
|
||||||
|
|
||||||
|
@ -44,6 +28,24 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// This shader also uses code and/or concepts from xBRZ as it appears
|
||||||
|
// in the Desmume source code. The license for which is as follows:
|
||||||
|
|
||||||
|
// ****************************************************************************
|
||||||
|
// * This file is part of the HqMAME project. It is distributed under *
|
||||||
|
// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 *
|
||||||
|
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
|
||||||
|
// * *
|
||||||
|
// * Additionally and as a special exception, the author gives permission *
|
||||||
|
// * to link the code of this program with the MAME library (or with modified *
|
||||||
|
// * versions of MAME that use the same license as MAME), and distribute *
|
||||||
|
// * linked combinations including the two. You must obey the GNU General *
|
||||||
|
// * Public License in all respects for all of the code used other than MAME. *
|
||||||
|
// * If you modify this file, you may extend this exception to your version *
|
||||||
|
// * of the file, but you are not obligated to do so. If you do not wish to *
|
||||||
|
// * do so, delete this exception statement from your version. *
|
||||||
|
// ****************************************************************************
|
||||||
|
|
||||||
#define BLEND_NONE 0
|
#define BLEND_NONE 0
|
||||||
#define BLEND_NORMAL 1
|
#define BLEND_NORMAL 1
|
||||||
#define BLEND_DOMINANT 2
|
#define BLEND_DOMINANT 2
|
||||||
|
|
Loading…
Reference in a new issue