aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: always put persistent buffers into GTT on radeonMarek Olšák2018-06-191-1/+5
* radeonsi: fix si_get_num_queries for radeonMarek Olšák2018-06-191-5/+16
* radeonsi: don't expose performance counters for non-existent blocksMarek Olšák2018-06-191-13/+16
* radeonsi: set a better NUM_PATCHES hard limitMarek Olšák2018-06-191-3/+10
* radeonsi: make sure LS-HS vector lanes are reasonably occupiedMarek Olšák2018-06-191-0/+8
* radeonsi: properly compute an LS-HS thread group size limitMarek Olšák2018-06-191-2/+3
* radeonsi: enable OpenGL 3.3 compat profileTimothy Arceri2018-06-191-1/+1
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* radeonsi/gfx9: fix si_get_buffer_from_descriptors for 48-bit pointersMarek Olšák2018-06-131-2/+2
* radeonsi/gfx9: update & clean up a DPBB heuristicMarek Olšák2018-06-131-9/+5
* radeonsi/gfx9: set POPS_DRAIN_PS_ON_OVERLAP due to a hw bugMarek Olšák2018-06-131-2/+4
* radeonsi/gfx9: remove UINT_MAX array terminators in bin size tablesMarek Olšák2018-06-131-19/+1
* radeonsi/gfx9: update bin sizesMarek Olšák2018-06-131-35/+38
* radeonsi/gfx9: update primitive binning code for EQAAMarek Olšák2018-06-131-4/+9
* radeonsi: assume that rasterizer state is non-NULL in draw_vboMarek Olšák2018-06-134-75/+61
* radeonsi: micro-optimize prim checking and fix guardband with lines+adjacencyMarek Olšák2018-06-134-13/+23
* radeonsi: move the guardband registers into a separate state atomMarek Olšák2018-06-135-19/+35
* radeonsi/gfx9: implement the scissor bug workaround without performance dropMarek Olšák2018-06-132-29/+81
* radeonsi: don't set VGT_LS_HS_CONFIG if it doesn't changeMarek Olšák2018-06-133-6/+12
* radeonsi: move VGT_GS_OUT_PRIM_TYPE into si_shader_gsMarek Olšák2018-06-134-33/+26
* radeonsi: record CLIPVERTEX output usage properly for compatibility profilesMarek Olšák2018-06-131-1/+0
* radeonsi: fix FBFETCH with 2D MSAA arraysMarek Olšák2018-06-131-1/+2
* radeonsi: return real memory usage instead of per-process usageMarek Olšák2018-06-131-2/+2
* radeonsi: emit_dpbb_state packets optimizationSonny Jiang2018-06-072-21/+26
* radeonsi: emit_clip_state packets optimizationSonny Jiang2018-06-072-3/+7
* radeonsi: emit_msaa_sample_locs packets optimizationSonny Jiang2018-06-072-2/+6
* radeonsi: emit_msaa_config packets optimizationSonny Jiang2018-06-072-28/+28
* radeonsi: emit_cb_render_state packets optimizationSonny Jiang2018-06-073-9/+48
* radeonsi: emit_db_render_state packets optimizationSonny Jiang2018-06-075-29/+95
* radeonsi: fix possible truncation on renderer stringTimothy Arceri2018-06-081-1/+1
* radeonsi: Fix crash on shaders using MSAA image load/storeAlex Smith2018-06-011-1/+7
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+3
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-1/+1
* radeonsi: remove unused variable addr_vecMarek Olšák2018-05-251-1/+1
* radeonsi: fix passing gl_ClipVertex for GS and tessMarek Olšák2018-05-253-4/+8
* radeonsi: fix color inputs/outputs for GS and tessMarek Olšák2018-05-253-20/+34
* radeonsi: fix incorrect parentheses around VS-PS varying eliminationMarek Olšák2018-05-251-2/+2
* radeonsi: set DB_EQAA.MAX_ANCHOR_SAMPLES correctlyMarek Olšák2018-05-241-4/+12
* radeonsi: round ps_iter_samples in set_min_samplesMarek Olšák2018-05-242-3/+5
* radeonsi: remove redundant ps_iter_samples clampMarek Olšák2018-05-241-1/+0
* radeonsi: disable primitive binning for all blitter opsMarek Olšák2018-05-243-2/+12
* radeonsi: skip ES output stores for undefined output componentsMarek Olšák2018-05-181-0/+3
* amd: remove support for LLVM 4.0Marek Olšák2018-05-173-6/+3
* radeonsi: create .gitignoreDieter Nützel2018-05-161-0/+2
* ac/gpu_info: add has_read_registers_queryMarek Olšák2018-05-101-3/+2
* ac/gpu_info: add has_2d_tilingMarek Olšák2018-05-101-5/+1
* ac/gpu_info: add has_sparse_vm_mappingsMarek Olšák2018-05-101-11/+2
* ac/gpu_info: add has_unaligned_shader_loadsMarek Olšák2018-05-101-5/+1
* radeonsi: expose ARB_query_buffer_object on ancient kernels tooMarek Olšák2018-05-101-3/+1
* ac/gpu_info: add has_indirect_compute_dispatchMarek Olšák2018-05-101-13/+3