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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: handle SI_FORCE_FAMILY early
Marek Olšák
2018-07-24
1
-2
/
+1
*
radeonsi: Add debug option to enable LLVM GlobalISel (v2)
Tom Stellard
2018-07-23
1
-0
/
+3
*
radeonsi: add support for Vega20
Marek Olšák
2018-07-12
1
-1
/
+2
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-2
/
+2
*
radeonsi: use ac_compile_module_to_binary to reduce compile times
Marek Olšák
2018-07-04
1
-0
/
+2
*
radeonsi: fix compiler breakage
Marek Olšák
2018-07-04
1
-0
/
+1
*
ac/radv: move llvm compiler info to struct and init in one place
Dave Airlie
2018-07-04
1
-1
/
+1
*
ac/radeonsi: port compiler init/destroy out of radeonsi.
Dave Airlie
2018-07-04
1
-25
/
+2
*
radv/radeonsi: add a check ir tm options
Dave Airlie
2018-07-04
1
-2
/
+3
*
radeonsi: rename si_compiler -> ac_llvm_compiler
Dave Airlie
2018-07-04
1
-2
/
+2
*
ac/radeonsi: refactor out pass manager init to common code.
Dave Airlie
2018-07-04
1
-25
/
+2
*
ac/radv: split the non-common init_once code from the common target code. (v2)
Dave Airlie
2018-07-04
1
-0
/
+1
*
ac: move all LLVM module initialization into ac_create_module
Marek Olšák
2018-07-02
1
-11
/
+3
*
radeonsi: rename r600_transfer -> si_transfer
Marek Olšák
2018-06-25
1
-1
/
+1
*
radeonsi: clean up some #includes
Marek Olšák
2018-06-25
1
-1
/
+1
*
radeonsi: add a debug flag to zero vram allocations
Grazvydas Ignotas
2018-06-21
1
-0
/
+1
*
radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxx
Marek Olšák
2018-06-19
1
-1
/
+1
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-1
/
+1
*
amd: remove support for LLVM 4.0
Marek Olšák
2018-05-17
1
-1
/
+1
*
ac/gpu_info: add has_eqaa_surface_allocator
Marek Olšák
2018-05-10
1
-1
/
+1
*
radeonsi: clean up the reset status query implementation
Marek Olšák
2018-05-10
1
-20
/
+16
*
radeonsi: add an environment variable that forces EQAA for MSAA allocations
Marek Olšák
2018-05-10
1
-0
/
+25
*
radeonsi: increase the number of compiler threads depending on the CPU
Marek Olšák
2018-04-27
1
-13
/
+26
*
radeonsi: avoid a crash in gallivm_dispose_target_library_info
Marek Olšák
2018-04-27
1
-0
/
+3
*
radeonsi: move data_layout into si_compiler
Marek Olšák
2018-04-27
1
-0
/
+9
*
radeonsi: move passmgr into si_compiler
Marek Olšák
2018-04-27
1
-0
/
+30
*
radeonsi: move target_library_info into si_compiler
Marek Olšák
2018-04-27
1
-0
/
+10
*
radeonsi: add triple into si_compiler
Marek Olšák
2018-04-27
1
-1
/
+2
*
radeonsi: add struct si_compiler containing LLVMTargetMachineRef
Marek Olšák
2018-04-27
1
-24
/
+28
*
radeonsi: use r600_resource() typecast helper
Marek Olšák
2018-04-27
1
-9
/
+9
*
radeonsi: inline 2 trivial state structures
Marek Olšák
2018-04-27
1
-1
/
+1
*
radeonsi: remove r600_pipe_common.h
Marek Olšák
2018-04-27
1
-0
/
+1
*
radeonsi: fully enable 2x DCC MSAA for array and non-array textures
Marek Olšák
2018-04-27
1
-4
/
+1
*
radeonsi: use common gs_table_depth code
Dave Airlie
2018-04-24
1
-31
/
+2
*
radeonsi: don't runtime check gs table info
Dave Airlie
2018-04-24
1
-7
/
+7
*
radeonsi: add support for VegaM
Marek Olšák
2018-04-18
1
-0
/
+1
*
radeonsi/gfx9: fix a hang with an empty first IB
Marek Olšák
2018-04-18
1
-3
/
+4
*
gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
Marek Olšák
2018-04-13
1
-1
/
+1
*
radeonsi: remove r600_common_context
Marek Olšák
2018-04-05
1
-102
/
+102
*
radeonsi: remove r600_pipe_common::screen
Marek Olšák
2018-04-05
1
-1
/
+0
*
radeonsi: rename a few R600/r600_ -> SI_/si_
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: move definitions out of r600_pipe_common.h
Marek Olšák
2018-04-05
1
-4
/
+4
*
radeonsi: move functions out of and remove r600_pipe_common.c
Marek Olšák
2018-04-05
1
-2
/
+145
*
radeonsi: use si_context instead of pipe_context in parameters pt2
Marek Olšák
2018-04-05
1
-2
/
+2
*
radeonsi: use r600_common_context less pt6
Marek Olšák
2018-04-05
1
-2
/
+2
*
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
-1
/
+1
*
radeonsi: flatten / remove struct r600_ring
Marek Olšák
2018-04-05
1
-2
/
+2
*
radeonsi: remove r600_ring::flush callback
Marek Olšák
2018-04-05
1
-1
/
+0
*
radeonsi: rename si_begin_new_cs -> si_begin_new_gfx_cs
Marek Olšák
2018-04-05
1
-1
/
+1
[next]