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_shader_nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi/nir: set FS properties only when scanning a fragment shader
Nicolai Hähnle
2018-04-20
1
-1
/
+2
*
radeonsi/nir: tidy up si_nir_load_sampler_desc()
Timothy Arceri
2018-04-10
1
-5
/
+3
*
radeonsi/nir: set uses_bindless_images for images
Timothy Arceri
2018-04-10
1
-1
/
+16
*
radeonsi/nir: don't add bindless samplers/images to declared bitmasks
Timothy Arceri
2018-04-10
1
-6
/
+6
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi/nir: gather buffers declared more accurately and use const fast path
Timothy Arceri
2018-04-02
1
-6
/
+83
*
radeonsi/nir: set TGSI_PROPERTY_NEXT_SHADER
Timothy Arceri
2018-04-02
1
-0
/
+3
*
ac/radeonsi: pass bindless bool to load_sampler_desc()
Timothy Arceri
2018-03-28
1
-1
/
+1
*
radeonsi/nir: set uses_bindless_samplers for samplers
Timothy Arceri
2018-03-28
1
-0
/
+3
*
radeonsi/nir: fix input processing for packed varyings
Timothy Arceri
2018-03-28
1
-3
/
+2
*
radeonsi/nir: fix scanning of multi-slot output varyings
Timothy Arceri
2018-03-28
1
-109
/
+127
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-9
/
+9
*
st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state tracker
Timothy Arceri
2018-03-20
1
-10
/
+0
*
ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroups
Jason Ekstrand
2018-03-13
1
-0
/
+1
*
radeonsi: remove chip_class parameter from si_lower_nir
Marek Olšák
2018-03-08
1
-3
/
+3
*
radeonsi: move si_nir_load_input_gs() to si_shader.c
Timothy Arceri
2018-03-06
1
-20
/
+0
*
radeonsi/nir: call ac_lower_indirect_derefs()
Timothy Arceri
2018-03-05
1
-1
/
+3
*
radeonsi/nir: increase values to 8 for gs fetch.
Dave Airlie
2018-03-01
1
-1
/
+1
*
radeonsi/nir: collect more accurate output_usagemask
Timothy Arceri
2018-02-22
1
-13
/
+43
*
radeonsi/nir: fix gl_FragCoord for pixel_center_integer
Timothy Arceri
2018-02-19
1
-0
/
+5
*
radeonsi/nir: set TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL correctly
Timothy Arceri
2018-02-16
1
-1
/
+2
*
radeonsi/nir: fix shader ballot return value bitsize
Timothy Arceri
2018-02-15
1
-1
/
+1
*
ac: remove nir_to_llvm_context from ac_nir_translate()
Samuel Pitoiset
2018-02-14
1
-1
/
+1
*
radeonsi: make si_declare_compute_memory() more generic and call for nir
Timothy Arceri
2018-02-13
1
-0
/
+4
*
radeonsi/nir: add depth layout to scan pass
Timothy Arceri
2018-02-10
1
-0
/
+19
*
radeonsi/nir: add FRAG_RESULT_COLOR to scan pass
Timothy Arceri
2018-02-10
1
-0
/
+6
*
radeonsi/nir: gather some missing fs info
Timothy Arceri
2018-02-09
1
-0
/
+5
*
radeonsi/nir: gather some compute info in si_nir_scan_shader()
Timothy Arceri
2018-02-07
1
-6
/
+27
*
radeonsi/nir: always set input_usage_mask as using all components
Timothy Arceri
2018-02-07
1
-4
/
+10
*
radeonsi/nir: add input support for arrays that have not been copied to temps...
Timothy Arceri
2018-01-31
1
-67
/
+79
*
radeonsi/nir: add si_nir_lookup_interp_param() helper
Timothy Arceri
2018-01-31
1
-0
/
+36
*
radeonsi/nir: move the interpolation qualifier scanning
Timothy Arceri
2018-01-31
1
-16
/
+36
*
radeonsi/nir: add interpolate at intrinsics to scan_instruction()
Timothy Arceri
2018-01-31
1
-0
/
+30
*
radeonsi/nir: add support vs double inputs
Timothy Arceri
2018-01-30
1
-0
/
+5
*
radeonsi: pass input_idx to declare_nir_input_vs()
Timothy Arceri
2018-01-30
1
-2
/
+3
*
radeonsi: add bitcast_inputs() helper
Timothy Arceri
2018-01-30
1
-6
/
+15
*
radeonsi/nir: fix num_inputs for doubles in vs
Timothy Arceri
2018-01-30
1
-5
/
+8
*
radeonsi/nir: fix fs output index
Timothy Arceri
2018-01-23
1
-0
/
+5
*
ac/nir/radeonsi: add ARB_shader_ballot support
Timothy Arceri
2018-01-23
1
-0
/
+9
*
radeonsi/nir: add primitive id to inputs scan
Timothy Arceri
2018-01-23
1
-0
/
+3
*
radeonsi/nir: add nir_intrinsic_load_sample_mask_in to ir scan
Timothy Arceri
2018-01-23
1
-0
/
+3
*
radeonsi/nir: add some missing tcs bits to the nir scan pass
Timothy Arceri
2018-01-18
1
-0
/
+14
*
st/glsl_to_nir/radeonsi: enable tessellation shaders
Timothy Arceri
2018-01-05
1
-0
/
+2
*
radeonsi: add dummy implementation of si_nir_scan_tess_ctrl()
Timothy Arceri
2018-01-05
1
-0
/
+19
*
radeonsi/nir: gather tess properties
Timothy Arceri
2018-01-05
1
-0
/
+29
*
st/glsl_to_nir/radeonsi: enable gs support for nir backend
Timothy Arceri
2017-12-04
1
-28
/
+33
*
ac: add si_nir_load_input_gs() to the abi
Timothy Arceri
2017-12-04
1
-0
/
+20
*
st/glsl_to_nir: enable NIR link time opts
Timothy Arceri
2017-12-04
1
-7
/
+27
*
radeonsi/nir: add support for packed inputs
Timothy Arceri
2017-12-04
1
-21
/
+25
*
radeonsi: copy some nir gs info
Timothy Arceri
2017-11-16
1
-0
/
+7
[next]