summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* Revert "HACK: Don't re-configure L3$ in render stages pre-BDW"Jordan Justen2016-05-171-11/+0
* anv: Port L3 cache programming from i965Jordan Justen2016-05-179-173/+593
* anv/gen7: Add memory barrier to vkCmdWaitEvents callJordan Justen2016-05-171-0/+6
* anv: Keep track of whether the data cache should be enabled in L3Jordan Justen2016-05-173-1/+11
* genxml/hsw: Add L3 cache control registersJordan Justen2016-05-171-0/+8
* anv/formats: Add support for VK_FORMAT_B4G4R4A4_UNORM pre-gen8Jason Ekstrand2016-05-171-0/+10
* anv: Add a devinfo argument to the get_format functionsJason Ekstrand2016-05-175-15/+20
* anv/formats: Set the swizzle to RGB1 when using an RGBA format to fake RGBJason Ekstrand2016-05-171-2/+5
* anv/formats: Refactor anv_get_formatJason Ekstrand2016-05-171-30/+27
* anv: Use 16 bits for the isl_format in anv_formatJason Ekstrand2016-05-171-1/+1
* anv/formats: Use the isl_channel_select enum for the swizzleJason Ekstrand2016-05-173-20/+24
* anv/formats: Add an anv_get_format helperJason Ekstrand2016-05-175-66/+58
* anv/format: Simplify anv_formatJason Ekstrand2016-05-172-55/+39
* anv/formats: Delete validate_GetPhysicalDeviceFormatPropertiesJason Ekstrand2016-05-171-10/+0
* anv/image: Use aspects for computing full usageJason Ekstrand2016-05-171-4/+3
* anv: Remove the anv_format member from anv_imageJason Ekstrand2016-05-173-4/+2
* anv/wsi: Use vk_format_info for asserts rather than anv_formatJason Ekstrand2016-05-172-2/+4
* anv/copy: Use the linear format from the image for the buffer block sizeJason Ekstrand2016-05-171-1/+4
* anv/image: Stop using anv_format for image create validationJason Ekstrand2016-05-171-6/+2
* anv/image: Make heavier use of aspectsJason Ekstrand2016-05-171-50/+34
* anv/copy: Use the color_surf from the image to get the block sizeJason Ekstrand2016-05-171-9/+20
* anv: Change render_pass_attachment.format to a VkFormatJason Ekstrand2016-05-173-5/+8
* anv: Add helpers to provide simple VkFormat introspectionJason Ekstrand2016-05-172-1/+67
* anv/image: Use get_isl_format when creating buffer viewsJason Ekstrand2016-05-171-5/+6
* anv/image: Add an aspects fieldJason Ekstrand2016-05-174-8/+10
* anv: Make format_for_descriptor return an isl_formatJason Ekstrand2016-05-173-13/+11
* anv/wayland: Don't allow non-renderable formatsJason Ekstrand2016-05-171-4/+7
* anv/wsi: Make WSI per-physical-device rather than per-instanceJason Ekstrand2016-05-176-66/+70
* i965/fs: Add an allow_spilling flag to brw_compile_fsJason Ekstrand2016-05-171-1/+2
* genxml: Use llroundf() and store to appropriate type.Matt Turner2016-05-161-2/+2
* nir/builder: Add a helper for grabbing multiple channels from an ssa defJason Ekstrand2016-05-141-3/+1
* i965/fs: Organize prog_data by ksp number rather than SIMD widthJason Ekstrand2016-05-144-49/+21
* i965/fs: Rework the persample shading key/prog_data bitsJason Ekstrand2016-05-141-2/+3
* anv/copy: Fix copying Images from Buffers with larger dimensionsNanley Chery2016-05-131-8/+11
* anv: Don't advertise shaderImageGatherExtendedJason Ekstrand2016-05-121-1/+1
* anv: fix build breakRob Clark2016-05-111-1/+1
* genxml: avoid using a GNU make pattern ruleJonathan Gray2016-05-101-1/+5
* anv: fix hang during generation of dev_icd.json.Knut Andre Tidemann2016-05-031-1/+1
* isl: automake: don't explicitly EXTRA_DIST the tests folderEmil Velikov2016-05-011-2/+0
* anv: include the files in the tarballEmil Velikov2016-05-012-2/+10
* isl: include all the files in the tarballEmil Velikov2016-05-011-0/+6
* anv: update .gitignoreEmil Velikov2016-05-011-4/+0
* anv: automake: remove no longer needed includeEmil Velikov2016-05-011-1/+0
* anv: automake: tweak anv_entrypoint.[ch] ruleEmil Velikov2016-05-011-2/+4
* anv: tweak libvulkan_intel.so link librariesEmil Velikov2016-05-011-1/+3
* anv: cosmetic makefile changesEmil Velikov2016-05-011-13/+11
* anv: place the builddir includes before the srcdir onesEmil Velikov2016-05-011-5/+5
* automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLANDEmil Velikov2016-05-011-1/+1
* automake: drop "EGL_" from HAVE_EGL_PLATFORM_X11Emil Velikov2016-05-011-1/+1
* anv: get rid of VULKAN_ENTRYPOINT_CPPFLAGS variableEmil Velikov2016-05-011-11/+3