radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit
[mesa.git] / src / mesa / drivers / dri / r600 / r600_blit.c
2010-03-08 Alex Deucherradeon/r200/r600: allow src and dst BOs to be placed...
2010-03-08 Alex Deucherradeon/r200/r600: reset bos when validating buffers...
2010-03-03 Alex Deucherradeon/r200/r300/r600: add check_blit vtbl function
2010-03-03 Dave Airlieradeon/r200/r300/r600: fix blit BO buffer validation
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-04 Alex Deucherr600: reduce number of cache flushes
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-19 Maciej Cencoraradeon/r300/r600: share common glCopyTex(Sub)Image...
2010-01-19 Maciej Cencorar600: align to r300 changes in the blit code
2010-01-19 Maciej Cencorar300/r600: move some bo offsets checking to blit code
2010-01-19 Maciej Cencorar600: prepare for some code sharing
2010-01-19 Alex Deucherr100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a...
2010-01-19 Alex Deucherr100/r200/r600: check if blitting for given format...
2010-01-19 Alex Deucherr60: Add relocs for CB_TILE/FRAG
2010-01-16 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-16 Alex Deucherr600: remove stray END_BATCH in blit code
2010-01-16 Alex Deucherr600: improve blit support
2010-01-16 Andre Maasikasr600: add initial blit support
2010-01-16 Alex Deucherr600: add r600_blit.c