freedreno/ir3/parser: half-precision relative regs
[mesa.git] / src / freedreno / ir3 /
2020-07-18 Rob Clarkfreedreno/ir3/parser: half-precision relative regs
2020-07-18 Eric Anholtfreedreno/ir3: Add unit tests for derivatives disasm.
2020-07-18 Eric Anholtfreedreno/ir3: Fix duplicated fine derivatives instruct...
2020-07-17 Icecream95nir: Add a face_sysval argument to nir_lower_two_sided_...
2020-07-16 Connor Abbottir3: Handle gl_FragStencilRefARB
2020-07-14 Rob Clarkfreedreno/ir3: DCE unused arrays
2020-07-14 Rob Clarkfreedreno/ir3/ra: be better at failing
2020-07-14 Rob Clarkfreedreno/ir3: make compile fails more visible
2020-07-14 Eric Anholtfreedreno/ir3: Fix uninit var warning.
2020-07-09 Jonathan Marekfreedreno/ir3: run nir_opt_loop_unroll in optimization...
2020-07-09 Jonathan Marekfreedreno/ir3: fix setup_input for sparse vertex inputs
2020-07-08 Jonathan Marekfreedreno/ir3: add support for a650 tess shared storage
2020-07-07 Connor Abbottir3: Add layer_zero variant bit
2020-07-06 Ilia Mirkinir3: use empirical size for params as used by the shader
2020-07-06 Jason Ekstrandfreedreno: Only call nir_lower_io on shader_in/out
2020-07-06 Ilia Mirkinir3: mark ucp_enables as allowed values on all keys
2020-07-06 Jonathan Marekfreedreno/ir3: fix/rework tess levels
2020-07-01 Jonathan Marekfreedreno/ir3: add support for INTERP_MODE_NOPERSPECTIVE
2020-07-01 Jonathan Marekfreedreno/ir3: add generic get_barycentric()
2020-06-28 Jonathan Marekfreedreno/ir3: fix resinfo wrmask
2020-06-26 Rob Clarkfreedreno/ir3: move nir finalization to after cache...
2020-06-26 Rob Clarkfreedreno/ir3: disk-cache support
2020-06-26 Rob Clarkfreedreno/ir3: build binning variant at same time as...
2020-06-26 Rob Clarkfreedreno/a6xx+ir3: stop generating pointless binning...
2020-06-26 Rob Clarkfreedreno/ir3: shuffle some variant fields
2020-06-26 Rob Clarkfreedreno/ir3: add ir3_compiler_destroy()
2020-06-26 Rob Clarkfreedreno/ir3: move finalize_nir to pscreen hook
2020-06-26 Rob Clarkfreedreno/ir3: add ir3_finalize_nir()
2020-06-26 Connor Abbottir3: Add ir3_trim_constlen()
2020-06-26 Connor Abbottir3: Support variants with different constlen's
2020-06-26 Connor Abbottir3: Include ir3_compiler from ir3_shader
2020-06-26 Connor Abbottir3, freedreno: Round up constlen earlier
2020-06-25 Jonathan Marekfreedreno/ir3: add support for load_draw_id
2020-06-25 Rob Clarkfreedreno/ir3/ra: fix pre-color edge case
2020-06-24 Rob Clarkfreedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORD
2020-06-24 Rob Clarkfreedreno/ir3: add helper to determine point-coord...
2020-06-22 Brian Hoir3: Unconditionally enable MERGEDREGS on a6xx
2020-06-22 Brian Hoturnip: Offset by component when lowering gl_TessLevel*
2020-06-21 Rob Clarkfreedreno/ir3: split ubo analysis/lowering passes
2020-06-21 Rob Clarkfreedreno/ir3: splitup get_existing_range()
2020-06-21 Rob Clarkfreedreno/ir3: split out ubo info from range
2020-06-19 Rob Clarkfreedreno/ir3: move output_loc to variant
2020-06-19 Rob Clarkfreedreno/ir3: move const_state back to variant
2020-06-19 Rob Clarkfreedreno/ir3: un-embed const_state
2020-06-19 Rob Clarkfreedreno/ir3: move num_reserved_user_consts out of...
2020-06-19 Rob Clarkfreedreno/ir3: convert over to ralloc
2020-06-19 Rob Clarkfreedreno/ir3: pass variant to ir3_create()
2020-06-19 Connor Abbottir3: Split out variant-specific lowering and optimizations
2020-06-19 Rob Clarkfreedreno/ir3: constify shader key
2020-06-19 Rob Clarkfreedreno/ir3: drop shader->num_ubos
2020-06-19 Rob Clarkfreedreno/ir3: move ubo_state into const_state
2020-06-19 Rob Clarkfreedreno/ir3: add accessor for const_state
2020-06-19 Rob Clarkfreedreno/ir3: refactor out helper to compile shader...
2020-06-18 Rob Clarkfreedreno/ir3: update obsolete comment
2020-06-18 Rob Clarkfreedreno/ir3: make mergedregs a property of the variant
2020-06-18 Rob Clarkfreedreno/ir3: re-work assembler API
2020-06-18 Rob Clarkfreedreno/ir3: pass variant to postsched
2020-06-18 Rob Clarkfreedreno/ir3: decouple regset from gpu gen
2020-06-18 Rob Clarkfreedreno/ir3: move mergedreg state out of reg
2020-06-18 Rob Clarkfreedreno/ir3: convert regmask_t to struct
2020-06-17 Connor Abbottir3: Don't calculate num_samp ourselves
2020-06-17 Connor Abbottir3: Pass reserved_user_consts to ir3_shader_from_nir()
2020-06-16 Rob Clarkfreedreno/ir3: add post-scheduler cp pass
2020-06-16 Rob Clarkfreedreno/ir3/cp: extract valid_flags
2020-06-16 Rob Clarkfreedreno/ir3: delay test support for vectorish instruc...
2020-06-16 Rob Clarkfreedreno/ir3: add helpers to move instructions
2020-06-16 Rob Clarkfreedreno/ir3/delay: calculate delay properly for ...
2020-06-16 Rob Clarkfreedreno/ir3: add test for delay slot calculation
2020-06-16 Rob Clarkfreedreno/ir3/print: print (r) flag
2020-06-16 Rob Clarkfreedreno/ir3/legalize: don't allow (nopN) if (rptN)
2020-06-16 Rob Clarkfreedreno/ir3/cp: properly handle already-folded RELATIV
2020-06-16 Rob Clarkfreedreno/ir3/validate: also check instr->address
2020-06-16 Rob Clarkfreedreno/sched: reset delay counters at start of block
2020-06-16 Rob Clarkfreedreno/ir3: don't rely on intr->num_components
2020-06-15 Rob Clarkfreedreno/ir3: move the libdrm dependency out of shared...
2020-06-14 Jonathan Marekfreedreno/ir3: fix ir3_nir_move_varying_inputs
2020-06-11 Rob Clarkfreedreno/ir3: limit pre-fetched tex dest
2020-06-11 Rob Clarkfreedreno/ir3: remove RA "q-values" optimization
2020-06-11 Rob Clarkfreedreno/ir3: respect tex prefetch limits
2020-06-11 Rob Clarkfreedreno/ir3: add debug code to print conflicting...
2020-06-05 Eric Anholtfreedreno/ir3: Handle cases where we decide not to...
2020-06-05 Eric Anholtfreedreno/ir3: Drop the max_const on a6xx to 512.
2020-06-05 Eric Anholtfreedreno/ir3: Account for driver params in UBO max...
2020-06-05 Eric Anholtfreedreno/ir3: Stop shifting UBO 1 down to be UBO 0.
2020-06-05 Eric Anholtfreedreno/ir3: Drop unnecessary alignment of pushed...
2020-06-05 Eric Anholtfreedreno/ir3: Stop pushing immediates once we've fille...
2020-06-05 Eric Anholtfreedreno/ir3: Refactor ir3_cp's lower_immed().
2020-06-04 Rob Clarkfreedreno/ir3: split kill from no_earlyz
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-26 Kristian H. Kristensenfreedreno/ir3: Avoid {0} initializer for struct reginfo
2020-05-26 Eric Anholtfreedreno/ir3: Use RESINFO for a6xx image size queries.
2020-05-26 Eric Anholtfreedreno/ir3: Move handle_bindless_cat6 to compiler_ni...
2020-05-26 Eric Anholtfreedreno/ir3: Refactor out IBO source references.
2020-05-26 Eric Anholtfreedreno: Set the immediate flag in a4/a5xx resinfos.
2020-05-26 Eric Anholtfreedreno: Fix resinfo asm, which doesn't have srcs...
2020-05-26 Eric Anholtfreedreno: Add more resinfo/ldgb testcases.
2020-05-26 Eric Anholtfreedreno: Fix printing of unused src in disasm of...
2020-05-19 Rob Clarkfreedreno/ir3/validate: add checking for types and...
2020-05-19 Rob Clarkfreedreno/ir3: add helpers to deal with src/dst types
next