summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler/fs: Don't generate integer DWord multiply on Gen11Matt Turner2018-02-283-5/+6
* intel/compiler/fs: Implement FS_OPCODE_LINTERP with MADs on Gen11+Matt Turner2018-02-282-4/+46
* intel/compiler/fs: Return multiple_instructions_emitted from generate_linterpMatt Turner2018-02-282-4/+8
* intel/compiler/fs: Fix application of cmod and saturate to LINE/MAC pairMatt Turner2018-02-281-2/+11
* intel/compiler: Add Gen11+ native float typeMatt Turner2018-02-286-2/+32
* intel/compiler: Add Gen11 register typesMatt Turner2018-02-281-8/+65
* intel: Disable 64-bit extensions on platforms without 64-bit typesMatt Turner2018-02-283-4/+9
* intel: Add icl pci id for INTEL_DEVID_OVERRIDEAnuj Phogat2018-02-281-0/+1
* i965: Warn about preliminary support for Gen11Matt Turner2018-02-281-0/+7
* intel: Add a preliminary device for Ice LakeAnuj Phogat2018-02-281-1/+56
* anv: remove anv_gem_set_context_priority helperTapani Pälli2018-02-283-12/+3
* swr/rast: revert clip distance precisionGeorge Kyriazis2018-02-282-4/+17
* swr/rast: Faster frustum prim cullingGeorge Kyriazis2018-02-281-3/+7
* swr/rast: Consolidate TRANSLATE_ADDRESSGeorge Kyriazis2018-02-284-6/+28
* swr/rast: Code generation cleanupGeorge Kyriazis2018-02-281-15/+21
* swr/rast: Remove draw type from event definitionsGeorge Kyriazis2018-02-283-12/+8
* swr/rast: whitespace changeGeorge Kyriazis2018-02-281-1/+1
* swr/rast: Fix index buffer overfetch issue for non-indexed drawsGeorge Kyriazis2018-02-281-0/+15
* softpipe: don't iterate through PIPE_MAX_SHADER_SAMPLER_VIEWSRoland Scheidegger2018-02-281-2/+2
* cso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS on context destroyRoland Scheidegger2018-02-281-1/+3
* draw: don't needlessly iterate through all sampler view slotsRoland Scheidegger2018-02-281-1/+1
* anv: implement VK_EXT_global_priority extensionTapani Pälli2018-02-285-0/+95
* i965: use context priority definitions from gen_defines.hTapani Pälli2018-02-283-10/+10
* intel: add new common header gen_defines.hTapani Pälli2018-02-282-0/+55
* winsys/amdgpu: request high addressesChristian König2018-02-281-4/+12
* ac/shader: move scanning some info about input PS declarationsSamuel Pitoiset2018-02-285-15/+26
* glsl/linker: fix bug when checking precision qualifierSamuel Iglesias Gonsálvez2018-02-281-8/+3
* anv: set maxResourceSize to the respective value for each generationSamuel Iglesias Gonsálvez2018-02-281-1/+14
* r600: partly revert disabling tiling for 1d texture.Dave Airlie2018-02-281-0/+5
* nir: fix interger divide by zero crash during constant foldingTimothy Arceri2018-02-281-2/+2
* st/mesa: ensure that images don't try to reference non-existent levelsIlia Mirkin2018-02-271-0/+1
* ac/radv: move load base vertex abi setup to vertex shader.Dave Airlie2018-02-281-1/+1
* ac/shader: fix vertex input with components.Dave Airlie2018-02-281-1/+1
* radv: remove device pointer from buffer.Dave Airlie2018-02-281-1/+0
* nir: add lower_ldexp to nir compiler optionsTimothy Arceri2018-02-286-2/+8
* ac: implement nir_op_ldexpTimothy Arceri2018-02-281-0/+7
* ac: fix nir_op_fdd{x,y} handlingTimothy Arceri2018-02-281-2/+2
* ac/radeonsi: add load_base_vertex() to the abiTimothy Arceri2018-02-283-1/+10
* radeonsi: create get_base_vertex() helperTimothy Arceri2018-02-281-14/+20
* radeonsi/nir: disable vertex_id_zero_based loweringTimothy Arceri2018-02-281-1/+0
* ac: add support for handling nir_intrinsic_load_vertex_idTimothy Arceri2018-02-281-0/+4
* ac: fix f2b and i2b for doublesTimothy Arceri2018-02-281-2/+4
* intel/ir: Fix invalid type aliasing with undefined behavior in test_eu_compact.Francisco Jerez2018-02-271-3/+3
* util/bitset: Make C++ wrapper trivially constructible.Francisco Jerez2018-02-273-20/+20
* intel/tools: Use gen_device_name_to_pci_device_id in aubinatorJordan Justen2018-02-271-24/+6
* intel/common: Add gen_device_name_to_pci_device_idJordan Justen2018-02-272-6/+14
* intel/vulkan: Support INTEL_DEVID_OVERRIDE environment variableJordan Justen2018-02-271-4/+10
* i965: Use gen_get_pci_device_id_overrideJordan Justen2018-02-271-52/+5
* intel/common: Add gen_get_pci_device_id_overrideJordan Justen2018-02-272-0/+52
* intel/vulkan: Support INTEL_NO_HW environment variableJordan Justen2018-02-273-1/+6