aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: assorted state tracker fixes for > 8 texture samplersBrian Paul2009-01-021-1/+1
* gallium: check vertex shaders for samplers/texture usage as we do for fragmen...Brian2008-12-041-6/+14
* gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul2008-08-141-11/+23
* gallium: fix some render to texture bugsBrian Paul2008-05-071-30/+50
* gallium: Reallocate pipe_texture in st_TexImage if the texture object was used.Michel Dänzer2008-05-021-0/+2
* Some changed for non-C99 compilersAlan Hourihane2008-05-021-10/+5
* gallium: use simple color pass-through fragment shader if textures don't existBrian Paul2008-04-251-2/+28
* gallium: adjust the code in update_textures() to look more like update_sample...Brian2008-04-041-8/+7
* gallium: check SamplersUsed to determine if texture needed, as in st_atom_sam...Brian Paul2008-03-241-16/+15
* gallium: catch some out of memory conditions in the texture image code.Brian Paul2008-03-201-1/+4
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-5/+0
* 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