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_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r200/glsl/st/mesa: use common outputs written field
Timothy Arceri
2016-10-26
1
-3
/
+3
*
st/mesa: use common double inputs read field
Timothy Arceri
2016-10-26
1
-1
/
+2
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
1
-3
/
+3
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-24
/
+23
*
i965/mesa/st/swrast: set fs shader_info directly and switch to using it
Timothy Arceri
2016-10-26
1
-2
/
+2
*
st/mesa: get interpolation location at translation time
Timothy Arceri
2016-10-26
1
-10
/
+0
*
st/mesa: stop making use of InterpQualifier array
Timothy Arceri
2016-10-26
1
-30
/
+10
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
1
-3
/
+3
*
st/mesa: switch cs over to shared shader_info
Timothy Arceri
2016-10-26
1
-1
/
+1
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-18
/
+17
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
1
-5
/
+5
*
st/mesa: switch gs over to shared shader_info
Timothy Arceri
2016-10-26
1
-4
/
+7
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
1
-6
/
+6
*
st/mesa: switch tes over to shared shader_info
Timothy Arceri
2016-10-26
1
-5
/
+7
[next]