projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7188ec
)
r600g: don't advertise integers yet on r600.
author
Dave Airlie
<airlied@redhat.com>
Thu, 12 Jan 2012 15:05:15 +0000
(15:05 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 12 Jan 2012 15:06:24 +0000
(15:06 +0000)
Still some work to be done before this is finished.
This is a candidate for 8.0 branch.
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_pipe.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_pipe.c
b/src/gallium/drivers/r600/r600_pipe.c
index e50b5cc3d160ac3eef92f79a6f9ea8c3a9535f2d..537024c069b9136c35436f89fe2c0824452d4cb0 100644
(file)
--- a/
src/gallium/drivers/r600/r600_pipe.c
+++ b/
src/gallium/drivers/r600/r600_pipe.c
@@
-505,8
+505,6
@@
static int r600_get_shader_param(struct pipe_screen* pscreen, unsigned shader, e
case PIPE_SHADER_CAP_SUBROUTINES:
return 0;
case PIPE_SHADER_CAP_INTEGERS:
- if (rscreen->chip_class == EVERGREEN)
- return 1;
return 0;
case PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS:
return 16;