summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Don't propagate cmod into integer multipliesJason Ekstrand2017-10-052-0/+34
* intel/compiler: Don't cmod propagate into a saturated operationJason Ekstrand2017-10-052-0/+16
* i965: Validate "Special Requirements for Handling Double Precision Data Types"Matt Turner2017-10-042-0/+792
* i965: Fix and enable forgotten validation testMatt Turner2017-10-041-14/+17
* i965: Only insert error message if not already presentMatt Turner2017-10-041-5/+13
* i965: Avoid validation error when src1 is not presentMatt Turner2017-10-041-1/+1
* i965: Remove validate_reg()Matt Turner2017-10-041-80/+0
* i965: Add and use STRIDE and WIDTH macrosMatt Turner2017-10-041-18/+15
* i965: Add parentheses around usage of macro argumentsMatt Turner2017-10-041-1/+1
* i965: Add GLK, CFL, CNL to test_eu_validate.cMatt Turner2017-10-041-0/+7
* i965: Fix support for disassembling 64-bit integer immediatesMatt Turner2017-10-041-2/+2
* i965/fs: Rewrite fsign64 to skip the float -> double conversionMatt Turner2017-10-041-41/+9
* i965/fs: Unpack count argument to 64-bit shift ops on AtomMatt Turner2017-10-041-6/+28
* i965/fs: Don't apply POW/FDIV workaround on Gen10+Matt Turner2017-10-041-0/+1
* i965: Fix src0 vs src1 typoMatt Turner2017-10-041-1/+1
* android: fix build issues with brw_nir_trig_workarounds.cTapani Pälli2017-10-041-1/+1
* intel: compiler: vec4: add missing default 0 lodLionel Landwerlin2017-10-031-0/+9
* anv: Remove base_vertex/instance from push_constantsJason Ekstrand2017-10-031-7/+0
* meson: convert gtest to an internal dependencyDylan Baker2017-10-031-3/+3
* meson: add window system deps to intel vulkan commonDylan Baker2017-10-031-1/+1
* intel: Always set Cube Face Enables for all surfaces.Kenneth Graunke2017-10-031-8/+6
* intel: Make Cube Face Enable fields consistent across generations.Kenneth Graunke2017-10-037-10/+36
* anv: Remove unreachable cases from isl_format_for_size()Józef Kucia2017-10-031-2/+0
* anv: Fix vkCmdFillBuffer()Józef Kucia2017-10-031-2/+2
* i965: skip reading unused slots at the begining of the URB for the FSIago Toral Quiroga2017-10-022-4/+32
* i965: Normalize types for FBL, FBH, etcMatt Turner2017-09-302-15/+11
* i965/fs: force pull model for 64-bit GS inputsIago Toral Quiroga2017-09-292-7/+15
* meson: remove duplicate libisl dependency in anvDylan Baker2017-09-281-1/+1
* anv: add an assertion in genX(BeginCommandBuffer)Gwan-gyeong Mun2017-09-281-0/+1
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-278-0/+652
* intel: use a flag instead of setting PYTHONPATHDylan Baker2017-09-272-9/+26
* i965: Support copy propagating of untyped atomic surface indexes.Kenneth Graunke2017-09-261-0/+7
* i965/vec4: Fix swizzles on atomic sources.Kenneth Graunke2017-09-261-4/+9
* i965/vec4: Actually handle atomic op intrinsics.Kenneth Graunke2017-09-261-2/+10
* anv: Fix some comment typos.Eric Anholt2017-09-261-3/+3
* intel/genxml: Convert a not-present-or-"1" dict to a set.Eric Anholt2017-09-261-2/+3
* i965/nir: export nir_optimizeTimothy Arceri2017-09-262-7/+11
* anv: fix viewport transformation for z componentSamuel Iglesias Gonsálvez2017-09-251-2/+2
* Revert "intel: Remove unused device info for KBL GT1.5"Anuj Phogat2017-09-211-0/+11
* i965: Handle unwritten PSIZ/VIEWPORT/LAYER outputs in vec4 shaders.Kenneth Graunke2017-09-211-3/+3
* intel/blorp/hiz: Always set sample numberTopi Pohjolainen2017-09-211-0/+11
* anv: Advertise VK_KHR_maintenance2Jason Ekstrand2017-09-201-0/+1
* anv/image: Use RENDER_SURFACE_STATE::X/Y Offset on SKL+Jason Ekstrand2017-09-201-7/+16
* intel/blorp: Handle clearing compressed surfacesJason Ekstrand2017-09-201-7/+17
* intel/blorp: Internally expose surf_convert_to_uncompressedJason Ekstrand2017-09-202-13/+21
* anv/image: Support creating uncompressed views of compressed imagesJason Ekstrand2017-09-204-5/+187
* anv: Add a new anv_surface_state structJason Ekstrand2017-09-204-109/+110
* anv/image: Break surface state fill logic into a helperJason Ekstrand2017-09-203-112/+151
* anv/image: Add support for the VkImageViewUsageCreateInfoKHR structJason Ekstrand2017-09-201-8/+14
* anv: Advertise point clipping propertiesSamuel Iglesias Gonsálvez2017-09-201-0/+8