aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/ir3
Commit message (Expand)AuthorAgeFilesLines
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-4/+4
* freedreno/ir3: fragz cannot be half precisionRob Clark2017-03-131-0/+6
* freedreno: remove shebang from ir3_nir_trig.pyEmil Velikov2017-03-101-1/+0
* freedreno: remove execute bit from ir3_nir_trig.pyEmil Velikov2017-03-101-0/+0
* freedreno/ir3: setup var locations in standalone compilerRob Clark2017-01-221-1/+69
* freedreno/a5xx: use the non-_ZERO_BASE for vertexidRob Clark2017-01-102-2/+14
* freedreno/ir3: rework varying slots (maybe??)Rob Clark2016-12-301-4/+9
* nir: Rename convert_to_ssa lower_regs_to_ssaJason Ekstrand2016-12-291-1/+1
* freedreno/ir3: fix linkage::var sizeRob Clark2016-12-271-1/+1
* freedreno/ir3: treat clipvertex like a normal varyingRob Clark2016-12-271-3/+1
* freedreno/a5xx: transform-feedback supportRob Clark2016-12-272-2/+6
* freedreno/ir3: UBO support for 64b GPUs (a5xx)Rob Clark2016-12-271-3/+24
* freedreno/ir3: rework location of driver constantsRob Clark2016-12-274-47/+63
* treewide: s/comparitor/comparator/Ilia Mirkin2016-12-121-1/+1
* freedreno/a5xx: fix negative branchesRob Clark2016-11-302-1/+6
* freedreno/ir3: don't offset inloc by 8Rob Clark2016-11-302-11/+5
* freedreno/ir3: add new helper for shader linkageRob Clark2016-11-301-0/+47
* freedreno/ir3: fixup ralloc falloutRob Clark2016-11-122-2/+2
* ralloc: use rzalloc where it's necessaryMarek Olšák2016-10-311-1/+1
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-1/+1
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-061-7/+4
* nir: Add a flag to lower_io to force "sample" interpolationJason Ekstrand2016-09-151-1/+1
* nir: Report progress from nir_lower_phis_to_scalar.Kenneth Graunke2016-09-141-1/+1
* nir: Report progress from nir_lower_alu_to_scalar.Kenneth Graunke2016-09-141-1/+1
* a3xx: make use of software clipping when hw can't handle itIlia Mirkin2016-09-032-0/+7
* nir: Change nir_shader_get_entrypoint to return an impl.Kenneth Graunke2016-08-251-1/+1
* ttn: Use nir_load_front_face instead of the TGSI-style input.Eric Anholt2016-08-191-46/+0
* ttn: Make FRAG_RESULT_DEPTH be a float variable to match gtn and ptn.Eric Anholt2016-08-192-7/+0
* freedreno/ir3: fix issue with emit_tex()Rob Clark2016-08-131-19/+28
* freedreno/ir3: init ir3_shader_key with memset()[email protected]2016-07-301-1/+2
* freedreno: move needs_wfi into batchRob Clark2016-07-301-5/+5
* freedreno/ir3: Add missing braces in initializer[email protected]2016-07-231-1/+1
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-172-4/+4
* freedreno/ir3: support glsl linking for cmdline compilerRob Clark2016-07-021-24/+47
* freedreno/ir3: support non-user_buffer constsRob Clark2016-07-021-1/+1
* freedreno: switch emit_const_bo() to take prsc'sRob Clark2016-07-021-8/+8
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* freedreno/ir3: do idiv lowering after main opt loopRob Clark2016-06-031-16/+27
* freedreno/ir3: fix coverity warningRob Clark2016-06-021-1/+3
* freedreno/ir3: use nir_shader_get_entrypoint() helperRob Clark2016-06-021-10/+1
* compiler: Move glsl_to_nir to libglsl.laJason Ekstrand2016-05-261-1/+1
* freedreno/ir3: cmdline compiler for glslRob Clark2016-05-251-14/+75
* freedreno/ir3: disable cp for indirect src'sRob Clark2016-05-231-0/+9
* freedreno/ir3: need to lower fmod tooRob Clark2016-05-201-0/+2
* freedreno/ir3: fix compiler warningRob Clark2016-05-171-0/+1
* freedreno/ir3: small standalone compiler cleanupRob Clark2016-05-151-2/+1
* freedreno/ir3: lower fdivRob Clark2016-05-151-0/+1
* freedreno/ir3: handle VARYING_SLOT_PNTCRob Clark2016-05-151-0/+12
* freedreno/ir3: disable TGSI specific hacks in nir caseRob Clark2016-05-154-2/+7
* freedreno/ir3: add support for NIR as preferred IRRob Clark2016-05-154-17/+41