r600g: reenable hardware blits for STATIC and IMMUTABLE resources
Getting the driver in sync with mainline.
This commit is contained in:
@@ -316,8 +316,6 @@ static boolean permit_hardware_blit(struct pipe_screen *screen,
|
||||
switch (res->usage) {
|
||||
case PIPE_USAGE_STREAM:
|
||||
case PIPE_USAGE_STAGING:
|
||||
case PIPE_USAGE_STATIC:
|
||||
case PIPE_USAGE_IMMUTABLE:
|
||||
return FALSE;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user