aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv: force whole EU array to be powered for perf queriesLionel Landwerlin2020-04-231-0/+10
* intel/perf: specify sseu configuration when supportedLionel Landwerlin2020-04-233-6/+14
* intel/perf: store default sseu configurationLionel Landwerlin2020-04-232-0/+20
* nir/algebraic: don't undo lowering of 8/16-bit comparisons to 32-bitRhys Perry2020-04-231-1/+3
* intel/compiler: Don't create 64-bit src1 immediates in opt_peephole_selKenneth Graunke2020-04-231-2/+8
* intel/compiler: Delete abs/neg handling in fsign codeKenneth Graunke2020-04-222-40/+2
* intel/compiler: Don't copy prop source mods into PICK_HIGH_32BITKenneth Graunke2020-04-221-1/+2
* intel/compiler: Put back saturate on [iu]add_sat opcodesKenneth Graunke2020-04-221-0/+1
* intel/compiler: Drop nir_lower_to_source_mods() and related handling.Kenneth Graunke2020-04-214-123/+27
* remove final imports.h and imports.c bitsDylan Baker2020-04-212-0/+2
* replace _mesa_logbase2 with util_logbase2Dylan Baker2020-04-215-8/+8
* replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker2020-04-212-3/+2
* anv/android: fix assert in anv_import_ahw_memoryAbhishek Kumar2020-04-211-1/+1
* nir: Delete the fnoise opcodesJason Ekstrand2020-04-212-36/+0
* intel/fs: Coalesce when the src live range is contained in the dstJason Ekstrand2020-04-211-7/+43
* intel/fs: Rename block to scan_block in can_coalesce_varsJason Ekstrand2020-04-211-4/+4
* anv: use common nir_convert_ycbcrJonathan Marek2020-04-201-123/+8
* anv: Add support for new MMAP_OFFSET ioctl.Rafael Antognolli2020-04-203-5/+49
* anv: Add anv_device parameter to anv_gem_munmap.Rafael Antognolli2020-04-205-7/+8
* intel/fs,vec4: Properly account SENDs in IVB memory fenceCaio Marcelo de Oliveira Filho2020-04-204-8/+20
* anv: Apply any needed PIPE_CONTROLs before emitting stateJason Ekstrand2020-04-191-0/+12
* anv: Move vb_emit setup closer to where it's used in flush_stateJason Ekstrand2020-04-191-4/+4
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-181-1/+1
* anv: skip writing perfcntr in results on Gen12+Lionel Landwerlin2020-04-181-0/+4
* intel/perf: Enable MDAPI queries for Gen12Lionel Landwerlin2020-04-182-5/+8
* intel/compiler: Fixup operands in fs_builder::emit() that takes arrayIan Romanick2020-04-171-1/+10
* intel/compiler: CSEL can do saturateIan Romanick2020-04-171-0/+1
* intel/compiler: Only GE and L modifiers are commutative for SELIan Romanick2020-04-171-1/+5
* intel/compiler: Silence unused parameter warning in update_inst_scoreboardIan Romanick2020-04-171-3/+3
* intel/compiler: Silence unused parameter warning in fs_live_variables::setup_...Ian Romanick2020-04-172-4/+3
* intel/compiler: Silence unused parameter warnings in vec4_tcs_visitorIan Romanick2020-04-171-4/+4
* intel/blorp: Delete an unused enumJason Ekstrand2020-04-171-15/+0
* anv: Emit pushed UBO bounds checking code in the back-end compilerJason Ekstrand2020-04-175-144/+131
* intel/cfg: Add first/last_block helpersJason Ekstrand2020-04-171-0/+55
* intel/batch_decoder: Stop printing to stdoutJason Ekstrand2020-04-161-2/+2
* anv: Report correct SLM sizeJason Ekstrand2020-04-161-1/+1
* intel: Add _const versions of prog_data cast helpersJason Ekstrand2020-04-161-5/+10
* anv: Fix UBO range detection in anv_nir_compute_push_layoutJason Ekstrand2020-04-151-10/+5
* anv: Advertise SEND count through VK_EXT_pipeline_executable_propertiesJason Ekstrand2020-04-154-0/+13
* intel/compiler: Remove cs_prog_data->threadsCaio Marcelo de Oliveira Filho2020-04-092-20/+3
* anv: Stop using cs_prog_data->threadsCaio Marcelo de Oliveira Filho2020-04-095-6/+32
* intel/compiler: Add support for variable workgroup sizePlamena Manolova2020-04-095-29/+100
* intel/compiler: Replace cs_prog_data->push.total with a helperCaio Marcelo de Oliveira Filho2020-04-093-8/+18
* anv/gen12: Lower VK_KHR_multiview using Primitive ReplicationCaio Marcelo de Oliveira Filho2020-04-078-16/+471
* intel/fs: Allow multiple slots for positionCaio Marcelo de Oliveira Filho2020-04-079-12/+41
* intel/gen12: Add XML description for 3DSTATE_PRIMITIVE_REPLICATIONCaio Marcelo de Oliveira Filho2020-04-071-0/+16
* intel/nir: Enable load/store vectorizationJason Ekstrand2020-04-031-11/+55
* intel/nir: Lower memory access bit sizes laterJason Ekstrand2020-04-031-2/+12
* anv: Improve brw_nir_lower_mem_access_bit_sizesJason Ekstrand2020-04-031-5/+5
* intel/fs: Choose memory message type based on bit sizeJason Ekstrand2020-04-031-30/+42