aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2120-29/+29
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+1
* freedreno/a4xx: occlusion query supportRob Clark2015-07-101-1/+85
* freedreno: update generated headersRob Clark2015-07-1011-57/+116
* freedreno/ir3/sched: fixup new instr's blockRob Clark2015-07-101-0/+4
* freedreno/ir3/ra: fix failed assert for a0/p0Rob Clark2015-07-101-0/+5
* freedreno/ir3: shader-db tracesRob Clark2015-07-107-8/+67
* freedreno: fix crash in fd_invalidate_resource()Rob Clark2015-07-101-2/+2
* freedreno: unref old fenceRob Clark2015-07-101-1/+3
* android: freedreno: add missing components to the buildVarad Gautam2015-07-081-1/+4
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-1/+0
* gallium: handle fence_finish timeout in various driversMarek Olšák2015-07-051-0/+3
* freedreno/ir3: don't be confused by eliminated indirectsRob Clark2015-07-032-0/+14
* freedreno/ir3: sched fixes for addr register usageRob Clark2015-07-031-12/+65
* freedreno/ir3: fix indirects trackingRob Clark2015-07-035-10/+23
* gallium/ttn: mark location specially in nir for color0-writes-allIlia Mirkin2015-07-031-0/+4
* freedreno: use consistent version string formatTimothy Arceri2015-07-011-1/+1
* freedreno/ir3: cache defining instructionRob Clark2015-06-303-69/+91
* freedreno/ir3: fix RA issue with faninRob Clark2015-06-301-5/+15
* freedreno/ir3: add ir3_shader_disasm()Rob Clark2015-06-303-120/+124
* freedreno/a4xx: fix for sparse-samplersRob Clark2015-06-301-3/+7
* freedreno/ir3: fix crash in fail pathRob Clark2015-06-303-3/+12
* freedreno/ir3: fix crash in RARob Clark2015-06-301-2/+5
* freedreno/ir3: fixes for indirect writesRob Clark2015-06-303-4/+12
* freedreno/ir3: fix constlen in case of load_uniform_indirectRob Clark2015-06-301-0/+5
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* freedreno/ir3: pass sz to split_dest()Rob Clark2015-06-212-5/+7
* freedreno/ir3/nir: add more opcodesRob Clark2015-06-211-1/+8
* freedreno/ir3: only unminify txf coords on a3xxRob Clark2015-06-211-1/+9
* freedreno: remove int sampler shader variantsRob Clark2015-06-218-104/+7
* freedreno/ir3: block reshuffling and loops!Rob Clark2015-06-2110-126/+1025
* freedreno/ir3: a4xx encodes larger immed offsetRob Clark2015-06-214-7/+21
* freedreno/ir3: simplify find_neighbors stop conditionRob Clark2015-06-211-17/+1
* freedreno/ir3: move inputs/outputs to shaderRob Clark2015-06-2112-176/+160
* freedreno/ir3/ra: use register_allocateRob Clark2015-06-216-481/+590
* freedreno/ir3: introduce ir3_compiler objectRob Clark2015-06-2112-31/+90
* freedreno/ir3: dump nocp optionRob Clark2015-06-213-8/+0
* freedreno/ir3: silence warningsRob Clark2015-06-211-1/+10
* freedreno/ir3: remove tgsi f/eRob Clark2015-06-2112-3957/+25
* freedreno/ir3/sched: convert to priority queueRob Clark2015-06-214-229/+242
* freedreno/ir3: use standard list implementationRob Clark2015-06-218-209/+161
* freedreno/ir3: drop dot graph dumpingRob Clark2015-06-2110-525/+228
* 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
* gallium: use $(top_builddir) when referencing static archivesEmil Velikov2015-06-121-1/+1
* freedreno: use CXX linker rather than explicit link against libstdc++Emil Velikov2015-06-121-1/+2
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-0/+1
* freedreno/a3xx: set .zw of sprite coords to .01Ilia Mirkin2015-05-201-3/+6
* 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