summaryrefslogtreecommitdiff
path: root/drivers/gles3
AgeCommit message (Expand)Author
2017-12-18Merge pull request #14794 from endragor/remove-debug-logsRémi Verschelde
2017-12-18Remove debug logs that are of no use to end usersRuslan Mustakov
2017-12-17Cleanup some #if 0'd codeRémi Verschelde
2017-12-16Don't glBindTexture() on viewports without effectsHein-Pieter van Braam
2017-12-16Merge pull request #14614 from vitrig/fix-immediate-geometry-acts-strangelyJuan Linietsky
2017-12-14Fixes built-In "LIGHT" causing fragment compilation errorArnaud PEZEL
2017-12-14-Add lightmapperJuan Linietsky
2017-12-13Fix #14564 ImmediateGeometry normals act strangely compared to SurfaceToolPrzemyslaw Czarnota
2017-12-10Fix usage of signed type in skeleton shaderRémi Verschelde
2017-12-10PropertyEditor: Filter out resource_local_to_sceneRémi Verschelde
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
2017-12-09Merge pull request #13341 from scayze/interp_v2Rémi Verschelde
2017-12-09Merge pull request #13424 from MillionOstrich/particles-pause-fixRémi Verschelde
2017-12-08After a lot of trial and error, i think rim lighting implementation is now pe...Juan Linietsky
2017-12-07Added small bit of bias depending on lenght for contact shadows, fixes #12726Juan Linietsky
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
2017-12-06Fixed rim lighting glitch, closes #13340, closes #13986Juan Linietsky
2017-12-05Improve slang, especially in user-visible partsUnknown
2017-12-04-Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky
2017-12-03Disable invariant gl_Position to workaround Mesa bug 100316Rémi Verschelde
2017-12-01small fix so shadows dont need to use a separate material for world vertex co...Juan Linietsky
2017-12-01Properly take into consideration that VERTEX must be written to in opaque pre...Juan Linietsky
2017-11-30Stop particles resetting on pause.MillionOstrich
2017-11-27Added interpolation modifiers to shaderlangScayze
2017-11-26Merge pull request #13290 from Chaosus/projectionfixRémi Verschelde
2017-11-26Merge pull request #13264 from zatherz/feature/projectsettings_limitsJuan Linietsky
2017-11-26Fixed invalid transform when skip_vertex_transform usedChaosus
2017-11-26Merge pull request #13277 from DoctorAlpaca/masterJuan Linietsky
2017-11-26Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky
2017-11-27Fix shader compilation fail on Androidvolzhs
2017-11-25-Fixed height fog (was broken)Juan Linietsky
2017-11-25Fix particle preprocessing. Fixes #12460.Eric Wiltfang
2017-11-25Add range to anisotropic filter level (1 to 16 with integer steps)Zatherz
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-25Add ability to opt-out buffer swapping in `VS::draw()`Pedro J. Estébanez
2017-11-19Ability to change indirect light energy.Juan Linietsky
2017-11-20Merge pull request #13051 from akien-mga/check-gles3-supportRémi Verschelde
2017-11-19Check whether GL context supports the expected APIRémi Verschelde
2017-11-19Cleanup old references to GLES2 rendererRémi Verschelde
2017-11-17Merge pull request #12982 from tagcup/aabb_renameRémi Verschelde
2017-11-17Merge pull request #12924 from vnen/light-shaderJuan Linietsky
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-17Fix alpha dithering in viewports with TransparentBg=false and Usage=2D, issue...andrzej.buczynski
2017-11-14Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky
2017-11-14Enable light shaders when light variables are usedGeorge Marques
2017-11-13Do not enable light if atlas size is 0, closes #9335Juan Linietsky
2017-11-13Disable OpenGL warnings unless running with -v, closes #7171Juan Linietsky
2017-11-12remove half_texpixel in canvas since no longer usedJuan Linietsky
2017-11-11Fixed a bug where clamp_uv was clamping one pixel short, stretching the last ...Nathan Warden