Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / r600 / sfn /
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/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-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/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-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-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-25 Vinson Leer600/sfn: Use correct setter method.
2020-05-25 Dmitriy Nesterr600: replace fnv1a hash function with xxhash
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/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-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-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
next