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: num_records is in units of stride for swizzled buffers even on VI
Nicolai Hähnle
2017-01-12
1
-2
/
+0
*
ac/debug: Dump indirect buffers.
Bas Nieuwenhuizen
2017-01-09
1
-3
/
+6
*
ac/debug: Move IB decode to common code.
Bas Nieuwenhuizen
2017-01-09
3
-332
/
+15
*
ac/debug: Move sid_tables.h generation to common code.
Bas Nieuwenhuizen
2017-01-09
3
-308
/
+1
*
radeonsi: fix the Witcher 2 black transitions
Marek Olšák
2017-01-09
1
-2
/
+13
*
radeonsi: set si_shader_context::input_decls for ranged decls correctly
Marek Olšák
2017-01-09
1
-1
/
+4
*
radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUG
Marek Olšák
2017-01-09
5
-13
/
+15
*
radeonsi: add TC L2 prefetch for shaders and VBO descriptors
Marek Olšák
2017-01-06
3
-1
/
+50
*
radeonsi: add CP DMA flags for greater control over synchronization
Marek Olšák
2017-01-06
3
-16
/
+31
*
radeonsi: cleanly communicate which CP DMA packet is first
Marek Olšák
2017-01-06
1
-11
/
+21
*
radeonsi: add HUD queries for cache flush stats
Marek Olšák
2017-01-06
1
-0
/
+5
*
radeonsi: don't count fast clears and prefetches into CP DMA stats
Marek Olšák
2017-01-06
1
-2
/
+6
*
radeonsi: don't wait for compute shaders in texture_barrier
Marek Olšák
2017-01-06
1
-2
/
+1
*
radeonsi: assume that a TES without POSITION precedes GS
Marek Olšák
2017-01-06
1
-1
/
+2
*
radeonsi: unduplicate VS color export code
Marek Olšák
2017-01-06
1
-9
/
+2
*
radeonsi: clean up more HAVE_LLVM #ifdefs
Marek Olšák
2017-01-06
1
-8
/
+11
*
radeonsi: turn SDMA IBs into de-facto preambles of GFX IBs
Marek Olšák
2017-01-05
1
-4
/
+16
*
radeonsi: implement SDMA-based buffer clearing for SI
Marek Olšák
2017-01-05
2
-1
/
+41
*
radeonsi: do all math in bytes in SI DMA code
Marek Olšák
2017-01-05
1
-17
/
+17
*
gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_space
Marek Olšák
2017-01-05
2
-10
/
+0
*
radeonsi: inline cik_sdma_do_copy_buffer
Marek Olšák
2017-01-05
1
-28
/
+16
*
radeonsi: also wait for SDMA in the clear_buffer CPU fallback
Marek Olšák
2017-01-05
1
-3
/
+2
*
radeonsi: simplify r600_resource typecasts in si_clear_buffer
Marek Olšák
2017-01-05
1
-5
/
+5
*
radeonsi: always use SDMA for big buffer clears and first buffer uses
Marek Olšák
2017-01-05
1
-0
/
+20
*
radeonsi: implement SDMA-based buffer clearing for CIK-VI
Marek Olšák
2017-01-05
1
-0
/
+42
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
1
-2
/
+0
*
radeonsi: update clip_regs if clip_disable changes to fix a hang
Marek Olšák
2017-01-05
1
-0
/
+5
*
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
2017-01-05
1
-0
/
+1
*
radeonsi: capitalize VM hex addr when dumping buffer list
Samuel Pitoiset
2017-01-04
1
-1
/
+1
*
radeonsi: Bugfix needed for hashcat
Christian Inci
2016-12-22
1
-5
/
+7
*
radeonsi: fix gl_ClipDistance and gl_ClipVertex for points
Nicolai Hähnle
2016-12-22
1
-2
/
+10
*
radeonsi: only set VS_OUT_MISC_SIDE_BUS_ENA when the misc vector is used
Nicolai Hähnle
2016-12-22
1
-5
/
+6
*
radeonsi: add Polaris12 support (v3)
Junwei Zhang
2016-12-21
2
-0
/
+2
*
radeonsi: shrink the GSVS ring to account for the reduced item sizes
Nicolai Hähnle
2016-12-12
1
-1
/
+1
*
radeonsi: shrink each vertex stream to the actually required size
Nicolai Hähnle
2016-12-12
2
-25
/
+40
*
radeonsi: use a single descriptor for the GSVS ring
Nicolai Hähnle
2016-12-12
4
-50
/
+67
*
radeonsi: pack GS output components for each vertex stream contiguously
Nicolai Hähnle
2016-12-12
1
-3
/
+8
*
radeonsi: do not write non-existent components through the GSVS ring
Nicolai Hähnle
2016-12-12
1
-2
/
+4
*
radeonsi: only write values belonging to the stream when emitting GS vertex
Nicolai Hähnle
2016-12-12
1
-0
/
+3
*
radeonsi: generate an explicit switch instruction over vertex streams
Nicolai Hähnle
2016-12-12
1
-8
/
+13
*
radeonsi: fetch only outputs of current vertex stream from the GSVS ring
Nicolai Hähnle
2016-12-12
1
-16
/
+25
*
radeonsi: only export from GS copy shader for vertex stream 0
Nicolai Hähnle
2016-12-12
1
-12
/
+19
*
radeonsi: do not export VS outputs from vertex streams != 0
Nicolai Hähnle
2016-12-12
1
-0
/
+6
*
radeonsi: pull iteration over vertex streams into GS copy shader logic
Nicolai Hähnle
2016-12-12
1
-25
/
+37
*
radeonsi: group streamout writes by vertex stream
Nicolai Hähnle
2016-12-12
1
-10
/
+22
*
radeonsi: load the streamout buf descriptors closer to their use
Nicolai Hähnle
2016-12-12
1
-14
/
+11
*
radeonsi: extract writing of a single streamout output
Nicolai Hähnle
2016-12-12
1
-39
/
+52
*
radeonsi: separate the call to si_llvm_emit_streamout from exports
Nicolai Hähnle
2016-12-12
1
-4
/
+4
*
radeonsi: plumb the output vertex_stream through to si_shader_output_values
Nicolai Hähnle
2016-12-12
1
-1
/
+9
*
radeonsi: rename members of si_shader_output_values
Nicolai Hähnle
2016-12-12
1
-8
/
+8
[next]