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
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
1
-3
/
+3
*
st/glsl_to_nir: remove unused options variable
Timothy Arceri
2018-02-10
1
-2
/
+0
*
st/glsl_to_nir: add more nir opts to st_nir_opts()
Timothy Arceri
2018-02-01
1
-16
/
+20
*
st/glsl_to_nir: disable io lowering and array splitting of fs inputs
Timothy Arceri
2018-01-31
1
-4
/
+18
*
nir/st_glsl_to_nir: add param to disable splitting of inputs
Timothy Arceri
2018-01-31
1
-1
/
+1
*
st/glsl_to_nir: copy nir compiler options to context
Timothy Arceri
2018-01-31
1
-8
/
+2
*
st/glsl_to_nir: remove dead io after conversion to nir
Timothy Arceri
2018-01-30
1
-0
/
+4
*
compiler: tidy up double_inputs_read uses
Timothy Arceri
2018-01-30
1
-1
/
+1
*
st/glsl_to_nir: remove reallocation of sampler/image location
Timothy Arceri
2018-01-25
1
-8
/
+0
*
st/glsl_to_nir: disable io lowering to temps for tess
Timothy Arceri
2018-01-17
1
-4
/
+8
*
nir: fix st_nir_assign_var_locations for patch variables
Karol Herbst
2018-01-08
1
-2
/
+6
*
st/glsl_to_nir/radeonsi: enable tessellation shaders
Timothy Arceri
2018-01-05
1
-1
/
+3
*
st/glsl_to_nir: add patch support to st_nir_assign_var_locations()
Timothy Arceri
2017-12-27
1
-5
/
+17
*
st/glsl_to_nir: call post opt functions after opts have finished
Timothy Arceri
2017-12-27
1
-0
/
+6
*
st/st_glsl_to_nir: call nir_lower_64bit_pack
Timothy Arceri
2017-12-27
1
-0
/
+1
*
st/glsl_to_nir: skip forced array splitting for tcs
Timothy Arceri
2017-12-13
1
-1
/
+2
*
mesa/st: move cloning of NIR shader for compute
Rob Clark
2017-12-05
1
-1
/
+1
*
st/glsl_to_nir/radeonsi: enable gs support for nir backend
Timothy Arceri
2017-12-04
1
-0
/
+12
*
st/glsl_to_nir: add gs support to st_nir_assign_var_locations()
Timothy Arceri
2017-12-04
1
-6
/
+17
*
st/glsl_to_nir: use nir_lower_io_arrays_to_elements() to lower arrays
Timothy Arceri
2017-12-04
1
-1
/
+1
*
st/glsl_to_nir: enable NIR link time opts
Timothy Arceri
2017-12-04
1
-0
/
+78
*
st/glsl_to_nir: move some calls out of st_glsl_to_nir_post_opts()
Timothy Arceri
2017-12-04
1
-30
/
+37
*
st/glsl_to_nir: call some lowering passes earlier
Timothy Arceri
2017-12-04
1
-8
/
+12
*
st/glsl_to_nir: add basic NIR opt loop helper
Timothy Arceri
2017-12-04
1
-0
/
+31
*
st/glsl_to_nir: make st_glsl_to_nir() static
Timothy Arceri
2017-12-04
1
-51
/
+51
*
st/glsl_to_nir: split the st_glsl_to_nir() function in two
Timothy Arceri
2017-12-04
1
-22
/
+34
*
st/glsl_to_nir: create set_st_program() helper
Timothy Arceri
2017-12-04
1
-34
/
+40
*
st/glsl: move nir linking loop to new function st_link_nir()
Timothy Arceri
2017-12-04
1
-0
/
+25
*
st/glsl_to_nir: add st_nir_assign_var_locations() helper
Timothy Arceri
2017-12-04
1
-9
/
+34
*
mesa/st/nir: assign driver_location for images
Rob Clark
2017-11-12
1
-2
/
+6
*
st/program: fix compute shader nir references
Rob Clark
2017-11-12
1
-4
/
+10
*
st/glsl_to_nir: use nir_shader_gather_info()
Timothy Arceri
2017-11-08
1
-8
/
+10
*
st/glsl_to_nir: generate NIR earlier
Timothy Arceri
2017-11-08
1
-0
/
+6
*
st/glsl_to_nir: delay adding built-in uniforms to Parameters list
Timothy Arceri
2017-11-08
1
-35
/
+33
*
st/glsl_to_nir: pass gl_shader_program to st_finalize_nir()
Timothy Arceri
2017-11-03
1
-22
/
+2
*
st/program: add support for gs/tes/tcs nir shaders.
Dave Airlie
2017-10-26
1
-0
/
+12
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-5
/
+5
*
st/mesa: don't assign prog->ShadowSamplers
Nicolai Hähnle
2017-10-11
1
-1
/
+0
*
util: move string_to_uint_map to glsl
Emil Velikov
2017-08-29
1
-1
/
+1
*
mesa: pass ctx to add_uniform_to_shader constructor
Timothy Arceri
2017-08-22
1
-1
/
+1
*
st/mesa: replace st_shader_stage_to_ptarget
Nicolai Hähnle
2017-08-02
1
-1
/
+1
*
st/glsl_to_nir: move nir_lower_io to drivers
Nicolai Hähnle
2017-07-31
1
-2
/
+1
*
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
2017-07-31
1
-6
/
+11
*
st/glsl_to_nir: use nir_lower_samplers_as_deref when requested by the driver
Nicolai Hähnle
2017-07-31
1
-1
/
+6
*
st/glsl_to_nir: fix the case where NIR clone testing is enabled
Nicolai Hähnle
2017-07-31
1
-1
/
+2
*
st/glsl_to_nir: fix edgeflag passthrough
Nicolai Hähnle
2017-07-05
1
-0
/
+3
*
mesa: pass gl_program to _mesa_associate_uniform_storage()
Samuel Pitoiset
2017-06-14
1
-2
/
+1
*
mesa/st: compute support for glsl_to_nir
Rob Clark
2017-05-04
1
-0
/
+14
*
st/mesa: Fix missing-braces warning.
Vinson Lee
2017-04-12
1
-1
/
+1
*
st/mesa: silence unused/uninitialized var warnings
Brian Paul
2017-04-07
1
-1
/
+2
[next]