etnaviv: drm: Use mesa's atomic definitions
[mesa.git] / src / freedreno / ir3 /
2019-06-04 Eric Anholtfreedreno: Reuse glsl_get_sampler_coordinate_components().
2019-06-04 Eric Anholtfreedreno: Improve the pi approximations in trig lowering.
2019-06-03 Hyunjun Kofreedreno/ir3: fix counting and printing for half regis...
2019-06-03 Neil Robertsfreedreno/ir3: Fix up the half reg source even when...
2019-06-03 Neil Robertsfreedreno/ir3: Add a 16-bit implementation of nir_op_imul
2019-06-03 Hyunjun Kofreedreno/ir3: set dst type of alu instructions correctly.
2019-06-03 Hyunjun Kofreedreno/ir3: adjust the bitsize of regs when an array...
2019-06-03 Hyunjun Kofreedreno/ir3: convert back to 32-bit values for half...
2019-06-03 Hyunjun Kofreedreno/ir3: check the type of regs of absneg opcode...
2019-06-03 Hyunjun Kofreedreno/ir3: set proper dst type for uniform accordin...
2019-06-03 Neil Robertsfreedreno/ir3: Fix loading half-float immediate vectors
2019-06-03 Rob Clarkfreedreno/ir3: immediately schedule meta instructions
2019-06-03 Rob Clarkfreedreno/ir3: scheduler improvements
2019-06-03 Rob Clarkfreedreno/ir3: sched should mark outputs used
2019-05-31 Rob Clarkfreedreno/ir3: fix constlen versus indirect UBO
2019-05-31 Rob Clarkfreedreno/ir3: set more barrier bits
2019-05-31 Rob Clarkfreedreno/ir3: set (ss) on last_input if ldlv
2019-05-31 Rob Clarkfreedreno/ir3: add assert
2019-05-31 Jonathan Marekfreedreno/ir3: fix input ncomp for vertex shaders
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-16 Eric Anholtfreedreno: Log the number of loops in the shader for...
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-05-09 Rob Clarkfreedreno/ir3: fix rasterflat/glxgears
2019-05-07 Rob Clarkfreedreno/ir3: move const_state to ir3_shader
2019-05-07 Rob Clarkfreedreno/ir3: split out const_state setup
2019-05-07 Rob Clarkfreedreno/ir3: move immediates to const_state
2019-05-07 Rob Clarkfreedreno/ir3: consolidate const state
2019-05-07 Rob Clarkfreedreno/ir3: move ir3_pointer_size()
2019-05-07 Ian Romanicknir: Use the flrp lowering pass instead of nir_opt_alge...
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-05-04 Rob Clarkfreedreno/ir3: remove assert
2019-05-02 Rob Clarkfreedreno/ir3: fb read support
2019-05-02 Rob Clarkfreedreno/ir3: add some ubo range related asserts
2019-05-02 Rob Clarkfreedreno/ir3: add IR3_SHADER_DEBUG flag to disable...
2019-05-02 Rob Clarkfreedreno/ir3: fix lowered ubo region alignment
2019-05-02 Rob Clarkfreedreno/ir3: fix shader variants vs UBO analysis
2019-04-30 Rob Clarkfreedreno/ir3: fixes for half reg in/out
2019-04-30 Rob Clarkfreedreno/ir3: switch fragcoord to sysval
2019-04-25 Rob Clarkfreedreno/ir3: sample-shading support
2019-04-25 Rob Clarkfreedreno/ir3: fix load_interpolated_input slot
2019-04-25 Rob Clarkfreedreno/ir3: rename frag_vcoord -> ij_pixel
2019-04-25 Rob Clarkfreedreno/ir3: remove bogus assert
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_offset
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_sample
2019-04-25 Rob Clarkfreedreno/ir3: cleanup instruction builder macros
2019-04-25 Rob Clarkfreedreno/ir3: more emit-cat5 fixes
2019-04-25 Rob Clarkfreedreno/ir3: fix rgetpos decoding
2019-04-25 Rob Clarkcompiler: rename SYSTEM_VALUE_VARYING_COORD
2019-04-19 Rob Clarkfreedreno/ir3: fix const assert
2019-04-18 Kristian H. Kristensenfreedreno/ir3: Mark ir3_context_error() as NORETURN
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Karol Herbstfreedreno/ir3: use nir_src_as_uint in a few places
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-03-30 Rob Clarkfreedreno/ir3: convert to "new style" frag inputs
2019-03-30 Rob Clarkfreedreno/ir3: add pass to move varying loads
2019-03-30 Rob Clarkfreedreno/ir3: rework varying packing
2019-03-30 Rob Clarkfreedreno/ir3: re-indent comment
2019-03-28 Rob Clarkfreedreno/ir3: reads/writes to unrelated arrays are...
2019-03-28 Rob Clarkfreedreno/ir3: sched fix
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Add workaround for VS samgq
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Don't access beyond available regs
2019-03-27 Kristian H. Kristensenfreedreno/ir3: Push UBOs to constant file
2019-03-27 Kristian H. Kristensenfreedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Fix operand order for DSX/DSY
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Track whether shader needs derivatives
2019-03-22 Rob Clarkfreedreno/ir3: disable early-z for SSBO/image writes
2019-03-22 Rob Clarkfreedreno/ir3: rename has_kill to no_earlyz
2019-03-21 Rob Clarkfreedreno/ir3: dynamic UBO indexing vs 64b pointers
2019-03-21 Rob Clarkfreedreno/ir3: fix bit_count
2019-03-21 Rob Clarkfreedreno/ir3: additional lowering
2019-03-21 Rob Clarkfreedreno/ir3: optimize sam.s2en to sam
2019-03-21 Rob Clarkfreedreno/ir3: enable indirect tex/samp (sam.s2en)
2019-03-21 Rob Clarkfreedreno/ir3: find # of samplers from uniform vars
2019-03-21 Rob Clarkfreedreno/ir3: fix regmask for merged regs
2019-03-21 Rob Clarkfreedreno/ir3: fix sam.s2en encoding
2019-03-21 Rob Clarkfreedreno/ir3: fix sam.s2en decoding
2019-03-21 Rob Clarkfreedreno/ir3/ra: fix half-class conflicts
2019-03-21 Rob Clarkfreedreno/ir3 better cat6 encoding detection
2019-03-21 Jason Ekstrandanv,radv,turnip: Lower TG4 offsets with nir_lower_tex
2019-03-20 Rob Clarkfreedreno/ir3/a6xx: fix ssbo comp_swap
2019-03-15 Rob Clarkfreedreno/ir3/cp: fix ldib bug
2019-03-13 Eduardo Lima Mitevir3/lower_io_offsets: Try propagate SSBO's SHR into...
2019-03-13 Eduardo Lima Mitevir3/compiler: Enable lower_io_offsets pass and handle...
2019-03-13 Eduardo Lima Mitevir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'
2019-03-08 Rob Clarkfreedreno/ir3: turn on [iu]mul_high
2019-03-03 Rob Clarkfreedreno/ir3: track register pressure in sched
2019-03-03 Rob Clarkfreedreno/ir3: add Sethi–Ullman numbering pass
2019-03-03 Rob Clarkfreedreno/ir3: include nopN in expanded instruction...
2019-02-28 Kristian H. Kristensenfreedreno: Fix a couple of warnings
2019-02-26 Rob Clarkfreedreno/ir3: gsampler2DMSArray fixes
2019-02-26 Rob Clarkfreedreno/ir3/a6xx: fix atomic shader outputs
2019-02-26 Rob Clarkfreedreno/a6xx: vertex_id is not _zero_based
2019-02-26 Rob Clarkfreedreno/ir3/a6xx: fix non-ssa atomic dst
2019-02-26 Rob Clarkfreedreno/ir3: use nopN encoding when possible
2019-02-22 Rob Clarkfreedreno/ir3: don't hardcode wrmask
2019-02-20 Rob Clarkfreedreno/a6xx: samplerBuffer fixes
2019-02-20 Rob Clarkfreedreno/ir3/a6xx: use ldib for ssbo reads
2019-02-20 Rob Clarkfreedreno/ir3: sync instr/disasm and add ldib encoding
next