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
/
mesa
/
state_tracker
/
st_glsl_to_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possible
Marek Olšák
2019-04-16
1
-0
/
+1
*
ac/nir_to_llvm: add image bindless support
Timothy Arceri
2019-04-12
1
-0
/
+2
*
st: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFORMS case as well.
Eric Anholt
2019-04-10
1
-0
/
+3
*
nir/radv: remove restrictions on opt_if_loop_last_continue()
Timothy Arceri
2019-04-09
1
-1
/
+1
*
st/nir: run st_nir_opts after 64bit ops lowering
Tapani Pälli
2019-04-04
1
-1
/
+1
*
nir: add lower_all_io_to_elements
Rob Clark
2019-03-30
1
-0
/
+1
*
st/nir: Free the GLSL IR after linking.
Kenneth Graunke
2019-03-28
1
-0
/
+4
*
st/glsl_to_nir: Calculate num_uniforms from NumParameterValues
Kristian H. Kristensen
2019-03-27
1
-5
/
+5
*
st/mesa: Let NIR lower UBO and SSBO access when we have it
Jason Ekstrand
2019-03-15
1
-0
/
+4
*
st/glsl_to_nir: fix incorrect arrary access
Timothy Arceri
2019-03-12
1
-2
/
+5
*
glsl: use NIR function inlining for drivers that use glsl_to_nir()
Timothy Arceri
2019-03-06
1
-1
/
+1
*
st/nir: Move 64-bit lowering later
Jason Ekstrand
2019-03-06
1
-2
/
+5
*
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
2019-03-06
1
-19
/
+4
*
glsl/nir: Add a shared helper for building float64 shaders
Jason Ekstrand
2019-03-06
1
-49
/
+2
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
1
-2
/
+2
*
nir: Add multiplier argument to nir_lower_uniforms_to_ubo.
Timur Kristóf
2019-03-05
1
-1
/
+1
*
nir: Move nir_lower_uniforms_to_ubo to compiler/nir.
Timur Kristóf
2019-03-05
1
-1
/
+1
*
st/mesa: add support for lowering fp64/int64 for nir drivers
Dave Airlie
2019-03-02
1
-1
/
+98
*
nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.
Kenneth Graunke
2019-02-11
1
-2
/
+8
*
st/nir: Pull sampler lowering into a helper function.
Kenneth Graunke
2019-02-11
1
-4
/
+11
*
st/glsl_to_nir: call nir_remove_dead_variables() after lowing local indirects
Timothy Arceri
2019-02-08
1
-0
/
+7
*
st/nir: Call nir_lower_clip_cull_distance_arrays().
Kenneth Graunke
2019-02-05
1
-0
/
+1
*
st/nir: Move varying setup code to a helper function.
Kenneth Graunke
2019-02-05
1
-20
/
+26
*
st/glsl_to_nir: remove dead local variables
Timothy Arceri
2019-02-01
1
-0
/
+3
*
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
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
st/nir: Lower TES gl_PatchVerticesIn to a constant if linked with a TCS.
Kenneth Graunke
2019-01-11
1
-0
/
+23
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-2
/
+2
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
1
-2
/
+1
*
st/glsl: refactor st_link_nir()
Timothy Arceri
2019-01-07
1
-36
/
+16
*
nir: rename nir_link_constant_varyings() nir_link_opt_varyings()
Timothy Arceri
2019-01-02
1
-1
/
+1
*
st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the st
Timothy Arceri
2019-01-02
1
-1
/
+3
*
st/nir: Drop unused gl_program parameter in VS input handling helper.
Kenneth Graunke
2018-12-21
1
-2
/
+2
*
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
*
mesa/st/nir: fix missing nir_compact_varyings
Rob Clark
2018-12-11
1
-1
/
+2
*
st/mesa: make use of nir_link_constant_varyings()
Timothy Arceri
2018-11-10
1
-0
/
+3
*
st/nir: Drop unused parameter from st_nir_assign_uniform_locations().
Kenneth Graunke
2018-11-03
1
-2
/
+1
*
st/mesa: Pull nir_lower_wpos_ytransform work into a helper function.
Kenneth Graunke
2018-11-03
1
-29
/
+36
*
st/glsl_to_nir: fix next_stage gathering
Timothy Arceri
2018-10-31
1
-1
/
+1
*
nir/validate: Print when the validation failed
Jason Ekstrand
2018-10-26
1
-1
/
+1
*
mesa/st: Only call nir_lower_io_to_scalar_early on scalar ISAs
Alyssa Rosenzweig
2018-10-22
1
-1
/
+4
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-3
/
+2
*
radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remap
Jason Ekstrand
2018-09-06
1
-25
/
+20
*
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
2018-09-06
1
-1
/
+1
*
st: Sweep NIR after linking phase to free held memory
Danylo Piliaiev
2018-07-20
1
-0
/
+2
*
st/nir: Disable varying packing when doing transform feedback.
Eric Anholt
2018-07-05
1
-1
/
+9
*
st/glsl_to_nir: run lower_output_reads on !PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Karol Herbst
2018-06-29
1
-0
/
+6
[next]