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: don't emit partial flushes for internal CS flushes only
Marek Olšák
2018-04-16
1
-2
/
+2
*
radeonsi: remove r600_common_context
Marek Olšák
2018-04-05
1
-49
/
+49
*
radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.h
Marek Olšák
2018-04-05
1
-3
/
+1
*
radeonsi: move and rename R600_ERR out of r600_pipe_common.h
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: move definitions out of r600_pipe_common.h
Marek Olšák
2018-04-05
1
-4
/
+4
*
radeonsi: use si_context instead of pipe_context in parameters pt1
Marek Olšák
2018-04-05
1
-6
/
+5
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi: switch radeon_add_to_buffer_list parameter to si_context
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: flatten / remove struct r600_ring
Marek Olšák
2018-04-05
1
-3
/
+3
*
radeonsi: call CS flush functions directly whenever possible
Marek Olšák
2018-04-05
1
-2
/
+2
*
radeonsi: skip DCC render feedback checking if color writes are disabled
Marek Olšák
2018-04-05
1
-5
/
+1
*
radeonsi: implement GL_KHR_blend_equation_advanced
Marek Olšák
2018-04-02
1
-0
/
+18
*
radeonsi: remove chip_class parameter from si_lower_nir
Marek Olšák
2018-03-08
1
-2
/
+1
*
radeonsi: mask out high VM address bits in registers where needed
Marek Olšák
2018-03-07
1
-9
/
+9
*
radeonsi/nir: call ac_lower_indirect_derefs()
Timothy Arceri
2018-03-05
1
-1
/
+1
*
radeonsi: add chip class to compiler_ctx_state
Timothy Arceri
2018-03-05
1
-0
/
+1
*
radeonsi: remove 2 unused user SGPRs from merged TES-GS with 32-bit pointers
Marek Olšák
2018-02-26
1
-2
/
+3
*
radeonsi: make SI_SGPR_VERTEX_BUFFERS the last user SGPR input
Marek Olšák
2018-02-26
1
-7
/
+27
*
radeonsi: move tess ring address into TCS_OUT_LAYOUT, removes 2 TCS user SGPRs
Marek Olšák
2018-02-24
1
-31
/
+8
*
radeonsi: put both tessellation rings into 1 buffer
Marek Olšák
2018-02-24
1
-24
/
+15
*
radeonsi: move tessellation ring info into si_screen
Marek Olšák
2018-02-24
1
-43
/
+13
*
radeonsi: add nir shader cache support
Timothy Arceri
2018-02-20
1
-11
/
+30
*
radeonsi: rename variables tgsi_binary -> ir_binary
Timothy Arceri
2018-02-20
1
-21
/
+21
*
radeonsi: remove DBG_PRECOMPILE
Marek Olšák
2018-01-31
1
-49
/
+0
*
radeonsi: print shader-db stats for main parts, not final binaries
Marek Olšák
2018-01-31
1
-0
/
+1
*
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
[next]