r600: improve blit support

- fill in more src/dst formats
- disable depth copies for now
- set proper data formats in render target regs
- fill in additional default state

The swizzles on some of the less used mesa formats
are probably wrong.
This commit is contained in:
Alex Deucher
2010-01-15 22:56:55 -05:00
parent 7283a246ce
commit 8b704396a3
2 changed files with 1078 additions and 251 deletions
File diff suppressed because it is too large Load Diff
+2
View File
@@ -180,6 +180,8 @@ extern GLboolean r700SyncSurf(context_t *context,
uint32_t write_domain,
uint32_t sync_type);
extern void r700WaitForIdleClean(context_t *context);
extern void r700Start3D(context_t *context);
extern void r600InitAtoms(context_t *context);
extern void r700InitDraw(GLcontext *ctx);