diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-08-08 22:11:22 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-08-09 07:16:08 +0200 |
commit | 5ea71afec8970beb984ae2a52c091b49c5453b1c (patch) | |
tree | 8f20d540cb7bdddda601535011a0a67d794b0ad8 /tools | |
parent | aa4cef4249d5320de3f98778f076cd263c230c27 (diff) |
driver: texture alignment, preparation for multi-pipe
Correct texture and RS alignment.
For multi-tiled and multi-super-tiled surfaces (for multiple pixel
pipes) a special texture format is used.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/data/viv_gallium_state.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/data/viv_gallium_state.txt b/tools/data/viv_gallium_state.txt index 6c06609..be2e008 100644 --- a/tools/data/viv_gallium_state.txt +++ b/tools/data/viv_gallium_state.txt @@ -64,10 +64,12 @@ sample_mask sample_mask. ETNA_STATE_SAMPLE_MASK sampler_state sampler[{0}]-> ETNA_STATE_SAMPLERS TE.SAMPLER.CONFIG0 # Set to 0 for inactive samplers + TE.SAMPLER.CONFIG1 # Only set for active samplers TE.SAMPLER.LOD_CONFIG # Only set for active samplers sampler_view sampler_view[{0}]. ETNA_STATE_SAMPLER_VIEWS TE.SAMPLER.CONFIG0 # Only set for active samplers + TE.SAMPLER.CONFIG1 # Only set for active samplers TE.SAMPLER.LOD_CONFIG # Only set for active samplers TE.SAMPLER.SIZE # Only set for active samplers TE.SAMPLER.LOG_SIZE # Only set for active samplers |