summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Match destination type to size for ballotMatt Turner2017-07-202-2/+6
* nir: Reduce destination size of ballot intrinsic when possibleMatt Turner2017-07-201-0/+1
* i965/fs: Implement ARB_shader_ballot operationsMatt Turner2017-07-203-0/+48
* i965/fs: Do not move MOVs writing the flag outside of control flowMatt Turner2017-07-201-2/+4
* i965/fs: Handle explicit flag sources in flags_read()Francisco Jerez2017-07-201-4/+5
* nir: Add system values from ARB_shader_ballotMatt Turner2017-07-202-3/+3
* i965/fs: Implement ARB_shader_group_vote operationsMatt Turner2017-07-201-0/+50
* i965/fs: Handle explicit flag destinations in flags_written()Francisco Jerez2017-07-201-4/+19
* i965/vec4: Lower ARB_shader_group_vote intrinsicsMatt Turner2017-07-201-0/+1
* nir: Add pass to optimize intrinsicsMatt Turner2017-07-201-0/+1
* intel/isl/gen4: Represent cube maps with 3D layoutTopi Pohjolainen2017-07-201-6/+35
* intel/isl: Add i915 to isl_tiling converterTopi Pohjolainen2017-07-202-0/+20
* anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BITChad Versace2017-07-191-3/+4
* intel/blorp/gen4: Drop cube map flag for single face copyTopi Pohjolainen2017-07-181-1/+7
* intel/isl: Take 3D surfaces into account in image paramsTopi Pohjolainen2017-07-181-2/+6
* anv: Advertise support for VK_KHR_variable_pointersJason Ekstrand2017-07-183-0/+13
* anv: Advertise support for VK_KHR_storage_buffer_storage_classJason Ekstrand2017-07-182-0/+5
* intel/isl: Add a row_pitch parameter to surf_get_ccs_surfJason Ekstrand2017-07-173-3/+6
* anv/image: Add INPUT_ATTACHMENT to the list of required usagesJason Ekstrand2017-07-171-0/+1
* anv: Stop leaking the no_aux sampler surface stateJason Ekstrand2017-07-171-0/+5
* anv/cmd_buffer: Properly handle render passes with 0 attachmentsJason Ekstrand2017-07-171-12/+11
* anv: advertise v6 of the wayland surface extensionEmil Velikov2017-07-171-1/+1
* anv: ensure device name contains terminating characterLionel Landwerlin2017-07-171-2/+2
* anv: Implement VK_KHR_external_memory_*Jason Ekstrand2017-07-153-5/+163
* anv: Implement VK_KHR_dedicated_allocationJason Ekstrand2017-07-152-0/+19
* anv: Implement VK_KHR_get_memory_requirements2Jason Ekstrand2017-07-152-0/+48
* anv: Advertise version 1.0.54Jason Ekstrand2017-07-153-3/+3
* vulkan: Update to the new 1.0.54 spec XML and headersJason Ekstrand2017-07-151-3/+3
* anv: Drop support for VK_KHX_external_semaphore_*Jason Ekstrand2017-07-153-125/+5
* anv: Drop support for VK_KHX_external_memory_*Jason Ekstrand2017-07-143-161/+5
* anv/pipeline: do not use BITFIELD64_BIT()Juan A. Suarez Romero2017-07-141-1/+1
* anv/pipeline: use unsigned long long constant to check enable vertex inputsJuan A. Suarez Romero2017-07-141-1/+1
* i965: Use pushed UBO data in the scalar backend.Kenneth Graunke2017-07-133-1/+64
* i965: Factor out push locations.Kenneth Graunke2017-07-132-16/+25
* i965: Push UBO data, but don't use it just yet.Kenneth Graunke2017-07-132-1/+11
* i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke2017-07-134-0/+312
* i965: Switch to absolute addressing for constant buffer 0.Kenneth Graunke2017-07-131-0/+6
* aubinator: don't leak fd of opened aubfileLionel Landwerlin2017-07-131-0/+2
* anv: don't use strcpy for copying stringsLionel Landwerlin2017-07-131-1/+2
* intel/compiler: no need to check unsigned is >= 0Lionel Landwerlin2017-07-131-1/+1
* intel/compiler: don't check unsigned is >= 0Lionel Landwerlin2017-07-131-1/+1
* intel/compiler: remove check unsigned is >= 0Lionel Landwerlin2017-07-131-1/+1
* isl: use 64bit arithmetic to compute sizeLionel Landwerlin2017-07-131-2/+2
* intel/isl: Add a helper to convert tilings from ISL to i915Jason Ekstrand2017-07-122-0/+28
* intel/isl: Add basic modifier introspectionJason Ekstrand2017-07-124-0/+83
* intel/compiler: Don't use opt_sampler_eot() optimization on gen10+Anuj Phogat2017-07-121-1/+1
* intel: Move the DRM uapi headers to a non-Intel location.Eric Anholt2017-07-1210-3566/+2
* anv: Round u_vector element sizes to a power of twoJason Ekstrand2017-07-121-2/+3
* intel: add number of subslices to device infoLionel Landwerlin2017-07-112-8/+54
* intel: Fix clflushing on modern (Baytrail+) Atom CPUs.Kenneth Graunke2017-07-101-0/+12