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
/
mesa
/
state_tracker
/
st_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nir: Gather info after applying lowering FS variant features
Kenneth Graunke
2018-12-21
1
-0
/
+4
*
st/mesa: Don't record garbage streamout information in the non-SSO case.
Kenneth Graunke
2018-11-03
1
-11
/
+8
*
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
2018-09-06
1
-2
/
+1
*
Revert "st/nir: use NIR for asm programs"
Eric Anholt
2018-05-28
1
-58
/
+7
*
mesa/st: handle vert_attrib_mask in nir case too
Rob Clark
2018-05-15
1
-7
/
+7
*
st/nir: use NIR for asm programs
Timothy Arceri
2018-05-12
1
-7
/
+58
*
st/mesa: Make the input_to_index array available.
Mathias Fröhlich
2018-05-10
1
-5
/
+12
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
st/mesa: finalise tcs/tes/geom NIR before storing it to the cache
Timothy Arceri
2018-04-10
1
-2
/
+9
*
st/mesa: exit st_translate_fragment_program() earlier for NIR path
Timothy Arceri
2018-04-10
1
-6
/
+6
*
st/glsl: set req_local_mem earlier for compute shaders
Timothy Arceri
2018-02-13
1
-1
/
+2
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
1
-3
/
+3
*
st/radeonsi: enable disk cache for nir
Timothy Arceri
2018-02-10
1
-4
/
+11
*
st: add nir shader disk cache support
Timothy Arceri
2018-02-10
1
-3
/
+3
*
gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
Timothy Arceri
2018-02-01
1
-1
/
+0
*
compiler: tidy up double_inputs_read uses
Timothy Arceri
2018-01-30
1
-1
/
+1
*
mesa/st: translate SO info in glsl_to_nir() case
Rob Clark
2018-01-18
1
-4
/
+43
*
st/glsl_to_tgsi: stop passing pipe_shader_state to st_store_tgsi_in_disk_cache()
Timothy Arceri
2018-01-17
1
-4
/
+4
*
st/glsl_to_tgsi: store num_tgsi_tokens in st_*_program
Timothy Arceri
2018-01-17
1
-9
/
+12
*
mesa/st: move cloning of NIR shader for compute
Rob Clark
2017-12-05
1
-1
/
+4
*
st/glsl_to_nir: don't generate nir twice for gs
Timothy Arceri
2017-11-21
1
-8
/
+2
*
st/glsl_to_tgsi: use tgsi_get_gl_varying_semantic() for gs/tes outputs
Timothy Arceri
2017-11-15
1
-91
/
+5
*
st/glsl_to_tgsi: make use of tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-71
/
+11
*
st/program: fix compute shader nir references
Rob Clark
2017-11-12
1
-2
/
+14
*
st/glsl_to_nir: generate NIR earlier
Timothy Arceri
2017-11-08
1
-37
/
+8
*
st/glsl_to_nir: pass gl_shader_program to st_finalize_nir()
Timothy Arceri
2017-11-03
1
-4
/
+6
*
st/program: add support for gs/tes/tcs nir shaders.
Dave Airlie
2017-10-26
1
-4
/
+41
*
st/program: rework basic variant interface
Dave Airlie
2017-10-26
1
-11
/
+10
*
st/mesa: Fix grabbing the wrong variant if glDrawPixels is called
Matias N. Goldberg
2017-07-08
1
-3
/
+19
*
st/glsl_to_nir: fix edgeflag passthrough
Nicolai Hähnle
2017-07-05
1
-1
/
+3
*
tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS
Nicolai Hähnle
2017-07-05
1
-81
/
+5
*
st/mesa: simplify code due to unification to st_common_program
Marek Olšák
2017-05-08
1
-13
/
+8
*
st/mesa: unify TCS, TES, GS st_*_program structures
Marek Olšák
2017-05-08
1
-12
/
+12
*
st/mesa: decrease the size of remaining st_translate_program array params
Marek Olšák
2017-05-08
1
-3
/
+3
*
st/mesa: remove unused outputSlotToAttr
Marek Olšák
2017-05-08
1
-9
/
+0
*
st/mesa: decrease the size of st_vertex_program
Marek Olšák
2017-05-08
1
-5
/
+5
*
mesa/st: compute support for glsl_to_nir
Rob Clark
2017-05-04
1
-0
/
+13
*
mesa/st: only update samplers for stages that have changed
Timothy Arceri
2017-04-13
1
-7
/
+7
*
st/mesa: implement a tgsi on-disk shader cache
Timothy Arceri
2017-02-23
1
-6
/
+21
*
st/mesa: move set_prog_affected_state_flags() to st_program.c
Timothy Arceri
2017-02-23
1
-0
/
+141
*
st/mesa: remove pre C99 statement block for variable declaration
Timothy Arceri
2017-02-02
1
-60
/
+58
*
mesa/glsl: set {clip,cull}_distance_array_size directly in gl_program
Timothy Arceri
2017-01-23
1
-8
/
+8
*
st/mesa/glsl: change xfb_program field to last_vert_prog
Timothy Arceri
2017-01-23
1
-3
/
+7
*
compiler: Merge shader_info's tcs and tes structs.
Kenneth Graunke
2017-01-10
1
-6
/
+6
*
mesa: Introduce a compiler enum for tessellation spacing.
Kenneth Graunke
2017-01-07
1
-15
/
+8
*
compiler: Change shader_info->tes.vertex_order into a ccw boolean.
Kenneth Graunke
2017-01-07
1
-1
/
+1
*
mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program
Timothy Arceri
2016-12-30
1
-1
/
+1
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
1
-1
/
+1
*
st/mesa: use common patch outputs written field
Timothy Arceri
2016-10-26
1
-1
/
+1
*
st/mesa: use common patch inputs read field
Timothy Arceri
2016-10-26
1
-1
/
+1
[next]