projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e360f91
)
st/vega: Bump version to 1.1.
author
Chia-I Wu
<olv@lunarg.com>
Mon, 29 Nov 2010 07:11:16 +0000
(15:11 +0800)
committer
Chia-I Wu
<olv@lunarg.com>
Wed, 1 Dec 2010 03:23:53 +0000
(11:23 +0800)
src/gallium/state_trackers/vega/api_misc.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/vega/api_misc.c
b/src/gallium/state_trackers/vega/api_misc.c
index e648549745b941b2813f17dd0473386a218fd481..9e2ab03e01a4ef05d658a0be6837fe319629d304 100644
(file)
--- a/
src/gallium/state_trackers/vega/api_misc.c
+++ b/
src/gallium/state_trackers/vega/api_misc.c
@@
-63,8
+63,8
@@
const VGubyte *vegaGetString(VGStringID name)
{
struct vg_context *ctx = vg_current_context();
static const VGubyte *vendor = (VGubyte *)"Tungsten Graphics, Inc";
- static const VGubyte *renderer = (VGubyte *)"Vega OpenVG 1.
0
";
- static const VGubyte *version = (VGubyte *)"1.
0
";
+ static const VGubyte *renderer = (VGubyte *)"Vega OpenVG 1.
1
";
+ static const VGubyte *version = (VGubyte *)"1.
1
";
if (!ctx)
return NULL;