diff options
author | Rob Clark <[email protected]> | 2014-09-13 08:25:51 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2014-09-13 15:31:58 -0400 |
commit | ca29c4c3b0e779909467c0739fc176c64a829142 (patch) | |
tree | e55cd3fe0ec2e91081b288f528fd250e2f5cf1fc /src/gallium/drivers/freedreno/freedreno_context.h | |
parent | eea1cdf687d7089b2dc24e1dd7da59b3acf3dd3b (diff) |
freedreno/a3xx: 3d/array textures
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_context.h')
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_context.h b/src/gallium/drivers/freedreno/freedreno_context.h index 2c9c3a8545c..c59390a2939 100644 --- a/src/gallium/drivers/freedreno/freedreno_context.h +++ b/src/gallium/drivers/freedreno/freedreno_context.h @@ -226,7 +226,7 @@ struct fd_context { * tiling commands, we need to make sure we need to leave enough * room at the end to append the tiling commands when we flush. * 0x7000 dwords should be a couple times more than we ever need - * so should be a nice concervative threshold. + * so should be a nice conservative threshold. */ #define FD_TILING_COMMANDS_DWORDS 0x7000 |