Historie revizí

Autor SHA1 Zpráva Datum
  Lasse Öörni 8463393377 Initial resource background loading API and implementation. Background loading-capable implementation for textures (load image in background thread, upload image to GPU in main thread), other resources todo. před 11 roky
  Yao Wei Tjong 姚伟忠 46285baf97 Refactor build scripts to group Urho3D specific build option. před 11 roky
  aster2013 9b31d29a54 Add GetFullName in ShaderVariation, make code more clear. před 12 roky
  Yao Wei Tjong 姚伟忠 2e8744dc01 Minor cleanup - remove redundant null check for subsystems pointer. před 12 roky
  Lasse Öörni 1f91776233 Removed the Shader::SanitateDefines() function. Instead the Shader resource normalizes defines and creates aliases if necessary to ensure fast queries but to prevent duplicates. před 12 roky
  Lasse Öörni 8018a1f0f0 Do not comment out samplers in GLSL vertex shaders, as it's not necessary for correct compilation. před 12 roky
  Lasse Öörni cc6e6504f9 Simplified shader source code modification. před 12 roky
  Lasse Öörni 2b95618cdb Adapted AutoExposure & BloomHDR shaders. Improved GLSL commenting out of the unnecessary shader function. před 12 roky
  Lasse Öörni 92c8144621 Comment out sampler uniforms in GLSL vertex shaders. před 12 roky
  Lasse Öörni 0bcb95e6a2 Refactored techniques + more GLSL & HLSL shaders. Fixed shader code loading for cases where only vertex or pixel shader source is present. před 12 roky
  Lasse Öörni 3e14caf89e Load/save cached binary HLSL shaders. Report SM3 supported on OpenGL to simplify code. před 12 roky
  Lasse Öörni caf080ecbb Initial refactoring of Direct3D9 shaders. ShaderCompiler removed. Bytecode not cached into files yet. před 12 roky
  Lasse Öörni db713bdba2 Avoid string allocations during View::Define() and Renderer::GetShader(). před 12 roky
  Lasse Öörni 07f06563bc Optimized Renderer::GetShader() so that caching shader variation pointers becomes unnecessary for the most part. před 12 roky
  Lasse Öörni ea334e4393 Merge branch 'master' into shader-refactor před 12 roky
  Lasse Öörni 1a1fe9a24f Optimize Shader::SanitateDefines(). In debug mode, check that shader code uses each define. před 12 roky
  Lasse Öörni e0f391b0fc Started shader refactoring. před 12 roky