summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2017-12-20i965/vec4: use a temp register to compute offsets for pull loadsIago Toral Quiroga1-1/+3
2017-12-08anv: Check if memfd_create is already defined.Vinson Lee2-0/+4
2017-12-08i965/fs: Unpack count argument to 64-bit shift ops on AtomMatt Turner1-6/+28
2017-12-08intel/blorp: Fix possible NULL pointer dereferencingVadym Shovkoplias1-1/+1
2017-12-08i965/fs: Handle negating immediates on MADs when propagating saturatesMatt Turner1-2/+8
2017-11-21i965/fs: Split all 32->64-bit MOVs on CHV, BXT, GLKMatt Turner1-4/+4
2017-11-21i965/fs: Fix extract_i8/u8 to a 64-bit destinationMatt Turner1-2/+23
2017-11-21intel/tools: Fix detection of enabled shader stages.Kenneth Graunke1-1/+1
2017-11-21autotools: Set C++ visibility flags on IntelDylan Baker1-0/+3
2017-11-21intel/fs: Rework zero-length URB write handlingJason Ekstrand1-29/+31
2017-11-21intel/fs: Mark 64-bit values as being contiguousJason Ekstrand1-1/+4
2017-11-21intel/fs: Fix integer multiplication lowering for src/dst hazardsJason Ekstrand1-2/+8
2017-11-21intel/fs: Fix MOV_INDIRECT for 64-bit values on little-coreJason Ekstrand1-36/+39
2017-11-21intel/eu/reg: Add a subscript() helperJason Ekstrand1-0/+16
2017-11-21intel/fs: Use a pair of 1-wide MOVs instead of SEL for any/allJason Ekstrand1-9/+33
2017-11-21intel/fs: Use an explicit D type for vote any/all/eq intrinsicsJason Ekstrand1-0/+6
2017-11-21intel/fs: Use ANY/ALL32 predicates in SIMD32Jason Ekstrand1-12/+30
2017-11-07intel/compiler/gen9: Pixel shader header only workaroundTopi Pohjolainen1-0/+29
2017-10-27intel/eu: Use EXECUTE_1 for JMPIJason Ekstrand2-2/+1
2017-10-27anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nirJason Ekstrand1-1/+2
2017-10-27intel/fs: Handle flag read/write aliasing in needs_src_copyJason Ekstrand1-1/+3
2017-10-17anv: bo_cache: allow importing a BO larger than neededLionel Landwerlin1-1/+1
2017-10-17anv: Do not assert() on VK_ATTACHMENT_UNUSEDJózef Kucia1-1/+2
2017-10-17anv/cmd_buffer: Reset state in cmd_buffer_destroyLionel Landwerlin1-9/+3
2017-10-17anv/cmd_buffer: fix push descriptors with set > 0Lionel Landwerlin2-13/+49
2017-10-17intel/compiler: Don't propagate cmod into integer multipliesJason Ekstrand2-0/+34
2017-10-17intel/compiler: Don't cmod propagate into a saturated operationJason Ekstrand2-0/+16
2017-10-17intel: compiler: vec4: add missing default 0 lodLionel Landwerlin1-0/+9
2017-10-11anv: Fix vkCmdFillBuffer()Józef Kucia1-2/+2
2017-09-28i965/vec4: Fix swizzles on atomic sources.Kenneth Graunke1-4/+9
2017-09-28i965/vec4: Actually handle atomic op intrinsics.Kenneth Graunke1-2/+10
2017-09-28anv: fix viewport transformation for z componentSamuel Iglesias Gonsálvez1-2/+2
2017-09-28anv: Fix descriptors copyingJózef Kucia1-1/+1
2017-09-13anv/formats: Nicely handle unknown VkFormat enumsJason Ekstrand1-5/+14
2017-08-29intel/blorp: Adjust intra-tile x when faking rgb with red-onlyTopi Pohjolainen1-0/+1
2017-08-19intel/genxml: Fix gen10 BLEND_STATE variable length packingScott D Phillips1-2/+2
2017-08-11isl: Validate row pitch of stencil surfaces.Kenneth Graunke1-2/+7
2017-08-11intel/isl: Don't align the height of the last array sliceJason Ekstrand1-1/+2
2017-08-11intel/isl: Stop padding surfacesJason Ekstrand1-117/+2
2017-08-11anv/formats: Allow sampling on depth-only formats on gen7Jason Ekstrand1-1/+2
2017-08-05anv: Stop advertising VK_KHX_multiviewJason Ekstrand1-4/+0
2017-08-05intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.Dave Airlie1-0/+1
2017-07-27anv: only expose up to 28 vertex attributesIago Toral Quiroga1-1/+1
2017-07-27anv/cmd_buffer: fix off by one error in assertionIago Toral Quiroga1-1/+1
2017-07-24intel/blorp: ship blorp_genX_exec.h within the tarballEmil Velikov1-0/+1
2017-07-22anv/image: zalloc image viewsJason Ekstrand1-7/+1
2017-07-22anv/image: Use vk_zalloc instead of an explicit memsetJason Ekstrand1-3/+2
2017-07-22anv: Separate surface states by layout instead of aux_usageJason Ekstrand4-53/+58
2017-07-22intel/isl: Add some sanity checks for compressed surfacesJason Ekstrand1-0/+18
2017-07-22intel/isl: Add a helper to get a subimage surfaceJason Ekstrand3-30/+76