Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / r600 / r600_pipe_common.c
2020-07-20 Gert Wollnyr600/sfn: lower rotate ALU ops
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-12 Gert Wollnyr600: Fix nir compiler options, i.e. don't lower IO...
2020-05-07 Gert Wollnyr600: remove some unused variables to silence warnings
2020-04-28 Gert Wollnyr600/sfn: Add tesselation shaders
2020-04-28 Gert Wollnyr600/sfn: Handle umul24 and umad24
2020-02-10 Gert Wollnyr600: Make sure LLVM is not used for DRAW
2020-02-10 Gert Wollnyr600: Update state code to accept NIR shaders
2020-02-10 Gert Wollnyr600: Add NIR compiler options
2020-01-04 Gert Wollnyr600: Fix maximum line width
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-10-28 Timothy Arceriutil: remove LIST_IS_EMPTY macro
2019-09-06 Eric Engestromr600: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-04 Nicolai Hähnleamd/common: move ac_shader_{binary,reloc} into r600...
2019-06-14 Marek Olšákac: add radeon_info::is_amdgpu instead of checking...
2019-05-16 Marek Olšákr600+radeonsi: use ctx_query_reset_status on radeon
2019-05-16 Marek Olšákwinsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER...
2019-05-16 Marek Olšákwinsys/amdgpu: add a parallel compute IB coupled with...
2019-04-23 Marek Olšákac: add radeon_info::marketing_name, replacing the...
2019-04-04 Eric Engestromsimplify LLVM version string printing
2018-11-09 Marek Olšákradeonsi: stop command submission with PIPE_CONTEXT_LOS...
2018-10-26 David McFarlandutil: Change remaining uint32 cache ids to sha1
2018-10-02 Timothy Arcerir600: use build-id when available for disk cache
2018-07-30 Dave Airlier600: reduce num compute threads to 1024.
2018-07-16 Marek Olšákr600: fix build after the removal of RADEON_PRIO_*...
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-04-02 Marek Olšákac/gpu_info: rename has_virtual_memory -> r600_has_virt...
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-01-28 Dave Airlier600: add ARB_query_buffer_object support
2017-12-05 Dave Airlier600: update max threads per block for evergreen compute
2017-12-05 Marek Olšákgallium/u_upload_mgr: allow drivers to specify pipe_res...
2017-11-29 Marek Olšákr300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FL...
2017-11-17 Dave Airlier600: implement basic memory barrier.
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-10-10 Dave Airlier600: cleanup llvm ir target selection.
2017-10-09 Dave Airlier600: drop a bunch of post-cayman code. (v2)
2017-10-07 Marek Olšákgallium/u_blitter: let drivers decide which VS to use...
2017-10-07 Marek Olšákgallium/u_blitter: let drivers set the vertex elements...
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_init()
2017-09-26 Marek Olšákr600: fork and import gallium/radeon