projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75c50d0
)
gallium/osmesa: Fix a typo in the unit test's test names.
author
Eric Anholt
<eric@anholt.net>
Wed, 15 Jan 2020 00:20:53 +0000
(16:20 -0800)
committer
Marge Bot
<eric+marge@anholt.net>
Tue, 4 Feb 2020 17:48:08 +0000
(17:48 +0000)
Reviewed-by: Danylo Piliaiev <danylo.piliaiev@globallogic.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3216>
src/gallium/targets/osmesa/test-render.cpp
patch
|
blob
|
history
diff --git
a/src/gallium/targets/osmesa/test-render.cpp
b/src/gallium/targets/osmesa/test-render.cpp
index ab11f665f1036f3fb3a7d1fd2bb1c782d89c75eb..feff9f420c694cf496b63938aaf82cc95759f952 100644
(file)
--- a/
src/gallium/targets/osmesa/test-render.cpp
+++ b/
src/gallium/targets/osmesa/test-render.cpp
@@
-46,7
+46,7
@@
name_params(const testing::TestParamInfo<Params> params) {
second = "float";
break;
case GL_UNSIGNED_SHORT_5_6_5:
- second = "un
is
gned_short_565";
+ second = "un
si
gned_short_565";
break;
}