projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5305603
)
nir: really actually fix comment this time
author
Rob Clark
<robclark@freedesktop.org>
Fri, 18 Sep 2015 01:06:11 +0000
(21:06 -0400)
committer
Rob Clark
<robclark@freedesktop.org>
Fri, 18 Sep 2015 01:06:11 +0000
(21:06 -0400)
Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/glsl/nir/nir.h
patch
|
blob
|
history
diff --git
a/src/glsl/nir/nir.h
b/src/glsl/nir/nir.h
index 9c091e8d84b1dafd259fec1976d0833622fd3fbc..83e31533e8bf597601339769696d8a4a2f1a47eb 100644
(file)
--- a/
src/glsl/nir/nir.h
+++ b/
src/glsl/nir/nir.h
@@
-1474,7
+1474,7
@@
typedef struct nir_shader {
/** list of global variables in the shader (nir_variable) */
struct exec_list globals;
- /** list of system value variables in the shade (nir_variable) */
+ /** list of system value variables in the shade
r
(nir_variable) */
struct exec_list system_values;
struct exec_list functions; /** < list of nir_function */