summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv/wsi: Allocate enough memory for the entire imageJason Ekstrand2017-10-071-3/+4
* anv: fix nir.h includeLionel Landwerlin2017-10-071-1/+1
* anv/cmd_buffer: Reset state in cmd_buffer_destroyLionel Landwerlin2017-10-061-9/+3
* anv/cmd_buffer: fix push descriptors with set > 0Lionel Landwerlin2017-10-062-13/+49
* anv: enable VK_KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-066-18/+186
* anv: enable multiple planes per image/imageViewLionel Landwerlin2017-10-069-484/+915
* anv: Take an image in can_sample_with_hizJason Ekstrand2017-10-063-9/+10
* anv: Take a single aspect in anv_layout_to_aux_usageJason Ekstrand2017-10-063-18/+15
* anv/cmd_buffer: Make get_fast_clear_state return an addressJason Ekstrand2017-10-061-22/+24
* anv/blorp: Add a concept of default aux usageJason Ekstrand2017-10-061-11/+16
* anv: add nir lowering pass for ycbcr texturesLionel Landwerlin2017-10-066-2/+496
* anv: prepare sampler emission code for multiplanar imagesLionel Landwerlin2017-10-063-41/+43
* anv/apply_pipeline_layout: Prepare for multi-planar imagesLionel Landwerlin2017-10-064-22/+116
* anv: add new formats KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-063-6/+189
* anv: modify the internal concept of format to express multiple planesLionel Landwerlin2017-10-064-256/+331
* anv: prepare formats to handle disjoints setsLionel Landwerlin2017-10-061-10/+27
* isl: fill out layout descriptions for yuv formatsLionel Landwerlin2017-10-061-4/+4
* isl: check whether a format is rgb if colorspace is yuvLionel Landwerlin2017-10-061-0/+2
* isl: make format layout channels accessible by indexLionel Landwerlin2017-10-061-9/+12
* 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