aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_blit.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
|
* r100: add additional blit formatsAlex Deucher2010-03-101-0/+14
|
* 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/+3
|
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-031-2/+2
| | | | | | | | | Check if the native blit formats are supported, if not, attempt to use an alternate format. Skip 3, >4 bpp as per comments from mcencora on irc. Signed-off-by: Alex Deucher <[email protected]>
* radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie2010-03-031-4/+8
| | | | | | | | | there is no need for these to be persistent since we flush the CS at the end of the blit, and we don't reuse these buffers at all. on my r600 the Wine DX9 test suite doesn't crash at least anymore. Signed-off-by: Dave Airlie <[email protected]>
* r100/r200: fix Y coord flipping in accelerated blitsAlex Deucher2010-01-191-6/+5
|
* r100/r200: fix dst pitch in blit codeAlex Deucher2010-01-191-1/+1
|
* r100/r200: align to pitch updates in blit interfaceMaciej Cencora2010-01-201-2/+2
|
* r100: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-22/+28
|
* 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-1/+24
| | | | based on Maciej's r300 patch.
* r100/r200: add blit support for ARGB4444Alex Deucher2010-01-191-0/+6
|
* r100: add blit supportAlex Deucher2010-01-181-0/+369
Only enabled with KMS.