diff options
author | Corbin Simpson <[email protected]> | 2009-07-08 11:30:59 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-07-08 11:30:59 -0700 |
commit | 1aa38b2c2d80b67fe2eefe468f90aeb44bc20259 (patch) | |
tree | 4e9bce6a43b181587aa554611d284d173cab5ff4 /src/gallium/drivers/r300/r300_reg.h | |
parent | e46d12d39498199e18be70826a2d36028c7b93f3 (diff) |
r300-gallium: Mipmap setup.
(cherry picked from commit 88c01a15da5639dd68a6a0133724994cb66f1316)
Diffstat (limited to 'src/gallium/drivers/r300/r300_reg.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_reg.h b/src/gallium/drivers/r300/r300_reg.h index 79c778f9543..6825d998700 100644 --- a/src/gallium/drivers/r300/r300_reg.h +++ b/src/gallium/drivers/r300/r300_reg.h @@ -1478,6 +1478,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. # define R300_TX_PITCH_EN (1 << 31) # define R300_TX_WIDTH(x) ((x) << 0) # define R300_TX_HEIGHT(x) ((x) << 11) +# define R300_TX_NUM_LEVELS(x) ((x) << 26) #define R300_TX_FORMAT1_0 0x44C0 /* The interpretation of the format word by Wladimir van der Laan */ |