summaryrefslogtreecommitdiff
path: root/src/render/opengles2/SDL_shaders_gles2.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-09-08gles2: Major renderer optimization. Work in progress!Ryan C. Gordon1-14/+14
2018-08-28GLES2: Get sin/cos out of vertex shaderAndreas Müller1-5/+9
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-12-12Added support for Android video texturesSam Lantinga1-0/+31
2017-11-12Updated SDL's YUV support, many thanks to Adrien DescampsSam Lantinga1-83/+260
2017-08-14Implemented more flexible blending modes for accelerated renderersSam Lantinga1-556/+11
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-05-16Code style cleanup in the GLES and GLES2 render backends.Alex Szpakowski1-12/+6
2014-08-06Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderersSam Lantinga1-0/+82
2014-06-07dront78 implemented YUV texture support for OpenGL ES 2.0Sam Lantinga1-0/+45
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-11-24Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon1-1/+1
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-6/+6
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2012-09-27Removed executable bit from source filesSam Lantinga1-0/+0
2012-06-01RenderCopyEx,rotation and flipping for all hardware/software backends (#1308)Gabriel Jacobo1-2/+9
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-12-29Fixed bug 1335 - Added support for different pixel formats in OpenGL ES 2 ren...Sam Lantinga1-25/+262
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-20/+18
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-02-11itsnotabigtruck has given me permission to replace the license for his contri...Sam Lantinga1-18/+17
2011-02-08Made it possible to disable the rendering subsystem with configure --disable-...Sam Lantinga1-2/+2
2011-02-06Fixed building on Android, added SDL_opengles2.h, removed unnecessary SDL_gle...Sam Lantinga1-7/+1
2011-02-06Added an OpenGL ES 2.0 renderer, contributed by itsnotabigtruckSam Lantinga1-0/+550