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
util: include c99_compat.h in format_srgb.h to get 'inline' definition
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
tags/10.3-branchpoint
Brian Paul
11 years ago
parent
04764f3bd9
commit
9b10bc5589
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/util/format_srgb.h
+ 1
- 0
src/util/format_srgb.h
View File
@@ -39,6 +39,7 @@
#include <stdint.h>
#include <math.h>
#include "c99_compat.h"
extern const float
util_format_srgb_8unorm_to_linear_float_table[256];
Write
Preview
Loading…
Cancel
Save