amd/registers: switch to new generated register definitions
[mesa.git] / src / gallium / drivers / r600 /
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
2020-03-02 Gert Wollnyr600/sfn: Avoid using dynamic_cast to identify type
2020-02-28 Greg Vr600: add missing <array> include
2020-02-27 Pierre-Eric Pellou... gallium/video: remove pipe_video_buffer.chroma_format
2020-02-21 Jason Ekstrandnir/builder: Return an integer from nir_get_texture_size
2020-02-10 Gert Wollnyr600/sfn: Add some documentation
2020-02-10 Gert Wollnyr600/sfn: Add .editorconfig file
2020-02-10 Gert Wollnyr600/sfn: Add support for SSBO load and store
2020-02-10 Gert Wollnyr600/sfn: Add support for atomic instructions
2020-02-10 Gert Wollnyr600: Make sure LLVM is not used for DRAW
2020-02-10 Gert Wollnyr600/sfn: Add lowering UBO access to r600 specific...
2020-02-10 Gert Wollnyr600/sfn: Add GDS instructions
2020-02-10 Gert Wollnyr600/sfn: Add compute shader skeleton
2020-02-10 Gert Wollnyr600/sfn: Add VS for TCS shader skeleton
2020-02-10 Gert Wollnyr600/sfn: Add support for geometry shader
2020-02-10 Gert Wollnyr600/sfn: add emitVertex instructions
2020-02-10 Gert Wollnyr600/sfn: Add MemRingOut instructions
2020-02-10 Gert Wollnyr600/sfn: Add a load GDS result instruction
2020-02-10 Gert Wollnyr600/sfn: Add lowering arrays to scratch and according...
2020-02-10 Gert Wollnyr600/sfn: add register remapping
2020-02-10 Gert Wollnyr600/sfn: add live range evaluation for the GPR
2020-02-10 Gert Wollnyr600/sfn: Add the WaitAck instruction
2020-02-10 Gert Wollnyr600/sfn: Add the VS in and FS out vectorization
2020-02-10 Gert Wollnyr600: enable NIR backend DEBUG flag for supported archi...
2020-02-10 Gert Wollnyr600/sfn: Add a basic nir shader backend
2020-02-10 Gert Wollnyr600: Update state code to accept NIR shaders
2020-02-10 Gert Wollnyr600: Add NIR compiler options
2020-02-10 Gert Wollnyr600: Increase space for IO values to agree with PIPE_M...
2020-02-10 Gert Wollnyr600: force new CF with TEX only if any texture value...
2020-02-04 Eric Anholtgallium: Add and use a helper for packing uc from a...
2020-02-04 Eric Anholtutil: Make helper functions for pack/unpacking pixel...
2020-01-22 Timur Kristófr600: Move get_pic_param to radeon_vce.c
2020-01-21 Eric Anholtr600: Remove a bunch of default handling of pipe caps.
2020-01-04 Gert Wollnyr600: Delete vertex buffer only if there is actually...
2020-01-04 Gert Wollnyr600: Make SID and unsigned value
2020-01-04 Gert Wollnyr600: Fix maximum line width
2020-01-04 Gert Wollnyr600/sb: Correct SB disassambler for better debugging
2020-01-04 Gert Wollnyr600: Make it possible to include r600_asm.h in a C...
2020-01-04 Gert Wollnyr600: Add functions to dump the shader info
2020-01-03 Thong Thair600: Remove HEVC related code since HEVC is not supported
2020-01-03 Thong Thairadeon: Use P010 for decoding of 10-bit videos
2019-11-26 Gert Wollnyr600: Disable eight bit three channel formats
2019-11-19 Marek Olšákac: add radeon_info::num_rings and move ring_type to...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-10-28 Timothy Arceriutil: remove LIST_IS_EMPTY macro
2019-10-28 Timothy Arceriutil: remove LIST_DEL macro
2019-10-28 Timothy Arceriutil: remove LIST_DELINIT macro
2019-10-28 Timothy Arceriutil: remove LIST_ADD macro
2019-10-28 Timothy Arceriutil: remove LIST_ADDTAIL macro
2019-10-28 Timothy Arceriutil: remove LIST_INITHEAD macro
2019-10-10 Marek Olšákgallium: remove PIPE_SHADER_CAP_SCALAR_ISA
2019-10-09 Marek Olšákvl: use u_format in vl_video_buffer_formats
2019-10-08 Timur Kristófamd: Move all amd/common code that depends on LLVM...
2019-10-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
next