diff options
author | Brian Paul <[email protected]> | 2008-10-14 12:42:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-14 12:54:30 -0600 |
commit | 6d2d5ceca21c87bea5e269e8099fb6f1d821b97a (patch) | |
tree | 216e979f2b6d6d6604248d76ac5d8d9e37fc31df /src/gallium/drivers/cell/spu/spu_main.h | |
parent | 58ea98dc68605130dda2538027f941df39ccd514 (diff) |
cell: use minify vs magnify filters
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_main.h')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_main.h b/src/gallium/drivers/cell/spu/spu_main.h index cfb645add02..56aac655e90 100644 --- a/src/gallium/drivers/cell/spu/spu_main.h +++ b/src/gallium/drivers/cell/spu/spu_main.h @@ -170,6 +170,8 @@ struct spu_global /** Current texture sampler function */ spu_sample_texture4_func sample_texture4[CELL_MAX_SAMPLERS]; + spu_sample_texture4_func min_sample_texture4[CELL_MAX_SAMPLERS]; + spu_sample_texture4_func mag_sample_texture4[CELL_MAX_SAMPLERS]; /** Fragment program constants */ vector float constants[4 * CELL_MAX_CONSTANTS]; |