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_shaders.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add dummy implementation of si_nir_scan_tess_ctrl()
Timothy Arceri
2018-01-05
1
-0
/
+1
*
radeonsi: fix alpha-to-coverage if color writes are disabled
Józef Kucia
2018-01-04
1
-0
/
+3
*
amd/common: add ac_vgt_gs_mode() helper
Samuel Pitoiset
2017-12-18
1
-29
/
+3
*
amd/common: add ac_get_cb_shader_mask() helper
Samuel Pitoiset
2017-12-18
1
-33
/
+1
*
radeonsi: make use of ac_get_spi_shader_z_format()
Samuel Pitoiset
2017-12-14
1
-1
/
+2
*
r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*
Marek Olšák
2017-11-29
1
-2
/
+2
*
radeonsi: remove r600_common_screen
Marek Olšák
2017-11-29
1
-30
/
+30
*
radeonsi: move shader debug helpers out of r600_pipe_common.c
Marek Olšák
2017-11-29
1
-1
/
+1
*
radeonsi: remove some definitions and helpers from r600_pipe_common.h
Marek Olšák
2017-11-29
1
-2
/
+2
*
radeonsi: always use async compiles when creating shader/compute states
Nicolai Hähnle
2017-11-09
1
-17
/
+25
*
radeonsi: move pipe debug callback to si_context
Nicolai Hähnle
2017-11-09
1
-3
/
+3
*
radeonsi: reduce the scope of sel->mutex in si_shader_select_with_key
Nicolai Hähnle
2017-11-09
1
-4
/
+4
*
radeonsi: use ready fences on all shaders, not just optimized ones
Nicolai Hähnle
2017-11-09
1
-25
/
+63
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
1
-4
/
+0
*
radeonsi: use postponed KILL only when derivatives are used
Marek Olšák
2017-10-24
1
-0
/
+6
*
radeonsi: import r600_streamout from drivers/radeon
Marek Olšák
2017-10-09
1
-2
/
+2
*
radeonsi: enumerize DBG flags
Marek Olšák
2017-10-09
1
-2
/
+2
*
radeonsi: don't change viewport for blits, use window-space positions
Marek Olšák
2017-10-07
1
-0
/
+1
*
radeonsi: minor cleanup of si_update_vs_writes_viewport_index
Marek Olšák
2017-10-07
1
-3
/
+3
*
radeonsi: use new VS blit shaders (VS inputs in SGPRs)
Marek Olšák
2017-10-07
1
-0
/
+1
*
radeonsi: add VS blit shader creation
Marek Olšák
2017-10-07
1
-2
/
+73
*
radeonsi: simplify the signature of si_update_vs_writes_viewport_index
Nicolai Hähnle
2017-10-02
1
-3
/
+3
*
radeonsi: move current_rast_prim into si_context
Nicolai Hähnle
2017-10-02
1
-4
/
+4
*
radeonsi: move and rename scissor and viewport state and functions
Nicolai Hähnle
2017-10-02
1
-3
/
+3
*
radeonsi: move current_rast_prim to r600_common_context
Nicolai Hähnle
2017-10-02
1
-4
/
+4
*
radeonsi/gfx9: fix geometry shaders without output vertices
Nicolai Hähnle
2017-09-29
1
-3
/
+5
*
r600: fork and import gallium/radeon
Marek Olšák
2017-09-26
1
-9
/
+9
*
radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUs
Nicolai Hähnle
2017-09-18
1
-0
/
+7
*
radeonsi: hard-code pixel center for interpolateAtSample without multisample ...
Nicolai Hähnle
2017-09-13
1
-0
/
+3
*
radeonsi: apply a mask to gl_SampleMaskIn in the PS prolog
Nicolai Hähnle
2017-09-13
1
-0
/
+6
*
radeonsi: make si_init_shader_selector_async static
Nicolai Hähnle
2017-09-13
1
-1
/
+1
*
radeonsi: optimize TCS epilog when invocation 0 writes tess factors
Marek Olšák
2017-09-11
1
-0
/
+3
*
radeonsi/gfx9: don't read LS out vertex stride from an SGPR in monolithic HS
Marek Olšák
2017-09-07
1
-1
/
+6
*
radeonsi/gfx9: proper workaround for LS/HS VGPR initialization bug
Nicolai Hähnle
2017-09-06
1
-0
/
+9
*
radeonsi/gfx9: implement primitive binning
Marek Olšák
2017-09-05
1
-0
/
+2
*
radeonsi: eliminate PS color outputs when colormask kills them
Marek Olšák
2017-09-04
1
-0
/
+1
*
radeonsi: stop leaking nir
Timothy Arceri
2017-08-29
1
-0
/
+1
*
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
1
-1
/
+1
*
radeonsi: emit VGT_REUSE_OFF in the right place
Marek Olšák
2017-08-22
1
-2
/
+9
*
radeonsi/gfx9: don't use GS scenario A for VS writing ViewportIndex
Marek Olšák
2017-08-22
1
-7
/
+3
*
radeonsi/gfx9: prevent shader-db crashes
Marek Olšák
2017-08-22
1
-1
/
+11
*
radeonsi: make si_shader_selector_reference globally visible
Nicolai Hähnle
2017-08-22
1
-15
/
+2
*
radeonsi: add a separate dirty mask for prefetches
Marek Olšák
2017-08-07
1
-2
/
+31
*
radeonsi: add and use si_pm4_state_enabled_and_changed
Marek Olšák
2017-08-07
1
-6
/
+6
*
radeonsi: de-atomize L2 prefetch
Marek Olšák
2017-08-07
1
-1
/
+1
*
radeonsi: tweak next-shader assumptions when streamout is used
Nicolai Hähnle
2017-07-31
1
-5
/
+11
*
radeonsi/nir: perform lowering of input/output driver locations
Nicolai Hähnle
2017-07-31
1
-0
/
+2
*
radeonsi: bypass the shader cache for NIR shaders
Nicolai Hähnle
2017-07-31
1
-2
/
+3
*
radeonsi: scan NIR shaders to obtain required info
Nicolai Hähnle
2017-07-31
1
-6
/
+17
*
radeonsi: simplify computation of tessellation offchip buffers
Marek Olšák
2017-07-17
1
-15
/
+4
[next]