radeonsi: implement ARB_shader_group_vote
[mesa.git] / src / gallium / drivers / radeonsi /
2017-03-31 Nicolai Hähnleradeonsi: implement ARB_shader_group_vote
2017-03-31 Nicolai Hähnleradeonsi: enable ARB_shader_clock
2017-03-31 Nicolai Hähnleradeonsi: emit TGSI_OPCODE_CLOCK
2017-03-31 Nicolai Hähnlegallium: add PIPE_CAP_TGSI CLOCK
2017-03-30 Marek Olšákgallium/radeon: s/dcc_disable/disable_dcc/
2017-03-30 Marek Olšákradeonsi: handle incompatible DCC formats in resource_c...
2017-03-30 Marek Olšákradeonsi: remove a workaround for inexact *8_SNORM...
2017-03-30 Marek Olšákgallium/radeon: add and use a new helper vi_dcc_enabled
2017-03-30 Marek Olšákradeonsi: don't make a copy of pipe_index_buffer in...
2017-03-30 Leo Liuradeon/uvd: adapt gfx9 surface to uvd
2017-03-30 Marek Olšákradeonsi/gfx9: disable features that don't work
2017-03-30 Marek Olšákradeonsi/gfx9: only allow GL 3.1
2017-03-30 Marek Olšákradeonsi/gfx9: don't generate LS and ES states
2017-03-30 Marek Olšákradeonsi/gfx9: SPI_SHADER_USER_DATA changes
2017-03-30 Marek Olšákradeonsi/gfx9: add radeon_surf.gfx9.surf_offset
2017-03-30 Marek Olšákradeonsi/gfx9: don't write mipmap level offsets to...
2017-03-30 Marek Olšákradeonsi/gfx9: flush CB & DB caches with an EOP TS...
2017-03-30 Marek Olšákradeonsi/gfx9: use ACQUIRE_MEM
2017-03-30 Marek Olšákradeonsi/gfx9: only use CE RAM for most-used descriptors
2017-03-30 Marek Olšákradeonsi/gfx9: emit FLUSH_DFSM where required
2017-03-30 Marek Olšákradeonsi/gfx9: emit BREAK_BATCH in emit_framebuffer_state
2017-03-30 Marek Olšákradeonsi/gfx9: fix MIP0_WIDTH & MIP0_HEIGHT for compres...
2017-03-30 Marek Olšákradeonsi/gfx9: fix textureSize/imageSize for 1D textures
2017-03-30 Marek Olšákradeonsi/gfx9: add a workaround for 1D depth textures
2017-03-30 Marek Olšákradeonsi/gfx9: enable clamping for Z UNORM formats...
2017-03-30 Marek Olšákradeonsi/gfx9: image descriptor changes in mutable...
2017-03-30 Marek Olšákradeonsi/gfx9: FMASK image descriptor changes
2017-03-30 Marek Olšákradeonsi/gfx9: image descriptor changes in immutable...
2017-03-30 Marek Olšákradeonsi/gfx9: DB changes
2017-03-30 Marek Olšákradeonsi/gfx9: CB changes
2017-03-30 Marek Olšákradeonsi/gfx9: do DCC clears on non-mipmapped textures...
2017-03-30 Marek Olšákradeonsi/gfx9: update r600_print_texture_info
2017-03-30 Marek Olšákgallium/radeon: move pre-GFX9 radeon_surf.* members...
2017-03-30 Marek Olšákradeonsi/gfx9: draw changes
2017-03-30 Marek Olšákradeonsi/gfx9: pad shader binaries by 128 bytes
2017-03-30 Marek Olšákradeonsi/gfx9: trivial shader and ring changes
2017-03-30 Marek Olšákradeonsi/gfx9: sampler state changes
2017-03-30 Marek Olšákradeonsi/gfx9: add a scissor bug workaround
2017-03-30 Marek Olšákradeonsi/gfx9: rasterizer changes
2017-03-30 Marek Olšákradeonsi/gfx9: disable the 2-bit format fetch fix
2017-03-30 Marek Olšákradeonsi/gfx9: set NUM_RECORDS correctly
2017-03-30 Marek Olšákradeonsi/gfx9: ELEMENT_SIZE change
2017-03-30 Marek Olšákradeonsi/gfx9: enable ETC2
2017-03-30 Marek Olšákradeonsi/gfx9: disable RB+ on Vega10
2017-03-30 Marek Olšákradeonsi/gfx9: init_config changes
2017-03-30 Marek Olšákradeonsi/gfx9: don't set PA_SC_RASTER_CONFIG*
2017-03-30 Marek Olšákradeonsi/gfx9: Gather4 no longer needs the workaround
2017-03-30 Marek Olšákradeonsi/gfx9: CP DMA changes
2017-03-30 Marek Olšákradeonsi/gfx9: INDIRECT_BUFFER change
2017-03-30 Marek Olšákradeonsi/gfx9: enable SDMA buffer copying & clearing
2017-03-30 Marek Olšákradeonsi/gfx9: handle GFX9 in a few places
2017-03-30 Marek Olšákradeonsi/gfx9: don't read back non-existent SRBM registers
2017-03-30 Marek Olšákradeonsi/gfx9: add IB parser support
2017-03-30 Marek Olšákradeonsi/gfx9: add GFX9 and VEGA10 enums
2017-03-30 Marek Olšákamd: GFX9 packet changes
2017-03-30 Marek Olšákamd: add texture format definitions for GFX9
2017-03-30 Marek Olšákamd: resolve remaining definition conflicts with gfx9d.h
2017-03-30 Marek Olšákradeonsi: code shuffling in si_init_depth_surface
2017-03-28 Julien Isorcesi_compute: check NULL return from u_upload_alloc
2017-03-28 Nicolai Hähnleradeonsi: use DMA for clears with unaligned size
2017-03-28 Nicolai Hähnleradeonsi: CP DMA clear supports unaligned destination...
2017-03-28 Nicolai Hähnleradeonsi: remove the early-out for SDMA in si_clear_buffer
2017-03-24 Marek Olšákradeonsi: don't crash on compute shader compile failure
2017-03-24 Marek Olšákradeonsi: don't hang on shader compile failure
2017-03-24 Nicolai Hähnleradeonsi: fix dvec[34] attributes sourced from current...
2017-03-22 Marek Olšákgallivm: remove lp_add_attr_dereferenceable in favor...
2017-03-21 Grazvydas Ignotasutil/disk_cache: use a helper to compute cache keys
2017-03-20 Marek Olšákradeonsi: check the IR type before waiting for a comput...
2017-03-20 Julien Isorcesi_descriptor: move velems nullity check before dereference
2017-03-20 Julien Isorcesi_pipe: remove nullity check after dereference
2017-03-17 Marek Olšákradeonsi: compile all TGSI compute shaders asynchronously
2017-03-17 Marek Olšákradeonsi: require that compiler threads are enabled
2017-03-15 Marek Olšákradeonsi: implement TGSI opcodes TEX_LZ and TXF_LZ
2017-03-15 Marek Olšákgallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
2017-03-15 Samuel Pitoisetradeonsi: disable sinking common instructions down...
2017-03-15 Samuel Pitoisetradeonsi: clean up tex_fetch_ptrs()
2017-03-13 Marek Olšákradeonsi: mark all bound shader buffer ranges as initia...
2017-03-08 Marek Olšákradeonsi: fix elimination of literal VS outputs
2017-03-08 Brian Paulradeonsi: s/uint/enum pipe_shader_type/
2017-03-08 Brian Paulgallium: s/uint/enum pipe_shader_type/ for set_constant...
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
2017-03-06 Dave Airlieradeonsi/ac: move get_image_intr_name to common
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-06 Marek Olšákradeonsi: drop support for LLVM 3.6 & 3.7
2017-03-06 Marek Olšákradeonsi: set the convergent attribute where needed
2017-03-06 Marek Olšákradeonsi: fix LLVM 3.9 - don't use non-matching attribu...
2017-03-03 Marek Olšákac: normalize build helper names
2017-03-03 Marek Olšákradeonsi: move SI.vs.load.input building into amd/common
2017-03-03 Marek Olšákradeonsi: detect and mark loads/stores from read-only...
2017-03-03 Marek Olšákac: replace llvm.SI.tbuffer.store with llvm.amdgcn...
2017-03-03 Marek Olšákradeonsi: use the writeonly LLVM attribute
2017-03-03 Marek Olšákac: remove offen parameter from ac_build_buffer_store_dword
2017-03-03 Marek Olšákradeonsi: enable TC L2 for tessellation offchip stores
2017-03-03 Marek Olšákradeonsi: merge and simplify tbuffer_store functions
2017-03-03 Marek Olšákradeonsi: set noalias on input shader pointers
2017-03-03 Marek Olšákradeonsi: replace AMDGPU.bfe.* with amdgcn.*bfe
next