summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r600_blit.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* r600c: fix some typosAlex Deucher2010-09-101-2/+2
* r600: dont bswap rgba FLOAT formatsAndre Maasikas2010-09-101-2/+2
* r600c: fix dword miscount in blit emit codeAlex Deucher2010-08-171-1/+1
* r600c: blit emit updatesAlex Deucher2010-08-161-3/+4
* radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet2010-08-091-8/+8
* r600c: Disable alpha test during blitsHenri Verbeet2010-08-091-3/+4
* r600: add new relocs for tiling supportAlex Deucher2010-08-051-7/+13
* r600: avoid setting invalid bit on r7xx for blitsAlex Deucher2010-04-261-0/+4
* radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher2010-03-081-8/+2
* radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher2010-03-081-0/+2
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-031-2/+2
* radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie2010-03-031-6/+8
* r600: reduce number of cache flushesAlex Deucher2010-02-041-0/+1
* radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-23/+23
* r600: align to r300 changes in the blit codeMaciej Cencora2010-01-191-7/+4
* r300/r600: move some bo offsets checking to blit codeMaciej Cencora2010-01-191-0/+4
* r600: prepare for some code sharingMaciej Cencora2010-01-191-1/+2
* r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher2010-01-191-1/+1
* r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher2010-01-191-2/+57
* r60: Add relocs for CB_TILE/FRAGAlex Deucher2010-01-181-5/+24
* r600: remove stray END_BATCH in blit codeAlex Deucher2010-01-161-1/+0
* r600: improve blit supportAlex Deucher2010-01-151-247/+1072
* r600: add initial blit supportAndre Maasikas2010-01-151-323/+474
* r600: add r600_blit.cAlex Deucher2010-01-151-0/+609