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
*
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
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
1
-3
/
+3
*
st/mesa: switch tcs over to shared shader_info
Timothy Arceri
2016-10-26
1
-1
/
+1
*
st/mesa: fix fragment shader output mapping
Nicolai Hähnle
2016-10-17
1
-4
/
+13
*
mesa/st: support lowering multi-planar YUV
Rob Clark
2016-09-26
1
-0
/
+35
*
glsl: Fix gl_program::OutputsWritten computation for dual-source blending.
Francisco Jerez
2016-08-30
1
-3
/
+1
*
st/glsl_to_tgsi: Use SecondaryOutputsWritten to determine dual-source fragmen...
Francisco Jerez
2016-08-30
1
-6
/
+12
*
st/mesa: determine states used or affected by shaders at compile time
Marek Olšák
2016-08-12
1
-1
/
+36
*
st/mesa: silence missing braces warning in st_program.c
Brian Paul
2016-08-01
1
-1
/
+1
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
1
-5
/
+5
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-7
/
+0
*
mesa/st: add support for NIR as possible driver IR
Rob Clark
2016-05-17
1
-8
/
+120
*
mesa/st: move things around a bit in st_create_fp_variant()
Rob Clark
2016-05-17
1
-12
/
+8
*
mesa/st: Add support for GL_ARB_cull_distance (v2)
Tobias Klausmann
2016-05-14
1
-0
/
+26
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
1
-2
/
+2
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-15
/
+15
*
gallium: add compute shader IR type
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+1
*
st/mesa: implement GL_ATI_fragment_shader
Miklós Máté
2016-03-27
1
-3
/
+31
*
st/mesa: use correct TGSI texture target in drawpix fragment shader
Brian Paul
2016-03-21
1
-1
/
+1
*
st/mesa: use correct TGSI texture target in bitmap fragment shader
Brian Paul
2016-03-21
1
-0
/
+1
*
st/mesa: don't force per-sample interp if only sampleid/pos are used
Ilia Mirkin
2016-03-05
1
-4
/
+0
*
st/mesa: add conversion for compute shaders
Samuel Pitoiset
2016-02-13
1
-1
/
+18
*
st/mesa: add compute shader states
Samuel Pitoiset
2016-02-13
1
-0
/
+88
*
st/mesa: use correct pipe functions to create tess shaders
Marek Olšák
2016-02-11
1
-4
/
+20
*
st/mesa: unify destroy_program_variants cases for TCS, TES, GS
Marek Olšák
2016-02-09
1
-50
/
+16
*
st/mesa: unify get_variant functions for TCS, TES, GS
Marek Olšák
2016-02-09
1
-147
/
+25
*
st/mesa: unify variants and delete functions for TCS, TES, GS
Marek Olšák
2016-02-09
1
-131
/
+73
*
st/mesa: add support for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-1
/
+4
*
st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)
Marek Olšák
2016-01-02
1
-13
/
+4
*
st/mesa: pass the clip distance array size to drivers
Marek Olšák
2015-10-20
1
-0
/
+8
[next]