summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-06anv: Packed, subsampled formats are not disjointyuv-formatsIan Romanick2-1/+4
2021-04-06squash! anv: Use same primary surface memory range for both "planes" of subsa...Ian Romanick2-20/+20
2021-04-06anv: Add Y21x formatsIan Romanick1-9/+34
2021-04-06WIP: anv: Disable aspects assertion in cmd_buffer_mark_image_writtenIan Romanick1-1/+1
2021-04-06anv: Use same primary surface memory range for both "planes" of subsampled fo...Ian Romanick1-1/+28
2021-04-05anv: Add and use anv_format_aspectsIan Romanick5-8/+27
2021-04-05anv: Add Y41x formatsIan Romanick2-16/+75
2021-04-05anv: Fix bad interaction with YCbCrA formats and some user swizzlesIan Romanick1-6/+6
2021-04-05anv: Delete unused function anv_get_format_planesIan Romanick1-8/+0
2021-04-05gallium/dri: Allow use of R8G8_R8B8 for YUYV and G8R8_B8R8 for UYVYIan Romanick7-13/+92
2021-04-05nir/lower_tex: Add support for lowering YUYV formatsIan Romanick2-0/+24
2021-04-05mesa: Add R8G8_R8B8 and G8R8_B8R8 formatsIan Romanick4-0/+15
2021-04-05intel/isl: Add mappings for PIPE_FORMAT_R8G8_R8B8_UNORM and PIPE_FORMAT_G8R8_...Ian Romanick1-0/+4
2021-04-05gallium/dri: Add Y21x formatsIan Romanick6-1/+55
2021-04-05egl/dri2: Add Y21x formatsIan Romanick1-0/+3
2021-04-05util/format: Add Y21x formatsIan Romanick3-0/+11
2021-04-05gallium/dri: Add Y41x formatsIan Romanick6-3/+62
2021-04-05egl/dri2: Add Y41x formatsIan Romanick1-0/+3
2021-04-05util/format: Add Y41x formatsIan Romanick3-0/+11
2021-04-05nir/lower_tex: Add support for lowering Y41x formatsIan Romanick2-0/+24
2021-04-05egl/dri2: Bump libdrm version requirement to 2.4.98Ian Romanick2-17/+3
2021-04-05dri: Fix typo before __DRI_IMAGE_COMPONENTS definesIan Romanick1-1/+1
2021-04-05util/format: Add missing documentation for pixel block depthIan Romanick1-0/+1
2021-04-05util/format: Delete trailing whitespaceIan Romanick1-10/+10
2021-04-05zink: relax maybe_flush batch count thresholdMike Blumenkrantz1-1/+1
2021-04-05zink: relax maybe_flush mem thresholdMike Blumenkrantz1-3/+3
2021-04-05zink: split total_mem off to total_video_mem, use total_mem for tcMike Blumenkrantz3-3/+6
2021-04-05zink: move cmdpool reset to batch state resetMike Blumenkrantz1-4/+3
2021-04-05zink: only use host mem for staging resources with linear tilingMike Blumenkrantz1-1/+1
2021-04-05zink: use 2 variant to check image format props during createMike Blumenkrantz3-3/+20
2021-04-05zink: use vkGetPhysicalDeviceFormatProperties2 when availableMike Blumenkrantz3-2/+9
2021-04-05zink: use better usage flags for staging resourcesMike Blumenkrantz1-2/+2
2021-04-05zink: hook up cs push constant for nir_intrinsic_load_work_dimMike Blumenkrantz4-1/+77
2021-04-05util/threaded_context: support pipe_context::set_sample_locationsMike Blumenkrantz2-0/+27
2021-04-05vulkan: track number of bindings instead of max binding for CreateDescriptorS...Alejandro PiƱeiro4-23/+23
2021-04-05zink/ci: handle getting correct drisw driver.Dave Airlie1-3/+5
2021-04-05drisw: move zink down the list below the sw drivers.Dave Airlie2-6/+6
2021-04-05radv: Flush caches for shader read operations.Bas Nieuwenhuizen1-1/+3
2021-04-05turnip: fix alignment of non-32b types in workgroup memoryDanylo Piliaiev1-1/+1
2021-04-05radv: init CMASK/FMASK/DCC in parallelSamuel Pitoiset6-47/+57
2021-04-05microsoft/compiler: Fix barrier flag for shared memoryJesse Natalie1-1/+1
2021-04-05ci/broadcom: update expected listJuan A. Suarez Romero4-6/+6
2021-04-05radv: handle implicit subpass dependencies per attachmentSamuel Pitoiset2-77/+94
2021-04-05docs: mark float_controls,float16_int8,16bit_storage as done on TurnipDanylo Piliaiev1-3/+3
2021-04-05radv: allow DCC for storage images on GFX10.3 with RADV_PERFTEST=dccstoresSamuel Pitoiset4-1/+9
2021-04-05aco: implement a workaround for the image load DCC hw bug on GFX10.3Samuel Pitoiset3-0/+25
2021-04-05aco: fix get_sampler_desc() for image loadsSamuel Pitoiset1-1/+1
2021-04-05ac: add ac_gpu_info::has_image_load_dcc_bugSamuel Pitoiset3-0/+10
2021-04-05mesa/st: ignore texture_index if tex_instr has deref srcPierre-Eric Pelloux-Prayer1-7/+12
2021-04-05mesa/st: fix st_nir_lower_tex_src_plane argumentsPierre-Eric Pelloux-Prayer1-1/+1