Commit History

Author SHA1 Message Date
  Todd Ross 9423f23ffb allow comments and whitespace before shader_type declaration 7 years ago
  Chaosus ca0a6c3fca Added conversions between matrixes in shaders 7 years ago
  Rémi Verschelde 1d84c4f870 Merge pull request #20158 from Overblob/Fixed_shader_parsing_error_log 7 years ago
  Juan Linietsky f6ce73f724 Visual Shaders are back. 7 years ago
  Overblob 7a74d310aa Fixed error due to bad cursor handling when parsing shader code 7 years ago
  Oliver Rausch 2368b31e1e Fix return type of isnan and isinf in the shader language 7 years ago
  nemerle f2ba9a1f65 Fix bad operator check in `ShaderLanguage::_validate_assign` 7 years ago
  Juan Linietsky 0db4c576f1 Merge pull request #18533 from JFonS/fix_shader_compile 7 years ago
  JFonS 5b50685b38 Fix vector reduction in shader language 7 years ago
  Rémi Verschelde 4cce6f3417 Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code 7 years ago
  Hugo Locurcio 1c419531a0 Change ".." punctuation for "..." in editor strings (#16507) 7 years ago
  Crazy-P e6deba8d19 Fixes logically dead code (Coverity) 7 years ago
  Poommetee Ketson 59b816679e Fix typos in shader_language.cpp 7 years ago
  Chaosus d974fa1780 Removed redundant abs shader builtin 7 years ago
  JFonS 479f531635 Hinted shader uniforms can have a default value 7 years ago
  Chaosus 97bef8d908 Fix invalid mix function overload 7 years ago
  Saracen b095e21d91 Make the shader token names consistent. 7 years ago
  Chaosus c6b6af7bb5 Fix floatBitsToUint function 7 years ago
  Juan Linietsky 4c56edfb83 Revert "Handle single-argument constructors in uniform default values" 7 years ago
  Rémi Verschelde 05a8675f82 Merge pull request #15985 from Nallebeorn/uniforms-single-argument-constructors 7 years ago
  Chaosus 8f04a13c98 Added missing shader functions 7 years ago
  Benjamin 311e69aa1e Handle single-argument constructors in shaders. 7 years ago
  Rémi Verschelde e4213e66b2 Add missing copyright headers and fix formatting 7 years ago
  binbitten f141bafba3 Fix premature declaration of shader variables created with assignment 7 years ago
  Rémi Verschelde b50a9114b1 Update copyright statements to 2018 7 years ago
  binbitten 9b2283382e Fixed wrong highlighted line when erroring and using single-line comments, fixes #15167 7 years ago
  Rémi Verschelde 8f25a2dc11 Cleanup some #if 0'd code 7 years ago
  Enzo Nocera 8e2a1ffd6e Shader Language: Add in-for declared variables within for-block scope. 7 years ago
  Juan Linietsky e946fb8cb0 Made built-in identifiers properly constant in shaders. Fixes #14449, closes #14629 7 years ago
  Scayze b0fb6b1380 Added interpolation modifiers to shaderlang 7 years ago