Misc: Add DEBUG_GLX_PAINTREG

- GLX: Add DEBUG_GLX_PAINTREG, for debugging painting region issues, for
  p4ddy's problem.
This commit is contained in:
Richard Grenville
2013-05-09 09:43:40 +08:00
parent 1c66237f99
commit 48fb54dfae
2 changed files with 95 additions and 0 deletions

View File

@ -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);