summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv: automake: ship intel_icd.json.in in the tarballEmil Velikov2016-10-061-0/+1
* intel: automake: reference the correct headerEmil Velikov2016-10-062-2/+2
* intel: aubinator: add missing return charactersLionel Landwerlin2016-10-061-5/+5
* anv: fix GetPhysicalDeviceProperties to return timestampPeriod in nsPhilipp Zabel2016-10-061-1/+1
* intel/blorp: Use documented RECTLIST vertex positionsNanley Chery2016-10-051-3/+3
* anv/meta: Roll clear_image into CmdClearDepthStencilImageJason Ekstrand2016-10-051-56/+28
* anv: Use blorp for VkCmdFillBufferJason Ekstrand2016-10-052-130/+96
* intel: aubinator: pack supported generations into an arrayLionel Landwerlin2016-10-051-53/+35
* i965/l3: Add explicit way size calculation for bxtBen Widawsky2016-10-051-1/+3
* aubinator: use the correct format specifier for printing ptrdiff_t.Kenneth Graunke2016-10-041-1/+1
* aubinator: Use less -RS instead of -r for the implicit pager.Kenneth Graunke2016-10-041-4/+3
* anv/gen7_pipeline: Fix typo in semicolonAnuj Phogat2016-10-041-1/+1
* anv/gen7_pipeline: Set sample mask field in 3DSTATE_PSAnuj Phogat2016-10-041-0/+3
* anv/gen7_pipeline: Move ksp{1,2} state setting next to ksp0Anuj Phogat2016-10-041-3/+2
* anv/gen8_pipeline: Add an assert to ensure use_alt_mode is not set in prog_dataAnuj Phogat2016-10-041-0/+1
* anv/gen8_pipeline: Fix typo in semicolonAnuj Phogat2016-10-041-1/+1
* intel/genxml: Keep the value name 'Alternate' uniform across gen75.xmlAnuj Phogat2016-10-041-3/+3
* intel/genxml: Fix typo in gen75.xmlAnuj Phogat2016-10-041-1/+1
* anv/gen7_pipeline: Use MSDISPMODE_PERSAMPLE for non-multisampled fboAnuj Phogat2016-10-041-1/+2
* anv/blorp: Handle zero width/height blits in blorp_copy()Anuj Phogat2016-10-041-1/+4
* intel/isl: Add an assert to check zero width/height surfaceAnuj Phogat2016-10-041-0/+3
* intel: use the correct format specifier for printing uint64_tTimothy Arceri2016-10-042-11/+13
* intel: fix compilation warning on gen_get_device_infoTapani Pälli2016-10-042-2/+2
* intel/isl: Allow non-2D HiZ surfacesJason Ekstrand2016-10-031-2/+2
* intel/isl: Add a detailed comment about multisampling with HiZJason Ekstrand2016-10-031-2/+58
* intel/isl: Remove tiling checks from choose_msaa_layoutJason Ekstrand2016-10-032-14/+7
* intel/isl: Handle HiZ and CCS tiling more directlyJason Ekstrand2016-10-032-16/+16
* intel/isl: Allow multisampling with ISL_FORMAT_HiZJason Ekstrand2016-10-032-3/+12
* intel/isl: Allow creation of 1-D compressed texturesJason Ekstrand2016-10-032-3/+11
* intel/isl: Fix up asserts in calc_phys_level0_extent_saJason Ekstrand2016-10-031-2/+4
* intel/isl: Add a format_supports_multisampling helperJason Ekstrand2016-10-035-36/+33
* anv/formats: Fix build on gcc-4 and earlierVille Syrjälä2016-10-031-4/+19
* i965: rename max_ds_* variable to max_tes_*Timothy Arceri2016-10-033-27/+27
* i965: rename max_hs_* variables to max_tcs_*Timothy Arceri2016-10-033-27/+27
* aubinator: Fix the decoding of values that span two DwordsSirisha Gandikota2016-09-261-13/+37
* aubinator: fix resource leakNayan Deshmukh2016-09-251-1/+3
* anv: Check for VK_WHOLE_SIZE in anv_CmdFillBufferNicolas Koch2016-09-231-0/+6
* anv: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-236-43/+28
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-237-53/+59
* anv: pipeline: use correct number of thread for computeLionel Landwerlin2016-09-211-1/+4
* anv: allocator: correct scratch space for haswellLionel Landwerlin2016-09-211-1/+21
* anv: device: calculate compute thread numbers using subslices numbersLionel Landwerlin2016-09-216-18/+74
* aubinator: add a custom handler for immediate register loadLionel Landwerlin2016-09-203-3/+47
* isl: Finish tiling filtering for Gen6.Kenneth Graunke2016-09-153-5/+15
* nir: Add a flag to lower_io to force "sample" interpolationJason Ekstrand2016-09-151-1/+1
* anv/cmd_buffer: Set the L3 atomic disable mask bit in CHICKEN3 on HSWJason Ekstrand2016-09-142-0/+2
* intel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLEJason Ekstrand2016-09-142-20/+0
* intel/blorp: Emit 3DSTATE_MULTISAMPLE directlyJason Ekstrand2016-09-142-40/+45
* intel: Move Vulkan sample positions to common codeJason Ekstrand2016-09-144-21/+21
* aubinator: Remove bogus "end" parameter in gen_disasm_disassemble()Sirisha Gandikota2016-09-133-10/+12