1. 865f889 Replace all UNIMPLEMENTED() with UNSUPPORTED() by Nicolas Capens · 5 years ago
  2. 8fff8c3 Don't use VK_TRUE comparisons by Nicolas Capens · 5 years ago
  3. 21be09d Enable samplerAnisotropy by Alexis Hetu · 5 years ago
  4. bc1c067be clang-format the src/Pipeline directory by Ben Clayton · 5 years ago
  5. 81bc9d9 Remove spaces after control statements keywords by Nicolas Capens · 5 years ago
  6. 7a15cef Cubemap array support by Alexis Hetu · 5 years ago
  7. cc8ee00 SpirvShader: Remove now unused includes by Ben Clayton · 5 years ago
  8. 8a6dcf7 Support sample image instruction operand by Alexis Hetu · 5 years ago
  9. dbd0275 Fix samplerless image fetch by Nicolas Capens · 6 years ago
  10. 3aec8a3 Tidy around sampler handling by Chris Forbes · 6 years ago
  11. 03c2aea Use raw pointers for the routine const cache. by Ben Clayton · 6 years ago
  12. 6897e9b Reactor: Use std::shared_ptr to ref-count rr::Routines by Ben Clayton · 6 years ago
  13. 3575550 Faster image sampler fetch from key by Alexis Hetu · 6 years ago
  14. 6448bd6 Memory leak fix for SamplingRoutine cache by Alexis Hetu · 6 years ago
  15. 056d692 Use Nucleus::adjustDefaultConfig for Vulkan's default reactor config. by Ben Clayton · 6 years ago
  16. 55bc37a Reactor: Add support for specifying and modifying default configuration settings. by Ben Clayton · 6 years ago
  17. 1c8a969 SpirvShader: Add Function inner class. by Ben Clayton · 6 years ago
  18. 1d6301d SpirvShader: Fully initialize variables in emitSamplerFunction() by Ben Clayton · 6 years ago
  19. 68cfc78 Reactor: Rework optimization flags. by Ben Clayton · 6 years ago
  20. 2a25ed8 Parse 'Sample' image instruction operand by Nicolas Capens · 6 years ago
  21. 8115f1e Fix 'control reaches end of non-void function' warnings treated as errors by Ben Clayton · 6 years ago
  22. 8ac0bd6 Fix image sampling with divergent LOD by Nicolas Capens · 6 years ago
  23. bb575d4 Address cubemap faces as consecutive layers by Nicolas Capens · 6 years ago
  24. 51e9e56 Implement Y′CbCr conversion by Nicolas Capens · 6 years ago
  25. 5725315 Implement OpImageGather by Nicolas Capens · 6 years ago
  26. 52b5aae Fix taking the sampling instruction type into account by Nicolas Capens · 6 years ago
  27. 710fcd5 Support for large textures by Alexis Hetu · 6 years ago
  28. 977a0a4 Implement OpImageQueryLod by Nicolas Capens · 6 years ago
  29. f7d78f7 Fix lod plumbing for Fetch by Chris Forbes · 6 years ago
  30. 8d548b6 Allow four texture coordinates by Nicolas Capens · 6 years ago
  31. 036cc9a Unnormalized texture coordinates by Alexis Hetu · 6 years ago
  32. 8da5253 Don't process unused texture coordinates by Nicolas Capens · 6 years ago
  33. 67cf8a9 32 bit safe code by Alexis Hetu · 6 years ago
  34. e228502 Size query support for uniform texel buffer by Chris Forbes · 6 years ago
  35. 45f9a93 Flatten required bits of imageview into SampledImageDescriptor by Chris Forbes · 6 years ago
  36. 60a6a2e Fix clamp-to-border addressing mode by Nicolas Capens · 6 years ago
  37. e2535df Implement 1D array image sampling by Nicolas Capens · 6 years ago
  38. c71c17f Plumb through Dref parameter to sampler by Chris Forbes · 6 years ago
  39. ac87334 ETC2 Image decompression and sampling by Alexis Hetu · 6 years ago
  40. 1c462b3 Enable 3D texture sampling by Nicolas Capens · 6 years ago
  41. 58edd47 Implement sampler LOD bias by Nicolas Capens · 6 years ago
  42. fa7d136 Validate descriptor ID's by Nicolas Capens · 6 years ago
  43. 1e7120e Use sampler data from sampler descriptor by Nicolas Capens · 6 years ago
  44. 97da782 Pass a separate sampler pointer to the sampling routine by Nicolas Capens · 6 years ago
  45. ac3a4a4 Remove Sampler::State::srgb by Chris Forbes · 6 years ago
  46. 92797c2 SpirvShader: Rework debug assertions by Ben Clayton · 6 years ago
  47. 4bade2e Implement Bias image operand by Nicolas Capens · 6 years ago
  48. cd63159 Implement OpImageFetch by Chris Forbes · 6 years ago
  49. 022bd57 Implement ConstOffset image operand by Nicolas Capens · 6 years ago
  50. 6a12e09 Refactor image array layer addressing by Nicolas Capens · 6 years ago
  51. 420d9da Implement OpImageSampleExplicitLod with Grad operand by Nicolas Capens · 6 years ago
  52. 7889633 Marshal image instruction parameters to the sampling trampoline by Nicolas Capens · 6 years ago
  53. f40cff9 Enable sampling of 2d array textures by Chris Forbes · 6 years ago
  54. f149d95 Wire up texture border color correctly by Chris Forbes · 6 years ago
  55. a195abb Implement cubemap sampling by Nicolas Capens · 6 years ago
  56. eac32c4 SpirvShaderSampling: Fix flaky tests. by Ben Clayton · 6 years ago
  57. 548e366 Plumb constants through to the sampler, and make sRGB work by Chris Forbes · 6 years ago
  58. 3c203531 Wire up texture swizzles by Chris Forbes · 6 years ago
  59. a47a516 Implement 1D image sampling by Nicolas Capens · 6 years ago
  60. 125dba0 Implement OpImageSampleExplicitLod by Nicolas Capens · 6 years ago
  61. b5d5f47 Refactor common sampler code by Nicolas Capens · 6 years ago
  62. 9e73510 Implement basic sampler parameters by Nicolas Capens · 6 years ago
  63. 96fbe08 Dynamic dispatch for image samplers by Ben Clayton · 6 years ago