diff options
author | Brian <brian@i915.localnet.net> | 2007-08-08 16:09:13 -0600 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2007-08-08 16:10:40 -0600 |
commit | 09a1b912605ff48c8782dcc5aae55ac77e27037b (patch) | |
tree | 67f03c4fe70ee2d236508511acc298f11be247f4 /src/mesa/pipe/tgsi | |
parent | 7faa3542f062dfa32e1596f5ce2b531cb8b4eeef (diff) |
initial lod/mipmap texture supported
Diffstat (limited to 'src/mesa/pipe/tgsi')
-rw-r--r-- | src/mesa/pipe/tgsi/core/tgsi_exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/tgsi/core/tgsi_exec.h b/src/mesa/pipe/tgsi/core/tgsi_exec.h index fb11eec777..01dd7f11b8 100644 --- a/src/mesa/pipe/tgsi/core/tgsi_exec.h +++ b/src/mesa/pipe/tgsi/core/tgsi_exec.h @@ -31,7 +31,7 @@ struct tgsi_sampler const GLfloat strq[4], GLfloat lambda, GLfloat rgba[4]); void *pipe; /*XXX temporary*/ - GLint cache_x, cache_y; + GLint cache_x, cache_y, cache_level; GLfloat cache[SAMPLER_CACHE_SIZE][SAMPLER_CACHE_SIZE][4]; }; |