aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: tools: aubwrite: split gen[89] from gen10+Lionel Landwerlin2018-08-015-186/+416
* python: Explicitly use byte stringsMathieu Bridon2018-08-011-2/+2
* python: Open file in binary modeMathieu Bridon2018-08-011-1/+1
* python: Better get character ordinalsMathieu Bridon2018-08-011-2/+2
* intel/compiler: implement 8-bit constant loadIago Toral Quiroga2018-08-011-0/+5
* intel/compiler: add setup_imm_(u)b helpersIago Toral Quiroga2018-08-012-0/+22
* i965/icl: Disable binding table prefetchingTopi Pohjolainen2018-07-271-0/+7
* intel/compiler: fix lower conversions to account for predicationIago Toral Quiroga2018-07-271-1/+4
* i965: Combine both gl_PatchVerticesIn lowering passes.Kenneth Graunke2018-07-262-4/+2
* intel/compiler: Delete dead VS intrinsic handling.Kenneth Graunke2018-07-261-12/+4
* anv: drop unused local varsEric Engestrom2018-07-261-6/+0
* anv: remove incorrect `UNUSED` flagEric Engestrom2018-07-261-1/+1
* intel: Make the decoder just store addresses for bases, not buffers.Kenneth Graunke2018-07-252-12/+12
* intel: Make the decoder handle STATE_BASE_ADDRESS not being a buffer.Kenneth Graunke2018-07-252-38/+46
* anv: don't crash on vkDestroyDevice(NULL)Eric Engestrom2018-07-251-1/+3
* anv: fix python whitespace warningEric Engestrom2018-07-251-1/+1
* anv: cleanup python importsEric Engestrom2018-07-252-3/+3
* anv: remove unnecessary semicolons in pythonEric Engestrom2018-07-251-3/+3
* intel: tools: dump: only store device id on successLionel Landwerlin2018-07-251-2/+2
* i965, anv: Use INTEL_DEBUG for disk_cache driver flagsJordan Justen2018-07-242-1/+7
* i965, anv: Add extra unused character in disk_cache renderer temp stringJordan Justen2018-07-241-2/+2
* nir: rename f2f16_undef to f2f16Karol Herbst2018-07-241-1/+1
* python: Use range() instead of xrange()Mathieu Bridon2018-07-241-1/+1
* python: Better iterate over dictionariesMathieu Bridon2018-07-242-6/+6
* intel: Make the disassembler take a const pointer to the assembly.Kenneth Graunke2018-07-242-4/+5
* intel/compiler: Account for built-in uniforms in analyze_ubo_rangesJason Ekstrand2018-07-233-4/+40
* anv: remove unnecessary runtime copy of static stringEric Engestrom2018-07-231-2/+1
* anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BITAlex Smith2018-07-231-0/+9
* intel/blorp: Fix blits to R8G8B8_UNORM_SRGB sRGB harderJason Ekstrand2018-07-231-3/+11
* anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAVJason Ekstrand2018-07-221-31/+22
* anv: Properly handle GetImageSubresourceLayout on complex imagesJason Ekstrand2018-07-221-7/+16
* anv/gen9: expose VK_EXT_post_depth_coverageIlia Mirkin2018-07-223-2/+10
* intel: tools: dump: protect against multiple calls on destructorLionel Landwerlin2018-07-201-3/+16
* intel: tools: dump: make dump tool reliable under gdbLionel Landwerlin2018-07-202-4/+9
* intel: tools: dump: remove mentions of intel_aubdumpLionel Landwerlin2018-07-191-15/+15
* intel: tools: aubwrite: fix invalid frees on finishLionel Landwerlin2018-07-191-4/+9
* intel/isl/gen4: Make depth/stencil buffers Y-TiledNanley Chery2018-07-191-1/+8
* intel: tools: dump: trace memory writesLionel Landwerlin2018-07-191-13/+32
* intel: tools: dump: remove command execution featureLionel Landwerlin2018-07-192-119/+29
* intel/blorp: Take an explicit filter parameter in blorp_blitJason Ekstrand2018-07-183-49/+32
* intel/blorp: Add a blorp_filter enum for use in blorp_blitJason Ekstrand2018-07-183-109/+123
* intel/tools: add missing include for stdarg.hCaio Marcelo de Oliveira Filho2018-07-181-0/+1
* intel/tools: Rename error2aub to intel_error2aubJason Ekstrand2018-07-181-1/+1
* intel/tools: Add an error state to aub translatorJason Ekstrand2018-07-182-0/+343
* intel/tools: Break aub file writing into a helperJason Ekstrand2018-07-184-762/+862
* intel/tools: Refactor aub dumping to remove singletonsJason Ekstrand2018-07-181-211/+287
* intel/dump_gpu: Fix corner cases in PPGTT range calculationsJason Ekstrand2018-07-181-6/+6
* intel/batch-decoder: fix uninitialized values warningsCaio Marcelo de Oliveira Filho2018-07-181-5/+5
* intel/decoder: use snprintf(..., "%s", ...) instead of strncpyCaio Marcelo de Oliveira Filho2018-07-181-2/+2
* anv: give more room to debug reportCaio Marcelo de Oliveira Filho2018-07-181-2/+2