index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-26
glsl: update default precision qualifier when it is set in the shader
Samuel Iglesias Gonsálvez
1
-1
/
+4
2016-10-26
mesa/program: Add _mesa_symbol_table_replace_symbol()
Samuel Iglesias Gonsálvez
2
-0
/
+18
2016-10-26
nir: stop adjusting driver location for varying packing
Timothy Arceri
5
-53
/
+5
2016-10-26
compiler: remove copy_shader_info()
Timothy Arceri
3
-37
/
+1
2016-10-26
glsl: set uses texture gather directly in shader_info
Timothy Arceri
3
-5
/
+1
2016-10-26
glsl/st/mesa: use common system values read field
Timothy Arceri
8
-11
/
+8
2016-10-26
glsl: set patch outputs written directly in shader_info
Timothy Arceri
3
-4
/
+2
2016-10-26
st/mesa: use common patch outputs written field
Timothy Arceri
2
-2
/
+2
2016-10-26
glsl: set patch inputs read directly in shader_info
Timothy Arceri
3
-4
/
+2
2016-10-26
st/mesa: use common patch inputs read field
Timothy Arceri
2
-2
/
+2
2016-10-26
glsl: set outputs read directly in shader_info
Timothy Arceri
3
-4
/
+2
2016-10-26
r200/glsl/st/mesa: use common outputs written field
Timothy Arceri
23
-46
/
+51
2016-10-26
mesa/glsl: set double inputs read directly in shader_info
Timothy Arceri
3
-3
/
+1
2016-10-26
st/mesa: use common double inputs read field
Timothy Arceri
3
-3
/
+6
2016-10-26
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
30
-79
/
+81
2016-10-26
mesa/compiler: copy early fragment tests to shader_info in _mesa_copy_linked_...
Timothy Arceri
2
-4
/
+1
2016-10-26
meta: remove remaining tabs in meta.c
Timothy Arceri
1
-49
/
+49
2016-10-26
i965: replace brw_compute_program with brw_program
Timothy Arceri
4
-35
/
+8
2016-10-26
i965: replace brw_fragment_program with brw_program
Timothy Arceri
6
-36
/
+13
2016-10-26
i965: replace brw_tess_{eval,ctrl}_program with brw_program
Timothy Arceri
8
-74
/
+18
2016-10-26
i965: replace brw_geomerty_program with brw_program
Timothy Arceri
7
-37
/
+10
2016-10-26
i965: replace brw_vertex_program with new generic brw_program
Timothy Arceri
6
-23
/
+20
2016-10-26
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
60
-361
/
+281
2016-10-26
i965/mesa/st/swrast: set fs shader_info directly and switch to using it
Timothy Arceri
17
-54
/
+30
2016-10-26
mesa: remove now unused IsCentroid from gl_fragment_program
Timothy Arceri
2
-11
/
+1
2016-10-26
st/mesa: get interpolation location at translation time
Timothy Arceri
3
-15
/
+18
2016-10-26
i965: remove unused debug param
Timothy Arceri
2
-17
/
+17
2016-10-26
compiler: update the comment for enum glsl_interp_mode
Timothy Arceri
1
-1
/
+1
2016-10-26
glsl: remove now unused InterpQualifier
Timothy Arceri
2
-12
/
+2
2016-10-26
i965: remove unused BRW_STATE_INTERPOLATION_MAP flag
Timothy Arceri
2
-3
/
+0
2016-10-26
i965: rewrite brw_setup_vue_interpolation()
Timothy Arceri
22
-129
/
+149
2016-10-26
st/mesa: stop making use of InterpQualifier array
Timothy Arceri
2
-31
/
+41
2016-10-26
mesa: remove unrequired code
Timothy Arceri
1
-2
/
+0
2016-10-26
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
16
-80
/
+37
2016-10-26
mesa: set cs shader_info metadata directly
Timothy Arceri
2
-14
/
+3
2016-10-26
st/mesa: switch cs over to shared shader_info
Timothy Arceri
2
-8
/
+5
2016-10-26
compiler: add additional cs metadata fields to shader info
Timothy Arceri
2
-0
/
+6
2016-10-26
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
46
-310
/
+268
2016-10-26
i965: switch vs over to shared shader_info
Timothy Arceri
2
-4
/
+3
2016-10-26
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
20
-90
/
+45
2016-10-26
mesa: set gs shader_info metadata directly
Timothy Arceri
2
-19
/
+7
2016-10-26
st/mesa: switch gs over to shared shader_info
Timothy Arceri
1
-4
/
+7
2016-10-26
i965: switch gs over to shared shader_info
Timothy Arceri
1
-1
/
+1
2016-10-26
compiler: add input primative field for gs in shader info
Timothy Arceri
2
-0
/
+4
2016-10-26
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
21
-93
/
+53
2016-10-26
mesa: copy tes metadata directly to shared shader info
Timothy Arceri
2
-18
/
+4
2016-10-26
st/mesa: switch tes over to shared shader_info
Timothy Arceri
1
-5
/
+7
2016-10-26
i965: switch tes over to shared shader_info
Timothy Arceri
2
-8
/
+8
2016-10-26
compiler: add fields for tes metadata to shader info
Timothy Arceri
2
-0
/
+18
2016-10-26
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
21
-76
/
+41
[next]