projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d23e8
)
r600: fix atomic counter index mode getting emitted on pre-cayman
author
Dave Airlie
<airlied@redhat.com>
Wed, 27 Dec 2017 01:56:20 +0000
(
01:56
+0000)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 27 Dec 2017 02:02:46 +0000
(
02:02
+0000)
This is a regression since I added cayman atomic support, not sure
it fixes anything, but the shader dumps look better.
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_shader.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_shader.c
b/src/gallium/drivers/r600/r600_shader.c
index
06d7ca0
..
2650a33
100644
(file)
--- a/
src/gallium/drivers/r600/r600_shader.c
+++ b/
src/gallium/drivers/r600/r600_shader.c
@@
-7902,7
+7902,7
@@
static int tgsi_set_gds_temp(struct r600_shader_ctx *ctx,
int *uav_id_p, int *uav_index_mode_p)
{
struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
- int uav_id, uav_index_mode;
+ int uav_id, uav_index_mode
= 0
;
int r;
bool is_cm = (ctx->bc->chip_class == CAYMAN);