meson: use gnu_symbol_visibility argument
[mesa.git] / src / gallium / drivers / r600 /
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...
2020-05-07 Marek Olšákac/surface,radeonsi: move the set/get_bo_metadata code...
2020-05-07 Gert Wollnyr600: Fix warning regarding mixing enums and unsigned...
2020-05-07 Gert Wollnyr600: remove some unused variables to silence warnings
2020-05-07 Gert Wollnyr600/sb: replace memset by using member initialization...
2020-05-07 Gert Wollnyr600: remove unused static functions
2020-05-07 Gert Wollnyr600: Annotate some case fallthroughs
2020-04-29 Mike Blumenkrantzgallium: add pipe cap for scissored clears and pass...
2020-04-29 Marek Olšákac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE...
2020-04-28 Gert Wollnyr600: Enable tesselation for NIR
2020-04-28 Gert Wollnyr600/sfn: Add tesselation shaders
2020-04-28 Gert Wollnyr600/sfn: Add lowering passes for Tesselation IO
2020-04-28 Gert Wollnyr600/sfn: Move removing of unused variables
2020-04-28 Gert Wollnyr600/sfn: Handle LDS output in VS
2020-04-28 Gert Wollnyr600/sfn: derive the GS from the vertex stage for a...
2020-04-28 Gert Wollnyr600/sfn: extract class to handle the VS export to...
2020-04-28 Gert Wollnyr600/sfn: Move some shader base methods to the public...
2020-04-28 Gert Wollnyr600/sfn: Add methods to valuepool to get a vector...
2020-04-28 Gert Wollnyr600/sfn: Move emission of barrier from compute shader...
2020-04-28 Gert Wollnyr600/sfn: Emit some LDS instructions
2020-04-28 Gert Wollnyr600/sfn: Handle umul24 and umad24
2020-04-28 Gert Wollnyr600/sfn: Add IR instruction to fetch the TESS parameters
2020-04-28 Gert Wollnyr600/sfn: Add TF write instruction
2020-04-28 Gert Wollnyr600/sfn: Add LDS instruction to assembly conversion
2020-04-28 Gert Wollnyr600/sfn: Add LDS IO instructions to r600 IR
2020-04-28 Gert Wollnyr600/sfn: Don't emit inline constants in the r600 IR
2020-04-28 Gert Wollnyr600/sfn: simplify UBO lowering pass
2020-04-28 Gert Wollnyr600: Handle texcoord semantics in LDS index evaluation
2020-04-27 Bas Nieuwenhuizenst/dri: Set next in template instead of after creation...
2020-04-21 Gert Wollnyr600/sfn: use new temp register allocation when loading...
2020-04-21 Gert Wollnyr600/sfn: Count only literals that are not inline to...
2020-04-21 Gert Wollnyr600/sfn: Fix using the result of a fetch instruction...
2020-04-21 Gert Wollnyr600/sfn: Fix handling of GS inputs
2020-04-21 Gert Wollnyr600/sfn: Handle b2b1 like it was a mov
2020-04-21 Gert Wollnyr600/sfn: Fix null pointer deref in live range evalation
2020-04-21 Gert Wollnyr600/nir: Pin interpolation results to channel
2020-04-21 Gert Wollnyr600/sfn: Implementing instructions blocks
2020-04-21 Gert Wollnyr600/sfn: Fix setting alignments when lowering UBOs
2020-04-21 Gert Wollnyr600/sfn: Reduce array limit for scratch usage
2020-04-21 Gert Wollnyr600: Dump a few more variables when requested
2020-04-18 Albert Astals CidFix promotion of floats to doubles
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-19 John Stultzr600: Fix build error in sfn_nir_lower_fs_out_to_vector.cpp
2020-03-10 Karol HerbstRevert "gallium: make handles of set_global_binding...
2020-03-10 Karol Herbstgallium: make handles of set_global_binding 64 bit
2020-03-04 Mauro Rossiandroid: r600/sfn: Add GDS instructions
2020-03-04 Mauro Rossiandroid: r600/sfn: fix includes and libmesa_nir dependency
2020-03-02 Gert Wollnyr600/sfn: Don't try to catch exceptions, the driver...
2020-03-02 Gert Wollnyr600/sfn: Use static_cast when type is already known
next