aboutsummaryrefslogtreecommitdiffstats
path: root/src/broadcom/compiler
Commit message (Expand)AuthorAgeFilesLines
* v3d/compiler: Lower geometry output store base into offset srcNeil Roberts2020-07-162-6/+15
* v3d/compiler: Fix sorting the gs and fs inputsNeil Roberts2020-07-081-0/+3
* v3d: Add a lowering pass for line smoothingNeil Roberts2020-07-064-0/+173
* v3d: Handle the line width intrinsicsNeil Roberts2020-07-063-0/+19
* v3d: Implement the line coord intrinsicNeil Roberts2020-07-061-1/+8
* v3d/tex: handle correctly coordinates for cube/cubearrays imagesAlejandro Piñeiro2020-07-031-2/+6
* v3d/compiler: fix image size for 1D arraysIago Toral Quiroga2020-07-011-1/+4
* v3d: Enable PIPE_CAP_TGSI_TEXCOORD.Eric Anholt2020-06-291-11/+6
* v3d/compiler: fix spill offsetIago Toral Quiroga2020-06-291-1/+1
* v3d/compiler: don't rewrite unused temporaries to point to NOP registerIago Toral Quiroga2020-06-261-8/+0
* v3d: Use stvpmd for non-uniform offsets in GSNeil Roberts2020-06-261-1/+12
* v3d: Add missing macro for stvpmd instructionNeil Roberts2020-06-261-0/+1
* v3d: Let scheduler know GS doesn’t have shared I/O memoryNeil Roberts2020-06-221-1/+2
* nir/scheduler: Add an option to specify what stages share memory for I/ONeil Roberts2020-06-221-4/+14
* v3d: Remove unused member of v3d_compileNeil Roberts2020-06-221-1/+0
* v3d: don't use intr->num_components for non-vectorized intrinsicsRob Clark2020-06-162-2/+1
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-2/+2
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+2
* v3d/tex: use TMUSLOD register if possibleAlejandro Piñeiro2020-05-111-1/+10
* v3d/tex: set up default values for Configuration Parameter 1 if possibleAlejandro Piñeiro2020-05-111-1/+14
* v3d/tex: only look up the 2nd texture gather offset for 1d non-arraysAlejandro Piñeiro2020-05-111-1/+1
* v3d: support for textureQueryLODAlejandro Piñeiro2020-04-221-26/+17
* v3d/tex: Configuration Parameter 1 can be only skipped if P2 can be skipped tooAlejandro Piñeiro2020-04-221-2/+9
* v3d/tex: don't configure tmu config 1 if not neededAlejandro Piñeiro2020-04-221-27/+66
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* util/ra: spiff out select_reg_callbackRob Clark2020-03-101-1/+1
* v3d: Ask the state tracker to lower image accesses off of derefs.Eric Anholt2020-02-243-71/+48
* glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.Eric Anholt2020-02-051-220/+63
* util/hash_table: update users to use new optimal integer hash functionsAnthony Pesch2020-01-231-13/+1
* nir/lower_atomics_to_ssbo: Also lower barriersJason Ekstrand2020-01-131-1/+0
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-131-1/+1
* nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand2020-01-131-0/+1
* v3d: handle writes to gl_Layer from geometry shadersIago Toral Quiroga2019-12-163-0/+53
* v3d: predicate geometry shader outputs inside non-uniform control flowIago Toral Quiroga2019-12-161-0/+15
* v3d: we always have at least one output segmentIago Toral Quiroga2019-12-161-1/+1
* v3d: compute appropriate VPM memory configuration for geometry shader workloadsIago Toral Quiroga2019-12-162-0/+25
* v3d: implement geometry shader instancingIago Toral Quiroga2019-12-163-0/+9
* v3d: add initial compiler plumbing for geometry shadersIago Toral Quiroga2019-12-164-78/+606
* v3d: remove unused variableIago Toral Quiroga2019-12-161-4/+1
* v3d: add debug assertIago Toral Quiroga2019-12-161-0/+1
* v3d: add missing plumbing for VPM load instructionsIago Toral Quiroga2019-12-161-0/+4
* nir: Add a scheduler pass to reduce maximum register pressure.Eric Anholt2019-11-251-0/+5
* v3d: adds an extra MOV for any sig.ld*Alejandro Piñeiro2019-11-201-4/+19
* v3d: Fix predication with atomic image operationsJose Maria Casanova Crespo2019-11-201-0/+12
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-142-2/+2
* v3d: rename vertex shader key (num)_fs_inputs fieldsIago Toral Quiroga2019-10-313-10/+10
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-283-4/+4
* Revert "v3d: do not report alpha-test as supported"Erik Faye-Lund2019-10-232-0/+11
* nir/lower_idiv: add new llvm-based pathRhys Perry2019-10-211-1/+1
* v3d: add new flag dirty TMU cache at v3d_compilerIago Toral Quiroga2019-10-185-0/+12