summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-26glsl: update default precision qualifier when it is set in the shaderSamuel Iglesias Gonsálvez1-1/+4
2016-10-26mesa/program: Add _mesa_symbol_table_replace_symbol()Samuel Iglesias Gonsálvez2-0/+18
2016-10-26nir: stop adjusting driver location for varying packingTimothy Arceri5-53/+5
2016-10-26compiler: remove copy_shader_info()Timothy Arceri3-37/+1
2016-10-26glsl: set uses texture gather directly in shader_infoTimothy Arceri3-5/+1
2016-10-26glsl/st/mesa: use common system values read fieldTimothy Arceri8-11/+8
2016-10-26glsl: set patch outputs written directly in shader_infoTimothy Arceri3-4/+2
2016-10-26st/mesa: use common patch outputs written fieldTimothy Arceri2-2/+2
2016-10-26glsl: set patch inputs read directly in shader_infoTimothy Arceri3-4/+2
2016-10-26st/mesa: use common patch inputs read fieldTimothy Arceri2-2/+2
2016-10-26glsl: set outputs read directly in shader_infoTimothy Arceri3-4/+2
2016-10-26r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri23-46/+51
2016-10-26mesa/glsl: set double inputs read directly in shader_infoTimothy Arceri3-3/+1
2016-10-26st/mesa: use common double inputs read fieldTimothy Arceri3-3/+6
2016-10-26r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri30-79/+81
2016-10-26mesa/compiler: copy early fragment tests to shader_info in _mesa_copy_linked_...Timothy Arceri2-4/+1
2016-10-26meta: remove remaining tabs in meta.cTimothy Arceri1-49/+49
2016-10-26i965: replace brw_compute_program with brw_programTimothy Arceri4-35/+8
2016-10-26i965: replace brw_fragment_program with brw_programTimothy Arceri6-36/+13
2016-10-26i965: replace brw_tess_{eval,ctrl}_program with brw_programTimothy Arceri8-74/+18
2016-10-26i965: replace brw_geomerty_program with brw_programTimothy Arceri7-37/+10
2016-10-26i965: replace brw_vertex_program with new generic brw_programTimothy Arceri6-23/+20
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri60-361/+281
2016-10-26i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri17-54/+30
2016-10-26mesa: remove now unused IsCentroid from gl_fragment_programTimothy Arceri2-11/+1
2016-10-26st/mesa: get interpolation location at translation timeTimothy Arceri3-15/+18
2016-10-26i965: remove unused debug paramTimothy Arceri2-17/+17
2016-10-26compiler: update the comment for enum glsl_interp_modeTimothy Arceri1-1/+1
2016-10-26glsl: remove now unused InterpQualifierTimothy Arceri2-12/+2
2016-10-26i965: remove unused BRW_STATE_INTERPOLATION_MAP flagTimothy Arceri2-3/+0
2016-10-26i965: rewrite brw_setup_vue_interpolation()Timothy Arceri22-129/+149
2016-10-26st/mesa: stop making use of InterpQualifier arrayTimothy Arceri2-31/+41
2016-10-26mesa: remove unrequired codeTimothy Arceri1-2/+0
2016-10-26i965/mesa/st: eliminate gl_compute_programTimothy Arceri16-80/+37
2016-10-26mesa: set cs shader_info metadata directlyTimothy Arceri2-14/+3
2016-10-26st/mesa: switch cs over to shared shader_infoTimothy Arceri2-8/+5
2016-10-26compiler: add additional cs metadata fields to shader infoTimothy Arceri2-0/+6
2016-10-26mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri46-310/+268
2016-10-26i965: switch vs over to shared shader_infoTimothy Arceri2-4/+3
2016-10-26i965/mesa/st: eliminate gl_geometry_programTimothy Arceri20-90/+45
2016-10-26mesa: set gs shader_info metadata directlyTimothy Arceri2-19/+7
2016-10-26st/mesa: switch gs over to shared shader_infoTimothy Arceri1-4/+7
2016-10-26i965: switch gs over to shared shader_infoTimothy Arceri1-1/+1
2016-10-26compiler: add input primative field for gs in shader infoTimothy Arceri2-0/+4
2016-10-26i965/mesa/st: eliminate gl_tess_eval_programTimothy Arceri21-93/+53
2016-10-26mesa: copy tes metadata directly to shared shader infoTimothy Arceri2-18/+4
2016-10-26st/mesa: switch tes over to shared shader_infoTimothy Arceri1-5/+7
2016-10-26i965: switch tes over to shared shader_infoTimothy Arceri2-8/+8
2016-10-26compiler: add fields for tes metadata to shader infoTimothy Arceri2-0/+18
2016-10-26i965/mesa/st: eliminate gl_tess_ctrl_programTimothy Arceri21-76/+41