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: disable primitive binning for all blitter ops
Marek Olšák
2018-05-24
1
-1
/
+1
*
radeonsi: add an environment variable that forces EQAA for MSAA allocations
Marek Olšák
2018-05-10
1
-0
/
+3
*
radeonsi: add EQAA SC,DB,CB register programming
Marek Olšák
2018-05-10
1
-2
/
+3
*
radeonsi: support creating EQAA color textures
Marek Olšák
2018-05-10
1
-0
/
+1
*
radeonsi: remove r600_fmask_info
Marek Olšák
2018-05-10
1
-16
/
+1
*
radeonsi: increase the number of compiler threads depending on the CPU
Marek Olšák
2018-04-27
1
-3
/
+3
*
radeonsi: move passmgr into si_compiler
Marek Olšák
2018-04-27
1
-7
/
+0
*
radeonsi: add struct si_compiler containing LLVMTargetMachineRef
Marek Olšák
2018-04-27
1
-3
/
+3
*
radeonsi: rename r600_texture::resource to buffer
Marek Olšák
2018-04-27
1
-2
/
+2
*
radeonsi: use r600_resource() typecast helper
Marek Olšák
2018-04-27
1
-10
/
+9
*
radeonsi: inline 2 trivial state structures
Marek Olšák
2018-04-27
1
-10
/
+2
*
radeonsi: remove si_atom::id
Marek Olšák
2018-04-27
1
-10
/
+11
*
radeonsi: don't use an indirect table for state atoms
Marek Olšák
2018-04-27
1
-17
/
+0
*
radeonsi: rename r600_atom -> si_atom
Marek Olšák
2018-04-27
1
-20
/
+20
*
radeonsi: remove r600_pipe_common.h
Marek Olšák
2018-04-27
1
-0
/
+278
*
radeonsi: implement DCC fast clear swizzle constraints more accurately
Marek Olšák
2018-04-27
1
-0
/
+2
*
radeonsi: fully enable 2x DCC MSAA for array and non-array textures
Marek Olšák
2018-04-27
1
-1
/
+0
*
radeonsi: don't emit partial flushes for internal CS flushes only
Marek Olšák
2018-04-16
1
-1
/
+1
*
radeonsi: implement mechanism for IBs without partial flushes at the end (v6)
Marek Olšák
2018-04-16
1
-0
/
+1
*
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
[next]