summaryrefslogtreecommitdiff
path: root/src/broadcom
AgeCommit message (Expand)AuthorFilesLines
2019-05-10nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek1-1/+1
2019-05-09nir: Initialize lower_flrp_progress everywhereIan Romanick1-1/+1
2019-05-06nir: Use the flrp lowering pass instead of nir_opt_algebraicIan Romanick1-0/+23
2019-05-07nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner1-1/+0
2019-04-29delete autotools .gitignore filesEric Engestrom2-4/+0
2019-04-26v3d: Fix detection of TMU write sequences in register spilling.Eric Anholt1-2/+9
2019-04-26v3d: Fix detection of the last ldtmu before a new TMU op.Eric Anholt1-3/+3
2019-04-26v3d: Re-add support for memory_barrier_shared.Eric Anholt1-0/+1
2019-04-26v3d: Add a note about i/o indirection for future performance work.Eric Anholt1-0/+7
2019-04-26v3d: Assert that we do request the normal texturing return data.Eric Anholt1-0/+2
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