summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* anv/pipeline: support SpvCapabilityInt16 in gen8+Iago Toral Quiroga2018-05-031-0/+1
* intel/compiler: implement 16-bit pack/unpack opcodesIago Toral Quiroga2018-05-031-0/+10
* compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga2018-05-031-1/+1
* intel/compiler: fix 16-bit comparisonsIago Toral Quiroga2018-05-031-8/+30
* intel/compiler: lower some 16-bit integer operations to 32-bitIago Toral Quiroga2018-05-031-0/+21
* intel/compiler: support negate and abs of half float immediatesJose Maria Casanova Crespo2018-05-031-2/+4
* intel/compiler: fix brw_imm_w for negative 16-bit integersJose Maria Casanova Crespo2018-05-031-1/+1
* intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediateJose Maria Casanova Crespo2018-05-031-4/+8
* intel/compiler: implement nir_instr_type_load_const for 16-bit constantsJose Maria Casanova Crespo2018-05-031-0/+5
* intel/compiler: implement conversions from 16-bit int/float to boolIago Toral Quiroga2018-05-031-5/+11
* intel/compiler: implement conversion between float/int 16-bit typesIago Toral Quiroga2018-05-031-0/+4
* i965/compiler: handle conversion to smaller type in the lowering pass for thatIago Toral Quiroga2018-05-032-12/+7
* intel/compiler: fix isign for 16-bit integersIago Toral Quiroga2018-05-031-5/+12
* intel: aubinator: add an option to limit the number of decoded VBO linesLionel Landwerlin2018-05-021-16/+23
* intel: decoder: limit to the number decoded lines from VBOLionel Landwerlin2018-05-022-8/+16
* anv: Advertise variableMultisampleRateJason Ekstrand2018-05-021-1/+1
* intel: Fix 3DSTATE_CONSTANT buffer decoding.Kenneth Graunke2018-05-021-15/+25
* intel: fix aubinator includeLionel Landwerlin2018-05-021-1/+1
* intel: Give the batch decoder a callback to ask about state size.Kenneth Graunke2018-05-024-6/+28
* intel: Move batch decoder/disassembler from tools/ to common/Kenneth Graunke2018-05-027-11/+9
* intel: batch-decoder: iterate VERTEX_BUFFER_STATE fieldsLionel Landwerlin2018-05-021-31/+39
* intel: decoder: fix starting dword of struct fieldsLionel Landwerlin2018-05-021-2/+3
* intel: decoder: document when fields should be usedLionel Landwerlin2018-05-021-3/+2
* intel: decoder: identify groups with fixed lengthLionel Landwerlin2018-05-022-6/+13
* intel: decoder: make the field iterator use more naturalLionel Landwerlin2018-05-022-30/+36
* intel: activate the gl_BaseVertex loweringAntia Puentes2018-05-025-16/+8
* intel: emit is_indexed_draw in the same VE than gl_DrawIDAntia Puentes2018-05-023-8/+19
* intel/compiler: Add uses_is_indexed_draw flagAntia Puentes2018-05-022-0/+5
* anv: Allow lookup of vkEnumerateInstanceVersion without an instanceJason Ekstrand2018-05-011-0/+1
* anv: Don't advertise Float64 or Int64 on HW without 64-bit typesJason Ekstrand2018-05-011-2/+4
* intel: fix check for 48b ppgtt supportScott D Phillips2018-04-304-48/+19
* meson: fix race condition revealed by using 0.44Dylan Baker2018-04-271-3/+3
* anv/icl: Enable Vulkan on Ice LakeAnuj Phogat2018-04-261-0/+2
* anv: enable VK_EXT_shader_viewport_index_layerCaio Marcelo de Oliveira Filho2018-04-262-0/+2
* anv/allocator: Don't shrink either end of the block poolJason Ekstrand2018-04-261-4/+4
* meson: remove dummy_cppDylan Baker2018-04-241-1/+1
* meson: remove workaround for custom target creating .h and .c filesDylan Baker2018-04-241-13/+4
* intel/compiler: Add scheduler deps for instructions that implicitly read g0Ian Romanick2018-04-242-0/+28
* intel/compiler: Silence unused parameter warnings in empty vec4_instruction_s...Ian Romanick2018-04-241-5/+5
* intel/compiler: Silence unused parameter warning in compile_cs_to_nirIan Romanick2018-04-241-4/+3
* intel/compiler: Silence unused parameter warnings in generate_foo methodsIan Romanick2018-04-242-8/+8
* i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*Jason Ekstrand2018-04-231-0/+2
* anv/blorp: Do the gen11 BTI flushJason Ekstrand2018-04-201-0/+14
* i965/fs: retype offset_reg to UD at load_ssboJose Maria Casanova Crespo2018-04-201-1/+1
* nir: Offset vertex_id by first_vertex instead of base_vertexNeil Roberts2018-04-192-7/+1
* spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEXNeil Roberts2018-04-192-4/+14
* intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes2018-04-193-0/+8
* intel/compiler: Add a uses_firstvertex flagNeil Roberts2018-04-192-0/+5
* anv,radv: Drop XML workarounds for VK_ANDROID_native_bufferJason Ekstrand2018-04-161-6/+1
* anv: fix number of planes for depth & stencilLionel Landwerlin2018-04-132-1/+5