summaryrefslogtreecommitdiffstats
path: root/drivers/gles3
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of normals that approach 1Nick Hahn2018-08-121-1/+1
* Merge pull request #20681 from DavidSichma/masterJuan Linietsky2018-08-081-0/+5
|\
| * Keeping track of discardDavid Sichma2018-08-021-0/+5
* | Tweak the default SpatialMaterial propertiesHugo Locurcio2018-08-071-7/+7
* | Added proper import support for 3D and Array texturesJuan Linietsky2018-08-062-2/+6
* | add 3D texturesThomas Herzog2018-07-306-68/+275
|/
* Clear color was not correctly being set, fixes #4939Juan Linietsky2018-07-291-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-264-64/+64
* Merge pull request #20448 from volzhs/duplicated-codeRémi Verschelde2018-07-251-22/+1
|\
| * Remove duplicated codesvolzhs2018-07-251-22/+1
* | Merge pull request #18368 from Gamblify/RasterizerEngineSyncRémi Verschelde2018-07-254-20/+7
|\ \ | |/ |/|
| * Rasterizers are now in sync with engineGustav Lund2018-06-054-20/+7
* | Implemented Soft bodyAndreaCatania2018-07-232-20/+0
* | Added some API to visual server so from control VRAM buffer is more easyAndreaCatania2018-07-232-2/+24
* | transmission was broken, fix was made. Also fixed treshold.Juan Linietsky2018-07-223-12/+12
* | Fix opaque pre pass not casting shadowsJuan Linietsky2018-07-223-2/+8
* | Shader lang: Properly assign INSTANCE_ID to gl_InstanceIDRémi Verschelde2018-07-221-7/+1
* | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-193-4/+4
* | Add disable ambient light flag to shaders and materialsAlex Roman2018-07-172-30/+27
* | Revert "Fix #19507 Not emitted particles affects performance"Max Hilbrunner2018-07-173-11/+0
* | Merge pull request #19764 from malbach/godot_malbachMax Hilbrunner2018-07-173-0/+11
|\ \
| * | Fix #19507 Not emitted particles affects performancemalbach2018-06-253-0/+11
| |/
* | Finally figured out how to implement AnimatedTexture properly.Juan Linietsky2018-07-164-0/+32
* | Merge pull request #20096 from CptPotato/19163-aces-whitepointMax Hilbrunner2018-07-121-230/+218
|\ \
| * | reformatted and restructured tonemap.glslalex-poe2018-07-121-231/+218
| * | added 'whitepoint' to ACES tonemappingalex-2b17x42018-07-111-4/+5
* | | Merge pull request #19707 from toger5/fix_clipping_vflipMax Hilbrunner2018-07-121-7/+12
|\ \ \
| * | | fix clipping with v_flip fixes: #2929toger52018-06-161-7/+12
| | |/ | |/|
* | | fix wrong loop condition in MultiMesh allocationkarroffel2018-07-101-1/+1
| |/ |/|
* | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky2018-07-063-12/+163
* | Move light 2D rotation to vertex shaderJFonS2018-07-051-5/+10
* | Fix regression of 2D light heightJFonS2018-07-041-1/+5
* | Merge pull request #19807 from JFonS/fix_light_vec_rotationRémi Verschelde2018-07-041-3/+2
|\ \
| * | Fix rotation of 2D lightsJFonS2018-06-191-3/+2
| |/
* | Merge pull request #19786 from JFonS/correct_normal_scalingRémi Verschelde2018-07-042-0/+13
|\ \
| * | Add render mode to ensure correct normals when using non-uniform scalingJFonS2018-06-212-0/+13
| |/
* | Merge pull request #19682 from dragmz/particles_redraw_fixMax Hilbrunner2018-07-031-0/+3
|\ \
| * | prevent redraws when an inactive Particles2D node is presentMarcin Zawiejski2018-06-201-0/+3
| |/
* / Added ability for SSAO to affect AO textures tooJuan Linietsky2018-07-023-7/+13
|/
* Merge pull request #19029 from BastiaanOlij/more_viewport_texture_fixesBastiaan Olij2018-05-272-8/+6
|\
| * Fixed generating radiance texture when using viewport texture for skyBastiaan Olij2018-05-192-8/+6
* | Merge pull request #18884 from bojidar-bg/17698-screentex-bugMax Hilbrunner2018-05-262-5/+5
|\ \ | |/ |/|
| * Fix a corner-case bug in _copy_texscreen in the gles3 rendererBojidar Marinov2018-05-152-5/+5
* | Fix UWP build after #14622.bruvzg2018-05-181-2/+2
* | Fixes issue that a viewport texture doesn't work with particle shaderBastiaan Olij2018-05-181-0/+3
|/
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-081-1/+47
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-1/+47
* | Merge pull request #17845 from JFonS/disable_spatial_shadowsJuan Linietsky2018-05-072-0/+7
|\ \
| * | Added flag on SpatialMaterial to disable shadowsJFonS2018-03-292-0/+7
* | | Merge pull request #18159 from ShyRed/viewportskyJuan Linietsky2018-05-071-1/+5
|\ \ \