aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Implement VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-163-0/+32
* intel/aubinator_error_decode: Disassemble shader programsMatt Turner2017-05-152-4/+186
* intel/aubinator_error_decode: Stop decoding after MI_BATCH_BUFFER_ENDMatt Turner2017-05-151-0/+3
* intel/tools: Refactor gen_disasm_disassemble() to use annotationsMatt Turner2017-05-151-28/+43
* intel/decoder: Fix indentationMatt Turner2017-05-151-4/+4
* genxml: Remove brackets from kernel start pointer namesMatt Turner2017-05-152-7/+7
* i965: Add a weak no-op nir_print_instr() symbolMatt Turner2017-05-151-0/+2
* i965: Allow brw_eu_validate to handle compact instructionsMatt Turner2017-05-151-2/+15
* i965: Pass pointer and end of assembly to brw_validate_instructionsMatt Turner2017-05-155-11/+22
* intel: gen-decoder: fix xml parser leakLionel Landwerlin2017-05-151-6/+7
* genxml: Add alias for MOCS.Rafael Antognolli2017-05-115-0/+5
* i965: Port Gen4-5 VS_STATE to genxml.Kenneth Graunke2017-05-113-3/+3
* genxml: Fix KSPs on Ironlake to be offsets, not pointers.Kenneth Graunke2017-05-111-8/+8
* anv: document that anv_gem_mmap returns MAP_FAILED on errorEmil Velikov2017-05-111-1/+1
* i965: Drop INTEL_DEBUG=stats.Kenneth Graunke2017-05-102-2/+1
* anv: don't leak DRM devicesGrazvydas Ignotas2017-05-101-0/+1
* anv: fix possible stack corruptionGrazvydas Ignotas2017-05-101-1/+1
* i965/vec4: Delete the system value infastructureJason Ekstrand2017-05-0911-137/+5
* i965/vec4: Use NIR to do GS input remappingJason Ekstrand2017-05-099-101/+59
* i965/fs: Move remapping of gl_PointSize to the NIR levelJason Ekstrand2017-05-092-26/+21
* i965/nir: Inline remap_inputs_with_vue_mapJason Ekstrand2017-05-091-27/+22
* i965/vec4: Use NIR remapping for VS attributesJason Ekstrand2017-05-096-121/+34
* intel/compiler/vs: Move inputs_read handling to generic codeJason Ekstrand2017-05-092-3/+3
* i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE mapJason Ekstrand2017-05-091-0/+11
* i965/fs: Lower gl_VertexID and friends to inputs at the NIR levelJason Ekstrand2017-05-094-70/+74
* i965/vs: Set uses_vertexid and friends from brw_compile_vsJason Ekstrand2017-05-093-11/+17
* i965: Move multiply by 4 for VS ATTR setup into the scalar backend.Jason Ekstrand2017-05-092-2/+2
* i965/nir: Inline remap_vs_attrsJason Ekstrand2017-05-091-30/+26
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-0917-155/+155
* intel: compiler: prevent integer overflowLionel Landwerlin2017-05-091-2/+2
* intel: compiler: remove duplicated codeLionel Landwerlin2017-05-091-12/+0
* intel: gen decoder: don't check for size_t negative valuesLionel Landwerlin2017-05-091-1/+1
* anv: check return value of anv_execbuf_add_boLionel Landwerlin2017-05-081-2/+7
* anv: avoid null pointer dereferenceLionel Landwerlin2017-05-081-1/+2
* anv/allocator: Only write to _vg_ptr if we have valgrindJason Ekstrand2017-05-051-1/+1
* anv/query: handle more cases of 'out of host memory'Iago Toral Quiroga2017-05-051-0/+10
* anv/allocator: Improve block pool growing assertsJason Ekstrand2017-05-041-6/+5
* anv: Drop the instruction pool block sizeJason Ekstrand2017-05-041-2/+1
* anv/allocator: Add support for large stream allocationsJason Ekstrand2017-05-041-4/+7
* anv/allocator: Allow state pools to allocate large statesJason Ekstrand2017-05-041-0/+69
* anv/allocator: Support pushing multiple blocks onto a free list at onceJason Ekstrand2017-05-041-3/+16
* anv/allocator: Add helpers for dealing with bucket sizesJason Ekstrand2017-05-041-10/+20
* anv/allocator: Add the capability to allocate blocks of different sizesJason Ekstrand2017-05-042-15/+13
* anv/allocator: Rework a commentJason Ekstrand2017-05-041-4/+5
* anv/allocator: Tweak the block pool growing algorithmJason Ekstrand2017-05-041-10/+18
* anv/allocator: Embed the block_pool in the state_poolJason Ekstrand2017-05-0411-86/+66
* anv/allocator: Get rid of the ability to free blocksJason Ekstrand2017-05-042-34/+2
* anv: Allocate binding table blocks through the state poolJason Ekstrand2017-05-042-27/+22
* anv/allocator: Add support for "back" allocations to state_poolJason Ekstrand2017-05-042-2/+33
* anv/allocator: Drop the block_size field from block_poolJason Ekstrand2017-05-049-50/+74