aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "freedreno/a4xx: better occlusion/sample counting"Rob Clark2016-04-131-6/+1
* freedreno/a4xx: rasterizer_discard supportRob Clark2016-04-131-0/+17
* freedreno/ir3: fix array textures on a4xxRob Clark2016-04-131-3/+9
* freedreno: fix stream-out offset handling for lines/trisRob Clark2016-04-131-1/+1
* freedreno: fix handling for stream-out offsetsRob Clark2016-04-131-1/+2
* freedreno: fix prims-emitted queryRob Clark2016-04-133-2/+12
* freedreno: fix max-line-widthRob Clark2016-04-131-0/+10
* freedreno: add flag to enable dEQP hacksRob Clark2016-04-132-0/+2
* 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
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* nir/lower_system_values: Add support for several computed valuesJason Ekstrand2016-04-111-0/+1
* gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan2016-04-071-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: OUT_RELOC vs OUT_RELOCW fixesRob Clark2016-03-133-7/+7
* freedreno/a4xx: hw binningRob Clark2016-03-134-33/+210
* freedreno/a4xx: use generated headers for draw initiatorRob Clark2016-03-131-3/+4
* freedreno/a4xx: remove RB_RENDER_CONTROL patchingRob Clark2016-03-136-41/+8
* freedreno: update generated headersRob Clark2016-03-135-11/+32
* freedreno/a3xx: move where we deal w/ binning FSRob Clark2016-03-133-10/+10
* freedreno/a4xx: move where we deal w/ binning FSRob Clark2016-03-133-10/+10
* freedreno/a3xx: constify the shader variantsRob Clark2016-03-132-6/+6
* freedreno/a4xx: constify the shader variantsRob Clark2016-03-134-13/+13
* freedreno/a3xx: remove duplicate mark of end of binning cmdsRob Clark2016-03-131-3/+0
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+4
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-1/+2
* freedreno/ir3: enable shareable shadersRob Clark2016-03-015-8/+12
* freedreno/ir3: pass ctx to constant-emit codeRob Clark2016-03-014-25/+21
* freedreno/ir3: add dev ptr to ir3_compilerRob Clark2016-03-016-8/+10
* freedreno: drop unnecessary -Wno-packed-bitfield-compatRob Herring2016-02-291-2/+2
* Android: fix build break from nir/glsl move to compiler/Rob Herring2016-02-291-1/+3
* freedreno: expose time-elapsed queryRob Clark2016-02-172-1/+5