diff options
author | Chia-I Wu <[email protected]> | 2014-09-19 15:40:31 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-19 16:02:11 +0800 |
commit | 45cbc9267eec3ac5b426aab562e4856e3d3c50c1 (patch) | |
tree | c8860a55db60abc75b1eb83b130869b47cc05e88 /src/gallium/drivers/ilo/ilo_common.h | |
parent | 8a2352262e27bf7d3c31a20b72eb04772d56ff42 (diff) |
ilo: rename ILO_DEBUG=3d
It has been a bad name since we added the builder. Rename it to
ILO_DEBUG=batch to match i965, and call ilo_builder_decode() from
ilo_cp_submit_internal().
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_common.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_common.h b/src/gallium/drivers/ilo/ilo_common.h index 03f42248a97..f83aa91657f 100644 --- a/src/gallium/drivers/ilo/ilo_common.h +++ b/src/gallium/drivers/ilo/ilo_common.h @@ -56,7 +56,7 @@ #define ILO_PRIM_MAX (PIPE_PRIM_MAX + 1) enum ilo_debug { - ILO_DEBUG_3D = 1 << 0, + ILO_DEBUG_BATCH = 1 << 0, ILO_DEBUG_VS = 1 << 1, ILO_DEBUG_GS = 1 << 2, ILO_DEBUG_FS = 1 << 3, |