Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
| | | | | | | | INLINE is still seen in some files (some generated files, etc) but this is a good start. Acked-by: Kenneth Graunke <[email protected]> | ||||
* | mesa: move gl_texture_image::FetchTexel fields to swrast | Brian Paul | 2011-09-17 | 1 | -9/+9 |
| | | | | | This also involves passing swrast_texture_image instead of gl_texture_image into all the fetch functions. | ||||
* | mesa: Clean up header file inclusion in texcompress_s3tc.h. | Vinson Lee | 2010-12-04 | 1 | -1/+5 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | mesa/main: Make FEATURE_texture_s3tc follow feature conventions. | Chia-I Wu | 2009-10-29 | 1 | -0/+31 |
| | | | | 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/+73 |