summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2017-07-18intel/blorp/gen4: Drop cube map flag for single face copyTopi Pohjolainen1-1/+7
2017-07-18intel/isl: Take 3D surfaces into account in image paramsTopi Pohjolainen1-2/+6
2017-07-18anv: Advertise support for VK_KHR_variable_pointersJason Ekstrand3-0/+13
2017-07-18anv: Advertise support for VK_KHR_storage_buffer_storage_classJason Ekstrand2-0/+5
2017-07-17intel/isl: Add a row_pitch parameter to surf_get_ccs_surfJason Ekstrand3-3/+6
2017-07-17anv/image: Add INPUT_ATTACHMENT to the list of required usagesJason Ekstrand1-0/+1
2017-07-17anv: Stop leaking the no_aux sampler surface stateJason Ekstrand1-0/+5
2017-07-17anv/cmd_buffer: Properly handle render passes with 0 attachmentsJason Ekstrand1-12/+11
2017-07-17anv: advertise v6 of the wayland surface extensionEmil Velikov1-1/+1
2017-07-17anv: ensure device name contains terminating characterLionel Landwerlin1-2/+2
2017-07-15anv: Implement VK_KHR_external_memory_*Jason Ekstrand3-5/+163
2017-07-15anv: Implement VK_KHR_dedicated_allocationJason Ekstrand2-0/+19
2017-07-15anv: Implement VK_KHR_get_memory_requirements2Jason Ekstrand2-0/+48
2017-07-15anv: Advertise version 1.0.54Jason Ekstrand3-3/+3
2017-07-15vulkan: Update to the new 1.0.54 spec XML and headersJason Ekstrand1-3/+3
2017-07-15anv: Drop support for VK_KHX_external_semaphore_*Jason Ekstrand3-125/+5
2017-07-14anv: Drop support for VK_KHX_external_memory_*Jason Ekstrand3-161/+5
2017-07-14anv/pipeline: do not use BITFIELD64_BIT()Juan A. Suarez Romero1-1/+1
2017-07-14anv/pipeline: use unsigned long long constant to check enable vertex inputsJuan A. Suarez Romero1-1/+1
2017-07-13i965: Use pushed UBO data in the scalar backend.Kenneth Graunke3-1/+64
2017-07-13i965: Factor out push locations.Kenneth Graunke2-16/+25
2017-07-13i965: Push UBO data, but don't use it just yet.Kenneth Graunke2-1/+11
2017-07-13i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke4-0/+312
2017-07-13i965: Switch to absolute addressing for constant buffer 0.Kenneth Graunke1-0/+6
2017-07-13aubinator: don't leak fd of opened aubfileLionel Landwerlin1-0/+2
2017-07-13anv: don't use strcpy for copying stringsLionel Landwerlin1-1/+2
2017-07-13intel/compiler: no need to check unsigned is >= 0Lionel Landwerlin1-1/+1
2017-07-13intel/compiler: don't check unsigned is >= 0Lionel Landwerlin1-1/+1
2017-07-13intel/compiler: remove check unsigned is >= 0Lionel Landwerlin1-1/+1
2017-07-13isl: use 64bit arithmetic to compute sizeLionel Landwerlin1-2/+2
2017-07-12intel/isl: Add a helper to convert tilings from ISL to i915Jason Ekstrand2-0/+28
2017-07-12intel/isl: Add basic modifier introspectionJason Ekstrand4-0/+83
2017-07-12intel/compiler: Don't use opt_sampler_eot() optimization on gen10+Anuj Phogat1-1/+1
2017-07-12intel: Move the DRM uapi headers to a non-Intel location.Eric Anholt10-3566/+2
2017-07-12anv: Round u_vector element sizes to a power of twoJason Ekstrand1-2/+3
2017-07-11intel: add number of subslices to device infoLionel Landwerlin2-8/+54
2017-07-10intel: Fix clflushing on modern (Baytrail+) Atom CPUs.Kenneth Graunke1-0/+12
2017-07-10intel: Move clflush helpers from anv to common/gen_clflush.h.Kenneth Graunke7-34/+63
2017-07-10anv: Stop setting domains to RENDER on EXEC_OBJECT_WRITEJason Ekstrand1-5/+2
2017-07-07Revert "intel/isl: Only create a CCS buffer if the image supports rendering"Nanley Chery1-1/+1
2017-07-05intel: common: Fix link failure with standalone Android buildTomasz Figa1-0/+5
2017-07-03anv: check support for enabled features in vkCreateDevice()Samuel Iglesias Gonsálvez1-0/+13
2017-07-03anv: merge tessellation's primitive mode in merge_tess_info()Samuel Iglesias Gonsálvez1-0/+4
2017-07-02anv: fix reported timestampPeriod valueLionel Landwerlin1-1/+1
2017-07-02intel: genxml: make a couple of enums show up in aubinatorLionel Landwerlin6-45/+47
2017-06-30i965/i915: Add UYVY as the supported formatJohnson Lin2-0/+2
2017-06-29android: anv: drop libdrm_intel dependencyMauro Rossi1-1/+2
2017-06-29anv: use devinfo for number of thread/euLionel Landwerlin1-2/+3
2017-06-29intel: tools: add intel_aub.h as part of aubinatorJuan A. Suarez Romero1-1/+2
2017-06-29intel: automake: include Makefile.drm.amJuan A. Suarez Romero1-0/+1