projects
/
platform
/
upstream
/
libva-intel-driver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd3a67b
)
Render: Adjust the default value for contrast/saturation
author
Xiang, Haihao
<haihao.xiang@intel.com>
Mon, 30 Dec 2013 05:15:40 +0000
(13:15 +0800)
committer
Xiang, Haihao
<haihao.xiang@intel.com>
Mon, 30 Dec 2013 05:15:40 +0000
(13:15 +0800)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73016
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Tested-by: Mark Lee <mark@markelee.com>
src/i965_drv_video.h
patch
|
blob
|
history
diff --git
a/src/i965_drv_video.h
b/src/i965_drv_video.h
index
ccf9a59
..
773c8ca
100644
(file)
--- a/
src/i965_drv_video.h
+++ b/
src/i965_drv_video.h
@@
-60,9
+60,9
@@
#define I965_SURFACE_FLAG_BOTTOME_FIELD_FIRST 0x00000002
#define DEFAULT_BRIGHTNESS 0
-#define DEFAULT_CONTRAST
1
0
+#define DEFAULT_CONTRAST
5
0
#define DEFAULT_HUE 0
-#define DEFAULT_SATURATION
1
0
+#define DEFAULT_SATURATION
5
0
struct i965_surface
{