radeonsi: remove redundant si_shader_info::uses_derivatives
[mesa.git] / src / gallium / drivers / r600 /
2020-09-04 Marek Olšáknir: get ffma support from NIR options for nir_lower_flrp
2020-09-02 Eric Anholtnir/opt_vectorize: Add a callback for filtering of...
2020-09-01 Karol Herbstnir: use enum operator helper for nir_variable_mode...
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-08-20 Jason Ekstrandnir: Add an LOD parameter to image_*_size
2020-08-09 Gert Wollnyr600: Enable compute shaders for NIR code path
2020-08-09 Gert Wollnyr600/sfn: Force a minimum of 4 GPRs, it seems to fix...
2020-08-09 Gert Wollnyr600/sfn: handle querying SSBO size
2020-08-09 Gert Wollnyr600/sfn: Correct ssbo instruction handling
2020-08-09 Gert Wollnyr600/sfn: correct allocating and emitting of atomics
2020-08-09 Gert Wollnyr600/sfn: Add a mapping table for atomics
2020-08-09 Gert Wollnyr600/sfn: add r600 specific lowering pass for atomics...
2020-08-09 Gert Wollnyr600/sfn: Sort uniforms by binding and offset
2020-08-09 Gert Wollnyr600: Set PIPE_CAP_NIR_ATOMICS_AS_DEREF to true
2020-08-05 Rob Clarkgallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS
2020-07-30 Boris Brezillonnir: Stop passing an options arg to nir_lower_int64()
2020-07-29 Jason Ekstrandnir: Use a single list for all shader variables
2020-07-29 Jason Ekstrandr600/sfn: Use nir_foreach_variable_with_modes in IO...
2020-07-29 Jason Ekstrandr600/sfn/lower_tex: Get rid of the lower_sampler vector
2020-07-29 Jason Ekstrandr600/sfn/lower_tess_io: Rework get_tcs_varying_offset
2020-07-29 Jason Ekstrandnir: Add a nir_foreach_uniform_variable helper
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-20 Gert Wollnyd600/sfn: write stream outputs to correct mem ring
2020-07-20 Gert Wollnyr600/sfn: Make the pin_to_channel generic
2020-07-20 Gert Wollnyr600/sfn: Only use sample mask if the according shader...
2020-07-20 Gert Wollnyr600: Add shader key item to identify when the sample...
2020-07-20 Gert Wollnyr600/sfn: Fix default z swizzle for GDS instructions
2020-07-20 Gert Wollnyr600/sfn: Fix Ring output swizzle masks
2020-07-20 Gert Wollnyr600/sfn: Add a forced output swizzle for depth write
2020-07-20 Gert Wollnyr600/sfn: correct handling of loading vec4 with fetchin...
2020-07-20 Gert Wollnyr600/sfn: Add option to get a temp value for a specific...
2020-07-20 Gert Wollnyr600/sfn: emit texture instructions in one block
2020-07-20 Gert Wollnyr600/sfn: Pipe through requesting a register at a given...
2020-07-20 Gert Wollnyr600/sfn: lower rotate ALU ops
2020-07-08 Timothy Arcerir600/radeonsi: silence zero-length-bounds gcc warnings
2020-07-08 Marek Olšákgallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for Lower...
2020-06-22 Neil Robertsgallium: Add pipe cap for primitive restart with fixed...
2020-06-22 Gert Wollnyr600/sfn: Don't set num_components on TESS sysvalue...
2020-06-22 Gert Wollnyr600/sfn: Add support for shared atomics
2020-06-22 Gert Wollnyr600/sfn: Add lowering pass for shared IO
2020-06-19 Gert Wollnyr600/sfn: Handle memory_barrier
2020-06-19 Gert Wollnyr600/sfn: Take SSBO buffer ID offset into account
2020-06-19 Gert Wollnyr600/sfn: Add support for reading cube image array...
2020-06-19 Gert Wollnyr600/sfn: Add support for image_size
2020-06-19 Gert Wollnyr600/sfn: Add imageio support
2020-06-19 Gert Wollnyr600/sfn: lower image derefs
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-02 Marek Olšákgallium: add shader caps INT16 and FP16_DERIVATIVES
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-26 Gert Wollnyr600/sfn: remove debug output leftover
2020-05-26 Gert Wollnyr600/sfn: Correctly update the number of literals when...
2020-05-26 Gert Wollnyr600/sfn: use modern c++ in printing LDS read instruction
2020-05-26 Gert Wollnyr600/sfn: Fix mapping for f32tof64 and f64tof32
2020-05-26 Gert Wollnyr600: Fix duplicated subexpression in r600_asm.c
2020-05-25 Vinson Leer600/sfn: Use correct setter method.
2020-05-25 Dmitriy Nesterr600: replace fnv1a hash function with xxhash
2020-05-23 Christopher Egertr600: Use TRUNC_COORD on samplers
2020-05-23 Vinson Leer600/sfn: Initialize VertexStageExportForGS m_num_clip_...
2020-05-20 Dave Airlier600/sfn: fix nop channel assignment.
2020-05-19 Gert Wollnyr600/sfn: Fix printing ALU op without dest
2020-05-19 Gert Wollnyr600/sfn: Don't reorder outputs by location
2020-05-19 Gert Wollnyr600/sfn: Fix splitting constants that come from differ...
2020-05-19 Gert Wollnyr600/sfn: Fix clip vertex output as possible stream...
2020-05-19 Gert Wollnyr600/sfn: SSBO: Fix query of dest components
2020-05-19 Gert Wollnyr600/sfn: use the per shader atomic base
2020-05-19 Gert Wollnyr600/sfn: Add support for texture_samples
2020-05-19 Gert Wollnyr600/sfn: support indirect sampler buffer reads.
2020-05-19 Gert Wollnyr600/sfn: assert when alu dest is missing
2020-05-19 Gert Wollnyr600/sfn: remove pointless check
2020-05-19 Gert Wollnyr600/sfn: Don't reject VARYING_SLOT_PCNT
2020-05-19 Gert Wollnyr600/sfn: Add FS output sample_mask
2020-05-19 Gert Wollnyr600/sfn: Handle loading sample_pos
2020-05-19 Gert Wollnyr600/sfn: Take FOGC, and backcolors into account im...
2020-05-19 Gert Wollnyr600/sfn: Add support for viewport index output
2020-05-19 Gert Wollnyr600/sfn: Make 3vec loads skip possible moves
2020-05-19 Gert Wollnyr600/sfn: Fix handling of output register index
2020-05-19 Gert Wollnyr600/sfn: Make allocate_reserved_registers forward...
2020-05-19 Gert Wollnyr600/sfn: Fix RAT instruction assembly emission
2020-05-19 Gert Wollnyr600/sfn: Fix GDS assembly emission
2020-05-19 Gert Wollnyr600/sfn: Fix RING instruction assembly emission
2020-05-19 Gert Wollnyr600/sfn: Fix memring print output
2020-05-19 Gert Wollnyr600/sfn: skip copying LOD if the target register is...
2020-05-19 Gert Wollnyr600/sfn: re-use an allocated register in lookup
2020-05-19 Gert Wollnyr600/sfn: Skip move instructions if they are only ssa...
2020-05-19 Gert Wollnyr600/sfn: rework getting a vector and uniforms from...
2020-05-19 Gert Wollnyr600/sfn: Handle CF index loading from non-X channel
2020-05-19 Gert Wollnyr600: Add support for loading index register from other...
2020-05-19 Gert Wollnyr600: Lower lerp after tgsi_to_nir
2020-05-19 Gert Wollnyr600: Lower int64 ops from TGSI-to-NIR shaders too
2020-05-19 Gert Wollnyr600/sfn: Fix printing vertex fetch instruction flags
2020-05-19 Gert Wollnyr600/sfn: Unify semantic name and index query and use...
2020-05-18 Dave Airlier600/sfn: add emit if start cayman support
2020-05-18 Dave Airlier600/sfn: add callstack non-evergreen support
2020-05-18 Dave Airlier600/sfn: cayman fix int trans op2
2020-05-18 Dave Airlier600/sfn: fix cayman float instruction emission.
2020-05-18 Dave Airlier600/sfn: plumb the chip class into the instruction...
2020-05-18 Dave Airlier600: enable TEXCOORD semantic for TGSI.
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-05-12 Gert Wollnyr600: Fix nir compiler options, i.e. don't lower IO...
next