index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_shader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add si_shader_selector::vs_needs_prolog
Marek Olšák
2017-04-17
1
-0
/
+1
*
radeonsi: fix gl_BaseVertex in non-indexed draws
Nicolai Hähnle
2017-04-13
1
-0
/
+2
*
radeonsi: provide VS_STATE input to all VS variants
Nicolai Hähnle
2017-04-13
1
-12
/
+1
*
radeonsi: change the bit-packing of LS out/TCS in data
Nicolai Hähnle
2017-04-13
1
-2
/
+7
*
radeonsi: emit VS_STATE register explicitly from si_draw_vbo
Nicolai Hähnle
2017-04-13
1
-0
/
+5
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
radeon/ac: switch from radeon_shader_binary to ac_shader_binary
Timothy Arceri
2017-02-28
1
-6
/
+5
*
radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read them
Marek Olšák
2017-02-21
1
-0
/
+1
*
radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
Nicolai Hähnle
2017-02-21
1
-0
/
+1
*
radeonsi: use SI_MAX_ATTRIBS where it should be used
Marek Olšák
2017-02-18
1
-1
/
+1
*
radeonsi: sort members of si_shader_key::part
Marek Olšák
2017-02-18
1
-6
/
+6
*
radeonsi: have separate LS and ES main shader parts in the shader selector
Marek Olšák
2017-02-18
1
-0
/
+16
*
radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loads
Marek Olšák
2017-02-18
1
-0
/
+4
*
radeonsi: make fix_fetch an array of uint8_t
Marek Olšák
2017-02-18
1
-3
/
+2
*
radeonsi: implement legacy GL_DOUBLE vertex formats
Marek Olšák
2017-02-14
1
-0
/
+4
*
radeonsi: write shader asm annotated with wave info into GPU hang reports
Marek Olšák
2017-02-10
1
-0
/
+1
*
radeonsi: use the correct target machine when building shader variants
Marek Olšák
2017-01-18
1
-0
/
+2
*
radeonsi: move shader pipe context state into a separate structure
Marek Olšák
2017-01-18
1
-6
/
+14
*
radeonsi: implement GL_FIXED vertex format
Marek Olšák
2017-01-16
1
-0
/
+2
*
radeonsi: implement 32-bit SNORM/UNORM/SSCALED/USCALED vertex formats
Marek Olšák
2017-01-16
1
-3
/
+9
*
radeonsi: make fix_fetch 64-bit
Marek Olšák
2017-01-16
1
-2
/
+2
*
radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUG
Marek Olšák
2017-01-09
1
-1
/
+1
*
radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chips
Marek Olšák
2016-12-01
1
-0
/
+2
*
radeonsi: count and report temp arrays in scratch separately
Marek Olšák
2016-11-29
1
-0
/
+1
*
radeonsi: eliminate VS outputs that aren't used by PS at runtime
Marek Olšák
2016-11-21
1
-4
/
+3
*
radeonsi: record information about all written and read varyings
Marek Olšák
2016-11-21
1
-3
/
+7
*
radeonsi: don't export ClipVertex and ClipDistance[] if clipping is disabled
Marek Olšák
2016-11-21
1
-2
/
+3
*
radeonsi: add infrastr. for compiling optimized shader variants asynchronously
Marek Olšák
2016-11-21
1
-0
/
+7
*
radeonsi: simplify checking for monolithic compilation
Marek Olšák
2016-11-21
1
-0
/
+1
*
radeonsi: split the shader key into 3 logical parts
Marek Olšák
2016-11-21
1
-26
/
+39
*
radeonsi: fix vertex fetches for 2_10_10_10 formats
Nicolai Hähnle
2016-11-04
1
-0
/
+11
*
radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...
Nicolai Hähnle
2016-11-03
1
-0
/
+10
*
radeonsi: make the GS copy shader owned by the GS selector
Nicolai Hähnle
2016-11-03
1
-1
/
+8
*
radeonsi: eliminate trivial constant VS outputs
Marek Olšák
2016-10-19
1
-0
/
+11
*
radeonsi: adjust and clean up Z_ORDER and EXEC_ON_x settings
Marek Olšák
2016-10-13
1
-1
/
+0
*
radeonsi: support ARB_compute_variable_group_size
Nicolai Hähnle
2016-10-10
1
-1
/
+3
*
radeonsi: clean up lucky #include dependencies
Marek Olšák
2016-10-04
1
-32
/
+2
*
radeonsi: export SampleMask from pixel shaders at full rate
Marek Olšák
2016-09-13
1
-0
/
+2
*
radeonsi: add DRAWID parameter to vertex shaders
Nicolai Hähnle
2016-08-09
1
-1
/
+3
*
radeonsi: pre-generate shader logs for ddebug
Marek Olšák
2016-07-26
1
-0
/
+7
*
radeonsi: move the shader key dumping to si_shader_dump
Marek Olšák
2016-07-26
1
-1
/
+0
*
radeonsi: report accurate SGPR and VGPR spills
Marek Olšák
2016-07-13
1
-0
/
+2
*
radeonsi: do compilation from si_create_shader_selector asynchronously
Marek Olšák
2016-07-05
1
-0
/
+1
*
radeonsi: separate the compilation chunk of si_create_shader_selector
Marek Olšák
2016-07-05
1
-0
/
+7
*
radeonsi: don't interpolate colors if flatshading is enabled
Marek Olšák
2016-07-05
1
-1
/
+1
*
radeonsi: enable the barycentric optimization in all cases
Marek Olšák
2016-07-05
1
-5
/
+2
*
radeonsi: compute only one set of interpolation (i,j) when MSAA is disabled
Marek Olšák
2016-07-05
1
-2
/
+2
*
radeonsi: split ps.prolog.force_persample_interp into persp and linear bits
Marek Olšák
2016-07-05
1
-1
/
+2
*
radeonsi: enable WQM in PS prolog when needed
Nicolai Hähnle
2016-06-07
1
-0
/
+1
*
radeonsi: Remove LDS layout user SGPR's from TES.
Bas Nieuwenhuizen
2016-05-26
1
-7
/
+8
[next]