aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: stop using lp_bld_arit.hMarek Olšák2018-06-252-45/+38
* radeonsi: stop using lp_build_gather_valuesMarek Olšák2018-06-253-28/+25
* radeonsi: clean up some #includesMarek Olšák2018-06-257-27/+4
* radeonsi: clean up passing the is_monolithic flag for compilationMarek Olšák2018-06-254-23/+18
* radeonsi: Remove deref chain support in nir scan pass.Bas Nieuwenhuizen2018-06-221-30/+4
* radeonsi: Add deref support to the nir scan pass.Bas Nieuwenhuizen2018-06-221-15/+59
* radeonsi: fix occlusion queries with 16x AA without FBO attachments on StoneyMarek Olšák2018-06-211-1/+9
* radeonsi: handle non-clearable DCC buffers as MSAA resolve dstMarek Olšák2018-06-212-1/+6
* radeonsi: disable DCC MSAA for 128bpp formats on StoneyMarek Olšák2018-06-211-0/+5
* radeonsi: add a debug flag to zero vram allocationsGrazvydas Ignotas2018-06-212-0/+2
* radeonsi: use shifts for sign extensionGrazvydas Ignotas2018-06-211-2/+2
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+2
* radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák2018-06-1915-888/+882
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-1922-94/+94
* radeonsi: ignore PIPE_RESOURCE_FLAG_MAP_COHERENTMarek Olšák2018-06-192-5/+4
* 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