summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-10-04 19:58:57 +0200
committerMarek Olšák <[email protected]>2013-10-04 20:01:51 +0200
commitc04b8d1daba5468a7ea991a65570a41951e2da7d (patch)
tree08451a3bcd38dd7be94cb759c358381b73ffb789 /src
parenteda1f2aa120e26339321aed63baa4c13b289557a (diff)
r600g: remove an assertion causing a crash at context cleanup
Compute samplers are advertised, but not implemented. I think that's intentional.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/r600/r600_state_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_state_common.c b/src/gallium/drivers/r600/r600_state_common.c
index f91aa27f0f9..482eb44a070 100644
--- a/src/gallium/drivers/r600/r600_state_common.c
+++ b/src/gallium/drivers/r600/r600_state_common.c
@@ -396,7 +396,6 @@ static void r600_bind_sampler_states(struct pipe_context *pipe,
if (shader != PIPE_SHADER_VERTEX &&
shader != PIPE_SHADER_FRAGMENT) {
- assert(!"Only vertex/fragment sampler are implemented.");
return;
}