index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: fix memory exhaustion issue with DCC statistics gathering with DRI2
Marek Olšák
2018-07-03
1
-3
/
+27
*
radeonsi: always put persistent buffers into GTT on radeon
Marek Olšák
2018-06-20
1
-1
/
+5
*
ac/gpu_info: add kernel_flushes_hdp_before_ib
Marek Olšák
2018-06-20
1
-4
/
+2
*
radeonsi/gfx9: fix si_get_buffer_from_descriptors for 48-bit pointers
Marek Olšák
2018-06-15
1
-2
/
+2
*
radeonsi: fix possible truncation on renderer string
Timothy Arceri
2018-06-11
1
-1
/
+1
*
radeonsi: Fix crash on shaders using MSAA image load/store
Alex Smith
2018-06-01
1
-1
/
+7
*
radeonsi: fix incorrect parentheses around VS-PS varying elimination
Marek Olšák
2018-05-30
1
-2
/
+2
*
radeonsi/gfx9: work around a GPU hang due to broken indirect indexing in LLVM
Marek Olšák
2018-05-11
1
-0
/
+9
*
radeonsi/gfx9: workaround for INTERP with indirect indexing
Marek Olšák
2018-04-30
1
-6
/
+13
*
radeonsi: generate image load/store/atomic ops using ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-131
/
+99
*
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
2018-04-20
1
-144
/
+78
*
amd/common: pass new enum ac_image_dim to ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-2
/
+48
*
radeonsi/nir: fix crash in test involving the sample mask
Nicolai Hähnle
2018-04-20
1
-1
/
+2
*
radeonsi/nir: set FS properties only when scanning a fragment shader
Nicolai Hähnle
2018-04-20
1
-1
/
+2
*
radeonsi: fix error paths of si_texture_transfer_map
Nicolai Hähnle
2018-04-20
1
-13
/
+12
*
radeonsi: add support for VegaM
Marek Olšák
2018-04-18
5
-2
/
+10
*
radeonsi/gfx9: fix a hang with an empty first IB
Marek Olšák
2018-04-18
1
-3
/
+4
*
radeonsi: don't emit partial flushes for internal CS flushes only
Marek Olšák
2018-04-16
7
-11
/
+14
*
radeonsi: implement mechanism for IBs without partial flushes at the end (v6)
Marek Olšák
2018-04-16
2
-16
/
+40
*
radeonsi: restore si_emit_cache_flush call at the end of IBs
Marek Olšák
2018-04-13
1
-0
/
+2
*
gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
Marek Olšák
2018-04-13
2
-2
/
+2
*
radeonsi: make sure CP DMA is idle at the end of IBs
Marek Olšák
2018-04-13
3
-2
/
+16
*
radeonsi: always prefetch later shaders after the draw packet
Marek Olšák
2018-04-13
3
-26
/
+75
*
radeonsi: emit shader pointers before cache flushes & waits
Marek Olšák
2018-04-13
1
-13
/
+7
*
radeonsi/gfx9: don't use the workaround for gather4 + stencil
Marek Olšák
2018-04-13
1
-2
/
+11
*
radeonsi: disable TC-compat HTILE on Tonga and Iceland
Marek Olšák
2018-04-13
1
-0
/
+7
*
radeonsi: force 2D tiling on VI only when TC-compat HTILE is really enabled
Marek Olšák
2018-04-13
1
-9
/
+7
*
radeonsi: don't flush HTILE if there is no HTILE clear
Marek Olšák
2018-04-13
1
-2
/
+2
*
radeonsi: merge 2 identical if statements in si_clear
Marek Olšák
2018-04-13
1
-9
/
+2
*
radeonsi: don't do GFX-specific texture decompression for compute
Marek Olšák
2018-04-13
1
-10
/
+10
*
radeonsi: simplify generating the renderer string
Marek Olšák
2018-04-13
1
-11
/
+8
*
radeonsi: use PIPE_FORMAT_P016 format for VP9 profile2
Leo Liu
2018-04-12
1
-1
/
+2
*
radeonsi: cap VP9 support to progressive buffer
Leo Liu
2018-04-12
1
-0
/
+2
*
radeonsi: cap VP9 support to Raven
Leo Liu
2018-04-12
1
-0
/
+4
*
radeonsi: correctly parse disassembly with labels
Nicolai Hähnle
2018-04-11
1
-31
/
+32
*
radeonsi: pass -O halt_waves to umr for hang debugging
Nicolai Hähnle
2018-04-11
1
-2
/
+2
*
radeonsi: add shader binary padding for UMR
Marek Olšák
2018-04-10
1
-3
/
+15
*
radeonsi: autotools: add si_build_pm4.h in dist tarball
Juan A. Suarez Romero
2018-04-10
1
-0
/
+1
*
radeonsi/nir: tidy up si_nir_load_sampler_desc()
Timothy Arceri
2018-04-10
1
-5
/
+3
*
radeonsi/nir: set uses_bindless_images for images
Timothy Arceri
2018-04-10
1
-1
/
+16
*
radeonsi/nir: don't add bindless samplers/images to declared bitmasks
Timothy Arceri
2018-04-10
1
-6
/
+6
*
radeonsi: convert dispatch packet to little endian
Bas Vermeulen
2018-04-09
1
-12
/
+12
*
radeonsi: correct si_vgt_param_key on big endian machines
Bas Vermeulen
2018-04-09
1
-0
/
+13
*
radeonsi: don't set RB+ registers on GFX9 chips without RB+
Marek Olšák
2018-04-09
1
-6
/
+1
*
radeonsi: Reorder checks in si_check_render_feedback
Jan Vesely
2018-04-05
1
-3
/
+3
*
radeonsi: fix a crash if ps_shader.cso is NULL in si_get_total_colormask
Marek Olšák
2018-04-05
1
-0
/
+3
*
radeonsi: remove more R600 references
Marek Olšák
2018-04-05
2
-2
/
+1
*
radeonsi: try to fix meson
Marek Olšák
2018-04-05
1
-6
/
+33
*
radeonsi: don't build libradeon.la separately
Marek Olšák
2018-04-05
3
-2
/
+28
*
radeonsi: clean up GET_MAX_VIEWPORT_RANGE definition
Marek Olšák
2018-04-05
1
-2
/
+2
[next]