Commit History

Author SHA1 Message Date
  gdkchan 2232e4ae87 Vulkan backend (#2518) 3 years ago
  gdkchan b46b63e06a Add support for alpha to coverage dithering (#3069) 3 years ago
  riperiperi 43b4b34376 Implement Viewport Transform Disable (#3328) 4 years ago
  gdkchan f861f0bca2 Fix missing geometry shader passthrough inputs (#3106) 4 years ago
  gdkchan 7e967d796c Stop using glTransformFeedbackVaryings and use explicit layout on the shader (#3012) 4 years ago
  riperiperi 79adba4402 Add support for render scale to vertex stage. (#2763) 4 years ago
  gdkchan 99445dd0a6 Add support for fragment shader interlock (#2768) 4 years ago
  gdkchan 63f1663fa9 Fix shader 8-bit and 16-bit STS/STG (#2741) 4 years ago
  gdkchan d512ce122c Initial tessellation shader support (#2534) 4 years ago
  gdkchan f08a280ade Use shader subgroup extensions if shader ballot is not supported (#2627) 4 years ago
  gdkchan ee1038e542 Initial support for shader attribute indexing (#2546) 4 years ago
  gdkchan ed754af8d5 Make sure attributes used on subsequent shader stages are initialized (#2538) 4 years ago
  gdkchan 0f6ec446ea Replace BGRA and scale uniforms with a uniform block (#2496) 4 years ago
  gdkchan d125fce3e8 Allow shader language and target API to be specified on the shader translator (#2402) 4 years ago
  gdkchan ed2f5ede0f Fix texture sampling with depth compare and LOD level or bias (#2404) 4 years ago
  gdkchan 49edf14a3e Pass all inputs when geometry shader passthrough is enabled (#2362) 4 years ago
  gdkchan b34c0a47b4 Fix constant buffer array size when indexing is used and other buffer descriptor and resolution scale regressions (#2298) 4 years ago
  gdkchan 49745cfa37 Move shader resource descriptor creation out of the backend (#2290) 4 years ago
  gdkchan 524fe3bea4 Implement shader HelperThreadNV (#2163) 5 years ago
  gdkchan f93089a64f Implement geometry shader passthrough (#1961) 5 years ago
  gdkchan e453ba69f4 Add support for shader atomic min/max (S32) (#1948) 5 years ago
  riperiperi 461c24092a Implement Force Early Z Register (#1755) 5 years ago
  gdkchan 934a78005e Simplify logic for bindless texture handling (#1667) 5 years ago
  gdkchan 8d168574eb Use explicit buffer and texture bindings on shaders (#1666) 5 years ago
  riperiperi e1da7df207 Support res scale on images, correctly blacklist for SUST, move logic out of backend. (#1657) 5 years ago
  gdkchan 0031edae27 Avoid sampler conflicts on bindless samplers with the same name (#1642) 5 years ago
  gdkchan 49f970d5bd Implement CAL and RET shader instructions (#1618) 5 years ago
  gdkchan 2dcc6333f8 Fix image binding format (#1625) 5 years ago
  gdkchan b066cfc1a3 Add support for shader constant buffer slot indexing (#1608) 5 years ago
  gdkchan 991784868f Fix shader regression on Intel iGPUs by reverting layout changes (#1425) 5 years ago