platform/upstream/mesa.git
2021-10-19 Mike Blumenkrantzlavapipe: pull layer count from render state during...
2021-10-19 Mike Blumenkrantzlavapipe: remove lvp_subpass::has_color_att
2021-10-19 Mike Blumenkrantzlavapipe: simplify some attachment derefs
2021-10-19 Mike Blumenkrantzlavapipe: store subpass directly to rendering_state
2021-10-19 Mike Blumenkrantzlavapipe: remove last VK_ATTACHMENT_UNUSED check
2021-10-19 Mike Blumenkrantzlavapipe: remove lvp_subpass_attachment and use lvp_ren...
2021-10-19 Mike Blumenkrantzlavapipe: remove lvp_subpass::max_sample_count
2021-10-19 Mike Blumenkrantzlavapipe: add attachment index to lvp_render_pass_attac...
2021-10-19 Mike Blumenkrantzlavapipe: remove lvp_subpass_attachment::layout
2021-10-19 Mike Blumenkrantzlavapipe: remove lvp_subpass_attachment::in_render_loop
2021-10-19 Mike Blumenkrantzlavapipe: use framebuffer attachment_count member inste...
2021-10-19 Mike Blumenkrantzlavapipe: remove some unused struct members
2021-10-19 Mike Blumenkrantzlavapipe: stop reading renderpass during pipeline creation
2021-10-19 Dave Airlieclover: use max shader sampler view/images queries...
2021-10-19 Mike Blumenkrantzzink: move last of lazy descriptor state updating back...
2021-10-19 Mike Blumenkrantzzink: add an early return for zink_descriptors_update_l...
2021-10-19 Mike Blumenkrantzzink: move push descriptor updating into lazy-only...
2021-10-19 Mike Blumenkrantzzink: don't update lazy descriptor states in hybrid...
2021-10-19 Mike Blumenkrantzzink: assert compute descriptor key is valid before...
2021-10-19 Mike Blumenkrantzzink: clear descriptor refs on buffer replacement
2021-10-19 Mike Blumenkrantzzink: fully zero surface creation struct
2021-10-19 Mike Blumenkrantzzink: add a read barrier for indirect dispatch
2021-10-19 Mike Blumenkrantzzink: use static array for detecting VK_TIME_DOMAIN_DEV...
2021-10-18 Neha Bhendest: Fix comments in commit be6d584de43966e
2021-10-18 Karol Herbstclover/api: fix clGetMemObjectInfo for images
2021-10-18 Karol Herbstclover/formats: pass in cl_mem_flags for better format...
2021-10-18 Karol Herbstclover/format: Full rework on how we declare supported...
2021-10-18 Neha Bhendest: Fix 64-bit vertex attrib index for TGSI path
2021-10-18 Marek Olšákradeonsi: reorder and don't print patch level DRM versi...
2021-10-18 Marek Olšákac,radeonsi: print a lowercase codename in the renderer...
2021-10-18 Marek Olšákradeonsi: enable shader culling on Navi1x consumer...
2021-10-18 Marek Olšákradeonsi: replace the GS prolog with a monolithic shade...
2021-10-18 Marek Olšákradeonsi: don't pass NULL into si_get_nir_shader
2021-10-18 Danylo Piliaievdrirc: Apply vk_dont_care_as_load workaround to Forsake...
2021-10-18 Danylo Piliaievturnip: implement vk_dont_care_as_load workaround
2021-10-18 Danylo Piliaievdriconf: add vk_dont_care_as_load workaround option
2021-10-18 Danylo Piliaievturnip: add support for dirconf
2021-10-18 Samuel Pitoisetradv: fix OpImageQuerySamples with non-zero descriptor set
2021-10-18 Connor Abbotttu/clear_blit: Stop creating a franken-image for stagin...
2021-10-18 Connor Abbotttu: Remove cross-check scaffolding
2021-10-18 Connor Abbotttu: Switch clear/blit to fdl6_view and cross-check
2021-10-18 Connor Abbotttu: Use fdl6_view in tu_image_view and cross-check
2021-10-18 Connor Abbottfreedreno/fdl: Add fdl6_view
2021-10-18 Connor Abbottfreedreno/fdl: Add mip_level to fdl_layout
2021-10-18 Connor Abbottfreedreno/fdl: Constify fdl6_get_ubwc_blockwidth()
2021-10-18 Connor Abbottvk/format, v3dv: Add a vulkan -> pipe swizzle helper
2021-10-18 Pierre-Eric... Revert "gallium: add a is_dri_blit_image bool to pipe_b...
2021-10-18 Pierre-Eric... radeonsi: use PIPE_BIND_DRI_PRIME instead of is_dri_bli...
2021-10-18 Pierre-Eric... radeonsi/gfx10.3: enable SDMA for DRI_PRIME copies
2021-10-18 Pierre-Eric... winsys/amdgpu: add uncached flag to the imported DRI_PR...
2021-10-18 Pierre-Eric... radeon_winsys.h: add a parameter to buffer_from_handle
2021-10-18 Pierre-Eric... gallium/dri: let the driver know if the imported image...
2021-10-18 Pierre-Eric... gallium/dri: add createImageFromFds2
2021-10-18 Pierre-Eric... gallium/dri: replace bool with flag parameter
2021-10-18 Witold Barylukzink: Fully initialize VkBufferViewCreateInfo for hashing
2021-10-18 Juan A. Suarez... v3dv/ci: update expected results
2021-10-18 Pierre-Eric... radeonsi: use viewport offset in quant_mode determination
2021-10-18 Vinson Leeanv: Fix assertion.
2021-10-18 Samuel Pitoisetradv: fix removing PSIZ when it's not emitted by the...
2021-10-18 Aaron Watryclover/image: add dimension property
2021-10-18 Edward O'Callaghanclover: Implement CL_MEM_OBJECT_IMAGE1D_ARRAY
2021-10-18 Edward O'Callaghanclover: Implement CL_MEM_OBJECT_IMAGE1D_BUFFER
2021-10-18 Edward O'Callaghanclover: Implement CL_MEM_OBJECT_IMAGE2D_ARRAY
2021-10-18 Aaron Watryclover: implement CL_IMAGE_BUFFER
2021-10-18 Edward O'Callaghanclover/images: Add array_size to implement CL_IMAGE_ARR...
2021-10-18 Karol Herbstclover/image: add templated basic_image class to simpli...
2021-10-18 Karol Herbstspirv: Don't add 0.5 to array indicies for OpImageSampl...
2021-10-17 Juan A. Suarez... vc4/ci: update expected results
2021-10-17 Dave Airliellvmpipe: fix userptr for texture resources.
2021-10-16 Alyssa Rosenzweigpanfrost: Don't allow rendering/texturing 48-bit
2021-10-16 Derek Foremanegl/wayland: Properly clear stale buffers on resize
2021-10-16 Marek Olšákradeonsi: don't memcmp inlined uniform values if unifor...
2021-10-16 Marek Olšákradeonsi: split si_shader_key into ps and ge parts...
2021-10-16 Marek Olšákradeonsi: si_state_shaders.c -> cpp
2021-10-16 Marek Olšákgallium/util: add some extern "C" guards
2021-10-16 Jason Ekstrandcompiler/types: Add a wrap_in_arrays helper
2021-10-16 Jason Ekstrandspirv: Use texture types for sampled images
2021-10-16 Jason Ekstrandclover/nir: Don't remove texture variables
2021-10-16 Jason Ekstrandlavapipe: Allow for texture types
2021-10-16 Jason Ekstrandnir/deref: Also optimize samplerND -> textureND casts
2021-10-16 Jason Ekstrandnir: Allow texture types
2021-10-16 Jason Ekstrandcompiler/types: Add a texture type
2021-10-16 Jason Ekstrandcompiler/types: Unify the guts of get_sampler/image_count
2021-10-16 Jason Ekstrandcompiler/types: Combine image and sampler type serializ...
2021-10-16 Yiwei Zhangdri_interface: remove gl header
2021-10-16 Yiwei Zhangdri_interface: remove obsolete interfaces
2021-10-16 Jason Ekstrandnir/serialize: Pack deref modes better
2021-10-16 Jason Ekstrandnir: Re-arrange the variable modes
2021-10-16 Jason Ekstrandnir: s/nir_var_mem_image/nir_var_image/g
2021-10-16 Dylan Bakermeson: use gtest protocol for gtest based tests when...
2021-10-16 Enrico Gallimicrosoft/compiler: Shadow tex instructions always...
2021-10-15 Mike Blumenkrantzaux/pb: more correctly check number of reclaims
2021-10-15 Jason Ekstrandnir: Drop our attempt at typed-based image mode validation
2021-10-15 Marcin Ślusarzintel: fix INTEL_DEBUG environment variable on 32-bit...
2021-10-15 Mike Blumenkrantzvirgl: remove unused pipebuffer include
2021-10-15 Mike Blumenkrantzaux/pb: add a tolerance for reclaim failure
2021-10-15 Caio Marcelo... intel/compiler: Build all tests in a single binary
2021-10-15 Caio Marcelo... intel/compiler: Rename vec4 test fixtures
2021-10-15 Rob Clarkfreedreno/isa: Add immed reg accessors
2021-10-15 Rob Clarkisaspec: Add bitfield size assertions
next