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: add has_draw_indirect_multi flag
Nicolai Hähnle
2016-08-08
3
-1
/
+14
*
radeonsi: transpose indirect/index draw dispatch
Nicolai Hähnle
2016-08-08
1
-45
/
+31
*
radeonsi: move index buffer calculations in si_emit_draw_packets up
Nicolai Hähnle
2016-08-08
1
-9
/
+12
*
radeonsi: unify emitting PKT3_SET_BASE for indirect draws
Nicolai Hähnle
2016-08-08
1
-16
/
+9
*
radeonsi: move spi_ps_input_addr override outside of the loop
Nicolai Hähnle
2016-08-08
1
-3
/
+3
*
radeonsi: drop unnecessary u_pstipple.h include
Nicolai Hähnle
2016-08-08
1
-1
/
+0
*
radeonsi: do not pass the return type to buffer_load_const
Nicolai Hähnle
2016-08-08
1
-18
/
+18
*
radeonsi: add GLSL lit tests
Marek Olšák
2016-08-06
19
-0
/
+490
*
radeonsi: add a standalone compiler amdgcn_glslc
Marek Olšák
2016-08-06
3
-0
/
+323
*
radeonsi: add environment variable SI_FORCE_FAMILY
Marek Olšák
2016-08-06
1
-0
/
+32
*
gallium/radeon: count gfx IB flushes
Marek Olšák
2016-08-06
1
-1
/
+1
*
gallium/radeon: move radeon_winsys::cs_memory_below_limit to drivers
Marek Olšák
2016-08-06
1
-2
/
+3
*
radeonsi: flush if constant, shader, and streamout buffers use too much memory
Marek Olšák
2016-08-06
1
-15
/
+18
*
radeonsi: flush if sampler views and images use too much memory
Marek Olšák
2016-08-06
1
-19
/
+29
*
radeonsi: deal with high vertex buffer memory usage correctly
Marek Olšák
2016-08-06
3
-3
/
+10
*
radeonsi: take compute shader and dispatch indirect memory usage into account
Marek Olšák
2016-08-06
1
-0
/
+6
*
radeonsi: take scratch buffer and draw indirect memory usage into account
Marek Olšák
2016-08-06
1
-0
/
+6
*
radeonsi: check IB memory usage of CP DMA operations
Marek Olšák
2016-08-06
1
-0
/
+5
*
gallium/radeon: move last_gfx_fence from radeonsi to common code
Marek Olšák
2016-08-03
3
-7
/
+5
*
radeonsi: skip unnecessary si_update_shaders calls
Marek Olšák
2016-08-03
4
-7
/
+27
*
radeonsi: print the command line to VM fault reports (v2)
Marek Olšák
2016-08-03
1
-0
/
+3
*
radeonsi: pre-generate shader logs for ddebug
Marek Olšák
2016-07-26
4
-6
/
+34
*
radeonsi: add empty lines after shader stats
Marek Olšák
2016-07-26
1
-1
/
+1
*
radeonsi: move the shader key dumping to si_shader_dump
Marek Olšák
2016-07-26
3
-5
/
+9
*
gallium: rework flags for pipe_context::dump_debug_state
Marek Olšák
2016-07-26
1
-13
/
+19
*
radeonsi: ensure sample locations are set for line and polygon smoothing
Nicolai Hähnle
2016-07-23
1
-2
/
+1
*
radeonsi: fix Polaris MSAA regression
Nicolai Hähnle
2016-07-23
2
-15
/
+20
*
radeonsi: implement buffer_subdata without indirect calls
Marek Olšák
2016-07-23
1
-1
/
+1
*
radeonsi: advertise 8 bits subpixel precision for viewport bounds
Józef Kucia
2016-07-20
1
-1
/
+2
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
1
-0
/
+1
*
radeonsi: emit PS exports last
Marek Olšák
2016-07-19
1
-13
/
+31
*
radeonsi: set optimal settings in COMPUTE_RESOURCE_LIMITS
Marek Olšák
2016-07-19
1
-2
/
+6
*
radeonsi: really wait for the second EOP event and not the first one
Marek Olšák
2016-07-19
1
-1
/
+5
*
gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flag
Marek Olšák
2016-07-19
1
-3
/
+0
*
gallium/u_queue: add optional cleanup callback
Rob Clark
2016-07-16
1
-1
/
+2
*
radeonsi: remove the DRAW_PREAMBLE packet
Nicolai Hähnle
2016-07-16
3
-12
/
+1
*
radeonsi: report accurate SGPR and VGPR spills
Marek Olšák
2016-07-13
2
-5
/
+15
*
radeonsi: add a workaround for a compute VGPR-usage LLVM bug
Marek Olšák
2016-07-13
1
-0
/
+35
*
radeonsi: use LLVMGetTypeKind to tell if an input is an array of descriptors
Marek Olšák
2016-07-13
1
-19
/
+11
*
radeonsi: replace !tbaa with !invariant.load
Marek Olšák
2016-07-13
1
-12
/
+5
*
radeonsi: set dereferenceable attribute on descriptor arrays
Marek Olšák
2016-07-13
1
-4
/
+11
*
radeonsi: clean up shader value metadata code
Marek Olšák
2016-07-13
1
-15
/
+19
*
radeonsi: remove LLVMNoUnwindAttribute uses
Marek Olšák
2016-07-13
1
-36
/
+31
*
radeonsi: fix a typo in SI_PARAM_LINEAR_* handling
Marek Olšák
2016-07-13
1
-1
/
+1
*
radeonsi: just save buffer sizes instead of buffers while recording IBs
Marek Olšák
2016-07-13
1
-2
/
+2
*
radeonsi: silence Coverity warning
Nicolai Hähnle
2016-07-13
2
-0
/
+4
*
radeonsi: fix bad assertion in si_emit_sample_mask
Nicolai Hähnle
2016-07-09
1
-1
/
+2
*
radeonsi: disable multi-threading when shader dumps are enabled
Nicolai Hähnle
2016-07-08
1
-0
/
+1
*
radeonsi: use multi-threaded compilation in debug contexts
Nicolai Hähnle
2016-07-08
1
-4
/
+4
*
radeonsi: catch a potential state tracker error with non-MSAA FBs
Nicolai Hähnle
2016-07-08
1
-0
/
+6
[next]