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
*
nir: Initialize lower_flrp_progress everywhere
Ian Romanick
2019-05-09
1
-1
/
+1
*
intel/compiler: Use the flrp lowering pass for all stages on Gen4 and Gen5
Ian Romanick
2019-05-06
1
-6
/
+6
*
nir: Use the flrp lowering pass instead of nir_opt_algebraic
Ian Romanick
2019-05-06
1
-0
/
+24
*
radeonsi/nir: create si_nir_opts() helper
Timothy Arceri
2019-05-01
1
-36
/
+42
*
tgsi/scan: add uses_drawid
Marek Olšák
2019-04-23
1
-0
/
+3
*
radeonsi/nir: fix scanning of bindless images
Timothy Arceri
2019-04-17
1
-38
/
+37
*
nir/radv: remove restrictions on opt_if_loop_last_continue()
Timothy Arceri
2019-04-09
1
-1
/
+1
*
radeonsi/nir: call some more var optimisation passes
Timothy Arceri
2019-03-18
1
-3
/
+8
*
radeonsi/nir: Use nir stripping pass
Connor Abbott
2019-03-12
1
-0
/
+5
*
radeonsi/nir: Only set window_space_position for vertex shaders.
Timur Kristóf
2019-03-08
1
-2
/
+4
*
radeonsi/nir: stop calling nir_lower_returns()
Timothy Arceri
2019-03-06
1
-1
/
+0
*
nir: Add ability for shaders to use window space coordinates.
Timur Kristóf
2019-03-05
1
-0
/
+3
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
1
-1
/
+1
*
radeonsi/nir: set shader_buffers_declared properly
Timothy Arceri
2019-02-20
1
-10
/
+22
*
radeonsi/nir: set colors_read properly
Timothy Arceri
2019-02-20
1
-7
/
+10
*
radeonsi/nir: set input_usage_mask properly
Timothy Arceri
2019-02-20
1
-11
/
+36
*
radeonsi/nir: Use uniform location when calculating const_file_max.
Timur Kristóf
2019-02-20
1
-6
/
+6
*
radeonsi/nir: add missing piece for bindless image support
Timothy Arceri
2019-01-23
1
-0
/
+6
*
mesa: add MESA_SHADER_KERNEL
Karol Herbst
2019-01-21
1
-2
/
+2
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
1
-1
/
+1
*
radeonsi/nir: get correct type for images inside structs
Timothy Arceri
2019-01-17
1
-1
/
+2
*
ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsics
Rhys Perry
2019-01-09
1
-0
/
+3
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
1
-2
/
+3
*
st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the st
Timothy Arceri
2019-01-02
1
-2
/
+0
*
radeonsi: make use of ac_are_tessfactors_def_in_all_invocs()
Timothy Arceri
2019-01-02
1
-8
/
+2
*
radeonsi: remove unrequired param in si_nir_scan_tess_ctrl()
Timothy Arceri
2019-01-02
1
-1
/
+0
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
1
-1
/
+1
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
1
-1
/
+1
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
1
-0
/
+2
*
radeonsi/nir: parse more information about bindless usage
Marek Olšák
2018-11-28
1
-4
/
+32
*
radeonsi/nir: port some bindless and sampler code from TGSI
Marek Olšák
2018-09-10
1
-30
/
+50
*
radeonsi: fix GPU hangs with bindless textures and LLVM 7.0
Marek Olšák
2018-09-10
1
-1
/
+11
*
amd: remove support for LLVM 5.0
Marek Olšák
2018-08-03
1
-7
/
+0
*
radeonsi/nir: make use of nir_lower_load_const_to_scalar()
Timothy Arceri
2018-07-23
1
-0
/
+2
*
radeonsi: store compute local_size into tgsi_shader_info
Marek Olšák
2018-06-28
1
-1
/
+1
*
radeonsi: use gallivm less
Marek Olšák
2018-06-25
1
-2
/
+2
*
radeonsi: Remove deref chain support in nir scan pass.
Bas Nieuwenhuizen
2018-06-22
1
-30
/
+4
*
radeonsi: Add deref support to the nir scan pass.
Bas Nieuwenhuizen
2018-06-22
1
-15
/
+59
*
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
[next]