aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_gen_mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian2008-02-121-1/+1
* gallium: move gen-mipmap global/static vars into st_contextBrian2008-02-121-28/+13
* gallium: clean-up, simplification of mipmapped texturesBrian2008-02-121-18/+25
* gallium: take pitch/stride into account in mipmap generationBrian2008-02-111-1/+2
* gallium: comments about mipmap genBrian2008-02-111-0/+5
* gallium: implement software fallback for mipmap generationBrian2008-02-111-8/+60
* gallium: include st_cb_drawpixels.hBrian2008-02-081-0/+1
* gallium: initial implemenation of auto mipmap generation in state trackerBrian2008-02-081-0/+362