projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
258e463
)
anv: fix typo
author
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 27 Feb 2019 12:02:47 +0000
(12:02 +0000)
committer
Eric Engestrom
<eric@engestrom.ch>
Fri, 1 Mar 2019 11:20:28 +0000
(11:20 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_entrypoints_gen.py
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_entrypoints_gen.py
b/src/intel/vulkan/anv_entrypoints_gen.py
index 5f53501b35bcedabcb3e483a68499c5122aed812..8e815b102ea41ddf4565db3d480449b5dce9c3c7 100644
(file)
--- a/
src/intel/vulkan/anv_entrypoints_gen.py
+++ b/
src/intel/vulkan/anv_entrypoints_gen.py
@@
-661,7
+661,7
@@
def main():
device_strmap=device_strmap,
filename=os.path.basename(__file__)))
except Exception:
- # In the even
there's an error
this imports some helpers from mako
+ # In the even
t there's an error,
this imports some helpers from mako
# to print a useful stack trace and prints it, then exits with
# status 1, if python is run with debug; otherwise it just raises
# the exception