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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
amd/common: remove unnecessary num_user_sgprs_used
Samuel Pitoiset
2017-12-27
1
-2
/
+0
*
amd/common: remove unnecessary user_sgpr_count
Samuel Pitoiset
2017-12-27
1
-2
/
+0
*
radeonsi: make use of ac_init_exec_full_mask()
Samuel Pitoiset
2017-12-27
1
-11
/
+3
*
svga: use tgsi_util_get_shadow_ref_src_index() in a couple place
Brian Paul
2017-12-26
1
-22
/
+7
*
tgsi: improve comment on tgsi_util_get_shadow_ref_src_index()
Brian Paul
2017-12-26
1
-2
/
+6
*
svga: fix TGSI_TEXTURE_SHADOW1D coordinate selection
Brian Paul
2017-12-26
1
-3
/
+1
*
svga: fix shadow comparison failures
Brian Paul
2017-12-26
5
-36
/
+78
*
util: add trivial comment on u_upload_create()
Brian Paul
2017-12-26
1
-0
/
+1
*
r600: fix atomic counter index mode getting emitted on pre-cayman
Dave Airlie
2017-12-27
1
-1
/
+1
*
radv: set some dcc parameters depending on if texture will be sampled
Dave Airlie
2017-12-27
1
-1
/
+10
*
radv/radeonsi: set dcc min uncompressed properly for APUs.
Dave Airlie
2017-12-27
2
-0
/
+19
*
amd/common/radv/radeonsi: use register defines for dcc block sizes.
Dave Airlie
2017-12-27
3
-6
/
+12
*
st/glsl_to_nir: add patch support to st_nir_assign_var_locations()
Timothy Arceri
2017-12-27
1
-5
/
+17
*
st/glsl_to_nir: call post opt functions after opts have finished
Timothy Arceri
2017-12-27
1
-0
/
+6
*
st/st_glsl_to_nir: call nir_lower_64bit_pack
Timothy Arceri
2017-12-27
1
-0
/
+1
*
mesa: always compare optype with symbolic name in ATI_fs
Miklós Máté
2017-12-25
1
-3
/
+3
*
mesa: document ati_fragment_shader::cur_pass and swizzlerq
Miklós Máté
2017-12-25
1
-0
/
+4
*
mesa: move ATI_fs state compile changes after the error checks
Miklós Máté
2017-12-25
1
-54
/
+53
*
tnl: fix not having texture coords in ATI_fs in swrast
Miklós Máté
2017-12-25
1
-1
/
+2
*
mesa: fix not having secondary color in ATI_fs in swrast
Miklós Máté
2017-12-25
1
-7
/
+10
*
mesa: fix validate for secondary interpolator
Miklós Máté
2017-12-25
1
-13
/
+27
*
mesa: fix typo in ATI_fs dstMod error checking
Miklós Máté
2017-12-25
1
-1
/
+1
*
mesa: fix crash when an ATI_fs pass begins with an alpha inst
Miklós Máté
2017-12-25
1
-3
/
+7
*
mesa: add fallback texture for SampleMapATI if there is nothing
Miklós Máté
2017-12-25
1
-0
/
+30
*
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
7
-15
/
+21
*
radv: Fix DCC compatible formats.
Bas Nieuwenhuizen
2017-12-23
1
-1
/
+1
*
Revert "i965/fs: Use align1 mode on ternary instructions on Gen10+"
Anuj Phogat
2017-12-22
1
-8
/
+4
*
freedreno: set missing internal_format when importing texture
Ilia Mirkin
2017-12-22
1
-0
/
+1
*
amd/common: add ac_export_mrt_z() helper
Samuel Pitoiset
2017-12-22
4
-119
/
+84
*
amd/common: pass the family to ac_llvm_context_init()
Samuel Pitoiset
2017-12-22
4
-5
/
+10
*
radv: reduce the number of small surfaces that need CMASK or DCC
Samuel Pitoiset
2017-12-22
1
-1
/
+1
*
gm107/ir: use lane 0 for manual textureGrad handling
Ilia Mirkin
2017-12-22
1
-21
/
+34
*
radv/meta: fix blit paths for depth/stencil (v2.1)
Dave Airlie
2017-12-22
2
-64
/
+80
*
radv: handle depth/stencil image copy with layouts better. (v3.1)
Dave Airlie
2017-12-22
4
-65
/
+106
*
radv: refactor blit2d pipeline creation
Dave Airlie
2017-12-22
1
-78
/
+33
[next]