aboutsummaryrefslogtreecommitdiff
path: root/drivers/gles2/rasterizer_storage_gles2.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18495 from Zylann/partial_texture_updateJuan Linietsky2018-05-071-0/+1
|\ | | | | Added partial texture update to VisualServer
| * Added partial texture update to VisualServerMarc Gilleron2018-04-291-0/+1
| |
* | Skeleton for 2D WIPJuan Linietsky2018-05-031-0/+1
|/
* s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson2018-03-211-2/+2
|
* add GLES 2 renderer for 2Dkarroffel2018-03-011-0/+838
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.