diff options
author | Richard Grenville <[email protected]> | 2013-05-09 09:43:40 +0800 |
---|---|---|
committer | Richard Grenville <[email protected]> | 2013-05-09 09:43:40 +0800 |
commit | a09589b2adb8c0bab7fc6395e1f8084726ddcbc3 (patch) | |
tree | 7a3ed53593123edd7dd6b3a6d3b1457d7bf66ed4 /opengl.h | |
parent | 08b6bfe946b635725fc204c7e8b0e8a10c856e2a (diff) | |
download | tdebase-a09589b2adb8c0bab7fc6395e1f8084726ddcbc3.tar.gz tdebase-a09589b2adb8c0bab7fc6395e1f8084726ddcbc3.zip |
Misc: Add DEBUG_GLX_PAINTREG
- GLX: Add DEBUG_GLX_PAINTREG, for debugging painting region issues, for
p4ddy's problem.
Diffstat (limited to 'opengl.h')
-rw-r--r-- | opengl.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -132,3 +132,11 @@ glx_update_fbconfig(session_t *ps); static int glx_cmp_fbconfig(session_t *ps, const glx_fbconfig_t *pfbc_a, const glx_fbconfig_t *pfbc_b); + +static void +glx_render_color(session_t *ps, int dx, int dy, int width, int height, int z, + XserverRegion reg_tgt, const reg_data_t *pcache_reg); + +static void +glx_render_dots(session_t *ps, int dx, int dy, int width, int height, int z, + XserverRegion reg_tgt, const reg_data_t *pcache_reg); |