summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_generatemipmap.c
AgeCommit message (Collapse)Author
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt
In addition to being HW accelerated, it avoids the incorrect (black) rendering of the mipmaps that SW was doing in fbo-generatemipmap. Improves the performance of the mipmap generation and drawing in fbo-generatemipmap by 30%.