projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ba7ab
)
mesa: add a space between headers and source (trivial)
author
Tapani Pälli
<tapani.palli@intel.com>
Thu, 14 Jun 2018 11:08:10 +0000
(14:08 +0300)
committer
Tapani Pälli
<tapani.palli@intel.com>
Wed, 27 Jun 2018 08:05:48 +0000
(11:05 +0300)
There used to be one and it looks like it was removed by
eb63640c1d
.
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/program_resource.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/program_resource.c
b/src/mesa/main/program_resource.c
index 41024d68cecd60ee06f8eb958845026673ea0d4c..fedd1f183ceb756a61aa919e6de6d02afa0836e1 100644
(file)
--- a/
src/mesa/main/program_resource.c
+++ b/
src/mesa/main/program_resource.c
@@
-31,6
+31,7
@@
#include "main/context.h"
#include "program_resource.h"
#include "compiler/glsl/ir_uniform.h"
+
static bool
supported_interface_enum(struct gl_context *ctx, GLenum iface)
{