Commit History

Author SHA1 Message Date
  Dario cc4d39b0c1 Acyclic Command Graph for RenderingDevice. 1 year ago
  EddieBreeg 8747c67d9e Fix potential integer underflow in rounded up divisions 2 years ago
  Rémi Verschelde d351d40e29 Merge pull request #82877 from tomissj2/master 1 year ago
  Rémi Verschelde 7ee2eb5c92 Merge pull request #80992 from viksl/volumetric-fog-NaN-issues 1 year ago
  tomissj2 e906eb8433 Fog Shader bugfix: 'global_variables' : undeclared identifier 1 year ago
  A Thousand Ships fdd3d36c6d [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 2 years ago
  Dario 9b91750fb1 Fix mipmap bias behavior by refactoring how samplers are created by Material Storage. 2 years ago
  viksl 00c2fb4a08 Instead of Vector2() start volumetric fog at frustum_near_size to avoid INF and NaN in shaders. 2 years ago
  clayjohn 57eb762bae Add option to enable HDR rendering in 2D 2 years ago
  Yuri Sizov bb15241e06 Merge pull request #77740 from ChibiDenDen/simplify_vulkan 2 years ago
  ChibiDenDen 35715e510f replace sampler arrays with constant sampler elements 2 years ago
  Pedro J. Estébanez f08f67308e Fix management of life cycle of vol. fog related uniform sets 2 years ago
  Bastiaan Olij 57f343ab21 Conditionally free GI and FOG resources, they may not have been created 2 years ago
  Pedro J. Estébanez c58e50adcc Fix additional cases of breakage of rendering effects 2 years ago
  Pedro J. Estébanez 2beed0d5dc Fix breakages of volumetric fog on voxel GI changes 2 years ago
  Marius Hanl a59819630d Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D 3 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  clayjohn 1b330820bf Implement render_target_was_used API so that Viewports can properly check if they have been used. 2 years ago
  Yuri Rubinsky 56954485ed Refactor `ShaderData` & fix the sorting of shader uniforms 2 years ago
  Markus Sauermann 3b14f0334c Remove redundant Variant-types initializations 2 years ago
  Rémi Verschelde ecd4ab1e14 Merge pull request #66683 from clayjohn/SRGB-canvasitem 2 years ago
  Bastiaan Olij ddc4ae1175 Move cluster builder, sdfgi and gi structures to clustered renderer, move light and probe elements into storage and reorganise our render_scene method. 3 years ago
  clayjohn 06d0e56559 Default CanvasItem materials to not convert uniform colors to linear space. 2 years ago
  Rémi Verschelde 7ab01450cf Fix MSVC warning C4702: unreachable code 2 years ago
  Rémi Verschelde c82bbc38a5 Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param 3 years ago
  Bastiaan Olij 2cd84be64d Extracting render buffers and changing it to a more generic solution 3 years ago
  Yuri Rubinsky 8191b3c110 Rename `uniform` to `parameter` across the engine 3 years ago
  bruvzg e7464e7a30 Fix macOS and iOS defines in the rendering code. 3 years ago
  Hugo Locurcio db22b7ded0 Rename shader parameter uniform setter/getter methods for consistency 3 years ago
  Bastiaan Olij 81c6f73109 Changed storage structs to private 3 years ago