platform/upstream/mesa.git
2022-08-15 Chia-I Wuturnip: fix a use-after-free in autotune
2022-08-15 Mike Blumenkrantzzink: use a maybe more accurate wild guess for pcp...
2022-08-15 Mike Blumenkrantzzink: (correctly) require extendedDynamicState2PatchCon...
2022-08-15 Mike Blumenkrantzzink: require EXT_non_seamless_cube_map for GPL support
2022-08-15 Yonggang Luoc11: Remove mtx_try from mtx enums as it's not a part...
2022-08-15 Georg Lehmannaco: Use v_cmpx pre GFX10.
2022-08-15 Georg Lehmannaco/assembler: Fix v_cmpx pre GFX10.
2022-08-15 Georg Lehmannaco: Fix optimizing branching sequence with s_and_saveexec.
2022-08-15 Georg Lehmannaco/assembler: Fix v_cmpx with SDWA.
2022-08-15 Georg Lehmannaco: Check that we don't override exec_val operands...
2022-08-15 Timur Kristófaco: Check for instructions that inhibit the branching...
2022-08-15 Timur Kristófaco: Fix invalidated reference in branching sequence...
2022-08-15 David Heidelbergci: do not install i386 sub-architecture in VK images
2022-08-15 David Heidelbergci: use apt-get in x86_test-vk instead of apt
2022-08-15 Tomeu Vizosoci: Report failures to GitLab for LAVA jobs
2022-08-15 Tomeu Vizosoiris/ci: Set FDO_CI_CONCURRENT for all Chromebook jobs
2022-08-15 Tomeu Vizosoiris/ci: Test on Jasper Lake Chromebooks
2022-08-15 Qiang Yunir/lower_gs_intrinsics: fix primitive count for points
2022-08-15 Mike Blumenkrantzzink: fix program cache comparisons
2022-08-14 Mike Blumenkrantzzink: delete zink_shader_stage()
2022-08-14 Mike Blumenkrantzzink: remove all pipe_shader_type usage
2022-08-14 Mike Blumenkrantzzink: PIPE_SHADER_TYPES -> MESA_SHADER_STAGES
2022-08-14 Mike Blumenkrantzzink: explicitly define ZINK_GFX_SHADER_COUNT
2022-08-14 Mike Blumenkrantzzink: ZINK_SHADER_COUNT -> ZINK_GFX_SHADER_COUNT
2022-08-14 Mike Blumenkrantzzink: use statically sized array for descriptor allocation
2022-08-14 Mike Blumenkrantzzink: rename _lazy descriptor stuff
2022-08-14 Mike Blumenkrantzzink: reorder some descriptor structs
2022-08-14 Mike Blumenkrantzzink: merge batch descriptor data onto batch state
2022-08-14 Mike Blumenkrantzzink: merge program descriptor data onto program struct
2022-08-14 Mike Blumenkrantzzink: merge context descriptor data onto context struct
2022-08-14 Mike Blumenkrantzzink: merge batch descriptor data structs
2022-08-14 Mike Blumenkrantzzink: merge context descriptor data structs
2022-08-14 Mike Blumenkrantzzink: remove descriptor dummy_set
2022-08-14 Mike Blumenkrantzzink: delete some unused descriptor struct members
2022-08-14 Mike Blumenkrantzzink: move lazy descriptor data types into zink_types.h
2022-08-14 Mike Blumenkrantzzink: move all types/enums into zink_types.h
2022-08-14 Mike Blumenkrantzzink: delete unused struct types
2022-08-14 Mike Blumenkrantzzink: move lazy descriptor functions into zink_descript...
2022-08-14 Mike Blumenkrantzzink: delete a lot of descriptor code
2022-08-14 Mike Blumenkrantzzink: remove descriptor vtable
2022-08-14 Mike Blumenkrantzzink: remove checks for lazy descriptor mode + template...
2022-08-14 Mike Blumenkrantzzink: remove cached descriptor mode
2022-08-14 Alyssa Rosenzweigasahi: Identify depth clip mode bit
2022-08-14 Alyssa Rosenzweigasahi: Don't advertise ARB_clip_control yet
2022-08-14 Timur Kristófaco: Add faster code path to store_lds for consecutive...
2022-08-14 Eric Engestromvk/device-select-layer: fix .sType of VkPhysicalDeviceG...
2022-08-13 Lucas Stachetnaviv: don't expose array and 3D texture support...
2022-08-13 Lucas Stachetnaviv: allow 3D textures with TS in transfer
2022-08-13 Lucas Stachetnaviv: fix TS buffer allocation for 3D textures
2022-08-13 Lucas Stachetnaviv: properly check number of layers in surface...
2022-08-13 Pavel Ondračkar300: fix variables detection for paired ALU and TEX...
2022-08-12 Axel Davyfrontend/nine: Fix ff position_t fallback when w = 0
2022-08-12 Axel Davyfrontend/nine: Fix shader multi-use crash
2022-08-12 Axel Davyfrontend/nine: Fix cso restore bug
2022-08-12 Axel Davyfrontend/nine: Fix ATOC handling
2022-08-12 Axel Davyfrontend/nine: Fix buffer tracking out of bounds
2022-08-12 Axel Davyfrontend/nine: Skip invalid swvp calls
2022-08-12 Yonggang Luoci: Enable llvmpipe on MacOS
2022-08-12 Yonggang Luoci: Improve MacOS github ci
2022-08-12 Yonggang Luoutil: Disable usage of __attribute__((__const__)) when...
2022-08-12 Yonggang Luoutil: Fixes invalid assumption that return non null...
2022-08-12 Yonggang Luoutil: Fixes memory leak in u_printf_test.cpp
2022-08-12 Yonggang Luoutil: Fixes memory leak in create_cache_item_header_and...
2022-08-12 Yonggang Luointel: Fixes compile error of aubinator_viewer.cpp...
2022-08-12 Yonggang Luopanfrost: Do no use designated initializer for union
2022-08-12 Yonggang Luonine: Fixes compile of nine_pipe.h with clang
2022-08-12 pal1000meson: Microsoft / maybe Intel CLC need the all-targets...
2022-08-12 Jesse Nataliemeson: Don't include glsl compiler if flex/bison aren...
2022-08-12 Yonggang Luoutil: Add os_create_anonymous_file support on win32
2022-08-12 Yonggang Luomeson: Enable graw tests on mingw
2022-08-12 Samuel Pitoisetzink: stop skipping bunch of GLESx tests
2022-08-12 Yonggang Luozink: Use DETECT_OS_WINDOWS instead of 'WIN32'
2022-08-12 Yonggang Luoutil: Enable tests that disabled for msvc/mingw
2022-08-12 Yonggang Luoutil: Use `DETECT_OS_WINDOWS` instead `WIN32` in u_proc...
2022-08-12 Yonggang Luoutil: Implement os_get_available_system_memory on Win32
2022-08-12 Yonggang Luoutil: Fixes typo in function os_get_total_physical_memory
2022-08-12 Yonggang Luoutil: Implement util_thread_get_time_nano on win32
2022-08-12 Mike Blumenkrantzmesa/st: simplify sampler border color swizzling
2022-08-12 Mike Blumenkrantzmesa/st: use tracked samplerview swizzle values
2022-08-12 Mike Blumenkrantzmesa: track gl_texture_object swizzle internally
2022-08-12 Mike Blumenkrantzmesa/st: use pre-calculated format swizzle for samplerviews
2022-08-12 Mike Blumenkrantzmesa: track format swizzles on teximage objects
2022-08-12 Mike Blumenkrantzzink: add a driver workaround for broken L4A4 on nvidia
2022-08-12 Mike Blumenkrantzzink: support emulating alpha formats using new border...
2022-08-12 Mike Blumenkrantzzink: handle emulated alpha format clears
2022-08-12 Mike Blumenkrantzzink: reject native blits for emulated alpha formats
2022-08-12 Mike Blumenkrantzzink: add some format functions for emulating alpha...
2022-08-12 Mike Blumenkrantzzink: stop modifying samplerview swizzle on base struct
2022-08-12 Mike Blumenkrantzutil/format: handle SRGB in util_format_luminance_to_red()
2022-08-12 Mike Blumenkrantzgallium: add PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZLE_AL...
2022-08-12 Mike Blumenkrantzgallium: convert PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZL...
2022-08-12 Mike Blumenkrantzmesa/st: use plumbed value for srgb_skip_decode in...
2022-08-12 Mike Blumenkrantzmesa/st: plumb glsl130_or_later through sampler creation
2022-08-12 Mike Blumenkrantzmesa/st: add ignore_srgb_decode param to st_convert_sampler
2022-08-12 Mike Blumenkrantzmesa: require render target bind for A/L/I in format...
2022-08-12 Mike Blumenkrantzmesa: fix blending when using luminance/intensity emulation
2022-08-12 Konstantin... .mailmap: change spelling for Constantine Kharlamov
2022-08-12 Konstantin... meson: remove source_root() call in main meson.build
2022-08-12 Konstantin... meson: remove source_root() call in nir compiler path
2022-08-12 Konstantin... loader/dri3: remove a no-op free call
next