summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_blit.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-28r300c, r600c: Remove these DRI drivers.Eric Anholt1-1767/+0
2011-08-29dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick1-3/+0
2011-04-19r600c: add big endian support for r6xx/r7xxCédric Cano1-9/+108
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-09-10r600c: fix some typosAlex Deucher1-2/+2
2010-09-10r600: dont bswap rgba FLOAT formatsAndre Maasikas1-2/+2
2010-08-17r600c: fix dword miscount in blit emit codeAlex Deucher1-1/+1
2010-08-16r600c: blit emit updatesAlex Deucher1-3/+4
2010-08-09radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet1-8/+8
2010-08-09r600c: Disable alpha test during blitsHenri Verbeet1-3/+4
2010-08-05r600: add new relocs for tiling supportAlex Deucher1-7/+13
2010-04-26r600: avoid setting invalid bit on r7xx for blitsAlex Deucher1-0/+4
2010-03-08radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher1-8/+2
2010-03-08radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher1-0/+2
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher1-2/+2
2010-03-03radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie1-6/+8
2010-02-04r600: reduce number of cache flushesAlex Deucher1-0/+1
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora1-23/+23
2010-01-19r600: align to r300 changes in the blit codeMaciej Cencora1-7/+4
2010-01-19r300/r600: move some bo offsets checking to blit codeMaciej Cencora1-0/+4
2010-01-19r600: prepare for some code sharingMaciej Cencora1-1/+2
2010-01-19r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher1-1/+1
2010-01-19r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher1-2/+57
2010-01-18r60: Add relocs for CB_TILE/FRAGAlex Deucher1-5/+24
2010-01-16r600: remove stray END_BATCH in blit codeAlex Deucher1-1/+0
2010-01-15r600: improve blit supportAlex Deucher1-247/+1072
2010-01-15r600: add initial blit supportAndre Maasikas1-323/+474
2010-01-15r600: add r600_blit.cAlex Deucher1-0/+609