Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: Clean up header file inclusion in st_gen_mipmap.h. | Vinson Lee | 2010-12-24 | 1 | -1/+3 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | mesa: Include missing header in st_get_mipmap.h. | Vinson Lee | 2010-08-05 | 1 | -0/+4 |
| | | | | | Include mtypes.h for GLcontext symbol. Add forward declaration for st_context. | ||||
* | gallium: fix typos | Brian | 2008-03-18 | 1 | -1/+1 |
| | |||||
* | gallium: initial implemenation of auto mipmap generation in state tracker | Brian | 2008-02-08 | 1 | -0/+46 |
Use hardware rendering to compute/render mipmap levels. The fallback path (which will be used for non-renderable texture formats) isn't working yet. |