turnip: Make tu_android.c compile again
[mesa.git] / src / freedreno / ir3 /
2020-08-05 Eric Anholtfreedreno/ir3: Fix the type of half-float indirect...
2020-07-30 Boris Brezillonfreedreno: Initialize lower_int64_options to a proper...
2020-07-29 Rob Clarkfreedreno/ir3: add missing track_ubo_use()
2020-07-29 Jason Ekstrandnir: Use a single list for all shader variables
2020-07-29 Jason Ekstrandfreedreno/ir3_lower_tess: Rework var list helpers
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-28 Rob Clarkfreedreno: deduplicate a3xx+ disasm
2020-07-28 Rob Clarkfreedreno/ir3: split out regmask
2020-07-27 Connor Abbottir3: Fix incorrect src flags for samp_tex
2020-07-27 Connor Abbottir3: Remove redundant samp_tex validation
2020-07-27 Connor Abbottir3: Validate bindless samp_tex correctly
2020-07-27 Jonathan Marekfreedreno/ir3: fix wrong local_primitive_id_start type
2020-07-21 Connor Abbottfreedreno/ir3: Fix SSBO size for bindless SSBO's
2020-07-20 Eric Anholtfreedreno/ir3: Add missing ld_args_build_id to the...
2020-07-20 Eric Anholtfreedreno/ir3: Fix disasm of register offsets in ldp...
2020-07-20 Eric Anholtfreedreno/ir3: Refactor cat6 general dst printing.
2020-07-20 Eric Anholtfreedreno/ir3: Add a bunch more tests for cat6 opcodes.
2020-07-20 Eric Anholtfreedreno/ir3: Add a note about the instructions in...
2020-07-18 Rob Clarkfreedreno/ir3/ra: fix array conflicts for split/merged
2020-07-18 Rob Clarkfreedreno/ir3/ra: assign vreg names to all array elements
2020-07-18 Rob Clarkfreedreno/ir3/ra: debug msgs tweak
2020-07-18 Rob Clarkfreedreno/ir3: fix half-reg array stores
2020-07-18 Rob Clarkfreedreno/ir3: set array precision on creation
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
next