aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv: Drop some VK_IMAGE_TILING_OPTIMAL checksJason Ekstrand2020-01-173-4/+4
* aco: print assembly with CLRXdisasm for GFX6-GFX7 if found on the systemSamuel Pitoiset2020-01-171-1/+39
* vulkan/wsi: disable the hardware cursorAndres Rodriguez2020-01-171-0/+9
* gallium/swr: Disable showing detected arch message.Krzysztof Raszkowski2020-01-173-16/+29
* aco: fix emitting slc for MUBUF instructions on GFX6-GFX7Samuel Pitoiset2020-01-171-1/+1
* panfrost/midgard: Fix swizzle for store instructionsBoris Brezillon2020-01-171-3/+15
* docs: do not double-close link tagErik Faye-Lund2020-01-171-2/+2
* docs: remove double-closed definition-listErik Faye-Lund2020-01-171-2/+0
* docs: move paragraph closing tagErik Faye-Lund2020-01-171-1/+2
* docs: use code-tags instead of pre-tagsErik Faye-Lund2020-01-171-2/+2
* docs: use code-tags instead of pre-tagsErik Faye-Lund2020-01-171-2/+2
* docs: use code-tag instead of pre-tagErik Faye-Lund2020-01-171-1/+1
* docs: open paragraph before closing itErik Faye-Lund2020-01-171-1/+1
* docs: fix paragraphsErik Faye-Lund2020-01-171-0/+2
* docs: fix typo in html tag nameErik Faye-Lund2020-01-171-1/+2
* util: call bind_sampler_states before setting sampler_viewsPierre-Eric Pelloux-Prayer2020-01-171-6/+6
* nir: Fix printing of ~0 .locations.Eric Anholt2020-01-161-2/+6