summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2020-05-08anv: don't expose VK_INTEL_performance_query without kernel supportLionel Landwerlin2-1/+3
2020-05-08intel/perf: store the probed i915-perf versionLionel Landwerlin3-1/+22
2020-05-04anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips3-3/+8
2020-05-04intel/fs: Update location of Render Target Array Index for gen12D Scott Phillips1-1/+9
2020-04-29intel/fs: Don't delete coalesced MOVs if they have a cmodJason Ekstrand1-2/+15
2020-04-28anv: Expose CS workgroup sizes based on a maximum of 64 threadsJason Ekstrand1-1/+2
2020-04-28intel/devinfo: Compute the correct L3$ size for Gen12Jason Ekstrand1-0/+11
2020-04-27anv: Drop an assertJason Ekstrand1-1/+0
2020-04-27anv: Properly handle all sizes of specialization constantsJason Ekstrand1-2/+15
2020-04-23intel/perf: Enable MDAPI queries for Gen12Lionel Landwerlin2-5/+8
2020-04-23intel/perf: move mdapi query definitions to their own fileLionel Landwerlin5-346/+388
2020-04-23intel/perf: break GL query stuff awayLionel Landwerlin6-1596/+1682
2020-04-23intel/perf: move register definition to special fileLionel Landwerlin2-19/+8
2020-04-22anv: Apply any needed PIPE_CONTROLs before emitting stateJason Ekstrand1-0/+12
2020-04-22anv: Move vb_emit setup closer to where it's used in flush_stateJason Ekstrand1-4/+4
2020-04-22anv/android: fix assert in anv_import_ahw_memoryAbhishek Kumar1-1/+1
2020-04-20anv: Report correct SLM sizeJason Ekstrand1-1/+1
2020-04-20intel: Add _const versions of prog_data cast helpersJason Ekstrand1-5/+10
2020-04-09anv/image: Use align_u64 for image offsetsJason Ekstrand1-2/+2
2020-04-09anv/pipeline: allow more than 16 FS inputsJuan A. Suarez Romero1-14/+21
2020-04-09intel/compiler: store the FS inputs in WM prog dataJuan A. Suarez Romero2-0/+6
2020-04-09i965: Move down genX_upload_sbe in profiles.Mathias Fröhlich4-0/+34
2020-03-31anv: Account for the header in anv_state_stream_allocJason Ekstrand1-2/+3
2020-03-30intel/fs/gen12: Fix interaction of SWSB dependency combination with EU fusion...Francisco Jerez1-10/+11
2020-03-20isl: drop min row pitch alignment when set by the driverLionel Landwerlin1-1/+9
2020-03-20isl: only apply main surface ccs pitch constraint with CCSLionel Landwerlin1-1/+2
2020-03-20isl: properly filter supported display modifiers on Gen9+Lionel Landwerlin1-3/+13
2020-03-20isl: implement linear tiling row pitch requirement for displayLionel Landwerlin1-3/+14
2020-03-19anv: Swizzle fast-clear valuesJason Ekstrand3-9/+19
2020-03-19intel/blorp: Add support for swizzling fast-clear colorsJason Ekstrand3-4/+12
2020-03-18anv: Do an end-of-pipe sync before updating AUX table entriesJason Ekstrand1-1/+1
2020-03-18anv: Wait for the GPU to be idle before invalidating the aux table.Rafael Antognolli1-0/+10
2020-03-18anv: Do end-of-pipe sync around MCS/CCS ops instead of CS stallJason Ekstrand2-8/+8
2020-03-18anv: Use a proper end-of-pipe sync instead of just CS stallJason Ekstrand2-15/+118
2020-03-18anv: Use the PIPE_CONTROL instead of bits for the CS stall W/AJason Ekstrand1-3/+7
2020-03-10intel/fs: Fix workaround for VxH indirect addressing bug under control flow.Francisco Jerez1-10/+28
2020-03-10anv: Parse VkPhysicalDeviceFeatures2 in CreateDeviceJason Ekstrand1-10/+45
2020-03-06isl: Set 3DSTATE_DEPTH_BUFFER::Depth correctly for 3D surfacesJason Ekstrand1-1/+19
2020-03-04intel/gen12+: Disable mid thread preemption.Rafael Antognolli2-0/+13
2020-03-04intel/device: bdw_gt1 actually has 6 eus per subslicePaulo Zanoni1-1/+1
2020-03-04intel: fix the gen 12 compute shader scratch IDsPaulo Zanoni1-3/+8
2020-03-04intel: fix the gen 11 compute shader scratch IDsPaulo Zanoni1-1/+6
2020-03-02intel/compiler: Restrict cs_threads to 64Jordan Justen1-1/+3
2020-02-28anv: Always enable the data cacheJason Ekstrand3-10/+1
2020-02-20intel/fs: Correctly handle multiply of fsign with a source modifierIan Romanick1-0/+10
2020-02-20intel/gen12: Take into account opcode when decoding SWSBCaio Marcelo de Oliveira Filho2-3/+7
2020-02-18intel/fs/gen12: Workaround data coherency issues due to broken NoMask control...Francisco Jerez1-34/+100
2020-02-18intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch writes.Francisco Jerez1-7/+3
2020-02-18intel/fs/gen12: Workaround unwanted SEND execution due to broken NoMask contr...Francisco Jerez2-0/+150
2020-02-18intel/fs: Add virtual instruction to load mask of live channels into flag reg...Francisco Jerez5-2/+22