aboutsummaryrefslogtreecommitdiff
path: root/drivers/gles3
Commit message (Expand)AuthorAgeFilesLines
* -Added proper access to depth texture from shaderJuan Linietsky2017-06-071-0/+1
* Fog is complete!Juan Linietsky2017-06-073-0/+183
* -working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky2017-06-058-47/+194
* Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-054-45/+45
|\
| * renamed all Rect2.pos to Rect2.positionalexholly2017-06-044-45/+45
* | Added depth texture support (using parallax) to default material.Juan Linietsky2017-06-041-0/+5
* | subsurface scattering is fixed and working againJuan Linietsky2017-06-036-19/+27
|/
* many fixes to image loader, voxel cone tracing, etc.Juan Linietsky2017-06-021-1/+1
* GI probes working back againJuan Linietsky2017-06-011-4/+4
* Rework shading modes and change location of light shaderJuan Linietsky2017-06-017-24/+87
* stuff got modified :(Juan Linietsky2017-05-311-2/+3
* rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky2017-05-313-56/+41
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-305-32/+47
* -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-262-16/+54
* Removed skybox support, added panorama support. Skybox support may come back ...Juan Linietsky2017-05-256-82/+148
* More fixes for iOS Godot 3.0BastiaanOlij2017-05-231-0/+5
* Added texture_get_texidBastiaanOlij2017-05-202-0/+9
* Merge pull request #8793 from ippan/shader_varyingRémi Verschelde2017-05-181-1/+1
|\
| * fix varying in 3.0 shaderPanPan2017-05-171-1/+1
* | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-174-42/+43
|/
* Revert "Particles potential crash fix"Andreas Haas2017-05-151-2/+0
* Particles potential crash fixhonix2017-05-151-0/+2
* Merge pull request #8589 from tagcup/dxt1_fixRémi Verschelde2017-05-021-1/+1
|\
| * Use correct mode for DXT1 textures.Ferenc Arn2017-04-291-1/+1
* | Fix compilation for UWPGeorge Marques2017-04-291-1/+1
|/
* Fix property warnings and hide some debug printsRémi Verschelde2017-04-233-11/+5
* Merge pull request #8388 from Dobbias/fix_#8381Rémi Verschelde2017-04-181-6/+6
|\
| * replaced incompatible keywords/functionDobbias2017-04-131-6/+6
* | Fix FBO depth texture formatL. Krause2017-04-151-2/+2
|/
* -Fixed crash with splash screen on windowsJuan Linietsky2017-04-091-0/+1
* Restored (And auto-generated) splash imageJuan Linietsky2017-04-092-0/+58
* -Fix eternal black screen on WindowsJuan Linietsky2017-04-091-1/+1
* Particle system is complete. Rejoice!Juan Linietsky2017-04-085-39/+286
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0812-0/+12
* Fix build on older GCC versionsRémi Verschelde2017-04-071-1/+1
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-069-236/+520
* Merge pull request #8211 from robertdhernandez/NinePatch-FixRémi Verschelde2017-04-031-13/+13
|\
| * Fixed AtlasTexture being incorrectlyRobert Hernandez2017-03-301-13/+13
* | Fix failing to compile shader on Adreno GPUvolzhs2017-04-021-9/+9
|/
* Fix typos in source code using codespellRémi Verschelde2017-03-242-2/+2
* Several fixes to Android exporter and port.Juan Linietsky2017-03-231-89/+83
* Some WebGL 2 and build fixes/clean-upeska2017-03-171-2/+1
* more html5 fixesJuan Linietsky2017-03-141-0/+3
* Merge pull request #8009 from Calinou/directional_shadow_interpolationRémi Verschelde2017-03-131-2/+2
|\
| * Improve directional shadow filtering by using linear interpolationHugo Locurcio2017-03-111-2/+2
* | Merge pull request #7981 from RandomShaper/position-for-2d-shadersRémi Verschelde2017-03-131-0/+1
|\ \
| * | Map POSITION to gl_FragCoord.xy for 2D shadersPedro J. Estébanez2017-03-081-0/+1
| |/
* / converted skeletons from uniform to textureJuan Linietsky2017-03-124-141/+189
|/
* Make that Whole New World great againRémi Verschelde2017-03-051-1/+3
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0512-6767/+5666