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
/
amd
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: trim buffer load result (fixes dota2)
Dave Airlie
2018-01-12
1
-1
/
+1
*
meson: Use dependencies for nir
Dylan Baker
2018-01-11
1
-2
/
+3
*
meson: Use consistent style
Dylan Baker
2018-01-11
1
-4
/
+6
*
ac/nir: fix translation of nir_op_fsign for doubles
Timothy Arceri
2018-01-12
1
-7
/
+19
*
ac: add f64_0 to the llvm build context
Timothy Arceri
2018-01-12
2
-0
/
+2
*
ac/nir: fix translation of nir_op_frcp for doubles
Timothy Arceri
2018-01-12
1
-1
/
+2
*
ac/nir: fix translation of nir_op_frsq for doubles
Timothy Arceri
2018-01-12
1
-1
/
+2
*
ac: add f64_1 to the llvm build context
Timothy Arceri
2018-01-12
2
-0
/
+2
*
ac: add load_patch_vertices_in() to the abi
Timothy Arceri
2018-01-11
2
-1
/
+12
*
ac/nir: Sanitize location_frac for local variables.
Bas Nieuwenhuizen
2018-01-11
1
-0
/
+1
*
amd/common: use ac_build_buffer_load() for emitting UBO loads
Samuel Pitoiset
2018-01-10
1
-14
/
+3
*
amd/common: import get_{load,store}_intr_attribs() from RadeonSI
Samuel Pitoiset
2018-01-10
2
-10
/
+20
*
amd/common: bump the number of available user SGPRS to 32 on GFX9
Samuel Pitoiset
2018-01-10
1
-1
/
+3
*
amd/common: do not rely on the pipeline for the push constants logic
Samuel Pitoiset
2018-01-10
3
-9
/
+9
*
amd/common: determine the ES type (VS or TES) for the GS on GFX9
Samuel Pitoiset
2018-01-10
2
-0
/
+9
*
ac: rework emit_barrier() to not segfault on radeonsi
Timothy Arceri
2018-01-09
1
-9
/
+8
*
ac: add load_tess_level() to the abi
Timothy Arceri
2018-01-09
2
-0
/
+10
*
radv: get InstanceID from VGPR1 (or VGPR2 for tess) instead of VGPR3
Samuel Pitoiset
2018-01-08
1
-8
/
+24
*
ac: add ac_build_fmin/fmax helpers
Marek Olšák
2018-01-06
2
-15
/
+22
*
radv: enable denorms for 64-bit and 16-bit floats
Samuel Pitoiset
2018-01-05
1
-0
/
+14
*
amd/common: correctly detect if we need ring buffers
Samuel Pitoiset
2018-01-05
1
-7
/
+9
*
amd/common: use ac_image_load when lod is zero
Samuel Pitoiset
2018-01-05
1
-1
/
+3
*
ac: rework ac_llvm_extract_elem()
Timothy Arceri
2018-01-05
1
-3
/
+3
*
ac/radeonsi: add load_tess_coord() to the abi
Timothy Arceri
2018-01-05
2
-7
/
+17
*
ac/radeonsi: add tcs_rel_ids to the abi
Timothy Arceri
2018-01-05
2
-8
/
+8
*
ac: add {tcs,tes}_patch_id to the abi
Timothy Arceri
2018-01-05
2
-8
/
+8
*
ac: move some helpers to ac_llvm_build.c
Timothy Arceri
2018-01-05
3
-40
/
+50
*
ac: add store_tcs_outputs() to the abi
Timothy Arceri
2018-01-05
2
-24
/
+51
*
ac: call load_tcs_input() via the abi
Timothy Arceri
2018-01-05
1
-19
/
+17
*
ac: add load_tes_inputs() to the abi
Timothy Arceri
2018-01-05
2
-22
/
+51
*
amd/common: scan if gl_PrimitiveID is used before translating to LLVM
Samuel Pitoiset
2018-01-04
4
-7
/
+4
*
amd/common: scan if gl_InvocationID is used
Samuel Pitoiset
2018-01-04
2
-0
/
+4
*
ac: rename has_sync_file to has_fence_to_handle.
Bas Nieuwenhuizen
2018-01-04
2
-3
/
+3
*
ac/nir: Handle loading data from compact arrays.
Bas Nieuwenhuizen
2018-01-04
1
-6
/
+7
*
ac: rename has_syncobj_wait -> has_syncobj_wait_for_submit
Marek Olšák
2018-01-04
2
-2
/
+2
*
amd/common: rework set_userdata_location() and rename to set_loc()
Samuel Pitoiset
2017-12-27
1
-8
/
+11
*
amd/common: rename set_userdata_location_shader() to set_loc_shader()
Samuel Pitoiset
2017-12-27
1
-27
/
+30
*
amd/common: replace set_userdata_location_indirect() by set_loc_desc()
Samuel Pitoiset
2017-12-27
1
-11
/
+12
*
amd/common: rename radv_define_vs_user_sgprs_phase2()
Samuel Pitoiset
2017-12-27
1
-22
/
+33
*
amd/common: rename radv_define_common_user_sgprs_phase2()
Samuel Pitoiset
2017-12-27
1
-43
/
+50
*
amd/common: rename add_user_sgpr_array_argument() to add_array_arg()
Samuel Pitoiset
2017-12-27
1
-9
/
+5
*
amd/common: replace add_sgpr_argument() by add_arg()
Samuel Pitoiset
2017-12-27
1
-45
/
+33
*
amd/common: replace add_user_sgpr_argument() by add_arg()
Samuel Pitoiset
2017-12-27
1
-45
/
+58
*
amd/common: replace add_vgpr_argument() by add_arg()
Samuel Pitoiset
2017-12-27
1
-51
/
+60
*
amd/common: add new add_arg() helper for SGPRs/VGPRs arguments
Samuel Pitoiset
2017-12-27
1
-0
/
+24
*
amd/common: rename radv_define_common_user_sgprs_phase1()
Samuel Pitoiset
2017-12-27
1
-38
/
+74
*
amd/common: rename radv_define_vs_user_sgprs_phase1()
Samuel Pitoiset
2017-12-27
1
-21
/
+42
*
amd/common: do not try to declare input VS SGPRs for GS
Samuel Pitoiset
2017-12-27
1
-1
/
+0
*
amd/common: add declare_vs_input_vgprs() helper
Samuel Pitoiset
2017-12-27
1
-14
/
+16
*
amd/common: add declare_tes_input_vgprs() helper
Samuel Pitoiset
2017-12-27
1
-8
/
+10
[next]