summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-10anv: set input_slots_valid on brw_wm_prog_keyLionel Landwerlin1-3/+8
2017-01-10anv: add helper to get vue map for fragment shaderLionel Landwerlin2-6/+12
2017-01-10anv: add get_.*_prog_data for tesselation stagesLionel Landwerlin1-0/+2
2017-01-10anv: make get_.*_prog_data take a const pipelineLionel Landwerlin1-1/+1
2017-01-09nir: Fix anonymous union initialization with older GCC.Vinson Lee1-1/+1
2017-01-10radv/ac: add support for multi sample image coordsDave Airlie1-1/+16
2017-01-09glsl: Do not allow scalar types in vector relational functionsBoyan Ding1-19/+10
2017-01-09nir: remove duplicated foreach loopThomas Hindoe Paaboel Andersen1-1/+0
2017-01-09i965: Fix number of slots in SSO mode when there are no user varyings.Kenneth Graunke1-4/+2
2017-01-09spirv: Move cursor before calling vtn_ssa_value() in phi 2nd pass.Kenneth Graunke1-1/+2
2017-01-10mesa: set GLSL 1.20 for the fixed-function fragment shaderMarek Olšák1-1/+13
2017-01-09radv: Create single RADV_DEBUG env var.Bas Nieuwenhuizen6-36/+53
2017-01-09ac/debug: Dump indirect buffers.Bas Nieuwenhuizen5-9/+37
2017-01-09radv: Dump command buffer on hang.Bas Nieuwenhuizen6-9/+150
2017-01-09ac/debug: Move IB decode to common code.Bas Nieuwenhuizen7-332/+420
2017-01-09ac/debug: Move sid_tables.h generation to common code.Bas Nieuwenhuizen6-15/+12
2017-01-09radeonsi: fix the Witcher 2 black transitionsMarek Olšák1-2/+13
2017-01-09radeonsi: set si_shader_context::input_decls for ranged decls correctlyMarek Olšák1-1/+4
2017-01-09radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUGMarek Olšák5-13/+15
2017-01-09isl: render target cube maps should be handled as 2D images, not cubesIago Toral Quiroga1-4/+6
2017-01-09anv: don't skip the VUE header if we are reading gl_Layer in a fragment shaderIago Toral Quiroga1-4/+16
2017-01-09anv: enable shaderFloat64 featureSamuel Iglesias Gonsálvez1-1/+1
2017-01-09anv: enable float64 feature on supported platformsSamuel Iglesias Gonsálvez1-1/+5
2017-01-09spirv: enable SpvCapabilityFloat64 only to supported platformsSamuel Iglesias Gonsálvez2-1/+5
2017-01-09nir/i965: use two slots from inputs_read for dvec3/dvec4 vertex input attributesJuan A. Suarez Romero9-60/+107
2017-01-09isl: fix VA64 support for double and dvecN vertex attributesSamuel Iglesias Gonsálvez2-6/+6
2017-01-09anv/pipeline: get map for double input attributesJuan A. Suarez Romero1-0/+1
2017-01-09spirv: add support for doubles to OpSpecConstantSamuel Iglesias Gonsálvez5-8/+55
2017-01-09spirv/nir: add (un)packDouble2x32() translationSamuel Iglesias Gonsálvez1-0/+2
2017-01-09spirv/nir: implement DF conversionsSamuel Iglesias Gonsálvez3-13/+23
2017-01-09nir: add nir_type_conversion_op()Samuel Iglesias Gonsálvez2-0/+83
2017-01-09nir: add nir_get_nir_type_for_glsl_type()Samuel Iglesias Gonsálvez1-0/+24
2017-01-09spirv: add support for doubles on OpComposite{Insert,Extract}Samuel Iglesias Gonsálvez1-0/+1
2017-01-09spirv: Enable double floating points when copying variables in _vtn_variable_...Samuel Iglesias Gonsálvez1-0/+1
2017-01-09spirv: add double support to _vtn_block_load_store()Samuel Iglesias Gonsálvez1-0/+1
2017-01-09spirv: add double support to _vtn_variable_load_storeSamuel Iglesias Gonsálvez1-0/+1
2017-01-09spirv: add double support to SpvOpCompositeExtractSamuel Iglesias Gonsálvez1-2/+14
2017-01-09spirv: fix SpvOpSpecConstantOp with SpvOpVectorShuffle working with double-ba...Samuel Iglesias Gonsálvez1-12/+40
2017-01-09spirv: add DF support to SpvOp*ConstantCompositeSamuel Iglesias Gonsálvez1-3/+11
2017-01-09spirv: add DF support to vtn_const_ssa_value()Samuel Iglesias Gonsálvez1-3/+5
2017-01-09spirv: add support for loading DF constantsSamuel Iglesias Gonsálvez1-2/+10
2017-01-09spirv: add definition of double based data typesSamuel Iglesias Gonsálvez1-2/+4
2017-01-09spirv: fix typo in spec_constant_decoration_cb()Samuel Iglesias Gonsálvez1-2/+2
2017-01-09radv: drop unused fields in physical device.Dave Airlie1-6/+0
2017-01-09i965: call intel_prepare_render always when reading pixelsTapani Pälli1-6/+6
2017-01-09st/mesa: pass gl_program to st_bind_ubos()Timothy Arceri1-18/+18
2017-01-09st/mesa: pass gl_program to st_bind_images()Timothy Arceri1-24/+22
2017-01-09st/mesa: stop passing gl_linked_shader to set_affected_state_flags()Timothy Arceri1-7/+6
2017-01-09st/mesa/glsl: set num_images directly in shader_infoTimothy Arceri6-20/+13
2017-01-09st/mesa: pass gl_program to st_bind_ssbos()Timothy Arceri1-21/+21