summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* python: Stabilize some script outputsMathieu Bridon2018-07-055-5/+8
* intel: tools: remove drm-uapi definesLionel Landwerlin2018-07-051-29/+1
* intel: intel_dump_gpu: use simulator id in capturesLionel Landwerlin2018-07-052-2/+2
* intel: devinfo: add simulator idLionel Landwerlin2018-07-052-4/+48
* intel: tools: dump-gpu: dump 48-bit addressesScott D Phillips2018-07-052-167/+151
* intel: tools: import intel_aubdumpLionel Landwerlin2018-07-054-0/+1440
* intel: tools: update intel_aub.hLionel Landwerlin2018-07-051-0/+26
* intel: batch-decoder: add missing return lineLionel Landwerlin2018-07-051-1/+1
* intel: batch-decoder: don't asks for constant BO until decodingLionel Landwerlin2018-07-051-6/+11
* intel/batch-decoder: handle non-contiguous binding table / surface stateScott D Phillips2018-07-051-4/+14
* intel/tools/aubinator: aubinate ppgtt aubsScott D Phillips2018-07-051-1/+72
* intel: aubinator: handle GGTT mappingsLionel Landwerlin2018-07-051-13/+244
* util: rb-tree: A simple, invasive, red-black treeJason Ekstrand2018-07-054-0/+694
* intel: aubinator: drop the 1Tb GTT mappingLionel Landwerlin2018-07-051-55/+75
* intel: aubinator: rework register writes handlingLionel Landwerlin2018-07-051-28/+54
* intel: aubinator: remove standard input processing optionLionel Landwerlin2018-07-051-90/+12
* intel: aubinator: remove unused variablesLionel Landwerlin2018-07-051-5/+0
* gallium/auxiliary: Fix string matchingMathieu Bridon2018-07-051-1/+1
* radv: optimize vkCmd{Set,Reset}Event() a little bitSamuel Pitoiset2018-07-051-8/+38
* radv: optimize radv_CmdWaitEvents()Samuel Pitoiset2018-07-051-43/+60
* nir/linker: fix msvc buildRoland Scheidegger2018-07-051-1/+1
* r600: compare structure elements instead of doing a memcmpGert Wollny2018-07-051-1/+4
* r600: Add R4G4B4A4 and A1B5G5R5 to supported vertex formatsGert Wollny2018-07-051-0/+15
* r600: force LOD range to be only one value when mip.min filter is NONEGert Wollny2018-07-051-1/+9
* mesa/st: draw_vbo: initialize restart_index tooGert Wollny2018-07-051-0/+1
* mesa: enable ARB_direct_state_access in OpenGL 4.5 compat profileTimothy Arceri2018-07-053-197/+197
* util/drirc: turn on force_glsl_extensions_warn for No Mans SkyTimothy Arceri2018-07-051-0/+4
* util/queue: remove leftover debug codeMarek Olšák2018-07-041-1/+0
* Shorten u_queue namesMarek Olšák2018-07-046-7/+7
* kutil/queue: add a process name into a thread nameMarek Olšák2018-07-042-3/+31
* gallium/os: use util_get_process_name when possibleMarek Olšák2018-07-042-14/+4
* util: extract get_process_name from xmlconfig.cMarek Olšák2018-07-045-84/+156
* ac: fold LLVMContext creation into ac_llvm_context_initMarek Olšák2018-07-044-14/+9
* radeonsi: reorder code in si_llvm_context_initMarek Olšák2018-07-041-13/+13
* radeonsi: use ac_compile_module_to_binary to reduce compile timesMarek Olšák2018-07-042-31/+4
* ac: add reusable helpers for direct LLVM compilationMarek Olšák2018-07-043-4/+76
* nvc0: implement multisampled images on Maxwell+Rhys Perry2018-07-046-39/+48
* i965: Fix output register sizes when variable ranges are interleavedNeil Roberts2018-07-041-7/+18
* r600/sb: cleanup if_conversion iterator to be legal C++Dave Airlie2018-07-041-7/+4
* radeonsi: fix compiler breakageMarek Olšák2018-07-041-0/+1
* ac: make some fns staticDave Airlie2018-07-042-13/+6
* ac/radv: move llvm compiler info to struct and init in one placeDave Airlie2018-07-046-34/+31
* ac/radeonsi: port compiler init/destroy out of radeonsi.Dave Airlie2018-07-043-25/+51
* radv/radeonsi: add a check ir tm optionsDave Airlie2018-07-043-3/+7
* radeonsi: rename si_compiler -> ac_llvm_compilerDave Airlie2018-07-049-36/+37
* ac: add target library info helpersDave Airlie2018-07-042-0/+15
* radv: create/destroy passmgr at the higher level.Dave Airlie2018-07-043-10/+14
* radv: port to use common passmgr code.Dave Airlie2018-07-042-25/+6
* ac/radeonsi: refactor out pass manager init to common code.Dave Airlie2018-07-043-25/+34
* radv: drop copy of ac_create_target_machine.Dave Airlie2018-07-041-31/+1