summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/isl: Add the maximum surface size limitAnuj Phogat2017-07-121-0/+22
* intel/isl: Use uint64_t to store total surface sizeAnuj Phogat2017-07-122-2/+3
* intel: common: Fix link failure with standalone Android buildTomasz Figa2017-07-121-0/+5
* i965: Fix broxton 2x6 l3 configAnuj Phogat2017-06-281-0/+16
* i965: Add and initialize l3_banks field for gen7+Anuj Phogat2017-06-282-3/+27
* anv: Fix L3 cache programming on Bay TrailJonas Kulla2017-06-281-1/+1
* anv: Require vertex buffers to come from a 32-bit heapJason Ekstrand2017-06-031-0/+12
* anv: Advertise both 32-bit and 48-bit heaps when we have enough memoryJason Ekstrand2017-06-021-6/+36
* anv: Refactor memory type setupJason Ekstrand2017-06-021-36/+40
* anv: Make supports_48bit_addresses a heap propertyJason Ekstrand2017-06-022-3/+14
* anv: Stop setting BO flags in bo_init_newJason Ekstrand2017-06-023-7/+23
* anv: Add valid_bufer_usage to the memory type metadataJason Ekstrand2017-06-022-8/+26
* anv: Determine the type of mapping based on type metadataJason Ekstrand2017-06-022-7/+7
* anv: Set EXEC_OBJECT_ASYNC when availableJason Ekstrand2017-06-028-4/+26
* anv: automake: list shared libraries after the static onesEmil Velikov2017-06-011-16/+15
* anv: Set image memory types based on the type countJason Ekstrand2017-06-011-2/+4
* anv: Set up memory types and heaps during physical device initJason Ekstrand2017-06-012-44/+81
* anv: Predicate 48bit support on gen >= 8Jason Ekstrand2017-05-311-1/+6
* anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hackJason Ekstrand2017-05-311-28/+0
* anv: Handle transitioning depth from UNDEFINED to other layoutsJason Ekstrand2017-05-312-19/+19
* anv: Handle color layout transitions from the UNINITIALIZED layoutJason Ekstrand2017-05-313-2/+108
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-311-2/+1
* anv/formats: Update the three-channel BC1 mappingsNanley Chery2017-05-191-2/+2
* Android: correct libz dependencyChih-Wei Huang2017-05-181-1/+1
* anv: don't leak DRM devicesGrazvydas Ignotas2017-05-181-0/+1
* anv: fix possible stack corruptionGrazvydas Ignotas2017-05-181-1/+1
* i965/vec4: load dvec3/4 uniforms first in the push constant bufferSamuel Iglesias Gonsálvez2017-05-181-27/+80
* i965/vec4: fix swizzle and writemask when loading an uniform with constant of...Samuel Iglesias Gonsálvez2017-05-181-4/+11
* i965/vec4/gs: restore the uniform values which was overwritten by failed vec4...Samuel Iglesias Gonsálvez2017-05-181-0/+26
* intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4Pohjolainen, Topi2017-05-181-23/+5
* anv: anv_gem_mmap() returns MAP_FAILED as mapping errorSamuel Iglesias Gonsálvez2017-05-082-6/+4
* i965/vec4: don't modify regioning parameters to the sources of DF align1 inst...Samuel Iglesias Gonsálvez2017-05-051-8/+1
* i965/vec4: fix register width for DF VGRF and UNIFORMSamuel Iglesias Gonsálvez2017-05-051-5/+7
* i965/vec4: fix vertical stride to avoid breaking region parameter ruleSamuel Iglesias Gonsálvez2017-05-051-18/+32
* anv/cmd_buffer: Use the device allocator for QueueSubmitJason Ekstrand2017-04-301-3/+3
* anv: Don't place scratch buffers above the 32-bit boundaryJason Ekstrand2017-04-301-0/+19
* intel/fs: Take into account amount of data read in spilling cost heuristic.Francisco Jerez2017-04-301-1/+1
* intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy.Francisco Jerez2017-04-301-2/+1
* i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce().Kenneth Graunke2017-04-301-0/+7
* anv/cmd_buffer: Disable CCS on BDW input attachmentsNanley Chery2017-04-242-30/+13
* anv: blorp: flush memory after copyLionel Landwerlin2017-04-241-2/+2
* intel/decoder: Fix is_header_field starting condition.Kenneth Graunke2017-04-161-1/+1
* anv: Add the pci_id into the shader cache UUIDJason Ekstrand2017-04-141-5/+15
* i965: Use correct VertStride on align16 instructions.Matt Turner2017-04-141-10/+34
* i965/vec4/dce: improve track of partial flag register writesSamuel Iglesias Gonsálvez2017-04-141-1/+1
* i965/vec4: don't do horizontal stride on some register file typesSamuel Iglesias Gonsálvez2017-04-141-2/+5
* i965/vec4: Fix exec size for MOVs {SET,PICK}_{HIGH,LOW}_32BIT.Matt Turner2017-04-141-4/+12
* i965/vec4: use vec4_builder to emit instructions in setup_imm_df()Samuel Iglesias Gonsálvez2017-04-142-50/+50
* i965/vec4: consider subregister offset in live variablesJuan A. Suarez Romero2017-04-141-2/+2
* i965/vec4: fix assert to detect SIMD lowered DF instructions in IVBFrancisco Jerez2017-04-141-5/+1