nouveau: Remove no-op nvgl_logicop_func function
[mesa.git] / src / amd /
2018-01-06 Marek Olšákac: add ac_build_fmin/fmax helpers
2018-01-05 Samuel Pitoisetradv: remove unused radv_color_buffer_info::cb_clear_valueX
2018-01-05 Samuel Pitoisetradv: enable denorms for 64-bit and 16-bit floats
2018-01-05 Samuel Pitoisetamd/common: correctly detect if we need ring buffers
2018-01-05 Samuel Pitoisetamd/common: use ac_image_load when lod is zero
2018-01-05 Samuel Pitoisetradv: limit the scissor bug workaround to Vega 10 and...
2018-01-05 Timothy Arceriac: rework ac_llvm_extract_elem()
2018-01-05 Timothy Arceriac/radeonsi: add load_tess_coord() to the abi
2018-01-05 Timothy Arceriac/radeonsi: add tcs_rel_ids to the abi
2018-01-05 Timothy Arceriac: add {tcs,tes}_patch_id to the abi
2018-01-05 Timothy Arceriac: move some helpers to ac_llvm_build.c
2018-01-05 Timothy Arceriac: add store_tcs_outputs() to the abi
2018-01-05 Timothy Arceriac: call load_tcs_input() via the abi
2018-01-05 Timothy Arceriac: add load_tes_inputs() to the abi
2018-01-04 Bas Nieuwenhuizenradv: Use correct flush bits for flushing L2 during...
2018-01-04 Bas Nieuwenhuizenradv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ...
2018-01-04 Samuel Pitoisetradv/gfx9: reduce the number of input VGPRs for the...
2018-01-04 Samuel Pitoisetamd/common: scan if gl_PrimitiveID is used before trans...
2018-01-04 Samuel Pitoisetamd/common: scan if gl_InvocationID is used
2018-01-04 Bas Nieuwenhuizenac: rename has_sync_file to has_fence_to_handle.
2018-01-03 Bas Nieuwenhuizenac/nir: Handle loading data from compact arrays.
2018-01-03 Bas Nieuwenhuizenradv: Allow writing 0 scissors.
2018-01-03 Bas Nieuwenhuizenradv: Use correct HTILE expanded words.
2018-01-03 Marek Olšákac: rename has_syncobj_wait -> has_syncobj_wait_for_submit
2017-12-31 Bas Nieuwenhuizenradv: Implement binning on GFX9.
2017-12-31 Bas Nieuwenhuizenradv: Add flag for enabling binning.
2017-12-29 Bas Nieuwenhuizenradv: Also set DCC params for sampling for input attach...
2017-12-29 Bas Nieuwenhuizenradv: Enable DCC with transfers.
2017-12-29 Bas Nieuwenhuizenradv: Decompress copy destination if formats are incomp...
2017-12-29 Bas Nieuwenhuizenradv: Disable DCC for GENERAL layout and compute transf...
2017-12-29 Bas Nieuwenhuizenradv: Don't init DCC metadata during FS resolve.
2017-12-29 Bas Nieuwenhuizenradv: Make color meta operations layout aware.
2017-12-29 Bas Nieuwenhuizenradv: Add compute DCC decompress.
2017-12-29 Bas Nieuwenhuizenradv: Use the meta fast clear destructor on constructio...
2017-12-29 Bas Nieuwenhuizenradv: Add GFX DCC decompress.
2017-12-29 Bas Nieuwenhuizenradv: Don't enable DCC / TC compat HTILE for storage...
2017-12-29 Bas NieuwenhuizenRevert "radv/gfx9: fix block compression texture views."
2017-12-29 Dave Airlieradv/gfx9: use correct swizzle parameter to work out...
2017-12-29 Dave Airlieradv/gfx9: use a bigger hammer to flush cb/db caches.
2017-12-29 Dave Airlieradv/gfx9: fix block compression texture views.
2017-12-28 Dave Airlieradv/gfx9: fix buffer to image for 3d images on compute...
2017-12-28 Dave Airlieradv/gfx9: fix 3d image clears on compute queues
2017-12-28 Dave Airlieradv/gfx9: fix 3d image to image transfers on compute...
2017-12-28 Dave Airlieradv: fix pipeline statistics end query on compute...
2017-12-28 Dave Airlieradv: fix events on compute queues.
2017-12-28 Dave Airlieradv: move local bos usage to a perftest flag.
2017-12-27 Bas Nieuwenhuizenradv: Always use fragment resolve if dest uses DCC.
2017-12-27 Bas Nieuwenhuizenradv: Use correct framebuffer size for partial FS resolves.
2017-12-27 Bas Nieuwenhuizenradv: Fix fragment resolve destination offset.
2017-12-27 Bas Nieuwenhuizenradv: Don't handle DCC in compute resolve.
2017-12-27 Bas Nieuwenhuizenradv: Flush caches before subpass resolve.
2017-12-27 Bas Nieuwenhuizenradv: Invert condition for all samples identical during...
2017-12-27 Dave Airlieradv: don't do format replacement on tc compat htile...
2017-12-27 Dave Airlieradv/gfx9: use correct stencil format for tc compat...
2017-12-27 Samuel Pitoisetamd/common: rework set_userdata_location() and rename...
2017-12-27 Samuel Pitoisetamd/common: rename set_userdata_location_shader() to...
2017-12-27 Samuel Pitoisetamd/common: replace set_userdata_location_indirect...
2017-12-27 Samuel Pitoisetamd/common: rename radv_define_vs_user_sgprs_phase2()
2017-12-27 Samuel Pitoisetamd/common: rename radv_define_common_user_sgprs_phase2()
2017-12-27 Samuel Pitoisetamd/common: rename add_user_sgpr_array_argument() to...
2017-12-27 Samuel Pitoisetamd/common: replace add_sgpr_argument() by add_arg()
2017-12-27 Samuel Pitoisetamd/common: replace add_user_sgpr_argument() by add_arg()
2017-12-27 Samuel Pitoisetamd/common: replace add_vgpr_argument() by add_arg()
2017-12-27 Samuel Pitoisetamd/common: add new add_arg() helper for SGPRs/VGPRs...
2017-12-27 Samuel Pitoisetamd/common: rename radv_define_common_user_sgprs_phase1()
2017-12-27 Samuel Pitoisetamd/common: rename radv_define_vs_user_sgprs_phase1()
2017-12-27 Samuel Pitoisetamd/common: do not try to declare input VS SGPRs for GS
2017-12-27 Samuel Pitoisetamd/common: add declare_vs_input_vgprs() helper
2017-12-27 Samuel Pitoisetamd/common: add declare_tes_input_vgprs() helper
2017-12-27 Samuel Pitoisetamd/common: remove unnecessary num_user_sgprs_used
2017-12-27 Samuel Pitoisetamd/common: remove unnecessary user_sgpr_count
2017-12-27 Dave Airlieradv: set some dcc parameters depending on if texture...
2017-12-27 Dave Airlieradv/radeonsi: set dcc min uncompressed properly for...
2017-12-27 Dave Airlieamd/common/radv/radeonsi: use register defines for...
2017-12-23 Bas Nieuwenhuizenradv: Fix DCC compatible formats.
2017-12-22 Samuel Pitoisetamd/common: add ac_export_mrt_z() helper
2017-12-22 Samuel Pitoisetamd/common: pass the family to ac_llvm_context_init()
2017-12-22 Samuel Pitoisetradv: reduce the number of small surfaces that need...
2017-12-22 Dave Airlieradv/meta: fix blit paths for depth/stencil (v2.1)
2017-12-22 Dave Airlieradv: handle depth/stencil image copy with layouts...
2017-12-22 Dave Airlieradv: refactor blit2d pipeline creation
2017-12-22 Dave Airlieradv/gfx9: add support for 3d images to blit 2d paths
2017-12-22 Dave Airlieradv/gfx9: add 3d sampler image->buffer copy shader...
2017-12-22 Dave Airlieradv: fix surface max layer count (v2)
2017-12-21 Dave Airlieradv: fix issue with multisample positions and interp_v...
2017-12-21 Samuel Pitoisetradv/gfx9: fix primitive topology when adjacency is...
2017-12-19 Samuel Pitoisetradv: properly load unused gl_LocalInvocationID/gl_Work...
2017-12-19 Samuel Pitoisetradv: do not add extra SGPR when push constants are...
2017-12-19 Samuel Pitoisetradv: change the needs_push_constants logic
2017-12-19 Samuel Pitoisetradv: store pipeline stages that need push constants
2017-12-19 Samuel Pitoisetradv: remove one useless check in ac_nir_shader_info_pass()
2017-12-19 Samuel Pitoisetradv: remove one useless check in radv_flush_constants()
2017-12-19 Samuel Pitoisetradv: add assertions to make sure pipeline layout objec...
2017-12-19 Samuel Pitoisetradv: create pipeline layout objects for all meta opera...
2017-12-19 Bas Nieuwenhuizenradv: Use a sort for rebuilding the sparse buffer bo...
2017-12-18 Bas Nieuwenhuizenradv: Advertise sync fd import and export.
2017-12-18 Bas Nieuwenhuizenradv: Implement sync file import/export for fences...
2017-12-18 Bas Nieuwenhuizenradv/amdgpu: wrap sync fd import/export.
2017-12-18 Dave Airlieac/nir: fix lds store for patch outputs.
2017-12-18 Samuel Pitoisetradv: remove useless radv_cmask_info::base_address_reg
next