aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spirv: Handle PhysicalStorageBuffer in memory barriersCaio Marcelo de Oliveira Filho2020-01-141-2/+6
* spirv: Drop EXT for PhysicalStorageBuffer symbolsCaio Marcelo de Oliveira Filho2020-01-142-11/+11
* aco: Flip s_cbranch / s_cselect to optimize out an s_not if possible.Timur Kristóf2020-01-142-8/+51
* aco: Optimize out s_and with exec, when used on uniform bitwise values.Timur Kristóf2020-01-141-4/+31
* aco: Don't skip combine_instruction when definitions[1] is used.Timur Kristóf2020-01-141-1/+1
* aco: Allow optimizing vote_all and nir_op_iand.Timur Kristóf2020-01-141-6/+6
* aco: Implement 64-bit constant propagation.Timur Kristóf2020-01-144-25/+58
* panfrost: Fix linear depth texturesAlyssa Rosenzweig2020-01-146-31/+53
* vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand2020-01-149-8/+85
* intel/fs: Only use SLM fence in compute shadersCaio Marcelo de Oliveira Filho2020-01-141-0/+3
* radeonsi: actually enable VBOs in user SGPRsMarek Olšák2020-01-141-1/+1
* radeonsi: fix assertion and other failures in si_emit_graphics_shader_pointersMarek Olšák2020-01-141-3/+4
* nir/algebraic: a & ~(a >> 31) -> imax(a, 0)Rhys Perry2020-01-141-0/+1
* etnaviv: Fix assert when try to accumulate an invalid fdMarco Felsch2020-01-141-1/+2
* pan/midgard: Fix midgard_compile.h includesAfonso Bordado2020-01-141-0/+1
* anv: only use VkSamplerCreateInfo::compareOp if enabledLionel Landwerlin2020-01-141-1/+3
* nir/sink,nir/move: move/sink nir_op_movRhys Perry2020-01-142-0/+6
* nir/sink,nir/move: move/sink load_per_vertex_inputRhys Perry2020-01-141-1/+2
* gitlab-ci: Consolidate container and build stages for LAVATomeu Vizoso2020-01-149-321/+203
* aco: add integer min/max to can_swap_operandsRhys Perry2020-01-141-0/+4
* aco: improve readfirstlane after uniform LDS loadsRhys Perry2020-01-141-2/+5
* aco: replace extract_vector with copiesRhys Perry2020-01-141-2/+34
* aco: allow input modifiers on v_cndmask_b32Rhys Perry2020-01-141-1/+5
* aco: don't move literal to reg when making an instruction VOP3 on GFX10Rhys Perry2020-01-141-1/+1
* aco: add min(-max(), ) and max(-min(), ) optimizationRhys Perry2020-01-141-1/+35
* aco: improve clamp optimizationRhys Perry2020-01-141-2/+4
* aco: fix clamp optimizationRhys Perry2020-01-141-7/+2
* aco: improve creation of v_madmk_f32/v_madak_f32Rhys Perry2020-01-141-53/+45
* aco: take advantage of GFX10's constant bus limit and VOP3 literalsRhys Perry2020-01-141-15/+49
* aco: allow an extra SGPR with multiple uses to be applied to VOP3Rhys Perry2020-01-141-1/+1
* aco: allow applying two sgprs to an instructionRhys Perry2020-01-141-2/+0
* aco: follow through temporary when merging tests into constant comparisonsRhys Perry2020-01-141-1/+2
* aco: be more careful with literals in combine_salu_{n2,lshl_add}Rhys Perry2020-01-141-0/+8
* aco: add check_vop3_operands()Rhys Perry2020-01-141-24/+34
* aco: rewrite apply_sgprs()Rhys Perry2020-01-141-36/+51
* aco: rewrite literal combiningRhys Perry2020-01-141-75/+89
* aco: improve can_use_VOP3()Rhys Perry2020-01-141-0/+7
* aco: combine two sgprs into a VALU if they're the sameRhys Perry2020-01-141-5/+11
* aco: apply literals to split madsRhys Perry2020-01-141-1/+4
* aco: update IR validatorRhys Perry2020-01-141-30/+41
* nir/lower_gs_intrinsics: add option for per-stream countsRhys Perry2020-01-143-16/+30
* nir/divergence: handle load_primitive_id in GSRhys Perry2020-01-141-0/+2
* mesa/st: use float literalsErik Faye-Lund2020-01-141-4/+4
* gallium: fix a warningErik Faye-Lund2020-01-141-1/+1
* st/wgl: eliminate implicit cast warningErik Faye-Lund2020-01-141-2/+4
* util: initialize float-array with float-literalsErik Faye-Lund2020-01-141-1/+1
* anv: Implement Gen12 workaround for non pipelined stateLionel Landwerlin2020-01-141-0/+27
* iris: Implement Gen12 workaround for non pipelined stateLionel Landwerlin2020-01-141-0/+39
* lima: add new findings to texture descriptorVasily Khoruzhick2020-01-134-12/+47
* intel: Use similar brand strings to the Windows driversKenneth Graunke2020-01-135-269/+289