summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Stop using VK_TRUE/FALSEJason Ekstrand2019-03-131-21/+21
* intel/nir: Combine store_derefs to improve code from SPIR-VCaio Marcelo de Oliveira Filho2019-03-131-0/+1
* intel/nir: Combine store_derefs after vectorizing IOCaio Marcelo de Oliveira Filho2019-03-131-0/+1
* nir: Add a pass to combine store_derefs to same vectorCaio Marcelo de Oliveira Filho2019-03-131-0/+1
* intel/fs: Fix opt_peephole_csel to not throw away saturates.Kenneth Graunke2019-03-121-0/+1
* anv: Ignore VkRenderPassInputAttachementAspectCreateInfoJason Ekstrand2019-03-121-0/+4
* anv: Fix destroying descriptor sets when pool gets resetDanylo Piliaiev2019-03-121-6/+5
* intel/nir: Vectorize all IOJason Ekstrand2019-03-121-0/+17
* anv: revert "anv: release memory allocated by glsl types during spirv_to_nir"Tapani Pälli2019-03-121-2/+0
* anv: destroy descriptor sets when pool gets resetJuan A. Suarez Romero2019-03-111-0/+6
* anv: release memory allocated by glsl types during spirv_to_nirTapani Pälli2019-03-111-0/+2
* anv: release memory allocated by bo_heap when descriptor pool is destroyedTapani Pälli2019-03-111-0/+2
* anv: destroy descriptor sets when pool gets destroyedTapani Pälli2019-03-112-0/+18
* anv: add support for dumping shader info via VK_EXT_debug_reportTimothy Arceri2019-03-112-12/+39
* anv/pipeline: Move lower_explicit_io much laterJason Ekstrand2019-03-081-3/+5
* intel/nir: Move lower_mem_access_bit_sizes to postprocess_nirJason Ekstrand2019-03-081-2/+1
* intel/compiler: silence unitialized variable warning in opt_vector_float()Brian Paul2019-03-081-1/+1
* intel/decoders: silence uninitialized variable warnings in gen_print_batch()Brian Paul2019-03-081-2/+2
* nir/xfb: adding varyings on nir_xfb_info and gather_infoAlejandro Piñeiro2019-03-081-4/+4
* intel/error2aub: support older style engine namesLionel Landwerlin2019-03-081-6/+14
* intel/error2aub: deal with GuC log bufferLionel Landwerlin2019-03-081-0/+1
* intel/error2aub: add a verbose optionLionel Landwerlin2019-03-081-2/+16
* intel/error2aub: write GGTT buffers into the aub fileLionel Landwerlin2019-03-083-12/+149
* intel/error2aub: store engine last ring buffer head/tail pointersLionel Landwerlin2019-03-081-0/+22
* intel/error2aub: annotate buffer with their address spaceLionel Landwerlin2019-03-081-11/+26
* intel/error2aub: parse other buffer typesLionel Landwerlin2019-03-081-13/+22
* intel/error2aub: strenghten batchbuffer identifier markerLionel Landwerlin2019-03-081-2/+2
* intel/error2aub: identify buffers by engineLionel Landwerlin2019-03-081-24/+60
* intel/error2aub: build a list of BOs before writing themLionel Landwerlin2019-03-081-37/+87
* nir/builder: Add a build_deref_array_imm helperJason Ekstrand2019-03-071-1/+1
* isl: Add a swizzle parameter to isl_buffer_fill_state()Kenneth Graunke2019-03-074-4/+11
* intel/aub_write: factorize context image/pphwsp/ring creationLionel Landwerlin2019-03-075-178/+161
* intel/aub_write: turn context images arrays into functionsLionel Landwerlin2019-03-074-242/+306
* intel/aub_write: store the physical page allocator in structLionel Landwerlin2019-03-072-15/+33
* intel/aub_write: log mmio writesLionel Landwerlin2019-03-071-0/+5
* intel/aub_write: switch to use i915_drm engine classesLionel Landwerlin2019-03-074-44/+59
* intel/aub_write: break execlist write in 2Lionel Landwerlin2019-03-071-41/+67
* intel/aub_write: write header in initLionel Landwerlin2019-03-074-82/+84
* intel/aub_write: split comment section from HW setupLionel Landwerlin2019-03-074-26/+52
* intel/aub_read: reuse defines from gen_contextLionel Landwerlin2019-03-071-12/+13
* intel/decoders: limit number of decoded batchbuffersLionel Landwerlin2019-03-074-2/+27
* intel/decoders: handle decoding MI_BBS from ringLionel Landwerlin2019-03-0710-16/+18
* intel/decoders: add address space indicator to get BOsLionel Landwerlin2019-03-077-41/+64
* anv: call blob_finish when done with itTapani Pälli2019-03-071-0/+3
* anv: use anv_gem_munmap in block pool cleanupTapani Pälli2019-03-071-1/+5
* intel/nir: Move 64-bit lowering laterJason Ekstrand2019-03-061-21/+13
* nir/lower_doubles: Inline functions directly in lower_doublesJason Ekstrand2019-03-064-22/+9
* intel/nir: Drop an unneeded lower_constant_initializers callJason Ekstrand2019-03-061-2/+0
* intel/debug: Add a debug flag to force software fp64Jason Ekstrand2019-03-063-2/+4
* intel/fs: Fix extract_u8 of an odd byte from a 64-bit integerIan Romanick2019-03-061-0/+7