Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | r200: support additional blit formats | Alex Deucher | |
swizzle in the pixel shader | |||
2010-03-10 | r200: add additional blit formats | Alex Deucher | |
2010-03-08 | radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit | Alex Deucher | |
2010-03-08 | radeon/r200/r600: reset bos when validating buffers during blit | Alex Deucher | |
2010-03-03 | radeon/r200/r300/r600: add check_blit vtbl function | Alex Deucher | |
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 <alexdeucher@gmail.com> | |||
2010-03-03 | radeon/r200/r300/r600: fix blit BO buffer validation | Dave Airlie | |
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 <airlied@redhat.com> | |||
2010-01-20 | r200: re-adding missing pitch alignment check in blit code | Alex Deucher | |
lost after switch to common code | |||
2010-01-20 | r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9c | Alex Deucher | |
noticed by Maciej on IRC. | |||
2010-01-19 | r100/r200: fix Y coord flipping in accelerated blits | Alex Deucher | |
2010-01-19 | r100/r200: fix dst pitch in blit code | Alex Deucher | |
2010-01-20 | r100/r200: align to pitch updates in blit interface | Maciej Cencora | |
2010-01-19 | r200: use common glCopyTex(Sub)Image code | Maciej Cencora | |
2010-01-19 | r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381b | Alex Deucher | |
2010-01-19 | r100/r200/r600: check if blitting for given format is supported earlier | Alex Deucher | |
based on Maciej's r300 patch. | |||
2010-01-19 | r100/r200: add blit support for ARGB4444 | Alex Deucher | |
2010-01-18 | r200: add blit support | Alex Deucher | |
Only enabled with KMS. |