aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_texture.c
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-6/+9
* gallium: change st->state.sampler_texture[] to store pipe_texture pointersBrian Paul2008-02-291-8/+6
* gallium: fix update_textures() bug in pipe_texture binding logicBrian Paul2008-02-291-1/+3
* gallium: new pipe->texture_update() functionBrian2008-02-201-4/+10
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-201-9/+9
* added commentBrian2008-02-061-0/+1
* clean-upBrian2008-02-061-12/+7
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-111-11/+21
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-7/+7
* silence the finalize_mipmap_tree msgBrian2007-11-011-0/+2
* add names to tracked state atoms to improve debugkeithw2007-08-251-0/+1
* fix some issues with texture/mipmap_tree state trackingBrian2007-08-131-4/+5
* debug infoBrian2007-08-071-0/+5
* plug in texture/sampler state updateBrian2007-08-071-1/+4
* texture image state handlingBrian2007-08-071-0/+76