index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: add back the USE_MININUM_PRIORITY flag to the low-prio compiler queue
Marek Olšák
2017-07-18
1
-1
/
+2
*
radeonsi/gfx9: add VM fault dmesg parser support
Marek Olšák
2017-07-17
1
-6
/
+23
*
radeonsi: automatically resize shader compiler thread queues when they are full
Marek Olšák
2017-07-17
1
-8
/
+4
*
radeonsi: expose ARB_timer_query unconditionally
Marek Olšák
2017-07-17
1
-5
/
+2
*
radeonsi: prevent a crash with DBG_CHECK_VM and u_threaded_context
Marek Olšák
2017-07-17
1
-4
/
+6
*
radeonsi: simplify computation of tessellation offchip buffers
Marek Olšák
2017-07-17
1
-15
/
+4
*
radeonsi/gfx9: add workarounds to avoid VGPR indexing completely
Marek Olšák
2017-07-17
3
-8
/
+21
*
radeonsi: emit param exports after position exports
Marek Olšák
2017-07-17
1
-3
/
+3
*
radeonsi: move building parameter exports into a separate function
Marek Olšák
2017-07-17
1
-84
/
+78
*
radeonsi: don't use info.num_inputs when it's unused
Marek Olšák
2017-07-17
1
-1
/
+1
*
radeonsi: add si_build_fs_interp helper
Marek Olšák
2017-07-17
1
-61
/
+39
*
radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target
Marek Olšák
2017-07-17
3
-45
/
+1
*
radeonsi: don't call gallivm_init_llvm_targets
Marek Olšák
2017-07-17
1
-1
/
+0
*
radeonsi/gfx9: fix crash building monolithic merged ES-GS shader
Nicolai Hähnle
2017-07-13
1
-3
/
+6
*
gallium: use "ull" number suffix to keep the QtCreator parser happy
Marek Olšák
2017-07-10
4
-9
/
+9
*
radeonsi: fix invalidating bindless buffer descriptors
Samuel Pitoiset
2017-07-07
1
-2
/
+2
*
radeonsi: set COMPUTE_DISPATCH_INITIATOR.ORDER_MODE = 1
Marek Olšák
2017-06-29
1
-1
/
+4
*
radeonsi: use the DISPATCH packets to force COMPUTE_START_X/Y/Z = 0
Marek Olšák
2017-06-29
1
-7
/
+6
*
Android: use symlinks for driver loading
Rob Herring
2017-06-29
1
-0
/
+1
*
radeonsi: move instance divisors into a constant buffer
Marek Olšák
2017-06-27
7
-28
/
+93
*
radeonsi: check nr_cbufs in other places before flushing CB
Marek Olšák
2017-06-27
1
-2
/
+4
*
radeonsi: use #pragma pack to pack si_shader_key
Marek Olšák
2017-06-27
1
-0
/
+8
*
Revert "radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs"
Marek Olšák
2017-06-27
3
-10
/
+6
*
Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inpu...
Marek Olšák
2017-06-27
3
-14
/
+5
*
radeonsi: don't flush and wait for CB after depth-only rendering
Marek Olšák
2017-06-26
1
-1
/
+4
*
radeonsi: support indirect indexing in INTERP_* opcodes
Nicolai Hähnle
2017-06-26
1
-20
/
+58
*
radeonsi/gfx9: don't overallocate shader binaries
Marek Olšák
2017-06-24
1
-6
/
+0
*
radeonsi: unreference vertex buffers when destroying the context
Marek Olšák
2017-06-23
1
-0
/
+2
*
radeonsi: implement the workaround for Rocket League - postponed TGSI kill
Marek Olšák
2017-06-23
3
-0
/
+31
*
gallium/radeon: pass create_screen flags to r600_common_screen_init
Marek Olšák
2017-06-23
2
-3
/
+5
*
Revert "radeonsi: don't emit partial flushes at the end of IBs (v2)"
Marek Olšák
2017-06-23
1
-9
/
+5
*
radeonsi/gfx9: don't ever flush the TC metadata cache
Marek Olšák
2017-06-22
1
-10
/
+3
*
radeonsi/gfx9: use TC L2 for fast color clear with CP DMA
Marek Olšák
2017-06-22
1
-2
/
+5
*
radeonsi: don't emit partial flushes at the end of IBs (v2)
Marek Olšák
2017-06-22
1
-5
/
+9
*
radeonsi: use the correct LLVMTargetMachineRef in si_build_shader_variant
Nicolai Hähnle
2017-06-22
1
-6
/
+22
*
radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fence
Marek Olšák
2017-06-22
3
-8
/
+28
*
radeonsi/gfx9: enable the constant engine
Marek Olšák
2017-06-22
1
-4
/
+1
*
radeonsi/gfx9: indirect buffers and all CP packets use TC L2
Marek Olšák
2017-06-22
4
-13
/
+21
*
radeonsi: flush CB after MSAA only when transitioning from CB to textures
Marek Olšák
2017-06-22
2
-14
/
+60
*
radeonsi: unify CB_RESOLVE blitter invocation code
Marek Olšák
2017-06-22
1
-17
/
+18
*
radeonsi: flush DB caches only when transitioning from DB to texturing
Marek Olšák
2017-06-22
5
-25
/
+56
*
radeonsi: add separate HUD counters for CB and DB cache flushes
Marek Olšák
2017-06-22
1
-3
/
+4
*
radeonsi: set correct usage flag according to image access type
Samuel Pitoiset
2017-06-20
1
-1
/
+3
*
radeonsi: update all resident texture descriptors when needed
Samuel Pitoiset
2017-06-20
1
-57
/
+104
*
radeonsi: keep track of the sampler state for texture handles
Samuel Pitoiset
2017-06-20
2
-0
/
+2
*
radeonsi: fix dumping shader descriptors into ddebug logs
Marek Olšák
2017-06-19
1
-35
/
+41
*
radeonsi: add a workaround for inexact SNORM8 blitting again
Marek Olšák
2017-06-19
1
-0
/
+37
*
radeonsi/gfx9: fix TC-compatible stencil compression
Marek Olšák
2017-06-19
1
-0
/
+6
*
radeonsi/gfx9: fix TXF_LZ with 1D textures
Marek Olšák
2017-06-19
1
-1
/
+2
*
radeonsi/gfx9: disable sparse buffers
Marek Olšák
2017-06-19
1
-0
/
+3
[next]