radeonsi: move internal TGSI shaders into si_shaderlib_tgsi.c
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.h
2018-08-15 Marek Olšákradeonsi: move internal TGSI shaders into si_shaderlib_...
2018-08-15 Marek Olšákradeonsi: implement EXT_window_rectangles
2018-08-04 Marek Olšákradeonsi: cosmetic changes
2018-08-02 Darren Powellradeonsi: add new R600_DEBUG test "testclearbufperf"
2018-07-31 Marek Olšákradeonsi: use storage_samples instead of color_samples...
2018-07-24 Tom Stellardradeonsi: Add debug option to enable LLVM GlobalISel...
2018-07-03 Dave Airlieradeonsi: rename si_compiler -> ac_llvm_compiler
2018-06-25 Marek Olšákradeonsi: rename r600_transfer -> si_transfer
2018-06-25 Marek Olšákradeonsi: remove redundant si_texture::cmask_size
2018-06-25 Marek Olšákradeonsi: inline struct r600_cmask_info
2018-06-25 Marek Olšákradeonsi: move CMASK size computation into ac_surface
2018-06-25 Marek Olšákradeonsi: rename r600_surface -> si_surface
2018-06-25 Marek Olšákradeonsi: rename r600_memory_object -> si_memory_object
2018-06-25 Marek Olšákradeonsi: remove unused r600_memory_object::offset
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-06-19 Marek Olšákradeonsi: ignore PIPE_RESOURCE_FLAG_MAP_COHERENT
2018-06-14 Marek Olšákradeonsi: micro-optimize prim checking and fix guardban...
2018-06-14 Marek Olšákradeonsi: don't set VGT_LS_HS_CONFIG if it doesn't...
2018-06-14 Marek Olšákradeonsi: move VGT_GS_OUT_PRIM_TYPE into si_shader_gs
2018-06-08 Sonny Jiangradeonsi: emit_db_render_state packets optimization
2018-06-08 Timothy Arceriradeonsi: fix possible truncation on renderer string
2018-05-24 Marek Olšákradeonsi: disable primitive binning for all blitter ops
2018-05-10 Marek Olšákradeonsi: add an environment variable that forces EQAA...
2018-05-10 Marek Olšákradeonsi: add EQAA SC,DB,CB register programming
2018-05-10 Marek Olšákradeonsi: support creating EQAA color textures
2018-05-10 Marek Olšákradeonsi: remove r600_fmask_info
2018-04-27 Marek Olšákradeonsi: increase the number of compiler threads depen...
2018-04-27 Marek Olšákradeonsi: move passmgr into si_compiler
2018-04-27 Marek Olšákradeonsi: add struct si_compiler containing LLVMTargetM...
2018-04-27 Marek Olšákradeonsi: rename r600_texture::resource to buffer
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 si_atom::id
2018-04-27 Marek Olšákradeonsi: don't use an indirect table for state atoms
2018-04-27 Marek Olšákradeonsi: rename r600_atom -> si_atom
2018-04-27 Marek Olšákradeonsi: remove r600_pipe_common.h
2018-04-27 Marek Olšákradeonsi: implement DCC fast clear swizzle constraints...
2018-04-27 Marek Olšákradeonsi: fully enable 2x DCC MSAA for array and non...
2018-04-16 Marek Olšákradeonsi: don't emit partial flushes for internal CS...
2018-04-16 Marek Olšákradeonsi: implement mechanism for IBs without partial...
2018-04-13 Marek Olšákradeonsi: make sure CP DMA is idle at the end of IBs
2018-04-13 Marek Olšákradeonsi: always prefetch later shaders after the draw...
2018-04-09 Bas Vermeulenradeonsi: correct si_vgt_param_key on big endian machines
2018-04-05 Marek Olšákradeonsi: fix a crash if ps_shader.cso is NULL in si_ge...
2018-04-05 Marek Olšákradeonsi: remove r600_common_context
2018-04-05 Marek Olšákradeonsi: move r600_buffer_common.c and r600_texture...
2018-04-05 Marek Olšákradeonsi: move r600_gpu_load.c to si_gpu_load.c
2018-04-05 Marek Olšákradeonsi: move r600_query.c/h files to si_query.c/h
2018-04-05 Marek Olšákradeonsi: move r600_cs.h contents into si_pipe.h, si_bu...
2018-04-05 Marek Olšákradeonsi: move and rename R600_ERR out of r600_pipe_com...
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: rename r600 -> si in some places
2018-04-05 Marek Olšákradeonsi: use si_context instead of pipe_context in...
2018-04-05 Marek Olšákradeonsi: use si_context instead of pipe_context in...
2018-04-05 Marek Olšákradeonsi: use si_context instead of pipe_context in...
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: use r600_common_context less pt1
2018-04-05 Marek Olšákradeonsi: move saved_cs functions from r600_pipe_common...
2018-04-05 Marek Olšákradeonsi: move DMA CS functions from r600_pipe_common...
2018-04-05 Marek Olšákradeonsi: move EOP event code from r600_pipe_common...
2018-04-05 Marek Olšákradeonsi: rename si_hw_context.c -> si_gfx_cs.c
2018-04-05 Marek Olšákradeonsi: move si_destroy_saved_cs to si_debug.c
2018-04-05 Marek Olšákradeonsi: rename si_begin_new_cs -> si_begin_new_gfx_cs
2018-04-05 Marek Olšákradeonsi: rename si_need_cs_space -> si_need_gfx_cs_space
2018-04-05 Marek Olšákradeonsi: remove r600_pipe_common::blit_decompress_depth
2018-04-05 Marek Olšákradeonsi: remove r600_pipe_common::decompress_dcc
2018-04-05 Marek Olšákradeonsi: call CS flush functions directly whenever...
2018-04-05 Marek Olšákradeonsi: skip DCC render feedback checking if color...
2018-04-02 Marek Olšákradeonsi: implement GL_KHR_blend_equation_advanced
2018-04-02 Marek Olšákradeonsi: add R600_DEBUG=nofmask to disable MSAA compre...
2018-02-26 Marek Olšákradeonsi: don't use struct si_descriptors for vertex...
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
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: move shader debug helpers out of r600_pipe_co...
2017-11-29 Marek Olšákradeonsi: move all get functions to si_get.c; disk_cach...
2017-11-29 Marek Olšákradeonsi: remove R600_CONTEXT_* flags
2017-11-29 Marek Olšákradeonsi: remove some definitions and helpers from...
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-09 Nicolai Hähnleradeonsi: record and dump time of flush
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: move pipe debug callback to si_context
2017-11-07 Marek Olšákradeonsi: add si_screen::has_ls_vgpr_init_bug
2017-11-02 Marek Olšákradeonsi: remove 'Authors:' comments
2017-10-27 Samuel Pitoisetradeonsi: update hack for HTILE corruption in ARK:...
2017-10-09 Marek Olšákradeonsi: import cayman_msaa.c from drivers/radeon
2017-10-09 Marek Olšákradeonsi: import r600_streamout from drivers/radeon
2017-10-07 Marek Olšákradeonsi: minor cleanup of si_update_vs_writes_viewport...
2017-10-07 Marek Olšákradeonsi: use new VS blit shaders (VS inputs in SGPRs)
2017-10-07 Marek Olšákradeonsi: add VS blit shader creation
2017-10-07 Marek Olšákradeonsi: remove wrappers si_decompress_xx_textures
next