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
/
si_state.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add FMASK slots for shader images (for MSAA images)
Marek Olšák
2019-10-09
1
-4
/
+7
*
radeonsi/gfx10: set PA_CL_VS_OUT_CNTL with CONTEXT_REG_RMW to fix edge flags
Marek Olšák
2019-08-27
1
-1
/
+10
*
radeonsi/gfx10: fix the PRIMITIVES_GENERATED query if using legacy streamout
Marek Olšák
2019-08-27
1
-0
/
+1
*
radeonsi: move some global shader cache flags to per-binary flags
Marek Olšák
2019-08-27
1
-1
/
+1
*
radeonsi/gfx10: fix the legacy pipeline by storing as_ngg in the shader cache
Marek Olšák
2019-08-27
1
-1
/
+1
*
radeonsi: DCC MSAA blending bug - include logic op, limit to Navi14 and older
Marek Olšák
2019-08-06
1
-0
/
+1
*
radeonsi: simplify si_get_input_prim and remove incorrect TODO comment
Marek Olšák
2019-07-23
1
-2
/
+1
*
radeonsi/gfx10: update a tunable max_es_verts_base for NGG
Marek Olšák
2019-07-19
1
-1
/
+2
*
radeonsi/gfx10: consolidate & improve input_prim determination for NGG
Marek Olšák
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: export correct PrimitiveID from NGG vertex shaders
Marek Olšák
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: fix GL_LINE polygon mode for decomposed primitives
Marek Olšák
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: implement streamout-related queries
Nicolai Hähnle
2019-07-03
1
-0
/
+3
*
radeonsi/gfx10: emit VGT_GS_OUT_PRIM_TYPE from draw and add it to VS_STATE
Nicolai Hähnle
2019-07-03
1
-2
/
+1
*
radeonsi/gfx10: implement gfx10_shader_ngg
Nicolai Hähnle
2019-07-03
1
-1
/
+5
*
radeonsi/gfx10: implement gfx10_emit_cache_flush
Nicolai Hähnle
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: add pipe_screen::make_texture_descriptor
Nicolai Hähnle
2019-07-03
1
-12
/
+0
*
radeonsi: make si_restore_qbo_state externally available
Nicolai Hähnle
2019-07-03
1
-0
/
+1
*
radeonsi: remove old_va parameter from si_rebind_buffer by remembering offsets
Marek Olšák
2019-05-16
1
-2
/
+2
*
radeonsi: invalidate caches at the beginning of the prim discard compute IB
Marek Olšák
2019-05-16
1
-0
/
+2
*
radeonsi: cull primitives with async compute for large draw calls
Marek Olšák
2019-05-16
1
-0
/
+5
*
radeonsi: make some functions non-static
Marek Olšák
2019-05-16
1
-0
/
+15
*
radeonsi: allow si_shader_select_with_key to return an optimized shader or fail
Marek Olšák
2019-05-16
1
-0
/
+7
*
radeonsi: move si_*_descriptors_idx functions into si_state.h
Marek Olšák
2019-05-16
1
-0
/
+14
*
radeonsi: overhaul the vertex fetch fixup mechanism
Nicolai Hähnle
2019-05-13
1
-0
/
+19
*
radeonsi: set sampler state and view functions for compute-only contexts
Marek Olšák
2019-05-01
1
-1
/
+1
*
radeonsi/gfx9: set that window_rectangles always roll the context
Marek Olšák
2019-04-25
1
-1
/
+2
*
radeonsi: delay adding BOs at the beginning of IBs until the first draw
Marek Olšák
2019-04-23
1
-1
/
+2
*
radeonsi: set exact shader buffer read/write usage in CS
Marek Olšák
2019-04-04
1
-2
/
+1
*
radeonsi: always use compute rings for clover on CI and newer (v2)
Marek Olšák
2019-02-26
1
-0
/
+1
*
radeonsi: rename rbo, rbuffer to buf or buffer
Marek Olšák
2019-01-22
1
-1
/
+1
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
1
-4
/
+4
*
radeonsi: add an si_set_rw_shader_buffer convenience function
Nicolai Hähnle
2018-12-19
1
-0
/
+2
*
radeonsi: add si_init_draw_functions and make some functions static
Nicolai Hähnle
2018-12-19
1
-9
/
+1
*
radeonsi: track context rolls better for the Vega scissor bug workaround
Marek Olšák
2018-10-16
1
-14
/
+3
*
radeonsi: use faster integer division for instance divisors
Marek Olšák
2018-10-16
1
-1
/
+1
*
radeonsi: move emission of PA_SU_VTX_CNTL into emit_guardband
Marek Olšák
2018-10-16
1
-0
/
+2
*
radeonsi: set PA_SU_PRIM_FILTER_CNTL optimally
Marek Olšák
2018-10-16
1
-0
/
+1
*
radeonsi: center viewport to improve guardband clipping for high resolutions
Marek Olšák
2018-10-16
1
-0
/
+2
*
radeonsi:optimizing SET_CONTEXT_REG for shaders vgt_vertex_reuse
Sonny Jiang
2018-10-05
1
-0
/
+1
*
radeonsi:optimizing SET_CONTEXT_REG for shaders Tessellation
Sonny Jiang
2018-10-05
1
-0
/
+1
*
radeonsi:optimizing SET_CONTEXT_REG for shaders PS
Sonny Jiang
2018-10-05
1
-0
/
+11
*
radeonsi:optimizing SET_CONTEXT_REG for shaders VS
Sonny Jiang
2018-10-05
1
-0
/
+6
*
radeonsi:optimizing SET_CONTEXT_REG for shaders GS
Sonny Jiang
2018-10-05
1
-1
/
+18
*
radeonsi: optimizing SET_CONTEXT_REG for shaders ES
Sonny Jiang
2018-10-05
1
-7
/
+2
*
radeonsi: move internal TGSI shaders into si_shaderlib_tgsi.c
Marek Olšák
2018-08-14
1
-2
/
+0
*
radeonsi: implement EXT_window_rectangles
Marek Olšák
2018-08-14
1
-0
/
+3
*
radeonsi: emit_spi_map packets optimization
Sonny Jiang
2018-07-20
1
-0
/
+1
*
radeonsi: emit_guardband packets optimization
Sonny Jiang
2018-07-18
1
-0
/
+5
*
radeonsi: enable shader caching for compute shaders
Marek Olšák
2018-06-28
1
-0
/
+6
*
radeonsi: unify duplicated code for initial shader compilation
Marek Olšák
2018-06-28
1
-0
/
+4
[next]