summaryrefslogtreecommitdiff
path: root/src/broadcom
AgeCommit message (Expand)AuthorFilesLines
2019-04-18v3d: Fix atomic cmpxchg in shaders on hardware.Eric Anholt1-3/+13
2019-04-18v3d: Fix an invalid reuse of flags generation from before a thrsw.Eric Anholt1-0/+4
2019-04-16v3d: Always set up the qregs for CSD payload.Eric Anholt1-10/+2
2019-04-16v3d: Only look up the 3rd texture gather offset for non-arrays.Eric Anholt1-1/+1
2019-04-15Delete autotoolsDylan Baker4-158/+0
2019-04-14nir: make nir_const_value scalarKarol Herbst1-1/+1
2019-04-12v3d: Use the new lower_to_scratch implementation for indirects on temps.Eric Anholt7-10/+191
2019-04-12v3d: Detect the correct number of QPUs and use it to fix the spill size.Eric Anholt1-0/+3
2019-04-12v3d: Add missing dumping for the spill offset/size uniforms.Eric Anholt1-0/+8
2019-04-12v3d: Add missing base offset to CS shared memory accesses.Eric Anholt1-9/+20
2019-04-12v3d: Add Compute Shader compilation support.Eric Anholt3-4/+44
2019-04-12v3d: Replace the old shader-db env var output with the ARB_debug_output.Eric Anholt3-30/+4
2019-04-12v3d: Include the number of max temps used in the shader-db output.Eric Anholt1-1/+29
2019-04-12v3d: Add and use a define for the number of channels in a QPU invocation.Eric Anholt3-3/+9
2019-04-12nir/i965/freedreno/vc4: add a bindless bool to type size functionsTimothy Arceri1-1/+1
2019-04-11v3d: Add an optimization pass for redundant flags updates.Eric Anholt5-0/+143
2019-04-09nir: Get rid of global registersJason Ekstrand1-1/+0
2019-04-07v3d: prefer using nir_src_comp_as_int over nir_src_as_const_valueKarol Herbst2-11/+8
2019-04-04v3d: Add some more new packets for V3D 4.x.Eric Anholt1-0/+131
2019-04-04v3d: Bump the maximum texture size to 4k for V3D 4.x.Eric Anholt2-3/+4
2019-03-21v3d: Remove some dead members of struct v3d_compile.Eric Anholt1-12/+0
2019-03-21v3d: Upload all of UBO[0] if any indirect load occurs.Eric Anholt3-129/+1
2019-03-21v3d: Move constant offsets to UBO addresses into the main uniform stream.Eric Anholt3-9/+16
2019-03-21v3d: Rename v3d_tmu_config_data to v3d_unit_data.Eric Anholt2-9/+9
2019-03-12v3d: Fix leak of the mem_ctx after the DAG refactor.Eric Anholt1-2/+2
2019-03-11v3d: Use the DAG datastructure for QPU instruction scheduling.Eric Anholt1-114/+72
2019-03-11v3d: Reuse list_for_each_entry_rev().Eric Anholt1-2/+2
2019-03-06v3d: Include a count of register pressure in the RA failure dumps.Eric Anholt1-1/+13
2019-03-05v3d: Drop the V3D 3.x vpm read dead code elimination.Eric Anholt1-33/+2
2019-03-05v3d: Eliminate the TLB and TLBU files.Eric Anholt4-41/+20
2019-03-05v3d: Use ldunif instructions for uniforms.Eric Anholt11-270/+27
2019-03-05v3d: Add support for register-allocating a ldunif to a QFILE_TEMP.Eric Anholt2-14/+77
2019-03-05v3d: Drop the old class bits splitting up the accumulators.Eric Anholt1-7/+3
2019-03-05v3d: Add support for vir-to-qpu of ldunif instructions to a temp.Eric Anholt1-2/+15
2019-03-05v3d: Switch implicit uniforms over to being any qinst->uniform != ~0.Eric Anholt10-123/+77
2019-03-05v3d: Do uniform rematerialization spilling before dropping threadcountEric Anholt1-8/+10
2019-03-05v3d: Fix temporary leaks of temp_registers and when spilling.Eric Anholt1-5/+4
2019-03-05v3d: Move the stores for fixed function VS output reads into NIR.Eric Anholt4-195/+334
2019-03-05v3d: Translate f2i(fround_even) as FTOIN.Eric Anholt1-2/+9
2019-03-05v3d: Stop treating exec masking specially.Eric Anholt3-14/+3
2019-03-05v3d: Restrict live intervals to the blocks reachable from any def.Eric Anholt2-4/+43
2019-02-25v3d: Rematerialize MOVs of uniforms instead of spilling them.Eric Anholt2-27/+68
2019-02-25v3d: Dump the VIR after register spilling if we were forced to.Eric Anholt1-0/+10
2019-02-25v3d: Fix vir_is_raw_mov() for input unpacks.Eric Anholt1-0/+7
2019-02-18v3d: Move i2b and f2b support into emit_comparison.Eric Anholt1-13/+12
2019-02-18v3d: Emit a simpler negate for the iabs implementation.Eric Anholt1-2/+1
2019-02-18v3d: Delay emitting ldvpm on V3D 4.x until it's actually used.Eric Anholt1-6/+43
2019-02-18v3d: Stop tracking num_inputs for VPM loads.Eric Anholt4-7/+2
2019-02-18v3d: Add a function to describe what the c->execute.file check means.Eric Anholt2-8/+14
2019-02-18v3d: Fix the check for "is the last thrsw inside control flow"Eric Anholt2-8/+17