summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_blit.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-10r600c: fix some typosAlex Deucher
2010-09-10r600: dont bswap rgba FLOAT formatsAndre Maasikas
2010-08-17r600c: fix dword miscount in blit emit codeAlex Deucher
2010-08-16r600c: blit emit updatesAlex Deucher
2010-08-09radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet
2010-08-09r600c: Disable alpha test during blitsHenri Verbeet
2010-08-05r600: add new relocs for tiling supportAlex Deucher
2010-04-26r600: avoid setting invalid bit on r7xx for blitsAlex Deucher
2010-03-08radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher
2010-03-08radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher
2010-03-03radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie
2010-02-04r600: reduce number of cache flushesAlex Deucher
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-19r600: align to r300 changes in the blit codeMaciej Cencora
2010-01-19r300/r600: move some bo offsets checking to blit codeMaciej Cencora
2010-01-19r600: prepare for some code sharingMaciej Cencora
2010-01-19r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher
2010-01-19r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher
2010-01-18r60: Add relocs for CB_TILE/FRAGAlex Deucher
2010-01-16r600: remove stray END_BATCH in blit codeAlex Deucher
2010-01-15r600: improve blit supportAlex Deucher
2010-01-15r600: add initial blit supportAndre Maasikas
2010-01-15r600: add r600_blit.cAlex Deucher