Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: move gl_texture_image::FetchTexel fields to swrast | Brian Paul | 2011-09-17 | 1 | -3/+3 |
| | | | | | This also involves passing swrast_texture_image instead of gl_texture_image into all the fetch functions. | ||||
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
| | |||||
* | mesa: Reduce header file inclusion in texcompress_fxt1.h. | Vinson Lee | 2010-08-03 | 1 | -1/+3 |
| | | | | texcompress_fxt1.h doesn't use any additional symbols added by mtypes.h. | ||||
* | mesa/main: Make FEATURE_texture_fxt1 follow feature conventions. | Chia-I Wu | 2009-10-29 | 1 | -8/+14 |
| | | | | | | Also remove the unused initialization and GLchan fetch functions. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | mesa: move StoreTexImageFunc to texstore.h | Brian Paul | 2009-09-27 | 1 | -0/+2 |
| | |||||
* | mesa: make some s3tc/fxt1 functions public | Brian Paul | 2009-09-27 | 1 | -0/+51 |