index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_pipe.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: make sure CP DMA is idle at the end of IBs
Marek Olšák
2018-04-13
1
-0
/
+1
*
radeonsi: always prefetch later shaders after the draw packet
Marek Olšák
2018-04-13
1
-1
/
+1
*
radeonsi: correct si_vgt_param_key on big endian machines
Bas Vermeulen
2018-04-09
1
-0
/
+13
*
radeonsi: fix a crash if ps_shader.cso is NULL in si_get_total_colormask
Marek Olšák
2018-04-05
1
-0
/
+3
*
radeonsi: remove r600_common_context
Marek Olšák
2018-04-05
1
-20
/
+116
*
radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsi
Marek Olšák
2018-04-05
1
-0
/
+77
*
radeonsi: move r600_gpu_load.c to si_gpu_load.c
Marek Olšák
2018-04-05
1
-0
/
+6
*
radeonsi: move r600_query.c/h files to si_query.c/h
Marek Olšák
2018-04-05
1
-0
/
+6
*
radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.h
Marek Olšák
2018-04-05
1
-0
/
+79
*
radeonsi: move and rename R600_ERR out of r600_pipe_common.h
Marek Olšák
2018-04-05
1
-0
/
+3
*
radeonsi: rename a few R600/r600_ -> SI_/si_
Marek Olšák
2018-04-05
1
-5
/
+5
*
radeonsi: move definitions out of r600_pipe_common.h
Marek Olšák
2018-04-05
1
-10
/
+86
*
radeonsi: move functions out of and remove r600_pipe_common.c
Marek Olšák
2018-04-05
1
-0
/
+3
*
radeonsi: rename r600 -> si in some places
Marek Olšák
2018-04-05
1
-2
/
+2
*
radeonsi: use si_context instead of pipe_context in parameters pt3
Marek Olšák
2018-04-05
1
-3
/
+3
*
radeonsi: use si_context instead of pipe_context in parameters pt2
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: use si_context instead of pipe_context in parameters pt1
Marek Olšák
2018-04-05
1
-2
/
+1
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+2
*
radeonsi: use r600_common_context less pt2
Marek Olšák
2018-04-05
1
-6
/
+6
*
radeonsi: use r600_common_context less pt1
Marek Olšák
2018-04-05
1
-3
/
+4
*
radeonsi: move saved_cs functions from r600_pipe_common.c to si_debug.c
Marek Olšák
2018-04-05
1
-0
/
+3
*
radeonsi: move DMA CS functions from r600_pipe_common.c to si_dma_cs.c
Marek Olšák
2018-04-05
1
-0
/
+7
*
radeonsi: move EOP event code from r600_pipe_common.c to si_fence.c
Marek Olšák
2018-04-05
1
-0
/
+8
*
radeonsi: rename si_hw_context.c -> si_gfx_cs.c
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: move si_destroy_saved_cs to si_debug.c
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: rename si_begin_new_cs -> si_begin_new_gfx_cs
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: rename si_need_cs_space -> si_need_gfx_cs_space
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: remove r600_pipe_common::blit_decompress_depth
Marek Olšák
2018-04-05
1
-0
/
+6
*
radeonsi: remove r600_pipe_common::decompress_dcc
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi: call CS flush functions directly whenever possible
Marek Olšák
2018-04-05
1
-2
/
+2
*
radeonsi: skip DCC render feedback checking if color writes are disabled
Marek Olšák
2018-04-05
1
-0
/
+17
*
radeonsi: implement GL_KHR_blend_equation_advanced
Marek Olšák
2018-04-02
1
-0
/
+9
*
radeonsi: add R600_DEBUG=nofmask to disable MSAA compression
Marek Olšák
2018-04-02
1
-0
/
+1
*
radeonsi: don't use struct si_descriptors for vertex buffer descriptors
Marek Olšák
2018-02-26
1
-1
/
+5
*
radeonsi: put both tessellation rings into 1 buffer
Marek Olšák
2018-02-24
1
-2
/
+1
*
radeonsi: move tessellation ring info into si_screen
Marek Olšák
2018-02-24
1
-0
/
+3
*
radeonsi/gfx9: make shader binaries use read-only memory
Marek Olšák
2017-12-06
1
-0
/
+1
*
radeonsi: remove r600_common_screen
Marek Olšák
2017-11-29
1
-4
/
+70
*
radeonsi: move shader debug helpers out of r600_pipe_common.c
Marek Olšák
2017-11-29
1
-0
/
+13
*
radeonsi: move all get functions to si_get.c; disk_cache_create to si_pipe.c
Marek Olšák
2017-11-29
1
-0
/
+4
*
radeonsi: remove R600_CONTEXT_* flags
Marek Olšák
2017-11-29
1
-14
/
+18
*
radeonsi: remove some definitions and helpers from r600_pipe_common.h
Marek Olšák
2017-11-29
1
-0
/
+43
*
radeonsi: move r600_test_dma.c into si_test_dma.c
Marek Olšák
2017-11-29
1
-0
/
+3
*
radeonsi: move all clear() code into si_clear.c
Marek Olšák
2017-11-29
1
-0
/
+19
*
radeonsi: record and dump time of flush
Nicolai Hähnle
2017-11-09
1
-0
/
+1
*
gallium/u_threaded: implement asynchronous flushes
Nicolai Hähnle
2017-11-09
1
-0
/
+2
*
radeonsi: move fence functions to si_fence.c
Nicolai Hähnle
2017-11-09
1
-0
/
+4
*
radeonsi: move pipe debug callback to si_context
Nicolai Hähnle
2017-11-09
1
-0
/
+1
*
radeonsi: add si_screen::has_ls_vgpr_init_bug
Marek Olšák
2017-11-07
1
-0
/
+1
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
1
-3
/
+0
[next]