st/mesa: fix lowered IO - don't call st_nir_assign_vs_in_locations twice
[mesa.git] / src / mesa / state_tracker / st_cb_texture.c
2020-08-18 Eduardo Lima Mitevst: Pass TextureTiling option from texture to memory obj
2020-07-16 Yevhenii Kharchenkost/mesa: fix corrupted texture levels, when adding...
2020-07-10 Pierre-Eric Pellou... st/mesa: set compressed_data to NULL when freed
2020-06-19 Pierre-Eric Pellou... st/mesa: make texture views inherit compressed_data...
2020-05-25 Danylo Piliaievst/mesa: Clear texture's views when texture is removed...
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakerreplace _mesa_logbase2 with util_logbase2
2020-04-17 Karol Herbstst/mesa: properly guard fallback_copy_texsubimage agins...
2020-04-06 Marek Olšákmesa: remove no longer needed _mesa_is_bufferobj function
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-03-16 Danylo Piliaievst/mesa: Fix signed integer overflow when using util_th...
2020-02-04 Eric Anholtsoftpipe: Refactor pipe_get/put_tile_rgba_* paths.
2020-02-04 Eric Anholtmesa/st: Use direct util_format_pack/unpack instead...
2020-01-16 Kenneth Graunkest/mesa: Allocate full miplevels if MaxLevel is explici...
2020-01-04 Kenneth Graunkest/mesa: Allow ASTC5x5 fallbacks separately from other...
2019-12-02 Kenneth Graunkest/mesa: Add GL_TDFX_texture_compression_FXT1 support
2019-11-15 Eric Anholtmesa/st: Reuse st_choose_matching_format from st_choose...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-09-11 Kenneth Graunkest/mesa: Only pause queries if there are any active...
2019-08-30 Lepton Wust/mesa: Allow zero as [level|layer]_override
2019-08-12 Marek Olšákst/mesa: don't allocate mipmapped texture for NEAREST_M...
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-03-28 Kenneth Graunkest/mesa: Fix blitting from GL_DEPTH_STENCIL to GL_STENC...
2019-03-12 Brian Paulst/mesa: minor refactoring of texture/sampler delete...
2019-03-12 Brian Paulst/mesa: move utility functions, macros into new st_uti...
2019-03-04 Brian Paulst/mesa: line wrapping, whitespace fixes in st_cb_texture.c
2019-02-26 Brian Paulst/mesa: whitespace/formatting fixes in st_cb_texture.c
2019-01-09 Marek Olšákst/mesa: don't reference pipe_surface locally in PBO...
2018-12-20 Ilia Mirkinst/mesa: remove sampler associated with buffer texture...
2018-10-23 Jason Ekstrandst/mesa: Record shader access qualifiers for images
2018-09-07 Marek Olšákst/mesa: throttle texture uploads if their memory usage...
2018-08-04 Marek Olšákst/mesa: pass storage_sample_count parameter into st_ch...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add pipe_resource::nr_storage_samples, and...
2018-07-31 Marek Olšákst/mesa: implement ASTC 2D LDR fallback for all drivers
2018-07-31 Marek Olšákst/mesa: add ETC2 & ASTC fast path for GetTex(Sub)Image
2018-07-31 Marek Olšákst/mesa: generalize code for the compressed texture...
2018-07-31 Marek Olšákst/mesa: generalize st_etc_fallback -> st_compressed_fo...
2018-07-02 Tomeu Vizosost/mesa/i965: Allow decompressing ETC2 to GL_RGBA
2018-05-25 Marek Olšákst/mesa: simplify lastLevel determination in st_finaliz...
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-27 Eric Anholtst: Allow accelerated CopyTexImage from RGBA to RGB.
2018-02-06 Brian Paulst/mesa: use st_access_flags_to_transfer_flags() helper...
2018-01-06 Marek Olšákmesa: remove dd_function_table::GetCompressedTexSubImag...
2017-11-09 Nicolai Hähnlest/mesa: guard sampler views changes with a mutex
2017-11-09 Nicolai Hähnlest/mesa: re-arrange st_finalize_texture
2017-10-11 Nicolai Hähnlest/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT...
2017-10-10 Nicolai Hähnlest/mesa: fix import of EGL images with non-zero level...
2017-10-10 Nicolai Hähnlest/mesa: fix switching from surface-based to non-surfac...
2017-09-01 Brian Paulst/mesa: only try to create 1x msaa surfaces for "fake...
2017-08-06 Dave Airliemesa/st: implement memory objects as a backend for...
2017-08-06 Andres Rodriguezmesa/st: factor out st_AllocTextureStorage into a helper
2017-08-03 Brian Paulst/mesa: fix handling of NumSamples=1 (v2)
2017-07-26 Marek Olšákst/mesa: also clamp and quantize per-unit lod bias
2017-07-26 Timothy Arcerimesa/st: fix unused variable warnings
2017-07-22 Brian Paulst/mesa: use proper resource target type in st_AllocTex...
2017-07-06 Brian Paulst/mesa: find proper mipmap level in st_ClearTexSubImage()
2017-06-30 Brian Paulst/mesa: check for incomplete texture in st_finalize_te...
2017-06-21 Marek Olšákst/mesa: add an entirely separate codepath for setting...
2017-06-21 Marek Olšákst/mesa: don't invoke st_finalize_texture & st_convert_...
2017-06-14 Samuel Pitoisetst/mesa: implement ARB_bindless_texture
2017-06-13 Timothy Arcerist/mesa: skip texture validation logic when nothing...
2017-04-04 Marek Olšákgallium: decrease the size of pipe_resource - 64 -...
2017-04-01 Michal Srbst: Add cubeMapFace parameter to st_finalize_texture.
2017-02-24 Marek Olšákst/mesa: reset sample_mask, min_sample, and render_cond...
2016-11-16 Nicolai Hähnlest/mesa: swap bytes in the fallback format translation...
2016-11-16 Nicolai Hähnlest/mesa: simplify and fix st_GetTexSubImage
2016-11-16 Nicolai Hähnlest/mesa: fix SINT <-> UINT conversion during PBO upload...
2016-11-16 Nicolai Hähnlest/mesa: change st_pbo_create_upload_fs to st_pbo_get_u...
2016-10-13 Brian Paulmesa: remove 'params' parameter from ctx->Driver.TexPar...
2016-10-06 Brian Paulst/mesa: move all sampler view code into new st_sampler...
2016-10-06 Brian Paulst/mesa: optimize pipe_sampler_view validation
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-08-13 Ilia Mirkinst/mesa: provide GL_OES_copy_image support by caching...
2016-08-13 Ilia Mirkinst/mesa: refactor duplicated etc fallback checks
2016-07-30 Marek Olšákst/mesa: completely rewrite state atoms
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-15 Brian Paulmesa: add numLevels, numSamples to Driver.TestProxyTexI...
2016-07-01 Nicolai Hähnlest/mesa: an incomplete texture may have a zero-size...
2016-06-21 Nicolai Hähnlest/mesa: invalidate readpixels cache
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before texture functions
2016-06-10 Nicolai Hähnlest/mesa: use base level size as "guess" when available
2016-06-08 Nicolai Hähnlest/mesa: directly compute level=0 texture size in st_fi...
2016-06-01 Nicolai Hähnlest/mesa: move shareable parts of PBO upload state and...
2016-06-01 Nicolai Hähnlest/mesa: move PBO buffer address calculation to st_pbo.c
2016-06-01 Nicolai Hähnlest/mesa: move PBO upload fs creation to st_pbo.c
2016-06-01 Nicolai Hähnlest/mesa: rename pbo_upload to pbo
2016-06-01 Nicolai Hähnlest/mesa: move PBO vertex and geometry shader creation...
2016-06-01 Nicolai Hähnlest/mesa: begin moving PBO functions into their own...
2016-05-10 Marek Olšákst/mesa: use transfer_inline_write for memcpy TexSubIma...
2016-05-02 Marek Olšákst/mesa: fix blit-based GetTexImage for non-finalized...
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Jakob Sinclairst/mesa: Replace GLvoid with void
2016-04-12 Marek Olšákgallium: pause queries for all meta ops
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-27 Marek Olšákst/mesa: only minify height if target != 1D array in...
next