aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* lima/gpir: fix crash in schedule_insert_ready_list()Vasily Khoruzhick2020-03-161-0/+2
* lima/gpir: add better lowering for ftruncVasily Khoruzhick2020-03-163-9/+11
* lima/gpir: kill dead writes to regs in DCEVasily Khoruzhick2020-03-161-0/+28
* lima/gpir: Optimize nots created from branch loweringConnor Abbott2020-03-161-0/+67
* lima/gpir: Optimize conditional break/continueConnor Abbott2020-03-164-0/+126
* lima/gpir: Make lima_gpir_node_insert_child() usefulConnor Abbott2020-03-161-1/+1
* panfrost: Fix gnu-empty-initializer error.Vinson Lee2020-03-161-1/+1
* iris: allow compression conditionally for images on gen12Tapani Pälli2020-03-161-0/+18
* iris: determine aux usage during predraw and state setupTapani Pälli2020-03-162-8/+18
* iris: move existing image format fallback as a helper functionTapani Pälli2020-03-163-22/+32
* iris: provide dummy iris_image_view_aux_usageTapani Pälli2020-03-162-0/+13
* intel/compiler: detect if atomic load store operations are usedTapani Pälli2020-03-162-1/+5
* iris: use the images_used mask in resolve passTapani Pälli2020-03-161-3/+3
* gallium/swr: use ElementCount type arguments for getSplat()Jan Zielinski2020-03-134-17/+57
* etnaviv: enable shareable shadersChristian Gmeiner2020-03-131-0/+1
* etnaviv: get rid of etna_spec in etna_contextChristian Gmeiner2020-03-1313-76/+98
* iris: Use ISL_AUX_USAGE_STC_CCS for stencil CCSJason Ekstrand2020-03-123-4/+17
* iris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write-through HiZJason Ekstrand2020-03-123-10/+22
* ac: add radeon_info::use_late_alloc to control LATE_ALLOC globallyMarek Olšák2020-03-122-6/+8
* radeonsi: tune primitive binning for small chipsMarek Olšák2020-03-121-3/+9
* radeonsi: set better tessellation tunables on gfx9 and gfx10Marek Olšák2020-03-121-1/+8
* radeonsi/gfx10: cache metadata in L2 on small chipsMarek Olšák2020-03-121-8/+19
* iris: toggle on PIPE_CAP_MIXED_COLOR_DEPTH_BITSTapani Pälli2020-03-121-0/+1
* panfrost: Promote midgard_program to panfrost/utilAlyssa Rosenzweig2020-03-112-2/+2
* gallium: add PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICESMarek Olšák2020-03-111-0/+1
* vc4: Fix query_dmabuf_modifiers mis-reporting external_only propertyChris Lord2020-03-111-1/+3
* lima/gpir: print acc ops even if we have only one sourceVasily Khoruzhick2020-03-111-4/+2
* lima/gpir: improve disassembler outputVasily Khoruzhick2020-03-111-45/+78
* lima: print gp uniforms if gp debug is enabledVasily Khoruzhick2020-03-111-0/+13
* panfrost: Move pan_afbc.c file to the the right Makefile.source fileJohn Stultz2020-03-111-1/+0
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-108-19/+34
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-108-34/+19
* util/ra: spiff out select_reg_callbackRob Clark2020-03-101-1/+1
* freedreno: fix FD_MESA_DEBUG=inorderRob Clark2020-03-101-1/+1
* freedreno/ir3: add simplified stall estimationRob Clark2020-03-101-1/+2
* iris: Move down iris_emit_sbe_swiz in profiles.Mathias Fröhlich2020-03-101-1/+2
* panfrost: Get rid of ctx->payloads[]Boris Brezillon2020-03-103-42/+33
* panfrost: Use ctx->active_prim in panfrost_writes_point_size()Boris Brezillon2020-03-101-1/+1
* panfrost: Re-init the VT payloads at draw/launch_grid() timeBoris Brezillon2020-03-104-29/+29
* panfrost: Move panfrost_emit_varying_descriptor() to pan_cmdstream.cBoris Brezillon2020-03-107-429/+411
* panfrost: Move panfrost_emit_vertex_data() to pan_cmdstream.cBoris Brezillon2020-03-107-137/+113
* panfrost: Inline panfrost_queue_draw() and panfrost_emit_for_draw()Boris Brezillon2020-03-101-60/+36
* panfrost: Move vertex/tiler payload initialization out of panfrost_draw_vbo()Boris Brezillon2020-03-103-145/+157
* panfrost: Move streamout offset update out of panfrost_draw_vbo()Boris Brezillon2020-03-101-7/+13
* panfrost: Rename panfrost_stage_attributes()Boris Brezillon2020-03-104-25/+28
* panfrost: Move the mali_attr.src_offset adjustment to a sub-functionBoris Brezillon2020-03-101-6/+21
* panfrost: Emit attribute descriptors after patching the templatesBoris Brezillon2020-03-101-9/+6
* panfrost: Prepare attribute for builtins at state creation timeBoris Brezillon2020-03-103-18/+9
* panfrost: Ignore BO start addr when adjusting src_offsetBoris Brezillon2020-03-101-3/+3
* panfrost: Drop initial mali_attr_meta.src_offset assignmentBoris Brezillon2020-03-101-4/+1