Mercurial > sdl-ios-xcode
comparison src/render/opengles2/SDL_render_gles2.c @ 5265:62d2bc792002
itsnotabigtruck has given me permission to replace the license for his contribution.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 11 Feb 2011 19:11:27 -0800 |
parents | 7a963be087ef |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
5264:6a65c1fc07af | 5265:62d2bc792002 |
---|---|
1 /* | 1 /* |
2 SDL - Simple DirectMedia Layer | 2 SDL - Simple DirectMedia Layer |
3 Copyright (C) 1997-2010 Sam Lantinga | |
3 Copyright (C) 2010 itsnotabigtruck. | 4 Copyright (C) 2010 itsnotabigtruck. |
4 | 5 |
5 Permission is hereby granted, free of charge, to any person obtaining a | 6 This library is free software; you can redistribute it and/or |
6 copy of this software and associated documentation files (the "Software"), | 7 modify it under the terms of the GNU Lesser General Public |
7 to deal in the Software without restriction, including without limitation | 8 License as published by the Free Software Foundation; either |
8 the rights to use, copy, modify, merge, publish, distribute, sublicense, | 9 version 2.1 of the License, or (at your option) any later version. |
9 and/or sell copies of the Software, and to permit persons to whom the | 10 |
10 Software is furnished to do so, subject to the following conditions: | 11 This library is distributed in the hope that it will be useful, |
11 | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 The above copyright notice and this permission notice shall be included in | 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 all copies or substantial portions of the Software. | 14 Lesser General Public License for more details. |
14 | 15 |
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 16 You should have received a copy of the GNU Lesser General Public |
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 17 License along with this library; if not, write to the Free Software |
17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 18 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
18 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 19 |
19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 20 Sam Lantinga |
20 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 21 slouken@libsdl.org |
21 DEALINGS IN THE SOFTWARE. | |
22 */ | 22 */ |
23 | |
24 #include "SDL_config.h" | 23 #include "SDL_config.h" |
25 | 24 |
26 #if SDL_VIDEO_RENDER_OGL_ES2 && !SDL_RENDER_DISABLED | 25 #if SDL_VIDEO_RENDER_OGL_ES2 && !SDL_RENDER_DISABLED |
27 | 26 |
28 #include "SDL_opengles2.h" | 27 #include "SDL_opengles2.h" |