radeonsi: use build-id when available for disk cache
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.c
2018-10-02 Timothy Arceriradeonsi: use build-id when available for disk cache
2018-10-02 Marek Olšákradeonsi: initialize ac_gpu_info::name when using SI_FO...
2018-09-10 Marek Olšákradeonsi: split si_copy_buffer
2018-09-10 Marek Olšákradeonsi: merge SI and CI dma_clear_buffer and remove...
2018-09-07 Marek Olšákradeonsi: pin the winsys thread to the requested L3...
2018-08-29 Marek Olšákradeonsi: add a thorough clear/copy_buffer benchmark
2018-08-22 Marek Olšákac: completely remove +auto-waitcnt-before-barrier
2018-08-15 Samuel Pitoisetradv: disable the auto-waitcnt-before-barrier LLVM...
2018-08-15 Marek Olšákradeonsi: use radeon_info::name
2018-08-15 Marek Olšákradeonsi: split si_clear_buffer to remove enum si_method
2018-08-04 Marek Olšákradeonsi: cosmetic changes
2018-08-02 Darren Powellradeonsi: add new R600_DEBUG test "testclearbufperf"
2018-08-01 Marek Olšákac,radeonsi: reduce optimizations for complex compute...
2018-07-24 Marek Olšákradeonsi: handle SI_FORCE_FAMILY early
2018-07-24 Tom Stellardradeonsi: Add debug option to enable LLVM GlobalISel...
2018-07-12 Marek Olšákradeonsi: add support for Vega20
2018-07-05 Marek OlšákShorten u_queue names
2018-07-04 Marek Olšákradeonsi: use ac_compile_module_to_binary to reduce...
2018-07-04 Marek Olšákradeonsi: fix compiler breakage
2018-07-04 Dave Airlieac/radv: move llvm compiler info to struct and init...
2018-07-04 Dave Airlieac/radeonsi: port compiler init/destroy out of radeonsi.
2018-07-03 Dave Airlieradv/radeonsi: add a check ir tm options
2018-07-03 Dave Airlieradeonsi: rename si_compiler -> ac_llvm_compiler
2018-07-03 Dave Airlieac/radeonsi: refactor out pass manager init to common...
2018-07-03 Dave Airlieac/radv: split the non-common init_once code from the...
2018-07-02 Marek Olšákac: move all LLVM module initialization into ac_create_...
2018-06-25 Marek Olšákradeonsi: rename r600_transfer -> si_transfer
2018-06-25 Marek Olšákradeonsi: clean up some #includes
2018-06-21 Grazvydas Ignotasradeonsi: add a debug flag to zero vram allocations
2018-06-19 Marek Olšákradeonsi: rename r600_texture -> si_texture, rxxx ...
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-05-17 Marek Olšákamd: remove support for LLVM 4.0
2018-05-10 Marek Olšákac/gpu_info: add has_eqaa_surface_allocator
2018-05-10 Marek Olšákradeonsi: clean up the reset status query implementation
2018-05-10 Marek Olšákradeonsi: add an environment variable that forces EQAA...
2018-04-27 Marek Olšákradeonsi: increase the number of compiler threads depen...
2018-04-27 Marek Olšákradeonsi: avoid a crash in gallivm_dispose_target_libra...
2018-04-27 Marek Olšákradeonsi: move data_layout into si_compiler
2018-04-27 Marek Olšákradeonsi: move passmgr into si_compiler
2018-04-27 Marek Olšákradeonsi: move target_library_info into si_compiler
2018-04-27 Marek Olšákradeonsi: add triple into si_compiler
2018-04-27 Marek Olšákradeonsi: add struct si_compiler containing LLVMTargetM...
2018-04-27 Marek Olšákradeonsi: use r600_resource() typecast helper
2018-04-27 Marek Olšákradeonsi: inline 2 trivial state structures
2018-04-27 Marek Olšákradeonsi: remove r600_pipe_common.h
2018-04-27 Marek Olšákradeonsi: fully enable 2x DCC MSAA for array and non...
2018-04-23 Dave Airlieradeonsi: use common gs_table_depth code
2018-04-23 Dave Airlieradeonsi: don't runtime check gs table info
2018-04-18 Marek Olšákradeonsi: add support for VegaM
2018-04-18 Marek Olšákradeonsi/gfx9: fix a hang with an empty first IB
2018-04-13 Marek Olšákgallium: move ddebug, noop, rbug, trace to auxiliary...
2018-04-05 Marek Olšákradeonsi: remove r600_common_context
2018-04-05 Marek Olšákradeonsi: remove r600_pipe_common::screen
2018-04-05 Marek Olšákradeonsi: rename a few R600/r600_ -> SI_/si_
2018-04-05 Marek Olšákradeonsi: move definitions out of r600_pipe_common.h
2018-04-05 Marek Olšákradeonsi: move functions out of and remove r600_pipe_co...
2018-04-05 Marek Olšákradeonsi: use si_context instead of pipe_context in...
2018-04-05 Marek Olšákradeonsi: use r600_common_context less pt6
2018-04-05 Marek Olšákradeonsi: update copyrights
2018-04-05 Marek Olšákradeonsi: use r600_common_context less pt2
2018-04-05 Marek Olšákradeonsi: flatten / remove struct r600_ring
2018-04-05 Marek Olšákradeonsi: remove r600_ring::flush callback
2018-04-05 Marek Olšákradeonsi: rename si_begin_new_cs -> si_begin_new_gfx_cs
2018-04-05 Marek Olšákradeonsi: remove r600_pipe_common::set_atom_dirty
2018-04-05 Marek Olšákradeonsi: call CS flush functions directly whenever...
2018-04-02 Marek Olšákradeonsi: add R600_DEBUG=nofmask to disable MSAA compre...
2018-03-28 Marek Olšákradeonsi: use maximum OFFCHIP_BUFFERING on Vega12
2018-03-28 Marek Olšákradeonsi: add support for Vega12
2018-02-24 Marek Olšákradeonsi: put both tessellation rings into 1 buffer
2018-02-24 Marek Olšákradeonsi: move tessellation ring info into si_screen
2018-02-19 Marek Olšákradeonsi: fix regression from 32-bit pointers on CI
2018-02-17 Marek Olšákradeonsi: implement 32-bit pointers in user data SGPRs...
2018-02-17 Marek Olšákgallium: use PIPE_CAP_CONSTBUF0_FLAGS
2018-02-09 Timothy Arcerist/radeonsi: enable disk cache for nir
2018-02-09 Marek Olšákradeonsi: copy the NIR enablement debug bit to the...
2018-01-31 Marek Olšákradeonsi: remove DBG_PRECOMPILE
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2017-12-06 Marek Olšákradeonsi/gfx9: make shader binaries use read-only memory
2017-11-29 Marek Olšákradeonsi: remove r600_common_screen
2017-11-29 Marek Olšákradeonsi: remove r600_pipe_common::barrier_flags::compu...
2017-11-29 Marek Olšákradeonsi: dismantle si_common_screen_init/destroy
2017-11-29 Marek Olšákradeonsi: set all pipe buffer functions in r600_buffer_...
2017-11-29 Marek Olšákradeonsi: move/remove ac_shader_binary helpers
2017-11-29 Marek Olšákradeonsi: move all get functions to si_get.c; disk_cach...
2017-11-29 Marek Olšákradeonsi: remove r600_common_context::clear_buffer
2017-11-29 Marek Olšákradeonsi: move r600_test_dma.c into si_test_dma.c
2017-11-29 Marek Olšákradeonsi: move all clear() code into si_clear.c
2017-11-29 Marek Olšákradeonsi: enable DCC with MSAA for VI
2017-11-14 Marek Olšákradeonsi: remove has_cp_dma, has_streamout flags (v2)
2017-11-09 Dave Airliegallium: add CAPs to support HW atomic counters. (v3)
2017-11-09 Nicolai Hähnleradeonsi: use a threaded context even for debug contexts
2017-11-09 Nicolai Hähnlegallium/u_threaded: implement asynchronous flushes
2017-11-09 Nicolai Hähnleradeonsi: move fence functions to si_fence.c
2017-11-09 Nicolai Hähnleradeonsi: fix potential use-after-free of debug callbacks
2017-11-09 Nicolai Hähnleradeonsi: move pipe debug callback to si_context
2017-11-07 Marek Olšákradeonsi: add si_screen::has_ls_vgpr_init_bug
2017-11-07 Marek Olšákradeonsi: use ac_create_target_machine
2017-11-07 Marek Olšákradeonsi: use ac_get_llvm_processor_name
2017-11-07 Marek Olšákradeonsi/gfx9: don't set gs_table_depth
2017-11-06 Marek Olšákradeonsi: enable signed vertex buffer offsets
next