This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
mesa/x86: Brown bag fix for undeclared variable.
tags/10.3-branchpoint
Matt Turner
11 years ago
parent
f935dfc022
commit
a9bc85f3b2
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/mesa/x86/common_x86.c
+ 1
- 1
src/mesa/x86/common_x86.c
View File
@@ -226,7 +226,7 @@ _mesa_get_x86_features(void)
_mesa_debug(NULL, "CPUID not detected\n");
}
else {
GLuint cpu_features;
GLuint cpu_features
, cpu_features_ecx
;
GLuint cpu_ext_features;
GLuint cpu_ext_info;
char cpu_vendor[13];
Write
Preview
Loading…
Cancel
Save