2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  Yuri Roubinsky fd9c92d4ab Add a shader warning when the uniform buffer limit is exceeded 3 жил өмнө
  Rémi Verschelde 9221c0f8ad Merge pull request #56190 from Chaosus/shader_varying_pass_to_func 3 жил өмнө
  luz paz a124f1effe Fix various typos 3 жил өмнө
  Yuri Roubinsky 108b6a2000 Allow pass varyings as out param to the function, when it's possible 3 жил өмнө
  Yuri Roubinsky e8a457ba89 Refactor render_mode in shaders, forbid declaring duplicates 3 жил өмнө
  Rémi Verschelde be83968b6b Merge pull request #55970 from Chaosus/shader_fix_struct_warning 3 жил өмнө
  Yuri Roubinsky 1414a7be91 Fix struct usage passing to shader warning system 3 жил өмнө
  Yuri Roubinsky f0a58af12f Rename shader hint `filter_anisotropy` to `filter_anisotropic` 3 жил өмнө
  Yuri Roubinsky 25a2241e7d Fix shader array parsing in variable declaration 3 жил өмнө
  Rémi Verschelde de8348a9b3 Merge pull request #55903 from Chaosus/shader_struct 3 жил өмнө
  Yuri Roubinsky 09185d76ac Rename shader hint `filter_aniso` to `filter_anisotropy` 3 жил өмнө
  Yuri Roubinsky 31cc6ba622 Allow declaring multiple members in one expression in shader structs 3 жил өмнө
  Yuri Roubinsky 8862d1426d Restore shader parsing errors with lack of semicolon in a block 3 жил өмнө
  Hugo Locurcio 92e9cca5be Rename `hint_aniso` to `hint_anisotropy` in the shader language 3 жил өмнө
  Yuri Roubinsky bcbcf14469 Refactor constant suffix parsing in a shader 3 жил өмнө
  Yuri Roubinsky dcf3594500 Merge pull request #55763 from Chaosus/shader_hint_completion 3 жил өмнө
  Yuri Roubinsky b66510d509 Added completion for uniform hints in a shader 3 жил өмнө
  Nathan Franke 49403cbfa0 Replace String comparisons with "", String() to is_empty() 3 жил өмнө
  Yuri Roubinsky 76f6c0849c Make `compile` shader function to use struct instead long parameter list 4 жил өмнө
  Yuri Roubinsky 10b10ae1fa Fix `^=` operator in shaders 3 жил өмнө
  Yuri Roubinsky 5ee73dc5a6 Fix shader crash when using existed constant name for struct 3 жил өмнө
  Yuri Roubinsky a48c205191 Fix declaring array size twice in global shader constant 3 жил өмнө
  Yuri Roubinsky 5ba93619fa Allow using empty statements in the shader, added formatting warning 3 жил өмнө
  Rémi Verschelde 5643f5e616 Merge pull request #55490 from Chaosus/fix_shader_crash 3 жил өмнө
  Yuri Roubinsky be7c03779a Fix shader crash when assigning array to non-array in global constant 3 жил өмнө
  Yuri Roubinsky 6e80e97b0f Fix built-in(PI, TAU, E) assignment to a global constant in a shader 3 жил өмнө
  Yuri Roubinsky 9b1f8f7a96 Revert "Pushes array of uniforms to first place in the buffer" 3 жил өмнө
  Lightning_A e078f970db Rename `remove()` to `remove_at()` when removing by index 4 жил өмнө
  Yuri Roubinsky c7043dbfdc Prevent return statement from using in block in shader main functions 3 жил өмнө
  Yuri Roubinsky f4c0e90fd9 Allow passing non-variable constant to const function param in shaders 3 жил өмнө