summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_gen_mipmap.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium: fix typosBrian2008-03-181-1/+1
|
* gallium: initial implemenation of auto mipmap generation in state trackerBrian2008-02-081-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.