summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-28r600: fix whitespace in recent 1d texture commit.Dave Airlie1-1/+1
2018-02-28intel/compiler: Add ICL to test_eu_validate.cppMatt Turner1-0/+1
2018-02-28intel/compiler: Disable Align16 tests on Gen11+Matt Turner1-0/+16
2018-02-28intel/compiler: Add instruction compaction support on Gen11Matt Turner1-0/+42
2018-02-28intel/compiler: Mark line, pln, and lrp as removed on Gen11+Matt Turner1-4/+6
2018-02-28intel/compiler: Lower flrp32 on Gen11+Matt Turner5-17/+26
2018-02-28intel/compiler/fs: Implement ddy without using align16 for Gen11+Matt Turner1-8/+38
2018-02-28intel/compiler/fs: Simplify ddx/ddy code generationMatt Turner1-42/+21
2018-02-28intel/compiler/fs: Pass fs_inst to generate_ddx/ddy instead of opcodeMatt Turner2-8/+10
2018-02-28intel/compiler/fs: Don't generate integer DWord multiply on Gen11Matt Turner3-5/+6
2018-02-28intel/compiler/fs: Implement FS_OPCODE_LINTERP with MADs on Gen11+Matt Turner2-4/+46
2018-02-28intel/compiler/fs: Return multiple_instructions_emitted from generate_linterpMatt Turner2-4/+8
2018-02-28intel/compiler/fs: Fix application of cmod and saturate to LINE/MAC pairMatt Turner1-2/+11
2018-02-28intel/compiler: Add Gen11+ native float typeMatt Turner6-2/+32
2018-02-28intel/compiler: Add Gen11 register typesMatt Turner1-8/+65
2018-02-28intel: Disable 64-bit extensions on platforms without 64-bit typesMatt Turner3-4/+9
2018-02-28intel: Add icl pci id for INTEL_DEVID_OVERRIDEAnuj Phogat1-0/+1
2018-02-28i965: Warn about preliminary support for Gen11Matt Turner1-0/+7
2018-02-28intel: Add a preliminary device for Ice LakeAnuj Phogat1-1/+56
2018-02-28anv: remove anv_gem_set_context_priority helperTapani Pälli3-12/+3
2018-02-28swr/rast: revert clip distance precisionGeorge Kyriazis2-4/+17
2018-02-28swr/rast: Faster frustum prim cullingGeorge Kyriazis1-3/+7
2018-02-28swr/rast: Consolidate TRANSLATE_ADDRESSGeorge Kyriazis4-6/+28
2018-02-28swr/rast: Code generation cleanupGeorge Kyriazis1-15/+21
2018-02-28swr/rast: Remove draw type from event definitionsGeorge Kyriazis3-12/+8
2018-02-28swr/rast: whitespace changeGeorge Kyriazis1-1/+1
2018-02-28swr/rast: Fix index buffer overfetch issue for non-indexed drawsGeorge Kyriazis1-0/+15
2018-02-28softpipe: don't iterate through PIPE_MAX_SHADER_SAMPLER_VIEWSRoland Scheidegger1-2/+2
2018-02-28cso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS on context destroyRoland Scheidegger1-1/+3
2018-02-28draw: don't needlessly iterate through all sampler view slotsRoland Scheidegger1-1/+1
2018-02-28anv: implement VK_EXT_global_priority extensionTapani Pälli5-0/+95
2018-02-28i965: use context priority definitions from gen_defines.hTapani Pälli3-10/+10
2018-02-28intel: add new common header gen_defines.hTapani Pälli2-0/+55
2018-02-28winsys/amdgpu: request high addressesChristian König1-4/+12
2018-02-28ac/shader: move scanning some info about input PS declarationsSamuel Pitoiset5-15/+26
2018-02-28glsl/linker: fix bug when checking precision qualifierSamuel Iglesias Gonsálvez1-8/+3
2018-02-28anv: set maxResourceSize to the respective value for each generationSamuel Iglesias Gonsálvez1-1/+14
2018-02-28r600: partly revert disabling tiling for 1d texture.Dave Airlie1-0/+5
2018-02-28nir: fix interger divide by zero crash during constant foldingTimothy Arceri1-2/+2
2018-02-27st/mesa: ensure that images don't try to reference non-existent levelsIlia Mirkin1-0/+1
2018-02-28ac/radv: move load base vertex abi setup to vertex shader.Dave Airlie1-1/+1
2018-02-28ac/shader: fix vertex input with components.Dave Airlie1-1/+1
2018-02-28radv: remove device pointer from buffer.Dave Airlie1-1/+0
2018-02-28nir: add lower_ldexp to nir compiler optionsTimothy Arceri6-2/+8
2018-02-28ac: implement nir_op_ldexpTimothy Arceri1-0/+7
2018-02-28ac: fix nir_op_fdd{x,y} handlingTimothy Arceri1-2/+2
2018-02-28ac/radeonsi: add load_base_vertex() to the abiTimothy Arceri3-1/+10
2018-02-28radeonsi: create get_base_vertex() helperTimothy Arceri1-14/+20
2018-02-28radeonsi/nir: disable vertex_id_zero_based loweringTimothy Arceri1-1/+0
2018-02-28ac: add support for handling nir_intrinsic_load_vertex_idTimothy Arceri1-0/+4