Module Name: xsrc
Committed By: joerg
Date: Mon Jan 5 01:36:05 UTC 2015
Modified Files:
xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600:
evergreen_compute.c
Log Message:
One const ought to be enough for everyone.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/evergreen_compute.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/evergreen_compute.c
diff -u xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/evergreen_compute.c:1.1.1.1 xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/evergreen_compute.c:1.2
--- xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/evergreen_compute.c:1.1.1.1 Thu Dec 18 06:02:07 2014
+++ xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/evergreen_compute.c Mon Jan 5 01:36:05 2015
@@ -194,7 +194,7 @@ static const struct u_resource_vtbl r600
void *evergreen_create_compute_state(
struct pipe_context *ctx_,
- const const struct pipe_compute_state *cso)
+ const struct pipe_compute_state *cso)
{
struct r600_context *ctx = (struct r600_context *)ctx_;
struct r600_pipe_compute *shader = CALLOC_STRUCT(r600_pipe_compute);