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
/
amd
/
common
/
ac_shader_info.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/shader: move scanning some info about input PS declarations
Samuel Pitoiset
2018-02-28
1
-0
/
+15
*
ac/shader: fix vertex input with components.
Dave Airlie
2018-02-28
1
-1
/
+1
*
ac/shader: fix gathering of desc_set_used_mask
Samuel Pitoiset
2018-02-15
1
-1
/
+1
*
ac/shader: be a little smarter when scanning vertex buffers
Samuel Pitoiset
2018-02-15
1
-1
/
+11
*
ac/shader: scan force_persample
Samuel Pitoiset
2018-02-14
1
-0
/
+15
*
ac/shader: scan info about output PS declarations
Samuel Pitoiset
2018-02-08
1
-0
/
+37
*
ac/shader: scan vertex inputs usage mask
Samuel Pitoiset
2018-02-07
1
-0
/
+13
*
ac/shader: scan if fragment shaders write memory
Samuel Pitoiset
2018-01-26
1
-6
/
+35
*
Revert "ac/shader: gather If TES reads TESSINNER or TESSOUTER"
Samuel Pitoiset
2018-01-15
1
-4
/
+0
*
ac/shader: gather If TES reads TESSINNER or TESSOUTER
Samuel Pitoiset
2018-01-15
1
-0
/
+4
*
ac: add 'const' qualifiers to the shader info pass
Samuel Pitoiset
2018-01-12
1
-7
/
+10
*
ac: remove unused ac_nir_compiler_options from gather_info_input_decl()
Samuel Pitoiset
2018-01-12
1
-4
/
+2
*
amd/common: do not rely on the pipeline for the push constants logic
Samuel Pitoiset
2018-01-10
1
-5
/
+5
*
amd/common: scan if gl_PrimitiveID is used before translating to LLVM
Samuel Pitoiset
2018-01-04
1
-0
/
+3
*
amd/common: scan if gl_InvocationID is used
Samuel Pitoiset
2018-01-04
1
-0
/
+3
*
radv: do not add extra SGPR when push constants are not used
Samuel Pitoiset
2017-12-19
1
-1
/
+2
*
radv: change the needs_push_constants logic
Samuel Pitoiset
2017-12-19
1
-4
/
+4
*
radv: remove one useless check in ac_nir_shader_info_pass()
Samuel Pitoiset
2017-12-19
1
-4
/
+2
*
radv: do not load the local invocation index when it's unused
Samuel Pitoiset
2017-12-14
1
-0
/
+3
*
amd/common: scan which components of gl_LocalInvocationID are used
Samuel Pitoiset
2017-12-14
1
-1
/
+6
*
amd/common: scan which components of gl_WorkGroupID are used
Samuel Pitoiset
2017-12-14
1
-0
/
+8
*
radv: replace grid_components_used by uses_grid_size
Samuel Pitoiset
2017-12-14
1
-1
/
+1
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-1
/
+1
*
ac/nir: Add shader support for multiviews.
Bas Nieuwenhuizen
2017-08-24
1
-0
/
+3
*
ac/nir: Determine if input attachments are used in the info pass.
Bas Nieuwenhuizen
2017-08-24
1
-1
/
+10
*
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
2017-07-31
1
-0
/
+6
*
ac/nir: use shader_info pass to determine whether instance_id is used
Nicolai Hähnle
2017-07-31
1
-0
/
+3
*
radv/ac: Fix nir.h include
Mike Lothian
2017-04-19
1
-1
/
+1
*
radv/ac: mark used descriptor sets in shader info.
Dave Airlie
2017-04-19
1
-0
/
+34
*
radv/ac: move needs_push_constants to shader info.
Dave Airlie
2017-04-19
1
-0
/
+8
*
radv: optimise compute shader grid size emission.
Dave Airlie
2017-04-19
1
-0
/
+3
*
radv: start conditionalising vertex inputs. (v2)
Dave Airlie
2017-04-19
1
-0
/
+21
*
radv/ac: add initial pre-pass for shader info gathering
Dave Airlie
2017-04-19
1
-0
/
+61