summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/ir3
Commit message (Expand)AuthorAgeFilesLines
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* freedreno/a4xx: lower srgb in shader for astc texturesRob Clark2016-04-193-0/+8
* freedreno/ir3: fix grouping issue w/ reverse swizzlesRob Clark2016-04-181-1/+17
* nir/dead_variables: Configurably work with any variable modeJason Ekstrand2016-04-131-1/+1
* freedreno/ir3: fix array textures on a4xxRob Clark2016-04-131-3/+9
* freedreno/ir3: hack to avoid getting stuck in a loopRob Clark2016-04-131-1/+11
* freedreno/ir3: use (ss) instead of (sy) for ldlvRob Clark2016-04-131-1/+7
* freedreno/ir3: cleanup double cmps.s from frontendRob Clark2016-04-131-0/+31
* nir/lower_system_values: Add support for several computed valuesJason Ekstrand2016-04-111-0/+1
* freedreno/ir3: insert extra move into phiRob Clark2016-04-051-0/+10
* freedreno/ir3: eliminate unnecessary absneg'sRob Clark2016-04-052-3/+26
* freedreno/ir3: deal with duplicate phi sourcesRob Clark2016-04-041-5/+20
* freedreno/ir3: fix silly brain-fart in RARob Clark2016-04-041-2/+1
* freedreno/ir3: don't cp into phi'sRob Clark2016-04-041-0/+6
* freedreno/ir3: we can't store immediate valuesRob Clark2016-04-041-0/+13
* freedreno/ir3: add dumping for use/def/live-in/live-outRob Clark2016-04-043-10/+42
* freedreno/ir3: drop unused instr category argRob Clark2016-04-045-114/+108
* freedreno/ir3: remove ir3_instruction::categoryRob Clark2016-04-0410-93/+84
* freedreno/ir3: encode instruction category in opc_tRob Clark2016-04-045-192/+201
* freedreno/ir3: fix for load_front_face intrinsicRob Clark2016-03-281-1/+8
* freedreno/ir3: fix compiler warnRob Clark2016-03-281-1/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-1/+1
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-5/+5
* freedreno/ir3: lower extract_byte/wordRob Clark2016-03-131-0/+2
* freedreno/a4xx: constify the shader variantsRob Clark2016-03-132-7/+7
* freedreno/ir3: enable shareable shadersRob Clark2016-03-012-5/+3
* freedreno/ir3: pass ctx to constant-emit codeRob Clark2016-03-012-21/+17
* freedreno/ir3: add dev ptr to ir3_compilerRob Clark2016-03-014-6/+8
* freedreno/ir3: fix new gcc6 errorsRob Clark2016-02-171-1/+0
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-101-15/+0
* freedreno/ir3: Get rid of nested functionsBernhard Rosenkränzer2016-02-101-15/+15
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-3/+3
* freedreno/ir3: use const_index helpersRob Clark2016-02-091-3/+7
* freedreno/ir3: ignore clip-vertex varyingRob Clark2016-01-301-1/+4
* freedreno/ir3: don't ignore local varsRob Clark2016-01-301-1/+7
* freedreno/ir3: handle tex instrs w/ const offsetRob Clark2016-01-301-0/+16
* freedreno/ir3: support load_front_face intrinsicRob Clark2016-01-301-2/+14
* nir: move to compiler/Emil Velikov2016-01-262-3/+3
* nir: move shader_enums.[ch] to compilerEmil Velikov2016-01-262-2/+2
* freedreno: make opc array static constChristian Gmeiner2016-01-211-1/+1
* freedreno/ir3: fix mad 3rd src delay calcRob Clark2016-01-171-1/+1
* freedreno/ir3: better array register allocationRob Clark2016-01-162-9/+51
* freedreno/ir3: array offset can be negativeRob Clark2016-01-165-12/+13
* freedreno/ir3: workaround bug/featureRob Clark2016-01-161-0/+9
* freedreno/ir3: array reworkRob Clark2016-01-168-362/+357
* freedreno/ir3: refactor/simplify cpRob Clark2016-01-161-87/+82
* freedreno/ir3: fix incorrect decoding of mov instructionsRob Clark2016-01-161-1/+1
* freedreno/ir3: remove unused tgsi tokens ptrRob Clark2016-01-161-1/+0
* freedreno/ir3: bit of ra refactorRob Clark2016-01-161-25/+20
* freedreno/ir3: cosmetic de-indentRob Clark2016-01-161-36/+34