aboutsummaryrefslogtreecommitdiff
path: root/drivers/gles2/rasterizer_canvas_gles2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson2018-03-211-2/+2
|
* fix GLES2 line renderingkarroffel2018-03-021-1/+3
| | | | fixes #17147
* add GLES 2 renderer for 2Dkarroffel2018-03-011-0/+1145
This commit adds a new rendering backend, GLES2, and adds a project setting to enable it. Currently this backend can only be used on the X11 platform, but integrating into other platforms is planned.