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:
+1076
-251
File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user