summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_gen_mipmap.h
AgeCommit message (Collapse)Author
2008-03-18gallium: fix typosBrian
2008-02-08gallium: initial implemenation of auto mipmap generation in state trackerBrian
Use hardware rendering to compute/render mipmap levels. The fallback path (which will be used for non-renderable texture formats) isn't working yet.