aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* soft-fp64: Simplify __countLeadingZeros32 functionIan Romanick2020-03-181-3/+1
* soft-fp64: Don't open-code umulExtendedIan Romanick2020-03-181-32/+8
* soft-fp64/b2f: Reimplement using bitwise logic opsIan Romanick2020-03-181-1/+1
* nir/algebraic: Simplify a contradiction that can occur in __flt64_nonnanIan Romanick2020-03-181-0/+1
* nir/algebraic: Constant reassociation for bitwise operations tooIan Romanick2020-03-181-0/+3
* nir/algebraic: Generalize some and-of-shift-right patterns [v2]Ian Romanick2020-03-181-2/+19
* nir/algebraic: optimize ior(ine(a, 0), ine(b, 0)) to ine(ior(a, b), 0)Ian Romanick2020-03-181-1/+5
* nir/algebraic: Simplify logic to detect sign of an integerIan Romanick2020-03-181-0/+15
* st/mesa: disallow deferred flush if there are multiple contextsPierre-Eric Pelloux-Prayer2020-03-181-1/+2
* anv: Use isl_drm_modifier_get_default_aux_state()Chad Versace2020-03-181-18/+21
* intel/isl: Don't align linear images to 64K on Gen12+Jason Ekstrand2020-03-181-3/+12
* radv: fix random depth range unrestricted failures due to a cache issueSamuel Pitoiset2020-03-181-2/+6
* turnip: Do gathering xfb info after nir_remove_dead_variablesHyunjun Ko2020-03-181-3/+5
* turnip: Fix wrong assignment of xfb output's offset.Hyunjun Ko2020-03-181-1/+1
* intel/decoder: don't consider header fields past dword0Lionel Landwerlin2020-03-181-2/+4
* lima: decode depth/stencil write bits in RSWVasily Khoruzhick2020-03-181-2/+10
* lima: implement zsbuf reloadIcenowy Zheng2020-03-186-17/+84
* lima: disable Z16 formatVasily Khoruzhick2020-03-182-3/+0
* gallium/util: Switch util_float_to_half to _mesa_float_to_half()'s impl.Eric Anholt2020-03-171-52/+2
* amd/llvm: Fix divergent descriptor regressions with radeonsi.Bas Nieuwenhuizen2020-03-171-11/+13
* gallium: fix build with latest meson and gcc10Dave Airlie2020-03-171-1/+1
* ac: don't set old denormals flags with LLVM >= 11Marek Olšák2020-03-171-1/+2
* ac: set new LLVM denormal flagsMarek Olšák2020-03-171-0/+9
* ac: unify denorm setting enforcementMarek Olšák2020-03-173-32/+14
* gallium/u_vbuf: simplify the first if statement in u_vbuf_upload_buffersMarek Olšák2020-03-171-6/+8
* gallium/u_threaded: don't sync the thread for all unsychronized mappingsMarek Olšák2020-03-171-0/+3
* freedreno/a5xx: Fix min-vs-mag filtering decisions on non-mipmap tex.Eric Anholt2020-03-171-1/+10
* anv: Do an end-of-pipe sync before updating AUX table entriesJason Ekstrand2020-03-171-1/+1
* intel/blorp: Plumb the stage through blorp upload_shaderCaio Marcelo de Oliveira Filho2020-03-178-15/+15
* zink: zero out zink_render_pass_stateDuncan Hopkins2020-03-171-1/+1
* radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_controlSamuel Pitoiset2020-03-174-7/+27
* radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_controlSamuel Pitoiset2020-03-173-4/+17
* radv: only inject implicit subpass dependencies if necessarySamuel Pitoiset2020-03-171-3/+39
* llvmpipe: Use uintptr_t for pointer valuesMichel Dänzer2020-03-171-2/+2
* tu: Fix border color with compute shadersConnor Abbott2020-03-172-0/+8
* 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
* aco: fix operand order for LS VGPR init bug workaroundRhys Perry2020-03-161-3/+3
* aco: fix instruction encoding for LS VGPR init bug workaroundRhys Perry2020-03-161-3/+3
* aco: set late kill for v_interp_p1_f32 for some APUsRhys Perry2020-03-163-2/+8
* aco: add a late kill flagRhys Perry2020-03-165-25/+77
* aco: move some register demand helpers into aco_live_var_analysis.cppRhys Perry2020-03-164-45/+55
* radv/sqtt: handle thread trace capture in sqtt_QueuePresentKHR()Samuel Pitoiset2020-03-162-44/+49
* anv: Push UBO ranges relative to the start of the bindingJason Ekstrand2020-03-162-12/+16
* anv: Fix the comparison in an assertJason Ekstrand2020-03-161-1/+1