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
*
st/glsl_to_nir/radeonsi: enable tessellation shaders
Timothy Arceri
2018-01-05
1
-0
/
+2
*
radeonsi: add dummy implementation of si_nir_scan_tess_ctrl()
Timothy Arceri
2018-01-05
3
-0
/
+23
*
ac/radeonsi: add load_tess_coord() to the abi
Timothy Arceri
2018-01-05
1
-17
/
+25
*
radeonsi: make si_llvm_emit_tcs_epilogue compatible with emit_outputs abi
Timothy Arceri
2018-01-05
1
-3
/
+7
*
radeonsi/nir: gather tess properties
Timothy Arceri
2018-01-05
1
-0
/
+29
*
ac/radeonsi: add tcs_rel_ids to the abi
Timothy Arceri
2018-01-05
2
-10
/
+10
*
radeonsi: add unpack_llvm_param() helper
Timothy Arceri
2018-01-05
1
-6
/
+12
*
ac: add {tcs,tes}_patch_id to the abi
Timothy Arceri
2018-01-05
2
-11
/
+8
*
radeonsi: add nir support for tcs outputs
Timothy Arceri
2018-01-05
1
-0
/
+118
*
radeonsi: add si_nir_load_input_tcs()
Timothy Arceri
2018-01-05
1
-0
/
+45
*
radeonsi: add get_dw_address_from_generic_indices() helper
Timothy Arceri
2018-01-05
1
-30
/
+46
*
ac: add load_tes_inputs() to the abi
Timothy Arceri
2018-01-05
1
-0
/
+1
*
radeonsi: add si_nir_load_input_tes()
Timothy Arceri
2018-01-05
2
-0
/
+59
*
radeonsi: fix alpha-to-coverage if color writes are disabled
Józef Kucia
2018-01-04
1
-0
/
+3
*
ac: rename has_sync_file to has_fence_to_handle.
Bas Nieuwenhuizen
2018-01-04
2
-3
/
+3
*
radeonsi: make use of ac_init_exec_full_mask()
Samuel Pitoiset
2017-12-27
1
-11
/
+3
*
radv/radeonsi: set dcc min uncompressed properly for APUs.
Dave Airlie
2017-12-27
1
-0
/
+9
*
amd/common/radv/radeonsi: use register defines for dcc block sizes.
Dave Airlie
2017-12-27
1
-3
/
+3
*
radeonsi: don't use fast color clear for small images even on APUs
Marek Olšák
2017-12-25
1
-5
/
+4
*
radeonsi: set PNT_SPRITE_ENA = point_quad_rasterization
Marek Olšák
2017-12-25
1
-1
/
+1
*
gallium/util: add util_num_layers helper
Marek Olšák
2017-12-25
1
-1
/
+1
*
amd/common: add ac_export_mrt_z() helper
Samuel Pitoiset
2017-12-22
1
-60
/
+1
*
amd/common: pass the family to ac_llvm_context_init()
Samuel Pitoiset
2017-12-22
1
-1
/
+2
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
1
-0
/
+1
*
amd/common: add ac_vgt_gs_mode() helper
Samuel Pitoiset
2017-12-18
1
-29
/
+3
*
amd/common: add ac_get_cb_shader_mask() helper
Samuel Pitoiset
2017-12-18
1
-33
/
+1
*
radeonsi: don't call force_dcc_off for buffers
Marek Olšák
2017-12-16
1
-1
/
+1
*
amd/common: add ac_build_waitcnt()
Samuel Pitoiset
2017-12-14
3
-15
/
+4
*
radeonsi: make use of ac_build_fdiv()
Samuel Pitoiset
2017-12-14
1
-7
/
+1
*
radeonsi: make use of ac_get_spi_shader_z_format()
Samuel Pitoiset
2017-12-14
3
-23
/
+4
*
radeonsi: create get_tcs_tes_buffer_address helper
Timothy Arceri
2017-12-13
1
-12
/
+32
*
radeonsi: use a separate allocator for fine fences
Marek Olšák
2017-12-06
1
-1
/
+1
*
radeonsi/gfx9: make shader binaries use read-only memory
Marek Olšák
2017-12-06
3
-3
/
+9
*
radeonsi: print the buffer list for CHECK_VM
Marek Olšák
2017-12-06
1
-0
/
+1
*
radeonsi: pass llvm type directly to buffer_load()
Timothy Arceri
2017-12-05
1
-8
/
+7
*
meson: define driver dependencies
Dylan Baker
2017-12-04
1
-0
/
+9
*
st/glsl_to_nir/radeonsi: enable gs support for nir backend
Timothy Arceri
2017-12-04
2
-29
/
+35
*
ac: add si_nir_load_input_gs() to the abi
Timothy Arceri
2017-12-04
3
-0
/
+30
*
radeonsi: create si_llvm_load_input_gs()
Timothy Arceri
2017-12-04
2
-23
/
+44
*
radeonsi: pass llvm type to lds_load()
Timothy Arceri
2017-12-04
1
-13
/
+13
*
radeonsi: add llvm_type_is_64bit() helper
Timothy Arceri
2017-12-04
1
-0
/
+9
*
radeonsi: pass llvm type to si_llvm_emit_fetch_64bit()
Timothy Arceri
2017-12-04
3
-12
/
+18
*
radeonsi: add nir support for gs epilogue
Timothy Arceri
2017-12-04
1
-4
/
+21
*
radeonsi: add nir support for es epilogue
Timothy Arceri
2017-12-04
1
-16
/
+13
*
radeonsi: add nir support for ls epilogue
Timothy Arceri
2017-12-04
1
-15
/
+14
*
st/glsl_to_nir: enable NIR link time opts
Timothy Arceri
2017-12-04
1
-7
/
+27
*
radeonsi/nir: add support for packed inputs
Timothy Arceri
2017-12-04
1
-21
/
+25
*
r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*
Marek Olšák
2017-11-29
3
-8
/
+8
*
radeonsi: remove r600_common_screen
Marek Olšák
2017-11-29
24
-439
/
+503
*
radeonsi: remove r600_pipe_common::barrier_flags::compute_to_L2
Marek Olšák
2017-11-29
1
-2
/
+0
[next]