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: set CB_COLORn_INFO.ROUND_MODE
Marek Olšák
2016-08-10
1
-0
/
+5
*
radeonsi: set CB_COLORn_INFO.SIMPLE_FLOAT
Marek Olšák
2016-08-10
1
-0
/
+1
*
radeonsi: disallow MIN/MAX blend equations for dual source blending
Marek Olšák
2016-08-10
1
-0
/
+10
*
radeonsi: only set dual source blending for MRT0
Marek Olšák
2016-08-10
1
-0
/
+4
*
gallium/radeon: implement ARB_clear_texture (v3)
Marek Olšák
2016-08-10
1
-1
/
+1
*
gallium/radeon: handle render_condition_enable for clear_rt/ds
Marek Olšák
2016-08-10
1
-2
/
+4
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-2
/
+4
*
radeonsi: enable multi-draw related pipe caps
Nicolai Hähnle
2016-08-09
1
-3
/
+5
*
radeonsi: program additional multi draw parameters
Nicolai Hähnle
2016-08-09
1
-5
/
+25
*
radeonsi: program the DRAWID SGPR
Nicolai Hähnle
2016-08-09
2
-4
/
+7
*
radeonsi: add DRAWID parameter to vertex shaders
Nicolai Hähnle
2016-08-09
2
-2
/
+10
*
radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCE
Nicolai Hähnle
2016-08-09
1
-0
/
+5
*
radeonsi: remove an incorrect assertion
Nicolai Hähnle
2016-08-09
1
-2
/
+0
*
radeonsi: flush TC L2 cache for indirect draw data
Nicolai Hähnle
2016-08-09
2
-4
/
+9
*
radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packets
Nicolai Hähnle
2016-08-09
1
-0
/
+3
*
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
[next]