mesa: Drop function pointer checks in s3tc code
[mesa.git] / src / amd /
2017-10-02 Samuel Pitoisetradv: make radv_dynamic_state_copy() static
2017-10-02 Nicolai Hähnleamd/common: move ac_build_phi from radeonsi
2017-10-02 Samuel Pitoisetradv: remove unused radv_meta_state::btoi::render_pass...
2017-10-02 Samuel Pitoisetradv: do not check the number of levels when doing...
2017-10-02 Samuel Pitoisetradv: cleanup radv_device_finish_meta_XXX() helpers
2017-10-02 Samuel Pitoisetradv: select the pipeline outside of emit_fast_clear_fl...
2017-10-02 Samuel Pitoisetradv: drop useless param in emit_depth_decomp()
2017-10-02 Samuel Pitoisetradv: drop useless check in depth_view_can_fast_clear()
2017-10-02 Samuel Pitoisetradv: add radv_subpass_clear_attachment() helper
2017-10-02 Samuel Pitoisetradv: add radv_attachment_needs_clear() helper
2017-10-02 Samuel Pitoisetradv: remove unused param in radv_handle_{cmask,dcc...
2017-10-02 Samuel Pitoisetradv: add radv_vi_dcc_enabled() helper
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-10-02 Samuel Pitoisetradv: inline destroy_render_pass()
2017-10-02 Samuel Pitoisetradv: use pipeline handles instead of objects for meta...
2017-10-02 Samuel Pitoisetradv: inline blit2d_unbind_dst()
2017-10-02 Samuel Pitoisetradv: rework DCC/CMASK/FMASK/HTILE allocations
2017-09-29 Nicolai Hähnleradeonsi: clamp depth comparison value only for fixed...
2017-09-29 Nicolai Hähnleamd/common: save an instruction in the build_cube_selec...
2017-09-29 Nicolai Hähnleamd/common: fix build_cube_select
2017-09-29 Nicolai Hähnleamd/common: remove ac_shader_abi::chip_class
2017-09-28 Gwan-gyeong Munradv: add an assertion in radv_BeginCommandBuffer()
2017-09-28 Samuel Pitoisetradv: set image view type when decompressing depth...
2017-09-27 Dylan Bakermeson: build "radv" vulkan driver for radeon hardware
2017-09-27 Samuel Pitoisetradv: store the amount of saved constants in the comput...
2017-09-27 Samuel Pitoisetradv: remove useless radv_meta_{begin,end}_XXX() helpers
2017-09-26 Samuel Pitoisetradv: fix saved compute state when doing statistics...
2017-09-25 Samuel Pitoisetradv: save/restore all viewports/scissors for meta...
2017-09-25 Bas Nieuwenhuizenradv: Fix VK_KHR_image_format_list.
2017-09-25 Bas NieuwenhuizenRevert "Revert "radv: fallback to an in-memory cache...
2017-09-25 Samuel Pitoisetradv: init the trace BO before compiling meta shaders
2017-09-25 Samuel Pitoisetradv: make radv_pipeline_init() static
2017-09-25 Samuel Pitoisetradv: remove unused variable in radv_dump_annotated_sha...
2017-09-25 Samuel Pitoisetradv: make use of ATI_VENDOR_ID everywhere
2017-09-24 David Airlieradv: add gfx9 scissor workaround
2017-09-21 Nicholas Miellradv: Implement VK_AMD_rasterization_order
2017-09-21 Nicolai Hähnleac/surface: handle error when choosing preferred swizzl...
2017-09-21 Nicolai Hähnleamd/addrlib: fix missing va_end() after va_copy()
2017-09-21 Samuel Pitoisetradv: copy the number of viewports/scissors at pipeline...
2017-09-21 Jason Ekstrandspirv: Flip the tessellation winding order
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-09-20 Bas Nieuwenhuizenradv: Only enter the immutable samplers init loop when...
2017-09-20 Bas Nieuwenhuizenradv: Use for_each_bit in the descriptor set flush.
2017-09-20 Bas Nieuwenhuizenradv: Add VK_KHR_bind_memory2 support.
2017-09-20 Samuel Pitoisetradv: do not update the number of scissors in vkCmdSetS...
2017-09-20 Samuel Pitoisetradv: do not update the number of viewports in vkCmdSet...
2017-09-20 Samuel Pitoisetradv: add some assertions in vkCmdSetScissor()
2017-09-20 Samuel Pitoisetradv: add some assertions in vkCmdSetViewport()
2017-09-20 Samuel Pitoisetradv: inline radv_flush_compute_state() into radv_dispa...
2017-09-20 Samuel Pitoisetradv: add radv_dispatch() helper
2017-09-20 Samuel Pitoisetradv: add radv_emit_dispatch_packets() helper
2017-09-20 Dave Airlieac/surface: handle S8 on gfx9
2017-09-19 Emil Velikovconfigure.ac: split the wayland client/server confusion
2017-09-19 Eric Engestromradv: replace conditional compilation with MAYBE_UNUSED
2017-09-18 Nicolai Hähnleamd/common: add workaround for cube map array layer...
2017-09-18 Nicolai Hähnleamd/common: remove has_ds_bpermute argument from ac_bui...
2017-09-18 Nicolai Hähnleamd/common: add chip_class to ac_llvm_context
2017-09-18 Nicolai Hähnleamd/common: round cube array slice in ac_prepare_cube_c...
2017-09-16 Bas Nieuwenhuizenradv: Add support for more DCC compression with VK_KHR_...
2017-09-16 Bas Nieuwenhuizenradv: Add code to check if two formats can share DCC...
2017-09-15 Bas Nieuwenhuizenradv: Don't redundantly emit pipelines after secondary...
2017-09-15 Bas Nieuwenhuizenradv: Check for GFX9 for 1D arrays in image_size intrinsic.
2017-09-15 Emil Velikovautomake: include radv_shader.h in the sources list
2017-09-15 Samuel Pitoisetradv: fix a potential crash if attachments allocation...
2017-09-15 Samuel Pitoisetradv: dump the device name into the hang report
2017-09-15 Samuel Pitoisetradv: add get_chip_name() callback
2017-09-14 Samuel Pitoisetradv: dump the list of enabled options when a hang...
2017-09-14 Samuel Pitoisetradv: dump last 60 lines of dmesg when a hang occured
2017-09-14 Samuel Pitoisetradv: dump descriptors when a hang occured
2017-09-14 Samuel Pitoisetradv: save all descriptor pointers into the trace BO
2017-09-14 Samuel Pitoisetradv: dump annotated shaders using UMR
2017-09-14 Samuel Pitoisetradeonsi: move si_get_wave_info() to AMD common code
2017-09-14 Samuel Pitoisetradv: dump some status MMIO registers when a hang occured
2017-09-14 Samuel Pitoisetradv/winsys: add a read_registers() callback
2017-09-14 Samuel Pitoisetradv: dump shader stats when a hang occured
2017-09-14 Samuel Pitoisetradv: add radv_shader_dump_stats() helper
2017-09-14 Samuel Pitoisetradv: dump the active shaders when a hang occured
2017-09-14 Samuel Pitoisetradv: add debug flags for syncing shaders after every...
2017-09-14 Samuel Pitoisetradv: add radv_cmd_buffer_after_draw() helper function
2017-09-14 Samuel Pitoisetradv: save the bound pipeline pointers into the trace BO
2017-09-14 Samuel Pitoisetradv: add a comment that describes the trace BO layout
2017-09-14 Samuel Pitoisetradv: initialize the trace BO to 0
2017-09-13 Dave Airlieradv/nir: call opt_remove_phis after trivial continues.
2017-09-13 Nicolai Hähnleac/surface: match Z and stencil tile config
2017-09-13 Nicolai Hähnleac/surface: sanity-check that we got a TC-compatible...
2017-09-13 Nicolai Hähnleac/addrlib: enable assertions in debug builds
2017-09-13 Nicolai Hähnleac/addrlib: relax an assertion
2017-09-13 Nicolai Hähnleac/addrlib: relax an assertion
2017-09-13 Nicolai Hähnleamd/common: get ME/PFP/CE firmware feature versions...
2017-09-13 Eric Engestromradv: compile out unused code
2017-09-13 Samuel Pitoisetradv: clear push_constant_stages when resetting a comma...
2017-09-13 Samuel Pitoisetradv: add more radv_emit_XXX() helpers for the dynamic...
2017-09-13 Samuel Pitoisetradv: remove useless 'cmd_buffer' param from radv_buffe...
2017-09-13 Dave Airlieradv/gfx9: fix image resource handling.
2017-09-13 Dave Airlieradv/ac: bump params array for image atomic comp swap
2017-09-13 Dave Airlieradv/gfx9: set mip0-depth correctly for 2d arrays/3d...
2017-09-12 Dave Airlieradv: handle GFX9 1D textures
2017-09-12 Dave Airlieradv: don't use iview for meta image width/height.
2017-09-12 Bas Nieuwenhuizenradv: Don't allocate CMASK for linear images.
2017-09-12 Bas Nieuwenhuizenradv: Disable multilayer & multilevel DCC.
next