aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_texture.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: guard sampler views changes with a mutexNicolai Hähnle2017-11-091-4/+36
* st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...Nicolai Hähnle2017-10-111-3/+4
* st/mesa: store state that affects sampler views per contextNicolai Hähnle2017-10-111-6/+14
* st/mesa: whitespace fixNicolai Hähnle2017-10-101-1/+1
* st/mesa: fix import of EGL images with non-zero level or layerNicolai Hähnle2017-10-101-3/+12
* st/mesa: also clamp and quantize per-unit lod biasMarek Olšák2017-07-261-0/+1
* st/mesa: samplers only need to track whether GLSL >= 130Marek Olšák2017-06-221-2/+2
* st/mesa: don't return an error from update_single_textureMarek Olšák2017-06-221-1/+1
* st/mesa: make bindless samplers/images bound to units residentSamuel Pitoiset2017-06-141-0/+8
* st/mesa: add infrastructure for storing bound texture/image handlesSamuel Pitoiset2017-06-141-0/+5
* st/mesa: add st_convert_image_from_unit() helperSamuel Pitoiset2017-06-141-0/+5
* st/mesa: make convert_sampler_from_unit() non-staticSamuel Pitoiset2017-06-141-0/+5
* st/mesa: make update_single_texture() non-staticSamuel Pitoiset2017-06-141-0/+5
* st/mesa: skip texture validation logic when nothing has changedTimothy Arceri2017-06-131-0/+9
* st/mesa: add st_convert_sampler()Samuel Pitoiset2017-04-181-0/+6
* gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-041-7/+7
* st/mesa: add st_convert_image()Samuel Pitoiset2017-04-031-0/+4
* st/mesa: fix the layer of VDPAU surface samplersNicolai Hähnle2016-11-041-0/+9
* st/mesa: move all sampler view code into new st_sampler_view.[ch] filesBrian Paul2016-10-061-34/+0
* st/mesa: optimize pipe_sampler_view validationBrian Paul2016-10-061-0/+5
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-0/+21
* st/mesa: provide GL_OES_copy_image support by caching the original ETC dataIlia Mirkin2016-08-121-1/+6
* st/mesa: refactor duplicated etc fallback checksIlia Mirkin2016-08-121-0/+3
* st/mesa: directly compute level=0 texture size in st_finalize_textureNicolai Hähnle2016-06-081-6/+0
* st/mesa: drop unused texture functionDave Airlie2015-03-091-10/+0
* mesa/st: remove unused TexDataDave Airlie2015-03-091-6/+0
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-8/+8
* st/mesa: use new _mesa_base_tex_image() helperBrian Paul2015-01-051-0/+6
* st/mesa: use pipe_sampler_view_release for releasing sampler viewsMarek Olšák2014-10-161-1/+2
* st/mesa: add st_context parameter to st_mesa_format_to_pipe_formatMarek Olšák2014-08-111-1/+2
* st/mesa: add support for ETC2 formatsMarek Olšák2014-08-111-1/+11
* st/mesa: properly implement MapTextureImage with multiple mapped slices (v2)Marek Olšák2014-04-101-3/+8
* st/mesa: fix sampler_view REALLOC/FREE macro mix-upBrian Paul2014-04-101-0/+3
* st/mesa: improve sampler view handlingChristian König2014-04-041-3/+13
* st/mesa: fix sampler view handling with shared textures v4Christian König2014-03-261-0/+4
* 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