| Commit message (Expand) | Author | Age | Files | Lines |
* | freedreno/ir3: handle multi component alu src when propagating shifts | Rob Clark | 2019-10-10 | 1 | -5/+11 |
* | freedreno/ir3: drop unused param | Rob Clark | 2019-10-10 | 1 | -6/+5 |
* | nir: add nir_shader_compiler_options::lower_to_scalar | Marek Olšák | 2019-10-10 | 1 | -0/+2 |
* | freedreno: Enable the nir_opt_algebraic_late() pass. | Daniel Schürmann | 2019-09-30 | 1 | -0/+14 |
* | freedreno/a6xx: Turn on vectorize_io | Kristian H. Kristensen | 2019-09-18 | 1 | -0/+1 |
* | freedreno: Fix invalid read when a block has no instructions. | Eric Anholt | 2019-09-16 | 1 | -2/+3 |
* | freedreno/a6xx: pre-calculate userconst stateobj size | Rob Clark | 2019-09-12 | 1 | -0/+1 |
* | nir: allow specifying filter callback in lower_alu_to_scalar | Vasily Khoruzhick | 2019-09-06 | 1 | -1/+1 |
* | freedreno/ir3: allow copy propagation for relative | Rob Clark | 2019-09-06 | 1 | -9/+19 |
* | freedreno/ir3: fix cp cmps.s opt | Rob Clark | 2019-09-06 | 1 | -1/+1 |
* | freedreno/ir3: assert that only single address | Rob Clark | 2019-09-06 | 2 | -0/+5 |
* | freedreno/ir3: fix mad copy propagation special case | Rob Clark | 2019-09-06 | 1 | -9/+35 |
* | freedreno/ir3: fix addr/pred spilling | Rob Clark | 2019-09-06 | 1 | -7/+42 |
* | freedreno/ir3: cleanup "partially const" ubo srcs | Rob Clark | 2019-09-06 | 1 | -4/+52 |
* | freedreno/ir3: use uniform base | Rob Clark | 2019-09-03 | 1 | -4/+4 |
* | freedreno/ir3: Link directly to Sethi-Ullman paper | Alyssa Rosenzweig | 2019-08-30 | 1 | -1/+1 |
* | freedreno/ir3: do better job of marking convergence points | Rob Clark | 2019-08-28 | 1 | -35/+28 |
* | freedreno/ir3: maintain predecessors/successors | Rob Clark | 2019-08-28 | 1 | -2/+42 |
* | freedreno/ir3: convert block->predecessors to set | Rob Clark | 2019-08-28 | 5 | -18/+19 |
* | nir: Add explicit signs to image min/max intrinsics | Jason Ekstrand | 2019-08-21 | 4 | -8/+16 |
* | freedreno/ir3+a6xx: same VBO state for draw/binning | Rob Clark | 2019-08-13 | 5 | -17/+141 |
* | freedreno/ir3: track # of driver params | Rob Clark | 2019-08-13 | 2 | -10/+32 |
* | freedreno/ir3: drop unneeded ir3_ra() args | Rob Clark | 2019-08-13 | 3 | -9/+3 |
* | nir: replace nir_move_load_const() with nir_opt_sink() | Rhys Perry | 2019-08-12 | 1 | -1/+1 |
* | freedreno/ir3: fix for array/reg store vs meta instructions | Rob Clark | 2019-07-29 | 1 | -1/+4 |
* | freedreno: Fix data race on making the shader's id. | Eric Anholt | 2019-07-29 | 1 | -1/+2 |
* | freedreno: Take a lock around shader variant creation. | Eric Anholt | 2019-07-29 | 2 | -0/+7 |
* | freedreno: Fix data races with allocating/freeing struct ir3. | Eric Anholt | 2019-07-29 | 1 | -1/+1 |
* | freedreno: Convert nir_lower_tg4_to_tex to the NIR lowering helper. | Eric Anholt | 2019-07-18 | 1 | -88/+51 |
* | freedreno: Convert load_barycentric_at_sample to the NIR lowering helper. | Eric Anholt | 2019-07-18 | 1 | -48/+30 |
* | freedreno: Convert load_barycentric_at_offset to the NIR lowering helper. | Eric Anholt | 2019-07-18 | 1 | -39/+19 |
* | nir: Add lower_rotate flag and set to true in all drivers | Sagar Ghuge | 2019-07-01 | 1 | -0/+2 |
* | freedreno/ir3: small cleanup | Rob Clark | 2019-06-28 | 1 | -1/+1 |
* | freedreno/ir3: fix missing (ss) in dummy bary.f case | Rob Clark | 2019-06-28 | 1 | -0/+5 |
* | freedreno: Only upload the used part of UBO0 to the constant buffer. | Eric Anholt | 2019-06-24 | 2 | -5/+13 |
* | freedreno: Stop treating UBO 0 specially in UBO uploading. | Eric Anholt | 2019-06-24 | 2 | -7/+0 |
* | nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec. | Daniel Schürmann | 2019-06-24 | 1 | -2/+0 |
* | freedreno: Only upload UBO pointers for UBOs that haven't been lowered. | Eric Anholt | 2019-06-21 | 1 | -1/+7 |
* | freedreno: Remove silly return from ir3_optimize_nir(). | Eric Anholt | 2019-06-21 | 4 | -12/+8 |
* | freedreno: Fix up end range of unaligned UBO loads. | Eric Anholt | 2019-06-21 | 1 | -2/+3 |
* | freedreno: Fix UBO load range detection on booleans. | Eric Anholt | 2019-06-21 | 1 | -2/+1 |
* | freedreno: Stop reporting max_const in shader-db. | Eric Anholt | 2019-06-21 | 1 | -3/+1 |
* | freedreno: Include binning shaders in shader-db. | Eric Anholt | 2019-06-21 | 1 | -1/+3 |
* | freedreno/ir3: fix typo | Hyunjun Ko | 2019-06-20 | 1 | -1/+1 |
* | ir3: initialize progress false before ir3_nir_lower_imul | Tapani Pälli | 2019-06-14 | 1 | -1/+1 |
* | ir3: Use the new NIR lowering pass for integer multiplication | Eduardo Lima Mitev | 2019-06-07 | 2 | -17/+16 |
* | ir3/nir: Add new NIR AlgebraicPass for lowering imul | Eduardo Lima Mitev | 2019-06-07 | 3 | -1/+64 |
* | ir3/compiler: Handle new alu opcodes 'umul_low' and 'imadsh_mix16' | Eduardo Lima Mitev | 2019-06-07 | 1 | -0/+6 |
* | nir: Combine lower_fmod16/32 back into a single lower_fmod. | Kenneth Graunke | 2019-06-05 | 1 | -2/+2 |
* | gallium: Drop lower_fmod64 from drivers that don't support doubles. | Kenneth Graunke | 2019-06-05 | 1 | -2/+0 |