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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: don't update states for the DCC MSAA bug on GFX6-7
Marek Olšák
2020-02-10
1
-2
/
+2
*
radeonsi: fix the DCC MSAA bug workaround
Marek Olšák
2020-02-10
1
-1
/
+1
*
radeonsi: don't report that multi-plane formats are supported
Marek Olšák
2020-02-07
1
-7
/
+0
*
radeonsi/gfx10: rewrite late alloc computation
Marek Olšák
2020-01-20
1
-39
/
+33
*
radeonsi/gfx10: implement NGG culling for 4x wave32 subgroups
Marek Olšák
2020-01-20
1
-0
/
+1
*
radeonsi/gfx10: move GE_PC_ALLOC setting to shader states
Marek Olšák
2020-01-20
1
-13
/
+0
*
radeonsi: drop the negation from fmask_is_not_identity
Pierre-Eric Pelloux-Prayer
2020-01-15
1
-1
/
+1
*
radeonsi: fork tgsi_shader_info and tgsi_tessctrl_info
Marek Olšák
2020-01-14
1
-1
/
+1
*
radeonsi: put up to 5 VBO descriptors into user SGPRs
Marek Olšák
2020-01-13
1
-3
/
+14
*
radeonsi: simplify si_set_vertex_buffers
Marek Olšák
2020-01-13
1
-7
/
+8
*
radeonsi: add si_context::num_vertex_elements
Marek Olšák
2020-01-13
1
-0
/
+1
*
radeonsi: rename desc_list_byte_size -> vb_desc_list_alloc_size
Marek Olšák
2020-01-13
1
-1
/
+1
*
ac/gpu_info: add pc_lines and use it in radeonsi
Marek Olšák
2020-01-08
1
-1
/
+1
*
radeonsi: determine accurately if line stippling is enabled for performance
Marek Olšák
2020-01-08
1
-3
/
+4
*
radeonsi: test polygon mode enablement accurately
Marek Olšák
2020-01-08
1
-2
/
+4
*
ac: declare an enum for the OOB select field on GFX10
Samuel Pitoiset
2019-12-19
1
-1
/
+1
*
radeonsi: disallow compute-based culling if polygon mode is enabled
Marek Olšák
2019-12-16
1
-2
/
+3
*
radeonsi: don't rely on CLEAR_STATE to set PA_SC_GENERIC_SCISSOR_*
Marek Olšák
2019-12-10
1
-3
/
+5
*
radeonsi: dcc dirty flag
Pierre-Eric Pelloux-Prayer
2019-12-10
1
-0
/
+4
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-2
/
+2
*
radeonsi: enable MSAA shader images
Marek Olšák
2019-10-09
1
-3
/
+0
*
radeonsi: expand FMASK before MSAA image stores are used
Marek Olšák
2019-10-09
1
-1
/
+3
*
radeonsi: allocate planar multimedia formats in 1 buffer
Marek Olšák
2019-10-09
1
-0
/
+7
*
ac: move PBB MAX_ALLOC_COUNT into radeon_info
Marek Olšák
2019-09-18
1
-31
/
+1
*
radeonsi: remove redundant si_texture offset and size fields
Marek Olšák
2019-09-09
1
-19
/
+19
*
Revert "radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu"
Thong Thai
2019-08-29
1
-7
/
+4
*
radeonsi: unbind blend/DSA/rasterizer state correctly in delete functions
Marek Olšák
2019-08-27
1
-1
/
+9
*
radeonsi/gfx10: set PA_CL_VS_OUT_CNTL with CONTEXT_REG_RMW to fix edge flags
Marek Olšák
2019-08-27
1
-6
/
+14
*
radeonsi/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0
Marek Olšák
2019-08-27
1
-1
/
+2
*
ac: add has_msaa_sample_loc_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-2
/
+2
*
ac: add rbplus_allowed to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-3
/
+3
*
ac: add has_rbplus to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
ac: add has_dcc_constant_encode to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
ac: add has_clear_state to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
ac,radv,radeonsi: remove LLVM 7 support
Samuel Pitoiset
2019-08-23
1
-8
/
+1
*
radeonsi/gfx10: don't set PA_SC_TILE_STEERING_OVERRIDE if CLEAR_STATE sets it
Marek Olšák
2019-08-19
1
-2
/
+5
*
radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu
Marek Olšák
2019-08-19
1
-4
/
+7
*
radeonsi: add support for Renoir
Marek Olšák
2019-08-14
1
-0
/
+1
*
radeonsi: fix S_028C48_MAX_ALLOC_COUNT value
Pierre-Eric Pelloux-Prayer
2019-08-07
1
-1
/
+1
*
radeonsi/gfx10: enable all CUs for GS if NGG is never used
Marek Olšák
2019-08-06
1
-2
/
+4
*
radeonsi/gfx10: disable LATE_ALLOC_GS on Navi14
Marek Olšák
2019-08-06
1
-1
/
+8
*
radeonsi/gfx10: implement a bug workaround for GE_PC_ALLOC
Marek Olšák
2019-08-06
1
-0
/
+12
*
radeonsi: make sure that rasterizer state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-14
/
+9
*
radeonsi: make sure that DSA state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-7
/
+5
*
radeonsi: make sure that blend state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-23
/
+12
*
radeonsi: DCC MSAA blending bug - include logic op, limit to Navi14 and older
Marek Olšák
2019-08-06
1
-2
/
+8
*
radeonsi: determine accurately whether logic op is enabled
Marek Olšák
2019-08-06
1
-3
/
+5
*
radeonsi: adjust RB+ blend optimization settings
Marek Olšák
2019-07-30
1
-3
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-7
/
+7
*
radeonsi: initialize scissor registers etc. without clear state
Marek Olšák
2019-07-19
1
-1
/
+1
[next]