godot/drivers/gles2
lawnjelly debda7f411 Reverting changes to legacy polys and generic prims
Due to my less than eagle-like view over these functions I had assumed they were passing in a single buffer input for the changes to make buffer uploading more efficient. They aren't, which is less than ideal.

So these particular changes should be reverted. When I have some more time I'll see whether the API for these calls can be changed, because as is the multiple glSubBufferData calls could be causing stalls on some hardware.
2020-10-22 10:01:25 +01:00
..
shaders Add fast approximate antialiasing (FXAA) to Viewport 2020-10-20 14:54:52 +02:00
rasterizer_canvas_base_gles2.cpp Reverting changes to legacy polys and generic prims 2020-10-22 10:01:25 +01:00
rasterizer_canvas_base_gles2.h Unified GLES2 / GLES3 Batching 2020-10-16 10:34:47 +01:00
rasterizer_canvas_gles2.cpp Unified GLES2 / GLES3 Batching 2020-10-16 10:34:47 +01:00
rasterizer_canvas_gles2.h Unified GLES2 / GLES3 Batching 2020-10-16 10:34:47 +01:00
rasterizer_gles2.cpp Unified GLES2 / GLES3 Batching 2020-10-16 10:34:47 +01:00
rasterizer_gles2.h Unified GLES2 / GLES3 Batching 2020-10-16 10:34:47 +01:00
rasterizer_scene_gles2.cpp Add fast approximate antialiasing (FXAA) to Viewport 2020-10-20 14:54:52 +02:00
rasterizer_scene_gles2.h Add fast approximate antialiasing (FXAA) to Viewport 2020-10-20 14:54:52 +02:00
rasterizer_storage_gles2.cpp Add fast approximate antialiasing (FXAA) to Viewport 2020-10-20 14:54:52 +02:00
rasterizer_storage_gles2.h Add fast approximate antialiasing (FXAA) to Viewport 2020-10-20 14:54:52 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
shader_compiler_gles2.cpp Fix mod op (%) implementation in GLES2 2020-10-02 11:43:19 +02:00
shader_compiler_gles2.h GLES2 Batching - prevent baking on VERTEX use in a shader 2020-06-19 09:42:04 +01:00
shader_gles2.cpp Added option to enable high precision float in GLES2 2020-07-30 05:40:15 +02:00
shader_gles2.h Fix the update logic for user-added custom defines. 2020-09-06 21:31:09 -07:00