diff options
author | Daniel Borca <[email protected]> | 2004-07-05 06:47:17 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-07-05 06:47:17 +0000 |
commit | 3e94fd34449210c8b548a2a30f248fb5bd73478b (patch) | |
tree | d067d234e6dbd75799948b915742920e14f983e3 /src/mesa/drivers/glide/fxdrv.h | |
parent | fd003824ad18fd78cbecf32fb5e8e58cf2f9cdba (diff) |
added GL_ARB_point_sprite.
color masking correctly implemented for 15bpp.
small fixes for textures and tri engine.
Diffstat (limited to 'src/mesa/drivers/glide/fxdrv.h')
-rw-r--r-- | src/mesa/drivers/glide/fxdrv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h index af4765d7a9b..379851131fa 100644 --- a/src/mesa/drivers/glide/fxdrv.h +++ b/src/mesa/drivers/glide/fxdrv.h @@ -294,6 +294,8 @@ typedef struct tfxTexInfo_t GLboolean fixedPalette; GLboolean validated; + + GLboolean padded; } tfxTexInfo; |