aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/ir3
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: more builder helpersRob Clark2015-06-214-21/+16
* mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov2015-06-121-8/+0
* freedreno/ir3: fix immediate usage in tgsi tex feIlia Mirkin2015-05-201-5/+9
* nir: Get rid of the array elements parameter on load/store intrinsicsJason Ekstrand2015-05-201-5/+0
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-7/+1
* freedreno/ir3/nir: fix build break after f752effaRob Clark2015-05-101-4/+3
* freedreno: misc minor cleanupsRob Clark2015-04-222-3/+5
* freedreno/nir: sysval fixesRob Clark2015-04-221-4/+11
* freedreno/ir3/nir: few little fixesRob Clark2015-04-171-21/+28
* freedreno/ir3/nir: lower if/elseRob Clark2015-04-174-4/+379
* freedreno/ir3/nir: UBO supportRob Clark2015-04-172-0/+52
* freedreno/ir3: move out helperRob Clark2015-04-172-24/+23
* freedreno/a4xx: sysvals and UBOsRob Clark2015-04-171-1/+2
* freedreno/ir3/nir: couple little fixesRob Clark2015-04-111-2/+10
* freedreno/ir3/nir: handle system valuesRob Clark2015-04-111-3/+50
* freedreno/ir3/nir: handle txs and query_levels tex opsRob Clark2015-04-111-4/+81
* freedreno/ir3/nir: split out tex helpersRob Clark2015-04-111-34/+72
* freedreno/ir3/nir: simplify emit_tex()Rob Clark2015-04-112-61/+66
* freedreno/ir3/cp: handle indirect properlyRob Clark2015-04-111-13/+20
* freedreno/ir3/sched: avoid getting stuck on addr conflictsRob Clark2015-04-111-32/+42
* freedreno/ir3/nir: add variable-indexing supportRob Clark2015-04-111-16/+204
* freedreno/ir3/asm: change assert to warningRob Clark2015-04-111-1/+4
* freedreno/ir3/nir: set first_driver_paramRob Clark2015-04-111-0/+2
* freedreno/ir3/cp: support to swap mad src'sRob Clark2015-04-114-9/+43
* freedreno/ir3: add NIR compilerRob Clark2015-04-054-5/+1755
* freedreno/a3xx: add UBO supportIlia Mirkin2015-04-054-11/+88
* freedreno/ir3: insert nop between sfu/mem operationsIlia Mirkin2015-04-051-1/+6
* freedreno/ir3: handle FRAG IN's without interpolation specifiedRob Clark2015-04-051-7/+15
* freedreno/ir3/cmdline: add @const headers for immediatesRob Clark2015-04-051-0/+9
* freedreno/ir3/cmdline: remove hack for old compilerRob Clark2015-04-051-23/+0
* freedreno/ir3: handle const/immed/abs/neg in cpRob Clark2015-04-053-31/+314
* freedreno/ir3: split float/int abs/negRob Clark2015-04-055-64/+213
* freedreno/ir3: add ir3 builder helpersRob Clark2015-04-053-4/+162
* freedreno/ir3: fix sam argument order commentRob Clark2015-04-051-1/+1
* freedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBUFS propertyIlia Mirkin2015-04-022-1/+10
* freedreno: remove alpha key from ir3_shaderIlia Mirkin2015-04-024-34/+0
* freedreno/ir3: fix infinite recursion in schedRob Clark2015-03-181-1/+1
* freedreno/ir3: remove old compilerRob Clark2015-03-154-1571/+10
* freedreno/ir3: avoid scheduler deadlockRob Clark2015-03-153-0/+45
* freedreno/ir3: bit of cleanupRob Clark2015-03-153-19/+23
* freedreno/ir3: get the # of miplevels from getinfoIlia Mirkin2015-03-091-0/+20
* freedreno/ir3: fix array count returned by TXQIlia Mirkin2015-03-091-2/+42
* freedreno/ir3: relative dstRob Clark2015-03-085-42/+244
* freedreno/ir3: split out array_fanin() helperRob Clark2015-03-081-17/+30
* freedreno/ir3: drop deref nodesRob Clark2015-03-087-80/+53
* freedreno/ir3: helpful iterator macrosRob Clark2015-03-089-111/+109
* freedreno/ir3: fix register usage calculationsRob Clark2015-03-081-7/+14
* freedreno/ir3: couple tweaks for cmdline compilerRob Clark2015-03-081-1/+4
* freedreno/ir3: split up ssa_dstRob Clark2015-03-081-17/+25
* freedreno/ir3: fix failed assert in groupingRob Clark2015-03-081-27/+44