radv: using tls to store llvm related info and speed up compiles (v10)
[mesa.git] / src / amd /
2018-07-09 Dave Airlieradv: using tls to store llvm related info and speed...
2018-07-09 Samuel Pitoisetradv: add the trace BO to the list when starting a...
2018-07-09 Samuel Pitoisetradv: reduce CPU overhead in radv_flush_descriptors()
2018-07-07 Mauro Rossiradv: winsys/amdgpu: include missing pthread.h header
2018-07-06 Mathieu Bridonpython: Use the print function
2018-07-06 Samuel Pitoisetradv: fix emitting the view index on GFX9
2018-07-05 Samuel Pitoisetradv/winsys: make use of radeon_emit()
2018-07-05 Samuel Pitoisetradv: only flush CB meta in pipeline image barriers...
2018-07-05 Samuel Pitoisetradv: only flush DB meta in pipeline image barriers...
2018-07-05 Samuel Pitoisetradv: fix "error: initializer element is not constant...
2018-07-05 Mathieu Bridonpython: Specify the JSON separators
2018-07-05 Mathieu Bridonpython: Stabilize some script outputs
2018-07-05 Samuel Pitoisetradv: optimize vkCmd{Set,Reset}Event() a little bit
2018-07-05 Samuel Pitoisetradv: optimize radv_CmdWaitEvents()
2018-07-04 Marek Olšákac: fold LLVMContext creation into ac_llvm_context_init
2018-07-04 Marek Olšákac: add reusable helpers for direct LLVM compilation
2018-07-04 Dave Airlieac: make some fns static
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: add target library info helpers
2018-07-03 Dave Airlieradv: create/destroy passmgr at the higher level.
2018-07-03 Dave Airlieradv: port to use common passmgr code.
2018-07-03 Dave Airlieac/radeonsi: refactor out pass manager init to common...
2018-07-03 Dave Airlieradv: drop copy of ac_create_target_machine.
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-07-02 Samuel Pitoisetradv: reset the image's predicate after a color decompr...
2018-07-02 Samuel Pitoisetradv: enable/disable predication for the DCC decompress...
2018-07-02 Samuel Pitoisetradv: add padding for the UMR disassembler
2018-06-29 Marek Olšákac: set +auto-waitcnt-before-barrier when needed
2018-06-27 Samuel Pitoisetradv: use separate bind points for the dynamic buffers
2018-06-27 Samuel Pitoisetradv: remove unused 'predicated' parameter from some...
2018-06-26 Samuel Pitoisetradv: emit PIPELINESTAT_{START,STOP} events for pipelin...
2018-06-26 Samuel Pitoisetradv: enable VK_EXT_shader_stencil_export
2018-06-26 Samuel Pitoisetradv: ignore pInheritanceInfo for primary command buffers
2018-06-25 Marek Olšákradeonsi: move CMASK size computation into ac_surface
2018-06-25 Marek Olšákac/surface: move cmask_size/alignment into radeon_surf
2018-06-25 Samuel Pitoisetradv: fix HTILE metadata initialization in presence...
2018-06-23 Keith Packardradv: add VK_EXT_display_control to radv driver [v5]
2018-06-23 Bas Nieuwenhuizenradv: Enable lower_io_to_temporaries after deref changes.
2018-06-23 Bas Nieuwenhuizenradv: Remove deref chain support in radv shader info...
2018-06-23 Bas Nieuwenhuizenac/nir: Remove deref chain support.
2018-06-23 Rob Clarknir: convert lower_io_arrays_to_elements to deref instr...
2018-06-23 Rob Clarknir: convert lower_io_to_scalar to deref instructions
2018-06-23 Rob Clarkmove lower_deref_instrs
2018-06-23 Bas Nieuwenhuizenradv: Disable lower_io_to_temporaries during deref...
2018-06-23 Bas Nieuwenhuizenradv: Remove image_var stores.
2018-06-23 Bas Nieuwenhuizenradv: Use deref instructions for tex derefs in meta...
2018-06-23 Bas Nieuwenhuizenac/nir: Add deref interp support.
2018-06-23 Bas Nieuwenhuizenac/nir: Add shared atomic deref instr support.
2018-06-23 Bas Nieuwenhuizenradv: Gather info for deref instr based load/store.
2018-06-23 Bas Nieuwenhuizenac/nir: Add deref based var loads/stores.
2018-06-23 Bas Nieuwenhuizenradv: Add shader info support for image deref instructions.
2018-06-23 Bas Nieuwenhuizenac/nir: Add deref support to image intrinsics.
2018-06-23 Bas Nieuwenhuizenac/nir: Implement derefs for integer gather4 lowering.
2018-06-23 Bas Nieuwenhuizenac/nir: Support deref instructions in tex instructions.
2018-06-23 Bas Nieuwenhuizenac/nir: Support deref instructions in get_sampler_desc.
2018-06-23 Bas Nieuwenhuizenac/nir: Implement the deref instr for shared memory.
2018-06-23 Jason Ekstrandnir,spirv: Rework function calls
2018-06-23 Jason Ekstrandspirv: Use NIR per-member splitting
2018-06-23 Jason Ekstrandanv,i965,radv,st,ir3: Call nir_lower_deref_instrs
2018-06-22 Samuel Pitoisetradv: always check the return error when submitting...
2018-06-22 Samuel Pitoisetradv: check the return values of radv_signal_fence()
2018-06-22 Samuel Pitoisetradv: change the returned error in radv_signal_fence()
2018-06-21 Marek Olšákac/surface: disallow rotated micro tile mode
2018-06-21 Samuel Pitoisetradv: set EVENT_WRITE_EOP.INT_SEL = wait for write...
2018-06-21 Samuel Pitoisetradv: use EOP_DATA_SEL_* instead of magic numbers
2018-06-20 Keith Packardvulkan: EXT_acquire_xlib_display requires libXrandr...
2018-06-20 Keith Packardradv: Add VK_EXT_display_surface_counter to radv driver
2018-06-20 Samuel Pitoisetradv: always initialize the clear depth/stencil values...
2018-06-20 Samuel Pitoisetradv: always initialize the clear color values to 0
2018-06-20 Samuel Pitoisetradv: always initialize the DCC predicate to FALSE
2018-06-20 Samuel Pitoisetradv: do not use an user SGPR for the sample position...
2018-06-20 Samuel Pitoisetradv: don't store the number of samples as log2
2018-06-20 Samuel Pitoisetradv: remove unnecessary code around CACHE_FLUSH_AND_IN...
2018-06-20 Bas Nieuwenhuizenradv: Fix flush_bits being used uninitialized.
2018-06-19 Keith Packardradv: Add EXT_acquire_xlib_display to radv driver [v2]
2018-06-19 Keith Packardradv: Add EXT_direct_mode_display to radv driver
2018-06-19 Keith Packardradv: Add KHR_display extension to radv [v5]
2018-06-19 Keith Packardvulkan: Add KHR_display extension using DRM [v10]
2018-06-19 Bas Nieuwenhuizenradv: Merge the flush bits of CMASK & DCC clear.
2018-06-19 Bas Nieuwenhuizenradv: Don't check for pipeline being set in draw.
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-06-19 Marek Olšákac/gpu_info: add radeon_info::num_tcc_blocks
2018-06-19 Bas Nieuwenhuizenac/surface: Set compressZ for stencil-only surfaces.
2018-06-18 Eric Engestromradv: fix reported number of available VGPRs
2018-06-18 Bas Nieuwenhuizenradv: Use less conservative approximation for context...
2018-06-18 Eric Engestromradv: fix bitwise check
2018-06-16 Bas Nieuwenhuizenac: Clear meminfo to avoid valgrind warning.
2018-06-16 Samuel Pitoisetradv: fix emitting the TCS regs on GFX9
2018-06-15 Samuel PitoisetRevert "radv: always set/load both depth and stencil...
2018-06-15 Samuel Pitoisetradv: don't check for linear images in emit_fast_color_...
2018-06-15 Samuel Pitoisetradv: allow RADV_PERFTEST=dccmsaa on GFX9
2018-06-15 Samuel Pitoisetradv: add RADV_DEBUG=checkir
2018-06-15 Samuel Pitoisetradv: update ZRANGE_PRECISION in radv_update_bound_fast...
2018-06-15 Samuel Pitoisetradv: clean up radv_{set,load}_depth_clear_regs() helpers
2018-06-15 Samuel Pitoisetradv: always set/load both depth and stencil clear...
2018-06-15 Samuel Pitoisetradv: update the fast ds clear values only if the image...
next