Commit History

Author SHA1 Message Date
  clayjohn 6b4e26c479 Add compatibility handler to RADIANCE in sky shaders since the type was changed. 2 weeks ago
  Kaleb Reid 8ad335eae0 Divide screen texture by luminance multiplier in compatibility 5 months ago
  Luo Zhihao 5f737952fd ShaderCompiler: Optimize compilation error printing 4 months ago
  Apples d674c9e289 Add stencil support for spatial materials 2 years ago
  Thaddeus Crews 579feb387c Core: Add `[[nodiscard]]` to string-like classes 1 year ago
  A Thousand Ships 5113022dfe Clean up some uses of `String::substr` 11 months ago
  clayjohn 35100396e4 Validate varying count when compiling shaders 11 months ago
  Yufeng Ying e88e30c273 Remove unused headers in servers. 1 year ago
  Thaddeus Crews 3dacc5fb7f Merge pull request #95737 from Chaosus/shader_fix_varyings 1 year ago
  Chaosus a7bb85d2b7 Fix shader crash when using varyings with non-`flat` integer type 1 year ago
  Lukas Tenbrink b5c31ebb41 Add contains_char() for single-character 'contains' calls. 1 year ago
  Chaosus 5efe8ccdea Add prefix to struct member names in shader compiler 1 year ago
  Thaddeus Crews af77100e39 Merge pull request #92441 from Chaosus/shader_custom_func_overloads 1 year ago
  Yuri Rubinsky 1c86feee0a Implement custom function overloading in shading language 1 year ago
  Clay John 842f982397 Merge pull request #96819 from clayjohn/GLES3-instance-uniforms 1 year ago
  Dario e2c6daf7ef Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. 1 year ago
  David Snopek 1a6f8512bc Add external texture support (GLES3) 2 years ago
  Chaosus 4a16a0d60c Fix broken sky shader 1 year ago
  Chaosus 7d9ced5311 Fix shader crash when using unary minus in expression 1 year ago
  clayjohn 29df589632 Implement instance uniforms in Compatibility renderer 1 year ago
  Yuri Rubinsky af92fdb0ac Add basic support to evaluate operator value in shader language 1 year ago
  Yuri Rubinsky e41048e16e Fix texture samplers to not being last in the property list 1 year ago
  clayjohn ba3457dfff Emit normal_roughness compatibility code in custom functions 1 year ago
  Yuri Rubinsky 246a760323 Fix completion of functions with struct param/return type in shaders 1 year ago
  A Thousand Ships 955d5affa8 Reduce and prevent unnecessary random-access to `List` 1 year ago
  jsjtxietian 747ae429de Add missing check when insert function `normal_roughness_compatibility` 2 years ago
  Rémi Verschelde 6c390b620d Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy 2 years ago
  clayjohn 43cf21cb71 Use best fit normals for storing screen space normals 2 years ago
  Wilson E. Alvarez a3cb1b096f Add const references detected by clang-tidy 2 years ago
  jsjtxietian 967e0e6485 Fix int to uint implicit cast error when use uniform mat in gles3 2 years ago