tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / mesa / state_tracker / st_cb_texture.c
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...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-20 Ilia Mirkinst/mesa: only minify depth for 3d targets
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Eduardo Lima Mitevst/format: Replace QuerySamplesForFormat by new QueryIn...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-19 Ilia Mirkinst/mesa: fix pbo uploads
2016-02-19 Nicolai Hähnlest/mesa: disable depth/stencil/alpha tests in PBO upload
2016-02-17 Brian Paulst/mesa: use cso_set_viewport_dims() in try_pbo_upload_...
2016-02-16 Brian Paulst/mesa: use new CSO_BITS_ALL_SHADERS
2016-02-16 Brian Paulst/mesa: simplify st->ctx, ctx->st usage in a various...
2016-02-16 Brian Paulst/mesa: used _mesa_num_tex_faces() in st_finalize_text...
2016-02-16 Brian Paulst/mesa: use cso_save/restore_state() in st_cb_texture.c
2016-02-16 Brian Paulst/mesa: use 'cso' local var instead of st->cso_context
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-10 Samuel Pitoisetst/mesa: check ureg_create() retval in create_pbo_uploa...
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Nicolai Hähnlest/mesa: bail out of try_pbo_upload_common when constan...
2016-02-05 Nicolai Hähnlest/mesa: bail out of try_pbo_upload_common when vertex...
2016-02-05 Nicolai Hähnlest/mesa: reduce the scope of sampler_view in try_pbo_up...
2016-02-05 Nicolai Hähnlest/mesa: do uploads earlier in try_pbo_upload_common
2016-02-03 Nicolai Hähnlest/mesa: implement PBO upload for glCompressedTex(Sub...
next