diff options
author | Romain Guy <romainguy@google.com> | 2012-07-18 15:50:29 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2012-07-18 16:28:44 -0700 |
commit | 6e25e38e43f9e7f71397dfab7ed32c81c7bf7d46 (patch) | |
tree | 0bca4ce1b09dee6f3bfeb941ca324b4ca91a1eff /libs/hwui/Debug.h | |
parent | accf721ebdf4d3da53e8ae09572650775bfe10f8 (diff) |
Add a new method for text gamma correction
To select the gamma correction method, adb shell setprop hwui.text_gamma_correction
with one of the following values:
lookup3
lookup
shader3
shader
See Properties.h for more information about these different methods.
You can also control gamma correction using the following properties:
hwui.text_gamma
hwui.text_gamma.black_threshold
hwui.text_gamma.white_threshold
Change-Id: I47970b804d2c590c37d3da5008db094241579e25
Diffstat (limited to 'libs/hwui/Debug.h')
-rw-r--r-- | libs/hwui/Debug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index 7d150bb91472..6795ac3205d1 100644 --- a/libs/hwui/Debug.h +++ b/libs/hwui/Debug.h @@ -65,9 +65,6 @@ // Turn on to enable additional debugging in the font renderers #define DEBUG_FONT_RENDERER 0 -// Force gamma correction in shaders -#define DEBUG_FONT_RENDERER_FORCE_SHADER_GAMMA 0 - // Turn on to dump display list state #define DEBUG_DISPLAY_LIST 0 |