index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: report supported EQAA combinations from is_format_supported
Marek Olšák
2018-07-31
1
-16
/
+20
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
4
-38
/
+24
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
2
-1
/
+5
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
1
-0
/
+2
*
ac: fix typo DSL_SEL -> DST_SEL
Marek Olšák
2018-07-26
1
-2
/
+2
*
radeonsi: update a comment about cache behavior
Marek Olšák
2018-07-26
1
-3
/
+3
*
radeonsi: handle SI_FORCE_FAMILY early
Marek Olšák
2018-07-24
1
-2
/
+1
*
radeonsi: fix pk2h breakage
Marek Olšák
2018-07-23
1
-2
/
+5
*
radeonsi: reduce LDS stalls by 40% for tessellation
Marek Olšák
2018-07-23
4
-6
/
+14
*
radeonsi: Add debug option to enable LLVM GlobalISel (v2)
Tom Stellard
2018-07-23
2
-0
/
+4
*
radeonsi/nir: make use of nir_lower_load_const_to_scalar()
Timothy Arceri
2018-07-23
1
-0
/
+2
*
Android: fix a missing nir_intrinsics.h error
Chih-Wei Huang
2018-07-21
1
-0
/
+2
*
radeonsi: emit_spi_map packets optimization
Sonny Jiang
2018-07-20
4
-8
/
+39
*
radeonsi: emit_guardband packets optimization
Sonny Jiang
2018-07-18
4
-8
/
+50
*
radeonsi: Save CLEAR_STATE initial values for optimization
Sonny Jiang
2018-07-18
1
-2
/
+26
*
radeonsi: Refuse to accept code with unhandled relocations
Jan Vesely
2018-07-18
1
-0
/
+6
*
radeonsi: Use signed char for color_interp_vgpr_index
Timothy Pearson
2018-07-18
1
-1
/
+1
*
radeonsi: rework RADEON_PRIO flags to be <= 31
Marek Olšák
2018-07-16
1
-2
/
+2
*
radeonsi: merge DCC/CMASK/HTILE priority flags
Marek Olšák
2018-07-16
3
-6
/
+4
*
radeonsi: remove non-GFX BO priority flags
Marek Olšák
2018-07-16
2
-8
/
+2
*
radeonsi: add support for Vega20
Marek Olšák
2018-07-12
4
-1
/
+5
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-2
/
+2
*
ac: fold LLVMContext creation into ac_llvm_context_init
Marek Olšák
2018-07-04
1
-4
/
+1
*
radeonsi: reorder code in si_llvm_context_init
Marek Olšák
2018-07-04
1
-13
/
+13
*
radeonsi: use ac_compile_module_to_binary to reduce compile times
Marek Olšák
2018-07-04
2
-31
/
+4
*
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
8
-36
/
+30
*
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
3
-17
/
+4
*
radeonsi: enable OpenGL 4.4 compat profile
Timothy Arceri
2018-06-30
1
-4
/
+3
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
1
-3
/
+0
*
radeonsi: implement vertex color clamping for tess and GS
Marek Olšák
2018-06-28
4
-33
/
+87
*
radeonsi: move VS_STATE_SGPR before draw SGPRs
Marek Olšák
2018-06-28
2
-10
/
+13
*
radeonsi: don't use malloc in si_generate_gs_copy_shader
Marek Olšák
2018-06-28
1
-10
/
+2
*
radeonsi: disable DCC statistics gathering on everything but Stoney
Marek Olšák
2018-06-28
1
-3
/
+2
*
radeonsi: don't enable DCC statistics gathering for small surfaces
Marek Olšák
2018-06-28
1
-14
/
+16
*
radeonsi: simplify logic around vi_separate_dcc_try_enable
Marek Olšák
2018-06-28
2
-14
/
+15
*
radeonsi: fix memory exhaustion issue with DCC statistics gathering with DRI2
Marek Olšák
2018-06-28
1
-3
/
+27
*
radeonsi: remove references to Evergreen
Marek Olšák
2018-06-28
4
-4
/
+2
*
radeonsi: enable shader caching for compute shaders
Marek Olšák
2018-06-28
3
-15
/
+50
*
radeonsi: store compute local_size into tgsi_shader_info
Marek Olšák
2018-06-28
4
-6
/
+10
*
radeonsi: unify duplicated code for initial shader compilation
Marek Olšák
2018-06-28
3
-43
/
+39
*
radeonsi/gfx9: insert the barrier between merged shaders inside the if block
Marek Olšák
2018-06-28
1
-5
/
+13
*
radeonsi: rename r600_transfer -> si_transfer
Marek Olšák
2018-06-25
4
-25
/
+25
*
radeonsi: properly set cmask_buffer in si_reallocate_texture_inplace
Marek Olšák
2018-06-25
1
-1
/
+11
*
radeonsi: remove redundant si_texture::cmask_size
Marek Olšák
2018-06-25
5
-34
/
+25
[next]