aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lima/ppir: rework emit nir to ppirErico Nunes2020-05-091-36/+47
* lima/ppir: remove unused clone functionsErico Nunes2020-05-092-99/+0
* lima/ppir: duplicate consts in nirErico Nunes2020-05-096-4/+130
* lima/ppir: duplicate intrinsics in nirErico Nunes2020-05-096-33/+175
* lima/ppir: combine varying loads in node_to_instrErico Nunes2020-05-091-8/+22
* lima/ppir: do not assume single src for pipeline outputsErico Nunes2020-05-093-23/+31
* lima/ppir: fix lod bias register codegenErico Nunes2020-05-091-1/+1
* lima/ppir: introduce liveness internal live setErico Nunes2020-05-093-6/+24
* genxml: pack: deal with default field not being simple integersLionel Landwerlin2020-05-091-1/+7
* genxml: factor out utility functionsLionel Landwerlin2020-05-093-46/+40
* genxml: fix invalid end value for video fieldsLionel Landwerlin2020-05-094-4/+4
* genxml: run sorting scriptLionel Landwerlin2020-05-092-25/+25
* intel/dev: Add device info for RKLJordan Justen2020-05-092-0/+19
* intel/dev: Split .num_subslices out of GEN12_FEATURES macroJordan Justen2020-05-091-4/+7
* panfrost: don't always build bifrost_compilerQiang Yu2020-05-092-2/+2
* radeonsi: remove emacs style config fileQiang Yu2020-05-091-11/+0
* intel/dump_gpu: Fix name of LD_PRELOAD in env append logicD Scott Phillips2020-05-081-1/+1
* ac/surface: fix broken pitch override on gfx8Marek Olšák2020-05-081-3/+5
* freedreno: Initialize the bo's iova at creation time.Eric Anholt2020-05-084-13/+3
* freedreno: Rename append_bo() in case it doesn't get inlined.Eric Anholt2020-05-081-4/+4
* freedreno: Clean up tests around ORing in the reloc flags.Eric Anholt2020-05-081-6/+5
* freedreno: Deduplicate ringbuffer macros with computerator/fdperfEric Anholt2020-05-086-301/+147
* freedreno,tu: Don't request fragcoord components not being read.Hyunjun Ko2020-05-0813-77/+41
* vulkan/object: Always include the typeJason Ekstrand2020-05-082-4/+0
* anv/allocator: Add a start_offset to anv_state_poolJason Ekstrand2020-05-088-25/+35
* util: Make process_test path compatible with mingw native toolchainspal10002020-05-081-3/+6
* CI: Disable Panfrost T7x0 jobsDaniel Stone2020-05-081-2/+2
* Linux: Change minimum priority threads from SCHED_IDLE to nice 19 SCHED_BATCH.Con Kolivas2020-05-081-3/+18
* docs/features: add zink featuresErik Faye-Lund2020-05-081-38/+38
* anv: fix alignments for uniform buffersLionel Landwerlin2020-05-084-11/+12
* radv: report correct backend IR in hang reports when ACO is usedSamuel Pitoiset2020-05-081-1/+3
* radv: do not print the LLVM version string twice in hang reportsSamuel Pitoiset2020-05-081-2/+1
* radv: remove the LLVM version string when ACO is usedSamuel Pitoiset2020-05-081-4/+5
* anv: call base finish only if pass given in DestroyRenderPassTapani Pälli2020-05-081-0/+3
* st/wgl: allocate and resolve msaa-texturesErik Faye-Lund2020-05-071-6/+79
* st/wgl: pass st_context_iface into stw_st_framebuffer_present_lockedErik Faye-Lund2020-05-073-5/+8
* radeonsi: Fix omitted flush when moving suballocated textureBlaž Tomažič2020-05-073-6/+16
* aco: either copy-propagate or inline create_vector operandsDaniel Schürmann2020-05-071-4/+6
* ac/surface: override all offsets including metadata offsetsMarek Olšák2020-05-071-0/+15
* amd: unify code for overriding offset and stride for imported buffersMarek Olšák2020-05-074-51/+47
* ac/surface,radeonsi: move the set/get_umd_metadata code into ac_surface.cMarek Olšák2020-05-073-147/+185
* ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.cMarek Olšák2020-05-078-218/+215
* amd: assume HTILE is always rb/pipe_aligned, remove ac_surface.u.gfx9.htileMarek Olšák2020-05-077-26/+28
* amd: assume CMASK is always rb/pipe_aligned, remove ac_surface.u.gfx9.cmaskMarek Olšák2020-05-076-32/+28
* amd: remove duplicated definitions from amdgpu_drm.hMarek Olšák2020-05-074-19/+0
* amd: update amdgpu_drm.hMarek Olšák2020-05-071-1/+14
* llvmpipe: make sample position a global array.Dave Airlie2020-05-073-11/+12
* nir/algebraic: Optimize some bfe patternsIan Romanick2020-05-071-0/+18
* nir/algebraic: Split ibfe and ubfe with two constant sourcesIan Romanick2020-05-073-0/+36
* nir/algebraic: Recognize open-coded byte or word extract from bfeIan Romanick2020-05-071-7/+21