Lines Matching full:radeonsi
73 - [radeonsi] Euro Truck Simulator 2: broken mimimap
83 - radeonsi: out of bounds access/compiler warning
112 - [Radeonsi] VA-API Encoding no longer works on AMD PITCAIRN
119 - radeonsi: Smart Access Memory not being enabled by default?
151 - [radeonsi][regression] CPU is being used ~10 times more than usual after c5478f9067f.
154 - radeonsi: bad performance on PBO packs
174 - radeonsi: persistent, read-only buffer maps are slow to read
497 - radeonsi: remove the use of PKT3_CONTEXT_REG_RMW
1254 - winsys/radeonsi: Set vce_encode = true when VCE found
1491 - radeonsi: Fix leak of screen->perfcounters.
1504 - ci: Enable testing radeonsi's libva using libva-util unit tests.
1652 - radeonsi: improve rounding of zmin
1935 - radv,radeonsi: Do cube size divide-by-6 lowering in NIR
2257 - radeonsi: Use common DCC image store check
2266 - radeonsi: Check if modifier supports the image extent
2559 - radeonsi: don't expose no-attachment MSAA 16x on all 1 RB chips due to issues
2560 - radeonsi: document a missing synchronization for bindless textures
2573 - radeonsi: improve viewperf snx performance by forcing staging for VRAM buffers
2584 - radeonsi: allow arbitrary swizzle modes for displayable DCC
2591 - radeonsi: remove vertices_per_patch parameter from draw-related functions
2605 - radeonsi: remove unused depth_clamp_any
2606 - radeonsi: remove instancing support from the prim discard compute shader
2607 - radeonsi: remove stages_key parameter from si_shader_selector_key
2608 - radeonsi: move si_vgt_stages_key determination into si_update_vgt_shader_config
2609 - radeonsi: move as_ls/es/ngg setting out of si_shader_selector_key
2610 - radeonsi: inline si_get_alpha_test_func
2611 - radeonsi: stop using AC_EXP_PARAM_UNDEFINED because it's not useful
2612 - radeonsi: use memcmp and radeon_emit_array in radeon_opt_set_context_regn
2613 - radeonsi: correctly use cs instead of gfx_cs in build pm4 helpers
2614 - radeonsi: simplify memory usage checking by merging vram and gtt counters
2615 - radeonsi: inline remaining big functions in draw_vbo for better snx perf
2616 - radeonsi: simplify si_need_gfx_cs_space
2618 - radeonsi: inline si_need_gfx_cs_space
2619 - radeonsi: don't use SQ_NON_EVENT before GE_PC_ALLOC for better perf on Navi1x
2620 - radeonsi: add si_print_current_ib function for debugging
2622 - radeonsi: fix a memory leak in si_get_shader_binary_size
2623 - radeonsi: set gfx10 registers better in si_emit_initial_compute_regs
2625 - radeonsi: disable DCC stores on Navi12-14 for displayable DCC to fix corruption
2626 - radeonsi: enable DCC stores for clear_render_target on gfx10
2627 - radeonsi: add missing make_CB_shader_coherent for DCC stores into copy_image
2628 - radeonsi: handle pipe_aligned in compute_expand_fmask
2629 - radeonsi: rename DCC_WRITE -> ALLOW_DCC_STORE
2630 - radeonsi: track displayable_dcc_dirty for non-compute shaders
2631 - radeonsi: enable DCC stores on gfx10.3 APUs for better performance
2632 - radeonsi: clean up typecasts in compute_copy_image
2639 - ac,radeonsi: load VS inputs at the call site of nir_intrinsic_load_input
2641 - radeonsi: don't set prefer_mono for fetched instance divisors
2642 - radeonsi: ignore the vertex element count in si_shader_selector_key_vs
2643 - radeonsi: accurately check if instance divisors need a VS update
2644 - radeonsi: don't update shaders if only the vertex element count changes
2645 - radeonsi: correct index_bias_varies usage
2646 - radeonsi: remove the primitive discard compute shader
2648 - radeonsi: reduce the frequency of switching GS fast launch on/off
2649 - radeonsi: strengthen the VGT_FLUSH condition in begin_new_gfx_cs
2650 - radeonsi: skip setting some PGM_HI registers by switching to 32-bit addresses
2652 - radeonsi: enable shader-based prim culling with polygon mode
2653 - radeonsi: remove a few fields from si_state_rasterizer
2654 - radeonsi: don't emit PA_SU_POLY_OFFSET_CLAMP if it has no effect
2655 - radeonsi: add AMD_DEBUG=ib to print IBs
2656 - radeonsi: don't use NGG passthrough if culling is possible for better perf
2657 - radeonsi: fix DCC image stores with display DCC
2658 - radeonsi: copy a few nir_shader_compiler_options from RADV
2660 - radeonsi: fix DCC image stores with image descriptors in user SGPRs
2661 - radeonsi: add const to the key parameter in si_shader_select_with_key
2662 - radeonsi: handle NO_OPT_VARIANT in si_shader_select_with_key
2663 - radeonsi: sink memsets and disable uniform inlining in si_shader_selector_key
2664 - radeonsi: move PS shader key code into a separate function
2665 - radeonsi: don't memset mono and opt in si_update_ps_shader_key
2666 - radeonsi: don't memset part in si_update_ps_shader_key
2667 - radeonsi: divide si_update_ps_shader_key into many separate functions
2668 - radeonsi: ignore blitter when computing the PS shader key
2669 - radeonsi: update most of the PS shader key in set & bind functions
2670 - radeonsi: clean up and clear VS shader key fields related to outputs
2671 - radeonsi: update the VS shader key in set & bind functions and remove memsets
2672 - radeonsi: rewrite inlinable uniform states for shader keys in si_context
2673 - radeonsi: move si_shader_io_get_unique_index calls out of si_get_vs_key_outputs
2674 - radeonsi: move PS inputs_read computation out of si_get_vs_key_outputs
2675 - radeonsi: unset SI_PREFETCH_* only when we unbind pm4 shader states
2676 - radeonsi: make si_update_shaders a C++ template in si_state_draw.cpp
2677 - radeonsi: optimize scratch buffer size updates using C++ template arguments
2678 - radeonsi: check flatshade and sprite_coord_enable for spi_map in bind_rs_state
2679 - radeonsi: move DB_SHADER_CONTROL update for PS out of si_update_shaders
2680 - radeonsi: move flat shading VRS enablement out of si_update_shaders
2681 - radeonsi: precompute si_vgt_stages_key for NGG in si_shader
2682 - radeonsi: deduplicate si_compiler_ctx_state initialization
2683 - radeonsi: determine num_vbos_in_user_sgprs from template arguments in draw_vbo
2684 - radeonsi: eliminate a not-found conditional for PrimID in si_get_ps_input_cntl
2685 - radeonsi: force flat for PrimID early in si_nir_scan_shader
2686 - radeonsi: restructure si_get_ps_input_cntl for future refactoring
2687 - radeonsi: interleave si_shader_info::input_* in memory for faster emit_spi_map
2688 - radeonsi: precompute num_interp for si_emit_spi_map
2689 - radeonsi: simplify si_emit_spi_map for back-face colors
2690 - radeonsi: inline si_get_ps_input_cntl because it has only one use
2691 - radeonsi: unroll loops in si_emit_spi_map using 33 C++ template instantiations
2692 - radeonsi: precompute more spi_map code
2693 - radeonsi: set prefer_mono outside of si_shader_selector_key
2694 - radeonsi: move setting most TCS shader key fields out of si_shader_selector_key
2695 - radeonsi: move setting one GS shader key field out of si_shader_selector_key
2696 - radeonsi: put si_pm4_state at the beginning of si_shader
2697 - radeonsi: eliminate redundant SPI_SHADER_PGM_RSRC3/4_GS register writes
2698 - radeonsi: convert gfx10_emit_ge_pc_alloc to radeon_opt_set_uconfig_reg
2699 - radeonsi: use a trick to extract and pack edgeflags using fewer instructions
2700 - radeonsi: don't set edgeflags for TES and blit VS
2701 - radeonsi: fix incorrect comments about VGT_SHADER_STAGES_EN
2702 - radeonsi: enable NGG passthrough when LDS is used, document the real constraints
2703 - radeonsi: remove the unused cs parameter from radeon_emit
2704 - radeonsi: remove the unused cs parameter from radeon_emit_array
2705 - radeonsi: remove the unused cs parameter from radeon_set_(config|context)_reg
2706 - radeonsi: remove the unused cs parameter from radeon_set_sh_reg
2707 - radeonsi: remove the unused cs parameter from radeon_set_uconfig_reg
2708 - radeonsi: remove the unused cs parameter from remaining packet functions
2711 - radeonsi: fix a depth texturing performance regression on gfx6-7
2712 - radeonsi: change the units of oversub_pc_factor to integer multiples of 1/4
2713 - radeonsi: decrease vertex count threshold for shader culling to 128
2714 - radeonsi: set vs_uses_base_instance using C++ template arguments
2715 - radeonsi: use the optimal draw packet sequence for VGT_FLUSH
2716 - radeonsi: reduce NGG culling on/off transitions by keeping it enabled
2717 - radeonsi: clean prefer_mono for the blit VS
2718 - radeonsi: don't check ngg_culling != 0 for fast launch because it's tautology
2720 - radeonsi: strenthen the ngg->legacy hw workaround, fix fast launch hangs too
2721 - radeonsi: fix clearing index_size for NGG fast launch
2722 - radeonsi: disallow NGG fast launch on Navi1x because VGT_FLUSH makes it slower
2724 - radeonsi: always use the correct number of vertices in NGG shader code
2725 - radeonsi: add gfx10 helpers for determining whether edgeflags are enabled
2727 - radeonsi: implement shader-based culling for lines
2728 - radeonsi: don't set DX10_DIAMOND_TEST_ENA for better performance
2739 - radeonsi: separate VBO descriptor code into a new function (for future work)
2740 - radeonsi: implement draw_vertex_state for lower display list overhead
2751 - radeonsi: fix a leak in draw_vertex_state if threaded_context is disabled
2752 - radeonsi: remove duplicate partial_count variable
2753 - radeonsi: add back a workaround for DCC MSAA on gfx9 due to conformance issues
2754 - radeonsi: remove GS fast launch
2756 - radeonsi: align pipe_resource & sampler_view allocations to a cache line
2757 - radeonsi: fix an out-of-bounds access in si_create_vertex_state
2761 - radeonsi: simplify how VS_OUT_CCDIST is set
2762 - radeonsi: simplify write_psize code in si_get_vs_out_cntl
2765 - radeonsi: enable shader culling for indirect draws
2766 - radeonsi: print the border color error message only once
2767 - radeonsi: fix 2 issues with depth_cleared_level_mask
2768 - radeonsi: fix a typo preventing a fast depth-stencil clear
2863 - radeonsi: use new tc util for setting bytes_mapped_limit
3377 - radeonsi: Check aux_context on si_destroy_screen()
3417 - radeonsi: preserve derivatives after discards for ARB shaders
3422 - radeonsi: add a script to run piglit/glcts/deqp tests
3423 - radeonsi: add expected tests results for Navi10 GPU
3427 - radeonsi: fix test script's output
3428 - radeonsi: add -t option to the test script
3429 - radeonsi: don't create an infinite number of variants
3431 - radeonsi/test: fix test script args handling
3432 - radeonsi/test: format radeonsi-run-test.py with black
3433 - radeonsi/test: allow to pass a filename as a test filter value
3434 - radeonsi/test: prettier output
3435 - radeonsi/test: add Sienna Cichlid expected results
3465 - radeonsi/test: fix typo in the test script
3466 - radeonsi/test: update expected results
3467 - radeonsi/sqtt: export wave size and scratch size
3468 - radeonsi/sqtt: add si_se_is_disabled
3469 - radeonsi/test: don't require a folder name
3470 - radeonsi/test: use -t for deqp tests
3471 - radeonsi/test: print default values in help
3472 - radeonsi/test: allow to specify a baseline folder
3473 - radeonsi/test: sanitize output_folder
3474 - radeonsi/test: add --gpu to select the GPU to test
3475 - radeonsi/test: add Raven expected results
3476 - radeonsi/test: add sanity checks
3479 - radeonsi: disable PIPE_CAP_PREFER_BACK_BUFFER_REUSE
3480 - radeonsi: don't clear G_028644_OFFSET
3481 - radeonsi: implement si_sdma_copy_image for gfx7+
3482 - radeonsi: add an async compute context
3484 - radeonsi: make the DRI_PRIME dGPU -> iGPU copy async
3485 - radeonsi: use viewport offset in quant_mode determination
3486 - radeonsi: treat nir_intrinsic_load_constant as a VMEM operation
3487 - radeonsi/sdma: fix bogus assert
3491 - radeonsi/sqtt: fix shader stage values
3509 - radeonsi: enable nir option pack_varying_options
3510 - radeonsi: fix ps SI_PARAM_LINE_STIPPLE_TEX arg
4075 - radeonsi: enable H.264 temporal encoding support for VCN
4133 - radeonsi: Change GS vertex offset arguments to use gs_vtx_offset array.
4323 - radeonsi: do not use staging texture for APU
4354 - radeonsi: remove redundant setting scratch_state atom dirty
4355 - radeonsi: set scratch_state dirty only if ctx->scratch_buffer allocated