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: 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
*
radeonsi/gfx10: use the new scan converter when binning is disabled
Marek Olšák
2019-07-09
1
-0
/
+11
*
radeonsi: use BREAK_BATCH instead of FLUSH_DFSM when CB_TARGET_MASK changes
Marek Olšák
2019-07-09
1
-2
/
+2
*
radeonsi/gfx10: set more registers and fields
Marek Olšák
2019-07-09
1
-0
/
+12
*
radeonsi/gfx10: enable LATE_ALLOC_GS
Marek Olšák
2019-07-09
1
-6
/
+23
*
radeonsi/gfx10: enable 1D textures
Marek Olšák
2019-07-09
1
-1
/
+1
*
radeonsi: update DCC settings from PAL
Marek Olšák
2019-07-09
1
-9
/
+4
*
radeonsi: enable RB+ for pixel shaders with no/non-contiguous color outputs
Marek Olšák
2019-07-09
1
-1
/
+14
*
radeonsi/gfx10: disable clear state
Nicolai Hähnle
2019-07-03
1
-4
/
+0
*
radeonsi/gfx10: implement si_shader_vs
Marek Olšák
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: cosmetic changes
Marek Olšák
2019-07-03
1
-9
/
+9
*
radeonsi/gfx10: set cache control registers
Marek Olšák
2019-07-03
1
-0
/
+19
*
radeonsi/gfx10: export correct PrimitiveID from NGG vertex shaders
Marek Olšák
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: set PA_SC_TILE_STEERING_OVERRIDE
Marek Olšák
2019-07-03
1
-0
/
+2
*
radeonsi/gfx10: add a workaround for stencil HTILE with mipmapping
Marek Olšák
2019-07-03
1
-5
/
+6
*
radeonsi/gfx10: fix GL_LINE polygon mode for decomposed primitives
Marek Olšák
2019-07-03
1
-1
/
+0
*
radeonsi/gfx10: fix intensity formats
Marek Olšák
2019-07-03
1
-2
/
+2
*
radeonsi/gfx10: enable the workaround for unaligned vertex fetch
Nicolai Hähnle
2019-07-03
1
-1
/
+3
*
radeonsi/gfx10: apply DCC MSAA blend workaround
Nicolai Hähnle
2019-07-03
1
-3
/
+1
*
radeonsi/gfx10: implement si_create_sampler_state
Nicolai Hähnle
2019-07-03
1
-5
/
+10
*
radeonsi/gfx10: mask DCC tile swizzle by alignment
Nicolai Hähnle
2019-07-03
1
-1
/
+4
[next]