radeonsi: remove Constant Engine support
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.c
2017-08-22 Marek Olšákradeonsi: remove Constant Engine support
2017-08-22 Samuel Pitoisetradeonsi: use slot indexes for bindless handles
2017-08-22 Nicolai Hähnleradeonsi: emit string markers to log context
2017-08-22 Nicolai Hähnleradeonsi: print saved CS to the log context
2017-08-22 Nicolai Hähnleradeonsi: implement pipe_context::set_log_context
2017-08-18 Marek Olšákradeonsi: don't use CLEAR_STATE on SI
2017-08-15 Marek Olšákradeonsi: disable CE by default
2017-08-06 Andres Rodriguezradeonsi: enable support for EXT_memory_object
2017-08-06 Andres Rodriguezradeonsi: hook up device/driver UUID queries
2017-08-04 Nicolai Hähnleradeonsi: set drirc compiler options before calling...
2017-08-03 Timothy Arcerigallium: introduce PIPE_CAP_MEMOBJ
2017-08-02 Nicolai Hähnleradeonsi: add enable_sisched driconf option
2017-08-02 Nicolai Hähnlegallium: add pipe_screen_config to screen_create functions
2017-08-02 Nicolai Hähnleradeonsi: enable ARB_transform_feedback_overflow_query
2017-08-02 Nicolai Hähnlegallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and...
2017-07-31 Nicolai Hähnleradeonsi: enable R600_DEBUG=nir for vertex and fragment...
2017-07-31 Nicolai Hähnleradeonsi: implement pipe_screen::get_compiler_options...
2017-07-31 Nicolai Hähnlegallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
2017-07-26 Marek Olšákradeonsi: decrease the number of compiler threads
2017-07-26 Nicolai Hähnleradeonsi: fix detection of DRAW_INDIRECT_MULTI on SI
2017-07-18 Marek Olšákradeonsi: add back the USE_MININUM_PRIORITY flag to...
2017-07-17 Marek Olšákradeonsi: automatically resize shader compiler thread...
2017-07-17 Marek Olšákradeonsi: expose ARB_timer_query unconditionally
2017-07-17 Marek Olšákradeonsi: prevent a crash with DBG_CHECK_VM and u_threa...
2017-07-17 Marek Olšákradeonsi/gfx9: add workarounds to avoid VGPR indexing...
2017-07-17 Marek Olšákradeonsi: merge si_llvm_get_amdgpu_target into ac_get_l...
2017-06-27 Marek Olšákradeonsi: move instance divisors into a constant buffer
2017-06-23 Marek Olšákgallium/radeon: pass create_screen flags to r600_common...
2017-06-21 Marek Olšákradeonsi/gfx9: keep reusing the same buffer/address...
2017-06-21 Marek Olšákradeonsi/gfx9: enable the constant engine
2017-06-21 Marek Olšákradeonsi/gfx9: indirect buffers and all CP packets...
2017-06-19 Marek Olšákradeonsi/gfx9: disable sparse buffers
2017-06-18 Samuel Pitoisetradeonsi: reduce overhead for resident textures which...
2017-06-18 Samuel Pitoisetradeonsi: reduce overhead for resident textures which...
2017-06-14 Samuel Pitoisetradeonsi: enable ARB_bindless_texture
2017-06-14 Samuel Pitoisetradeonsi: implement ARB_bindless_texture
2017-06-14 Samuel Pitoisetradeonsi: add a slab allocator for bindless descriptors
2017-06-14 Samuel Pitoisetgallium: add PIPE_CAP_BINDLESS_TEXTURE
2017-06-07 Marek Olšákradeonsi: clean up decompress blend state names
2017-06-07 Marek Olšákradeonsi: use a compiler queue with a low priority...
2017-06-07 Marek Olšákutil/u_queue: add an option to set the minimum thread...
2017-06-07 Marek Olšákradeonsi: decrease the number of compiler threads to...
2017-06-03 Lyudegallium: Add a cap to check if the driver supports...
2017-05-28 Marek Olšákradeonsi: fix a crash in si_destroy_context if we fail...
2017-05-25 Leo Liuradeon: rename has_uvd info to has_hw_decode
2017-05-22 Marek Olšákradeonsi/gfx9: compile shaders with +xnack
2017-05-18 Marek Olšákradeonsi: do only 1 big CE dump at end of IBs and one...
2017-05-17 Marek Olšákgallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
2017-05-15 Marek Olšákradeonsi: enable threaded_context
2017-05-15 Marek Olšákgallium/radeon: unwrap a context if we get a wrapped one
2017-05-15 Marek Olšákradeonsi/gfx9: add support for Raven
2017-05-10 Marek Olšákgallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
2017-05-04 Marek Olšákradeonsi: drop support for LLVM 3.8
2017-04-28 Marek Olšákradeonsi: remove VS epilog code, compile VS with PrimID...
2017-04-28 Marek Olšákradeonsi/gfx9: enable OpenGL 4.5
2017-04-26 Samuel Pitoisetradeonsi: disable the TGSI merge registers pass
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
2017-04-14 Nicolai Hähnleradeonsi: enable ARB_shader_viewport_layer_array
2017-04-14 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
2017-04-05 Nicolai Hähnleradeonsi: enable ARB_shader_ballot
2017-04-05 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_BALLOT
2017-04-05 Nicolai Hähnleradeonsi: enable ARB_sparse_buffer
2017-04-05 Nicolai Hähnlegallium: add sparse buffer interface and capability
2017-04-01 Lyudegallium: Add a cap to check if the driver supports...
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-31 Marek Olšákradeonsi/gfx9: disable CE
2017-03-31 Marek Olšákradeonsi: add tests verifying that VM faults don't...
2017-03-31 Marek Olšákradeonsi: adjust checking for SC bug workarounds
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ähnlegallium: add PIPE_CAP_TGSI CLOCK
2017-03-30 Marek Olšákradeonsi/gfx9: only allow GL 3.1
2017-03-30 Marek Olšákradeonsi/gfx9: image descriptor changes in immutable...
2017-03-30 Marek Olšákradeonsi/gfx9: disable RB+ on Vega10
2017-03-30 Marek Olšákradeonsi/gfx9: handle GFX9 in a few places
2017-03-30 Marek Olšákradeonsi/gfx9: add GFX9 and VEGA10 enums
2017-03-20 Julien Isorcesi_pipe: remove nullity check after dereference
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-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
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 Marek Olšákradeonsi: drop support for LLVM 3.6 & 3.7
2017-02-24 Marek Olšákgallium: remove PIPE_CAP_USER_INDEX_BUFFERS
2017-02-18 Marek Olšákradeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it...
2017-02-18 Marek Olšákradeonsi: use SI_MAX_ATTRIBS where it should be used
2017-02-18 Marek Olšákradeonsi: allow unaligned vertex buffer offsets and...
2017-02-18 Marek Olšákgallium/u_suballoc: allow setting pipe_resource::flags
2017-02-14 Marek Olšákradeonsi: clean up si_get_param
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-01-30 Marek Olšákgallium/radeon: clean up r600_query_init_backend_mask
2017-01-30 Marek Olšákradeonsi: precompute IA_MULTI_VGT_PARAM values into...
2017-01-30 Marek Olšákradeonsi: don't set +fp64-denormals
2017-01-27 Nicolai Hähnlegallium: enable int64 on radeonsi, llvmpipe, softpipe
2017-01-27 Dave Airliegallium: Add integer 64 capability
2017-01-24 Ilia Mirkingallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
2017-01-17 Ilia Mirkingallium: add PIPE_CAP_TGSI_FS_FBFETCH
2017-01-05 Marek Olšákgallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
next