aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Dynamically allocate shader variantsIcecream952020-01-182-3/+23
* panfrost: Expose some functionality with dEQP flagAlyssa Rosenzweig2020-01-181-3/+3
* pan/midgard: Fix recursive csel schedulingAlyssa Rosenzweig2020-01-181-0/+4
* panfrost: Identify un/pack colour opcodesAlyssa Rosenzweig2020-01-183-0/+9
* pan/midgard: Bytemasks should round up, not round downAlyssa Rosenzweig2020-01-183-9/+8
* panfrost: Compact the bo_access readers arrayIcecream952020-01-181-4/+9
* zink: support arrays of samplersErik Faye-Lund2020-01-182-22/+60
* zink: support sampling non-float texturesErik Faye-Lund2020-01-181-6/+7
* zink: store image-type per textureErik Faye-Lund2020-01-181-7/+6
* zink: avoid incorrect vector-constructionErik Faye-Lund2020-01-181-2/+2
* zink: support offset-variants of texturingErik Faye-Lund2020-01-183-5/+17
* zink: implement nir_texop_txsErik Faye-Lund2020-01-183-4/+50
* docs: fixup indentationErik Faye-Lund2020-01-183-44/+48
* docs: remove pointless, stray newlineErik Faye-Lund2020-01-181-2/+1
* docs: use [1] instead of asterisk for footnoteErik Faye-Lund2020-01-181-3/+3
* docs: remove trailing newlinesErik Faye-Lund2020-01-181-3/+0
* docs: remove leading spacesErik Faye-Lund2020-01-189-241/+241
* docs: remove trailing headerErik Faye-Lund2020-01-181-2/+0
* docs: use figure/figcaption instead of tablesErik Faye-Lund2020-01-182-24/+35
* docs: do not use definition-list for sub-topicsErik Faye-Lund2020-01-181-29/+14
* freedreno/a6xx: add PROG_FB_RAST stateobjRob Clark2020-01-172-0/+6
* freedreno/a6xx: move dynamic program state to streaming stateobjRob Clark2020-01-174-44/+61
* freedreno/a6xx: drop a few more per-draw registersRob Clark2020-01-172-8/+23
* freedreno/a6xx: separate rast stateobj for prim restartRob Clark2020-01-177-37/+67
* freedreno/a6xx: cleanup rasterizer stateRob Clark2020-01-172-89/+54
* freedreno/a6xx: limit scratch/debug markers to debug buildsRob Clark2020-01-171-2/+10
* iris: Fix some indentation in iris_init_render_contextJordan Justen2020-01-171-28/+28
* util/vector: Fix u_vector_foreach when head rolls overC Stout2020-01-174-2/+141
* intel/fs: Switch to standard vector layout for barycentrics at optimization t...Francisco Jerez2020-01-174-58/+30
* intel/fs: Introduce barycentric layout lowering pass.Francisco Jerez2020-01-173-9/+73
* intel/fs: Split fetch_payload_reg() into separate helper for barycentrics.Francisco Jerez2020-01-172-12/+30
* intel/fs/gen6: Use SEL instead of bashing thread payload for unlit centroid w...Francisco Jerez2020-01-171-5/+8
* intel/fs/gen6: Generalize aligned_pairs_class to SIMD16 aligned barycentrics.Francisco Jerez2020-01-172-31/+46
* intel/fs/gen6: Constrain barycentric source of LINTERP during bank conflict m...Francisco Jerez2020-01-171-0/+8
* intel/fs/gen4-6: Allocate registers from aligned_pairs_class based on LINTERP...Francisco Jerez2020-01-171-19/+20
* intel/fs: Allow limited copy propagation of a LOAD_PAYLOAD into another.Francisco Jerez2020-01-171-1/+15
* intel/fs: Add support for copy-propagating a block of multiple FIXED_GRFs.Francisco Jerez2020-01-171-5/+7
* intel/fs: Add partial support for copy-propagating FIXED_GRFs.Francisco Jerez2020-01-171-14/+75
* intel/fs: Extend copy propagation dataflow analysis to copies with FIXED_GRF ...Francisco Jerez2020-01-171-5/+6
* intel/fs: Rework fs_inst::is_copy_payload() into multiple classification help...Francisco Jerez2020-01-174-31/+101
* intel/fs: Generalize fs_reg::is_contiguous() to register files other than VGRF.Francisco Jerez2020-01-171-1/+16
* intel/fs: Try to vectorize header setup in lower_load_payload().Francisco Jerez2020-01-171-8/+16
* st/dri: do FLUSH_VERTICES before calling flush_resourceMarek Olšák2020-01-171-6/+4
* gallium: add st_context_iface::flush_resource to call FLUSH_VERTICESMarek Olšák2020-01-172-0/+21
* anv: enable VK_KHR_swapchain_mutable_formatLionel Landwerlin2020-01-172-1/+2
* vulkan/wsi: Implement VK_KHR_swapchain_mutable_formatJason Ekstrand2020-01-171-1/+32
* vulkan/wsi: Filter modifiers with ImageFormatPropertiesJason Ekstrand2020-01-172-1/+34
* vulkan/wsi: Use the interface from the real modifiers extensionJason Ekstrand2020-01-178-76/+86
* vulkan/wsi: Move the ImageCreateInfo higher upJason Ekstrand2020-01-171-21/+23
* anv: Support modifiers in GetImageFormatProperties2Jason Ekstrand2020-01-173-9/+67