summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_texture.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Record shader access qualifiers for imagesJason Ekstrand2018-10-231-1/+1
* st/mesa: pass storage_sample_count parameter into st_choose_formatMarek Olšák2018-08-041-1/+1
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+1
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+1
* st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...Nicolai Hähnle2017-10-111-1/+2
* st/mesa: replace st_shader_stage_to_ptargetNicolai Hähnle2017-08-021-2/+3
* st/mesa: whitespace fixes in st_texture.cBrian Paul2017-07-061-13/+15
* st/mesa: samplers only need to track whether GLSL >= 130Marek Olšák2017-06-221-1/+1
* st/mesa: don't return an error from update_single_textureMarek Olšák2017-06-221-1/+2
* st/mesa: don't set sampler states for TBOsMarek Olšák2017-06-221-2/+3
* st/mesa: fix assert to be simplerDave Airlie2017-06-211-4/+1
* st/mesa: make bindless samplers/images bound to units residentSamuel Pitoiset2017-06-141-0/+94
* st/mesa: add infrastructure for storing bound texture/image handlesSamuel Pitoiset2017-06-141-0/+79
* st/mesa: add st_create_{texture,image}_handle_from_unit() helperSamuel Pitoiset2017-06-141-0/+41
* gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-041-8/+9
* gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELYMarek Olšák2016-10-131-1/+2
* st/mesa: move all sampler view code into new st_sampler_view.[ch] filesBrian Paul2016-10-061-93/+0
* st/mesa: optimize pipe_sampler_view validationBrian Paul2016-10-061-9/+7
* st/mesa: check the texture image level in st_texture_match_imageNicolai Hähnle2016-07-011-0/+3
* st/mesa: add comments on a few sampler view functionsBrian Paul2015-07-231-0/+10
* state_tracker: replace __FUNCTION__ with __func__Marius Predut2015-04-141-3/+3
* st/mesa: align cube map arrays layersDave Airlie2015-04-141-1/+1
* st/mesa: drop unused texture functionDave Airlie2015-03-091-40/+0
* st/mesa: use pipe_sampler_view_release for releasing sampler viewsMarek Olšák2014-10-161-2/+4
* st/mesa: remove unneded PIPE_TEXTURE_CUBE check in st_texture_create()Brian Paul2014-09-301-1/+1
* mesa/st: NumLayers is only valid for array texturesIlia Mirkin2014-09-251-1/+2
* mesa/st: add ARB_texture_view supportIlia Mirkin2014-09-121-2/+13
* st/mesa: add st_context parameter to st_mesa_format_to_pipe_formatMarek Olšák2014-08-111-2/+3
* st/mesa: add support for ETC2 formatsMarek Olšák2014-08-111-5/+6
* st/mesa: handle array textures in st_texture_image_copyDave Airlie2014-06-191-0/+8
* st/mesa: fix invalid pointer use in st_texture_get_sampler_view()Brian Paul2014-04-211-3/+3
* st/mesa: properly implement MapTextureImage with multiple mapped slices (v2)Marek Olšák2014-04-101-7/+28
* st/mesa: fix sampler_view REALLOC/FREE macro mix-upBrian Paul2014-04-101-0/+12
* st/mesa: improve sampler view handlingChristian König2014-04-041-2/+66
* st/mesa: fix sampler view handling with shared textures v4Christian König2014-03-261-0/+7
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie2013-04-111-1/+7
* st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_formatMarek Olšák2013-02-061-2/+1
* st/mesa: don't choose DXT formats if we can't do DXT compressionBrian Paul2013-02-041-1/+2
* st/mesa: fix CopyTexSubImage fallback for 1D array texturesMarek Olšák2013-01-041-5/+6
* st/mesa: add support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-091-1/+9
* gallium: unify transfer functionsMarek Olšák2012-10-111-14/+4
* st/mesa: use transfer_inline_write in st_texture_image_dataMarek Olšák2012-10-111-46/+8
* st/mesa: implement new proxy texture codeBrian Paul2012-09-171-0/+13
* st/mesa: add null pointer check in st_texture_image_map()Brian Paul2012-03-171-0/+3
* st/mesa: remove st_TexImage(), use core Mesa code insteadBrian Paul2012-01-041-2/+9
* st/mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+1
* st/mesa: stop using gl_texture_image::Data when mapping/unmapping texturesBrian Paul2011-10-051-0/+1
* st/mesa: remove unnecessary st_texture_match_image() parametersBrian Paul2011-09-221-5/+4
* st/mesa: Convert size assertions to conditionals in st_texture_image_copy.Brian Paul2011-09-221-3/+9