projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
77217af
5f44fab
)
Merge remote branch 'origin/master' into pipe-video
author
Christian König
<deathsimple@vodafone.de>
Mon, 28 Feb 2011 22:59:53 +0000
(23:59 +0100)
committer
Christian König
<deathsimple@vodafone.de>
Mon, 28 Feb 2011 22:59:53 +0000
(23:59 +0100)
1
2
src/gallium/drivers/r600/eg_asm.c
patch
|
diff1
|
diff2
|
blob
|
history
src/gallium/drivers/r600/r600_asm.c
patch
|
diff1
|
diff2
|
blob
|
history
src/gallium/drivers/r600/r600_asm.h
patch
|
diff1
|
diff2
|
blob
|
history
src/gallium/drivers/r600/r600_pipe.c
patch
|
diff1
|
diff2
|
blob
|
history
src/gallium/drivers/r600/r600_shader.c
patch
|
diff1
|
diff2
|
blob
|
history
src/gallium/drivers/r600/r600_texture.c
patch
|
diff1
|
diff2
|
blob
|
history
src/gallium/drivers/softpipe/sp_screen.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/gallium/drivers/r600/eg_asm.c
Simple merge
diff --cc
src/gallium/drivers/r600/r600_asm.c
Simple merge
diff --cc
src/gallium/drivers/r600/r600_asm.h
Simple merge
diff --cc
src/gallium/drivers/r600/r600_pipe.c
Simple merge
diff --cc
src/gallium/drivers/r600/r600_shader.c
Simple merge
diff --cc
src/gallium/drivers/r600/r600_texture.c
index 4c9d5609c06014c1364d3dae11a27291100fe909,3a85a25065a7461d0f8fddfc691994ed6d9b9b3e..048d0b61e3b62b7f8086be2a0d4cabe603346daf
---
1
/
src/gallium/drivers/r600/r600_texture.c
---
2
/
src/gallium/drivers/r600/r600_texture.c
+++ b/
src/gallium/drivers/r600/r600_texture.c
@@@
-292,9
-292,9
+292,9
@@@
static boolean permit_hardware_blit(str
bind = PIPE_BIND_RENDER_TARGET;
/* hackaround for S3TC */
- if (util_format_is_
s3tc
(res->format))
+ if (util_format_is_
compressed
(res->format))
return TRUE;
-
+
if (!screen->is_format_supported(screen,
res->format,
res->target,
diff --cc
src/gallium/drivers/softpipe/sp_screen.c
Simple merge