summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* amd/common: replace set_userdata_location_indirect() by set_loc_desc()Samuel Pitoiset2017-12-271-11/+12
* amd/common: rename radv_define_vs_user_sgprs_phase2()Samuel Pitoiset2017-12-271-22/+33
* amd/common: rename radv_define_common_user_sgprs_phase2()Samuel Pitoiset2017-12-271-43/+50
* amd/common: rename add_user_sgpr_array_argument() to add_array_arg()Samuel Pitoiset2017-12-271-9/+5
* amd/common: replace add_sgpr_argument() by add_arg()Samuel Pitoiset2017-12-271-45/+33
* amd/common: replace add_user_sgpr_argument() by add_arg()Samuel Pitoiset2017-12-271-45/+58
* amd/common: replace add_vgpr_argument() by add_arg()Samuel Pitoiset2017-12-271-51/+60
* amd/common: add new add_arg() helper for SGPRs/VGPRs argumentsSamuel Pitoiset2017-12-271-0/+24
* amd/common: rename radv_define_common_user_sgprs_phase1()Samuel Pitoiset2017-12-271-38/+74
* amd/common: rename radv_define_vs_user_sgprs_phase1()Samuel Pitoiset2017-12-271-21/+42
* amd/common: do not try to declare input VS SGPRs for GSSamuel Pitoiset2017-12-271-1/+0
* amd/common: add declare_vs_input_vgprs() helperSamuel Pitoiset2017-12-271-14/+16
* amd/common: add declare_tes_input_vgprs() helperSamuel Pitoiset2017-12-271-8/+10
* amd/common: remove unnecessary num_user_sgprs_usedSamuel Pitoiset2017-12-271-2/+0
* amd/common: remove unnecessary user_sgpr_countSamuel Pitoiset2017-12-271-2/+0
* radeonsi: make use of ac_init_exec_full_mask()Samuel Pitoiset2017-12-271-11/+3
* svga: use tgsi_util_get_shadow_ref_src_index() in a couple placeBrian Paul2017-12-261-22/+7
* tgsi: improve comment on tgsi_util_get_shadow_ref_src_index()Brian Paul2017-12-261-2/+6
* svga: fix TGSI_TEXTURE_SHADOW1D coordinate selectionBrian Paul2017-12-261-3/+1
* svga: fix shadow comparison failuresBrian Paul2017-12-265-36/+78
* util: add trivial comment on u_upload_create()Brian Paul2017-12-261-0/+1
* r600: fix atomic counter index mode getting emitted on pre-caymanDave Airlie2017-12-271-1/+1
* radv: set some dcc parameters depending on if texture will be sampledDave Airlie2017-12-271-1/+10
* radv/radeonsi: set dcc min uncompressed properly for APUs.Dave Airlie2017-12-272-0/+19
* amd/common/radv/radeonsi: use register defines for dcc block sizes.Dave Airlie2017-12-273-6/+12
* st/glsl_to_nir: add patch support to st_nir_assign_var_locations()Timothy Arceri2017-12-271-5/+17
* st/glsl_to_nir: call post opt functions after opts have finishedTimothy Arceri2017-12-271-0/+6
* st/st_glsl_to_nir: call nir_lower_64bit_packTimothy Arceri2017-12-271-0/+1
* mesa: always compare optype with symbolic name in ATI_fsMiklós Máté2017-12-251-3/+3
* mesa: document ati_fragment_shader::cur_pass and swizzlerqMiklós Máté2017-12-251-0/+4
* mesa: move ATI_fs state compile changes after the error checksMiklós Máté2017-12-251-54/+53
* tnl: fix not having texture coords in ATI_fs in swrastMiklós Máté2017-12-251-1/+2
* mesa: fix not having secondary color in ATI_fs in swrastMiklós Máté2017-12-251-7/+10
* mesa: fix validate for secondary interpolatorMiklós Máté2017-12-251-13/+27
* mesa: fix typo in ATI_fs dstMod error checkingMiklós Máté2017-12-251-1/+1
* mesa: fix crash when an ATI_fs pass begins with an alpha instMiklós Máté2017-12-251-3/+7
* mesa: add fallback texture for SampleMapATI if there is nothingMiklós Máté2017-12-251-0/+30
* radeonsi: don't use fast color clear for small images even on APUsMarek Olšák2017-12-251-5/+4
* radeonsi: set PNT_SPRITE_ENA = point_quad_rasterizationMarek Olšák2017-12-251-1/+1
* gallium/util: add util_num_layers helperMarek Olšák2017-12-257-15/+21
* radv: Fix DCC compatible formats.Bas Nieuwenhuizen2017-12-231-1/+1
* Revert "i965/fs: Use align1 mode on ternary instructions on Gen10+"Anuj Phogat2017-12-221-8/+4
* freedreno: set missing internal_format when importing textureIlia Mirkin2017-12-221-0/+1
* amd/common: add ac_export_mrt_z() helperSamuel Pitoiset2017-12-224-119/+84
* amd/common: pass the family to ac_llvm_context_init()Samuel Pitoiset2017-12-224-5/+10
* radv: reduce the number of small surfaces that need CMASK or DCCSamuel Pitoiset2017-12-221-1/+1
* gm107/ir: use lane 0 for manual textureGrad handlingIlia Mirkin2017-12-221-21/+34
* radv/meta: fix blit paths for depth/stencil (v2.1)Dave Airlie2017-12-222-64/+80
* radv: handle depth/stencil image copy with layouts better. (v3.1)Dave Airlie2017-12-224-65/+106
* radv: refactor blit2d pipeline creationDave Airlie2017-12-221-78/+33