aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: don't emit partial flushes for internal CS flushes onlyMarek Olšák2018-04-167-11/+14
* radeonsi: implement mechanism for IBs without partial flushes at the end (v6)Marek Olšák2018-04-162-16/+40
* radeonsi: restore si_emit_cache_flush call at the end of IBsMarek Olšák2018-04-131-0/+2
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-132-2/+2
* radeonsi: make sure CP DMA is idle at the end of IBsMarek Olšák2018-04-133-2/+16
* radeonsi: always prefetch later shaders after the draw packetMarek Olšák2018-04-133-26/+75
* radeonsi: emit shader pointers before cache flushes & waitsMarek Olšák2018-04-131-13/+7
* radeonsi/gfx9: don't use the workaround for gather4 + stencilMarek Olšák2018-04-131-2/+11
* radeonsi: disable TC-compat HTILE on Tonga and IcelandMarek Olšák2018-04-131-0/+7
* radeonsi: force 2D tiling on VI only when TC-compat HTILE is really enabledMarek Olšák2018-04-131-9/+7
* radeonsi: don't flush HTILE if there is no HTILE clearMarek Olšák2018-04-131-2/+2
* radeonsi: merge 2 identical if statements in si_clearMarek Olšák2018-04-131-9/+2
* radeonsi: don't do GFX-specific texture decompression for computeMarek Olšák2018-04-131-10/+10
* radeonsi: simplify generating the renderer stringMarek Olšák2018-04-131-11/+8
* radeonsi: use PIPE_FORMAT_P016 format for VP9 profile2Leo Liu2018-04-121-1/+2
* radeonsi: cap VP9 support to progressive bufferLeo Liu2018-04-121-0/+2
* radeonsi: cap VP9 support to RavenLeo Liu2018-04-121-0/+4
* radeonsi: correctly parse disassembly with labelsNicolai Hähnle2018-04-111-31/+32
* radeonsi: pass -O halt_waves to umr for hang debuggingNicolai Hähnle2018-04-111-2/+2
* radeonsi: add shader binary padding for UMRMarek Olšák2018-04-101-3/+15
* radeonsi: autotools: add si_build_pm4.h in dist tarballJuan A. Suarez Romero2018-04-101-0/+1
* radeonsi/nir: tidy up si_nir_load_sampler_desc()Timothy Arceri2018-04-101-5/+3
* radeonsi/nir: set uses_bindless_images for imagesTimothy Arceri2018-04-101-1/+16
* radeonsi/nir: don't add bindless samplers/images to declared bitmasksTimothy Arceri2018-04-101-6/+6
* radeonsi: convert dispatch packet to little endianBas Vermeulen2018-04-091-12/+12
* radeonsi: correct si_vgt_param_key on big endian machinesBas Vermeulen2018-04-091-0/+13
* radeonsi: don't set RB+ registers on GFX9 chips without RB+Marek Olšák2018-04-091-6/+1
* radeonsi: Reorder checks in si_check_render_feedbackJan Vesely2018-04-051-3/+3
* radeonsi: fix a crash if ps_shader.cso is NULL in si_get_total_colormaskMarek Olšák2018-04-051-0/+3
* radeonsi: remove more R600 referencesMarek Olšák2018-04-052-2/+1
* radeonsi: try to fix mesonMarek Olšák2018-04-051-6/+33
* radeonsi: don't build libradeon.la separatelyMarek Olšák2018-04-053-2/+28
* radeonsi: clean up GET_MAX_VIEWPORT_RANGE definitionMarek Olšák2018-04-051-2/+2
* radeonsi: remove r600_common_contextMarek Olšák2018-04-0527-925/+1021
* radeonsi: remove r600_pipe_common::screenMarek Olšák2018-04-055-9/+8
* radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsiMarek Olšák2018-04-054-0/+3338
* radeonsi: move r600_gpu_load.c to si_gpu_load.cMarek Olšák2018-04-054-1/+291
* radeonsi: move r600_query.c/h files to si_query.c/hMarek Olšák2018-04-056-2/+2395
* radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.hMarek Olšák2018-04-0517-35/+202
* radeonsi: rename query definitions R600_ -> SI_Marek Olšák2018-04-051-13/+13
* radeonsi: move and rename R600_ERR out of r600_pipe_common.hMarek Olšák2018-04-054-9/+12
* radeonsi: rename a few R600/r600_ -> SI_/si_Marek Olšák2018-04-056-28/+28
* radeonsi: move definitions out of r600_pipe_common.hMarek Olšák2018-04-059-26/+102
* radeonsi: move functions out of and remove r600_pipe_common.cMarek Olšák2018-04-052-2/+148
* radeonsi: rename r600 -> si in some placesMarek Olšák2018-04-054-8/+8
* radeonsi: use si_context instead of pipe_context in parameters pt3Marek Olšák2018-04-056-44/+40
* radeonsi: use si_context instead of pipe_context in parameters pt2Marek Olšák2018-04-059-21/+18
* radeonsi: use si_context instead of pipe_context in parameters pt1Marek Olšák2018-04-0510-30/+22
* radeonsi: pass sctx to si_rebind_buffer and clean upMarek Olšák2018-04-052-11/+7
* radeonsi: use r600_common_context less pt7Marek Olšák2018-04-051-1/+1