Commit History

Author SHA1 Message Date
  gdkchan 0f6ec446ea Replace BGRA and scale uniforms with a uniform block (#2496) 4 years ago
  gdkchan d9d18439f6 Use a new approach for shader BRX targets (#2532) 4 years ago
  gdkchan 9b08abc644 Fix shader compilation on shaders that uses rectangle textures (#2471) 4 years ago
  gdkchan 40b21cc3c4 Separate GPU engines (part 2/2) (#2440) 4 years ago
  gdkchan 59900d7f00 Unscale textureSize when resolution scaling is used (#2441) 4 years ago
  gdkchan 8b44eb1c98 Separate GPU engines and make state follow official docs (part 1/2) (#2422) 4 years ago
  gdkchan d125fce3e8 Allow shader language and target API to be specified on the shader translator (#2402) 4 years ago
  gdkchan fbb4019ed5 Initial support for separate GPU address spaces (#2394) 4 years ago
  gdkchan 493648df31 Fix default value for unwritten shader outputs (#2412) 4 years ago
  gdkchan ed2f5ede0f Fix texture sampling with depth compare and LOD level or bias (#2404) 4 years ago
  gdkchan c71ae9c85c Fix shader texture LOD query (#2397) 4 years ago
  gdkchan 49edf14a3e Pass all inputs when geometry shader passthrough is enabled (#2362) 4 years ago
  riperiperi 7ff1f9aa12 End shader decoding when reaching a block that starts with an infinite loop (after BRX) (#2367) 4 years ago
  gdkchan 3b90adcd1d Fix shaders with mixed PBK and SSY addresses on the stack (#2329) 4 years ago
  gdkchan 79b3243f54 Do not attempt to normalize SNORM image buffers on shaders (#2317) 5 years ago
  riperiperi 5271cfe70b Fix dimensions check for scale eligibility (#2301) 5 years ago
  gdkchan 12533e5c9d Fix buffer and texture uses not being propagated for vertex A/B shaders (#2300) 5 years ago
  gdkchan b34c0a47b4 Fix constant buffer array size when indexing is used and other buffer descriptor and resolution scale regressions (#2298) 5 years ago
  gdkchan 49745cfa37 Move shader resource descriptor creation out of the backend (#2290) 5 years ago
  EmulationFanatic b5c72b44de Merge pull request #2177 from riperiperi/feature/parallel-shader-cache 5 years ago
  gdkchan 0e9823d7e6 Fix shader buffer write flag on atomic instructions (#2261) 5 years ago
  gdkchan 4770cfa920 Only enable clip distance if written to on shader (#2217) 5 years ago
  riperiperi 9e68f5026e Fix skipping missing shaders 5 years ago
  riperiperi b1c3e01691 Nit 5 years ago
  riperiperi 35eac315ab The task isn't required for loading compute binary. 5 years ago
  riperiperi a0aa09912c Use event to wake the main thread on task completion 5 years ago
  riperiperi 20d560e3f9 The new host program needs to be saved even if it isn't valid. 5 years ago
  riperiperi ddf4b92a9c Implement parallel host shader cache compilation. 5 years ago
  gdkchan 40e276c9b5 Improve shader global memory to storage pass (#2200) 5 years ago
  gdkchan 524fe3bea4 Implement shader HelperThreadNV (#2163) 5 years ago