summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2017-05-10anv: don't leak DRM devicesGrazvydas Ignotas1-0/+1
2017-05-10anv: fix possible stack corruptionGrazvydas Ignotas1-1/+1
2017-05-09i965/vec4: Delete the system value infastructureJason Ekstrand11-137/+5
2017-05-09i965/vec4: Use NIR to do GS input remappingJason Ekstrand9-101/+59
2017-05-09i965/fs: Move remapping of gl_PointSize to the NIR levelJason Ekstrand2-26/+21
2017-05-09i965/nir: Inline remap_inputs_with_vue_mapJason Ekstrand1-27/+22
2017-05-09i965/vec4: Use NIR remapping for VS attributesJason Ekstrand6-121/+34
2017-05-09intel/compiler/vs: Move inputs_read handling to generic codeJason Ekstrand2-3/+3
2017-05-09i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE mapJason Ekstrand1-0/+11
2017-05-09i965/fs: Lower gl_VertexID and friends to inputs at the NIR levelJason Ekstrand4-70/+74
2017-05-09i965/vs: Set uses_vertexid and friends from brw_compile_vsJason Ekstrand3-11/+17
2017-05-09i965: Move multiply by 4 for VS ATTR setup into the scalar backend.Jason Ekstrand2-2/+2
2017-05-09i965/nir: Inline remap_vs_attrsJason Ekstrand1-30/+26
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand17-155/+155
2017-05-09intel: compiler: prevent integer overflowLionel Landwerlin1-2/+2
2017-05-09intel: compiler: remove duplicated codeLionel Landwerlin1-12/+0
2017-05-09intel: gen decoder: don't check for size_t negative valuesLionel Landwerlin1-1/+1
2017-05-08anv: check return value of anv_execbuf_add_boLionel Landwerlin1-2/+7
2017-05-08anv: avoid null pointer dereferenceLionel Landwerlin1-1/+2
2017-05-05anv/allocator: Only write to _vg_ptr if we have valgrindJason Ekstrand1-1/+1
2017-05-05anv/query: handle more cases of 'out of host memory'Iago Toral Quiroga1-0/+10
2017-05-04anv/allocator: Improve block pool growing assertsJason Ekstrand1-6/+5
2017-05-04anv: Drop the instruction pool block sizeJason Ekstrand1-2/+1
2017-05-04anv/allocator: Add support for large stream allocationsJason Ekstrand1-4/+7
2017-05-04anv/allocator: Allow state pools to allocate large statesJason Ekstrand1-0/+69
2017-05-04anv/allocator: Support pushing multiple blocks onto a free list at onceJason Ekstrand1-3/+16
2017-05-04anv/allocator: Add helpers for dealing with bucket sizesJason Ekstrand1-10/+20
2017-05-04anv/allocator: Add the capability to allocate blocks of different sizesJason Ekstrand2-15/+13
2017-05-04anv/allocator: Rework a commentJason Ekstrand1-4/+5
2017-05-04anv/allocator: Tweak the block pool growing algorithmJason Ekstrand1-10/+18
2017-05-04anv/allocator: Embed the block_pool in the state_poolJason Ekstrand11-86/+66
2017-05-04anv/allocator: Get rid of the ability to free blocksJason Ekstrand2-34/+2
2017-05-04anv: Allocate binding table blocks through the state poolJason Ekstrand2-27/+22
2017-05-04anv/allocator: Add support for "back" allocations to state_poolJason Ekstrand2-2/+33
2017-05-04anv/allocator: Drop the block_size field from block_poolJason Ekstrand9-50/+74
2017-05-04anv/allocator: Pull the userptr part of block_pool_grow into a helperJason Ekstrand1-91/+104
2017-05-04anv/allocator: Roll fixed_size_state_pool into state_poolJason Ekstrand1-50/+35
2017-05-04anv/allocator: Remove the state_size field from fixed_size_state_poolJason Ekstrand2-12/+10
2017-05-04anv: Get rid of a bunch of uses of size_tJason Ekstrand4-14/+14
2017-05-04anv/allocator: Convert the state stream to pull from a state poolJason Ekstrand4-51/+55
2017-05-04anv/allocator: Return a null state for zero-size allocationsJason Ekstrand2-0/+11
2017-05-04anv/allocator: Add no-valgrind versions of state_pool_alloc/freeJason Ekstrand1-5/+19
2017-05-04anv: Simplify Cherryview line handling.Kenneth Graunke1-49/+16
2017-05-04i965: Fix line width on Cherryview.Kenneth Graunke1-0/+1
2017-05-04anv: fix anv_gem_mmap comment to not mention NULLEmil Velikov1-1/+1
2017-05-04anv: vkBindImageMemory() should return VK_ERROR_OUT_OF_{HOST,DEVICE}_MEMORY o...Samuel Iglesias Gonsálvez1-1/+1
2017-05-04anv: anv_gem_mmap() returns MAP_FAILED as mapping errorSamuel Iglesias Gonsálvez2-6/+4
2017-05-03genxml: Fix 3DSTATE_DEPTH_BUFFER length on gen5.Rafael Antognolli1-3/+3
2017-05-03anv: Use BRW_BARYCENTRIC_NONPERSPECTIVE_BITS from common header.Rafael Antognolli1-1/+2
2017-05-03i965: Move enums to brw_compiler.h.Rafael Antognolli2-21/+21