summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_texture.h
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: add const qualifiers in sampler validation codeBrian Paul2013-12-131-0/+6
* st/mesa: handle texture_from_pixmap and other surface-based textures correctlyMarek Olšák2013-05-151-2/+8
* st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie2013-04-111-0/+1
* st/mesa: fix CopyTexSubImage fallback for 1D array texturesMarek Olšák2013-01-041-5/+3
* st/mesa: fix typo: s/patent/parent/Brian Paul2012-02-151-1/+1
* st/mesa: simplify st_create_texture_sampler_view()Brian Paul2012-02-151-12/+9
* st/mesa: remove unused st_get_texture_sampler_view()Brian Paul2012-02-151-16/+0
* st/mesa: completely stop using gl_texture_image::DataBrian Paul2011-10-051-1/+6
* st/mesa: remove unnecessary st_texture_match_image() parametersBrian Paul2011-09-221-2/+1
* st/mesa: remove st_texture_image::face,level fieldsBrian Paul2011-08-241-5/+0
* st/mesa: replace duplicated create_color_map_texture() function with shared f...Bryan Cain2011-08-041-0/+4
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-15/+0
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-0/+15
* st/mesa: fix texture array dimensionsBrian Paul2011-01-281-1/+14
* st/mesa: pass layers param to st_texture_create()Brian Paul2011-01-281-0/+1
* st/mesa: formatting, whitespace fixesBrian Paul2011-01-201-7/+3
* st/mesa: use shader stencil export to accelerate shader drawpixels.Dave Airlie2010-10-131-0/+14
* mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-6/+0
* st/mesa: need to pass srcLevel to st_texture_image_copy()Brian Paul2010-05-041-1/+1
* st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul2010-04-301-3/+9
* st/mesa: remove unused/disabled codeBrian Paul2010-04-291-12/+0
* st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/Brian Paul2010-04-181-1/+1
* st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul2010-04-181-1/+1
* st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-181-5/+5
* st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul2010-04-181-3/+3
* st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul2010-04-181-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-15/+15
* st/mesa: Associate a sampler view with an st texture object.Michal Krol2010-03-121-0/+39
* mesa/st: Add support for binding pipe surface to texture.Chia-I Wu2009-08-051-0/+5
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-1/+1
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-1/+6
* st: remove comp_byte parameter to st_texture_create()Brian Paul2009-04-091-1/+0
* gallium: Move pf_is_depth_stencil to p_format.h.José Fonseca2009-03-311-6/+0
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-2/+4
* gallium: move st_texture_image() cast wrapper to header fileBrian Paul2008-09-011-0/+6
* gallium: depth textures have usage depth_stencil instead of render_targetRoland Scheidegger2008-05-091-0/+5
* Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-3/+1
|\
| * gallium: Reallocate pipe_texture in st_TexImage if the texture object was used.Michel Dänzer2008-05-021-3/+1
* | gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-1/+2
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-2/+4
|/
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-2/+0
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-201-0/+64
* gallium: remove unused first_level param from st_texture_create()Brian2008-02-121-1/+0
* gallium: clean-up, simplification of mipmapped texturesBrian2008-02-121-3/+3
* comments, clean-ups, constsBrian2008-02-061-4/+4
* gallium: Make texture target an enum for better debuggability.Michel Dänzer2008-01-041-2/+2
* Remove internal_format field from struct pipe_texture.Michel Dänzer2007-12-111-1/+0
* Remove stray references to struct pipe_region.Michel Dänzer2007-12-101-1/+0
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-2/+1