Skip to content
  1. Mar 18, 2013
  2. Mar 07, 2013
  3. Mar 01, 2013
  4. Feb 26, 2013
  5. Feb 22, 2013
  6. Feb 21, 2013
  7. Feb 18, 2013
  8. Feb 16, 2013
  9. Feb 14, 2013
    • Michel Danzer's avatar
      R600/SI: Fix int_SI_fs_interp_constant · e9bb18b5
      Michel Danzer authored
      
      
      The important fix is that the constant interpolation value is stored in the
      parameter slot P0, which is encoded as 2.
      
      In addition, drop the SI_INTERP_CONST pseudo instruction, pass the parameter
      slot as an operand to V_INTERP_MOV_F32 instead of hardcoding it there, and
      add a special operand class for the parameter slots for type checking and
      pretty printing.
      
      NOTE: This is a candidate for the Mesa stable branch.
      
      Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
      Reviewed-by: default avatarTom Stellard <thomas.stellard@amd.com>
      llvm-svn: 175193
      e9bb18b5
  10. Feb 07, 2013
  11. Feb 05, 2013
  12. Jan 21, 2013
  13. Jan 18, 2013
  14. Dec 19, 2012
  15. Dec 17, 2012
  16. Dec 11, 2012
    • Tom Stellard's avatar
      Add R600 backend · 75aadc28
      Tom Stellard authored
      A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX
      
      llvm-svn: 169915
      75aadc28
Loading