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: fix primitive ID in fragment shader when using tessellation
Nicolai Hähnle
2017-05-08
1
-10
/
+17
*
radeonsi/gfx9: allow the scratch buffer in HS and GS
Marek Olšák
2017-05-05
1
-10
/
+0
*
radeonsi: prevent race conditions when doing scratch patching
Marek Olšák
2017-05-05
1
-2
/
+30
*
radeonsi: separate scratch state patching code into its own function
Marek Olšák
2017-05-05
1
-46
/
+55
*
radeonsi/gfx9: also apply scratch relocations to the 1st shader of merged sha...
Marek Olšák
2017-05-05
1
-0
/
+3
*
radeonsi: remove unused parameters from si_shader_apply_scratch_relocs
Marek Olšák
2017-05-05
1
-1
/
+1
*
radeonsi/gfx9: fix gl_ViewportIndex
Marek Olšák
2017-05-03
1
-2
/
+11
*
radeonsi: pass tessellation ring addresses via user SGPRs
Marek Olšák
2017-04-28
1
-12
/
+38
*
radeonsi: remove VS epilog code, compile VS with PrimID export on demand
Marek Olšák
2017-04-28
1
-3
/
+3
*
radeonsi: get InstanceID from VGPR1 (or VGPR2 for tess) instead of VGPR3
Marek Olšák
2017-04-28
1
-7
/
+17
*
radeonsi: don't load PrimID in TES if it's not used
Marek Olšák
2017-04-28
1
-3
/
+3
*
radeonsi/gfx9: 2nd shader of merged shaders should hold a reference of the 1st
Marek Olšák
2017-04-28
1
-10
/
+25
*
radeonsi: add reference counting for shader selectors
Marek Olšák
2017-04-28
1
-3
/
+24
*
radeonsi/gfx9: set VGT_VERTEX_REUSE for ES in ES-GS
Marek Olšák
2017-04-28
1
-6
/
+12
*
radeonsi/gfx9: set TES registers for merged ES-GS
Marek Olšák
2017-04-28
1
-4
/
+7
*
radeonsi/gfx9: disallow scratch buffer for LS-HS and ES-GS
Marek Olšák
2017-04-28
1
-0
/
+10
*
radeonsi/gfx9: always compile monolithic ES-GS (asynchronously)
Marek Olšák
2017-04-28
1
-0
/
+19
*
radeonsi/gfx9: make sure the 1st shader's main part exists for merged shaders
Marek Olšák
2017-04-28
1
-18
/
+60
*
radeonsi/gfx9: set registers and shader key for merged ES-GS
Marek Olšák
2017-04-28
1
-16
/
+194
*
radeonsi/gfx9: add GS user SGPRs
Marek Olšák
2017-04-28
1
-1
/
+1
*
radeonsi/gfx9: define and set LS-HS user SGPRs
Marek Olšák
2017-04-28
1
-2
/
+3
*
radeonsi/gfx9: set up shader registers for merged LS-HS
Marek Olšák
2017-04-28
1
-7
/
+29
*
radeonsi/gfx9: add initial code generation for non-monolithic merged LS-HS
Marek Olšák
2017-04-28
1
-0
/
+6
*
radeonsi: separate out VS prolog key generation
Marek Olšák
2017-04-28
1
-11
/
+20
*
radeonsi/ac: move vertex export remove to common code.
Dave Airlie
2017-04-27
1
-6
/
+7
*
radeonsi: turn si_shader_key::mono into a non-union
Marek Olšák
2017-04-26
1
-2
/
+2
*
radeonsi: adjust ESGS ring buffer size computation on VI
Marek Olšák
2017-04-26
1
-1
/
+4
*
radeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct register
Marek Olšák
2017-04-26
1
-0
/
+3
*
radeonsi: add si_shader_selector::vs_needs_prolog
Marek Olšák
2017-04-17
1
-0
/
+4
*
radeonsi: don't set VGT_GS_MODE as part of the GS state
Marek Olšák
2017-04-17
1
-2
/
+0
*
radeonsi: cope with missing disassembly
Nicolai Hähnle
2017-04-14
1
-1
/
+2
*
radeonsi: provide VS_STATE input to all VS variants
Nicolai Hähnle
2017-04-13
1
-2
/
+2
*
radeonsi: unify HS max_offchip_buffers workarounds
Marek Olšák
2017-03-31
1
-3
/
+3
*
radeonsi/gfx9: don't generate LS and ES states
Marek Olšák
2017-03-30
1
-24
/
+46
*
radeonsi/gfx9: trivial shader and ring changes
Marek Olšák
2017-03-30
1
-5
/
+15
*
radeonsi/gfx9: disable RB+ on Vega10
Marek Olšák
2017-03-30
1
-1
/
+1
*
radeonsi/gfx9: handle GFX9 in a few places
Marek Olšák
2017-03-30
1
-0
/
+1
*
radeonsi: don't hang on shader compile failure
Marek Olšák
2017-03-24
1
-1
/
+1
*
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2017-03-21
1
-2
/
+4
*
radeonsi: require that compiler threads are enabled
Marek Olšák
2017-03-17
1
-2
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-11
/
+11
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-3
/
+3
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
radeonsi: add support for an on-disk shader cache
Timothy Arceri
2017-03-03
1
-7
/
+60
*
radeonsi: fix broken tessellation on Carrizo and Stoney
Marek Olšák
2017-02-25
1
-1
/
+3
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
1
-3
/
+3
*
radeonsi: fix issues with monolithic shaders
Marek Olšák
2017-02-21
1
-1
/
+2
*
radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read them
Marek Olšák
2017-02-21
1
-0
/
+2
*
radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
Nicolai Hähnle
2017-02-21
1
-1
/
+4
[next]