summaryrefslogtreecommitdiff
path: root/servers
AgeCommit message (Expand)Author
2020-12-05Merge pull request #36382 from aaronfranke/unhide-the-hiddenRémi Verschelde
2020-12-05Frees CanvasShaderSDF reference (prevents warning at startup)Yuri Roubinsky
2020-12-04Rename RD texture "type" to "texture_type"Aaron Franke
2020-12-04Rename RD uniform "type" to "uniform_type"Aaron Franke
2020-12-04Rename XR get_type and get_nameAaron Franke
2020-12-05Merge pull request #44080 from akien-mga/doc-syncRémi Verschelde
2020-12-04RenderingServer reorganizationreduz
2020-12-04doc: Sync classref with current sourceRémi Verschelde
2020-12-04Merge pull request #44084 from vnen/float-is-realRémi Verschelde
2020-12-04Rename TYPE_REAL to TYPE_FLOATGeorge Marques
2020-12-03Reorganize rendering server.reduz
2020-12-02Refactored Mesh internals and formats.reduz
2020-11-30Fixed crash in canvas_item_add_polyline if color arr has incorrect sizeYuri Roubinsky
2020-11-28Merge pull request #42761 from fire/color-grading-3dRémi Verschelde
2020-11-28Environment brightness, contrast, saturation restore with color correction.clayjohn
2020-11-28Merge pull request #43828 from Chaosus/restore_line_antialiasingYuri Roubinsky
2020-11-28Merge pull request #42987 from clayjohn/VULKAN-sky-onlyRémi Verschelde
2020-11-28Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde
2020-11-27Restored antialiased lines by emulation using triangle stripsYuri Roubinsky
2020-11-26Implement signed distance fields for 2D shadersreduz
2020-11-26[Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg
2020-11-19fix for two incorrectly bound texture formatsJordan Schidlowsky
2020-11-18Check uniform set validity before freeingNick Swoboda
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-16Merge pull request #42167 from madmiraal/fix-42108Rémi Verschelde
2020-11-15Fix new transform to pixel snapping logicRémi Verschelde
2020-11-10Remove Attempted to free invalid ID errorRafał Mikrut
2020-11-10Merge pull request #43333 from YeldhamDev/global_rate_scale_minRémi Verschelde
2020-11-09Variant: Rename Type::_RID to Type::RIDRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-06Fix "unifom" typo in RasterizerStorageRD methodHugo Locurcio
2020-11-05Disallow setting the AudioServer's 'global_rate_scale' to a value equal or in...Michael Alexsander
2020-11-04doc: Sync classref with current source + fixup some bindingsRémi Verschelde
2020-11-04Implement DirectionalLight2Dreduz
2020-11-02Alpha Hash and Alpha2Coverage ImplementationMarios Staikopoulos
2020-10-30Refactor pixel snapping.reduz
2020-10-28Implement CanvasGroup and CanvasItem clippingreduz
2020-10-25Merge pull request #43058 from clayjohn/VULKAN-FXAA-bugRémi Verschelde
2020-10-24Remove extra exposure multiply in FXAAclayjohn
2020-10-24Refactored 2D shader and lighting systemreduz
2020-10-22Merge pull request #42949 from DavidSichma/shaderglobalsRémi Verschelde
2020-10-21Add sky_only setting to DirectionalLight3Dsclayjohn
2020-10-21Fix textureSize & texelFetch shader compilation errorsYuri Roubinsky
2020-10-21Shader globals bugfixesDavid Sichma
2020-10-20Remove unused `#define` from the tonemap shaderHugo Locurcio
2020-10-19Merge pull request #42915 from Yetizone/negative_lights_behaviorRémi Verschelde
2020-10-19Merge pull request #42913 from Calinou/debanding-fix-brightnessRémi Verschelde
2020-10-20tonemap.glsl: Ensure color parameter of tonemap_reinhard() is positiveYetizone
2020-10-19Fix debanding slightly brightening the whole viewportHugo Locurcio
2020-10-19Fix invalid buffer updates in SDFGIreduz