aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/fs,vec4: Clean up a repeated pattern with SSBOsJason Ekstrand2018-11-084-166/+85
* intel/dump_gpu: add platform optionLionel Landwerlin2018-11-072-6/+29
* intel/dump_gpu: move output option togetherLionel Landwerlin2018-11-071-5/+5
* anv/android: mark gralloc allocated BOs as externalLionel Landwerlin2018-11-061-1/+1
* anv: stub internal android codeLionel Landwerlin2018-11-067-11/+80
* intel/decoders: fix instruction base address parsingLionel Landwerlin2018-11-052-2/+2
* intel/sanitize_gpu: add debug message on mmap failLionel Landwerlin2018-11-051-1/+3
* intel/sanitize_gpu: deal with non page multiple buffer sizesLionel Landwerlin2018-11-051-4/+7
* intel/sanitize_gpu: add help/gdb options to wrapperLionel Landwerlin2018-11-051-1/+54
* intel/dump_gpu: add missing gdb optionLionel Landwerlin2018-11-051-0/+2
* intel: Use a URB start offset of 0 for disabled stages.Kenneth Graunke2018-11-031-3/+9
* anv/icl: Disable prefetching of sampler state entriesAnuj Phogat2018-11-021-9/+16
* anv/icl: Set Error Detection Behavior Control Bit in L3CNTLREGAnuj Phogat2018-11-012-0/+8
* intel/tools: fix resource leakAndrii Simiklit2018-11-011-0/+10
* intel/tools: include stdarg.h in error2aubJonathan Gray2018-11-011-0/+1
* configure: allow building with python3Emil Velikov2018-10-313-7/+7
* tools/imgui: disable all warningsEric Engestrom2018-10-311-1/+2
* intel/compiler: Stop assuming the entrypoint is called "main"Jason Ekstrand2018-10-304-23/+5
* anv: Disable dual source blending when shader doesn't support it on gen8+Danylo Piliaiev2018-10-301-10/+36
* aub_viewer: show vertex buffer pitchEric Engestrom2018-10-301-1/+1
* anv: Bump the advertised patch version to 90Jason Ekstrand2018-10-301-1/+1
* intel: tools: Add handling for video pipeToni Lönnberg2018-10-302-1/+30
* intel/decoder: Use 'DWord Length' and 'bias' fields for packet length.Toni Lönnberg2018-10-302-7/+25
* intel/batch-decoder: remove never-used functionEric Engestrom2018-10-302-42/+0
* anv: add missing meson build dependencyEric Engestrom2018-10-291-1/+1
* anv: Use absolute timeouts in wait_for_bo_fencesJason Ekstrand2018-10-271-42/+30
* anv: Flag semaphore BOs as externalJason Ekstrand2018-10-271-2/+3
* anv: Improve the asserts in anv_buffer_get_rangeJason Ekstrand2018-10-271-1/+2
* Revert "anv/skylake: disable ForceThreadDispatchEnable"Jason Ekstrand2018-10-261-35/+7
* blorp: Emit a dummy 3DSTATE_WM prior to 3DSTATE_WM_HZ_OPJason Ekstrand2018-10-261-0/+9
* anv: Return VK_ERROR_DEVICE_LOST from anv_device_set_lostJason Ekstrand2018-10-264-45/+32
* anv/util: Split a vk_errorv helper out of vk_errorfJason Ekstrand2018-10-262-6/+25
* intel/blorp: Define the clear value bounds for HiZ clearsNanley Chery2018-10-261-0/+14
* vulkan: drop always-true paramEric Engestrom2018-10-261-2/+0
* intel/nir: Use the OPT macro for more passesJason Ekstrand2018-10-261-3/+3
* nir/builder: Add a nir_imm_true/false helpersJason Ekstrand2018-10-261-1/+1
* nir/validate: Print when the validation failedJason Ekstrand2018-10-262-5/+5
* anv: Handle the device loss abort in anv_device_set_lostJason Ekstrand2018-10-262-5/+11
* anv: Add helpers for setting/checking device lostJason Ekstrand2018-10-264-21/+36
* anv: Provide a error message with a DEVICE_LOSTJason Ekstrand2018-10-261-1/+2
* anv: Fix sanitization of stencil state when the depth test is disabledAlex Smith2018-10-261-7/+7
* intel/compiler: Print message descriptor as immediate sourceSagar Ghuge2018-10-261-1/+7
* intel/compiler: Print hex representation along with floating point valueSagar Ghuge2018-10-261-3/+9
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-252-4/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-254-8/+0
* anv: move variable to proper scope and mark as MAYBE_UNUSEDEric Engestrom2018-10-241-2/+1
* anv: use snprintf() instead of memset()+strcpy()Eric Engestrom2018-10-241-4/+3
* anv: drop unused includesEric Engestrom2018-10-241-3/+0
* anv: Allow presenting via a different GPUAlex Smith2018-10-241-2/+2
* intel/compiler: Change src1 reg type to unsigned doublewordSagar Ghuge2018-10-232-3/+3