summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_shader.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-08-16 19:35:10 +0200
committerMarek Olšák <maraeo@gmail.com>2011-08-16 19:39:59 +0200
commit4a47662beaa2092447939db7880531fb706afedd (patch)
tree195c9b5a769fe68cc1d24ac07d5d57a4d43e8f8b /src/gallium/drivers/r600/r600_shader.h
parent61d2dfbe488cf5de5881c20fe1ead97f2ab5dabb (diff)
r600g: rename bc -> bytecode
It took me a while to figure out what it stands for.
Diffstat (limited to 'src/gallium/drivers/r600/r600_shader.h')
-rw-r--r--src/gallium/drivers/r600/r600_shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_shader.h b/src/gallium/drivers/r600/r600_shader.h
index 600c3e2f540..ada369ade68 100644
--- a/src/gallium/drivers/r600/r600_shader.h
+++ b/src/gallium/drivers/r600/r600_shader.h
@@ -37,7 +37,7 @@ struct r600_shader_io {
struct r600_shader {
unsigned processor_type;
- struct r600_bc bc;
+ struct r600_bytecode bc;
unsigned ninput;
unsigned noutput;
unsigned npos;