Skip to content
Snippets Groups Projects
  1. Jul 15, 2022
  2. Jul 14, 2022
    • Faith Ekstrand's avatar
      anv: Stop compacting surface state tables · cc8a8ebf
      Faith Ekstrand authored
      Instead of trying to compact the surface state table to get rid of any
      unused render targets, emit MAX(1, colorAttachmentCount) surface states
      always.  This ensures that secondaries will always match with primaries
      when we go to do the copy since there's no rule requiring the secondary
      to have VK_FORMAT_UNDEFINED when the primary has a NULL image view.
      
      Fixes: 3501a3f9 ("anv: Convert to 100% dynamic rendering")
      Part-of: <mesa/mesa!17013>
      cc8a8ebf
    • Faith Ekstrand's avatar
      anv: Inheritance info cannot be NULL · 2dfe1884
      Faith Ekstrand authored
      The NULL path is dead because it can't actually be NULL.  This cleans
      things up a bit.
      
      Part-of: <mesa/mesa!17013>
      2dfe1884
  3. Jul 12, 2022
  4. Jul 06, 2022
  5. Jun 30, 2022
  6. Jun 29, 2022
  7. Jun 28, 2022
Loading