summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-18iris: close screen fd on iris_destroy_screenTapani Pälli1-0/+1
2019-09-18radv: always emit a position export in gs copy shadersRhys Perry1-1/+1
2019-09-18drirc: include unreal engine version 0 to 23Lionel Landwerlin1-1/+1
2019-09-18util/xmlconfig: fix regexp compile failure checkLionel Landwerlin1-1/+1
2019-09-18nir/large_constants: more careful data copyingSergii Romantsov1-1/+1
2019-09-18vulkan: add vk_x11_strict_image_count optionLionel Landwerlin6-1/+28
2019-09-18driconfig: add a new engine name/version parameterLionel Landwerlin14-21/+104
2019-09-18radv: store engine nameLionel Landwerlin2-0/+16
2019-09-18iris: Initialize ice->state.prim_mode to an invalid valueKenneth Graunke1-0/+1
2019-09-18radv: fix allocating number of user sgprs if streamout is usedSamuel Pitoiset1-1/+1
2019-09-18v3d: make sure we have enough space in the CL for the primitive counts packetIago Toral Quiroga1-0/+1
2019-09-18intel/fs: Handle UNDEF in split_virtual_grfsJason Ekstrand1-1/+25
2019-09-18tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONEDanylo Piliaiev1-1/+1
2019-09-18meson: don't generate file into subdirsDylan Baker1-1/+1
2019-09-18gallium: Fix util_format_get_depth_onlyKenneth Graunke1-1/+1
2019-09-18glsl/nir: Avoid overflow when setting max_uniform_locationCaio Marcelo de Oliveira Filho1-1/+2
2019-09-18iris: Fix constant buffer sizes for non-UBOsKenneth Graunke1-3/+4
2019-09-18nir/loop_analyze: Treat do{}while(false) loops as 0 iterationsDanylo Piliaiev1-0/+49
2019-09-10radeonsi/gfx10: fix wave occupancy computationsMarek Olšák4-21/+49
2019-09-10radeonsi/gfx10: don't call gfx10_destroy_query with compute-only contextsMarek Olšák1-1/+1
2019-09-10virgl: Fix pipe_resource leaks under multi-sample.Lepton Wu1-1/+3
2019-09-09st/nine: Properly initialize GLSL types for NIR shaders.Timur Kristóf1-0/+5
2019-09-09Revert "ac/nir: Lower large indirect variables to scratch"Bas Nieuwenhuizen1-68/+0
2019-09-09nir/dead_cf: Repair SSA if the pass makes progressJason Ekstrand1-2/+13
2019-09-09nir/repair_ssa: Insert deref casts when neededJason Ekstrand1-2/+29
2019-09-09nir/repair_ssa: Repair dominance for unreachable blocksJason Ekstrand1-4/+8
2019-09-09nir: Add a block_is_unreachable helperJason Ekstrand2-0/+15
2019-09-09nir: Don't infinitely recurse in lower_ssa_defs_to_regs_blockJason Ekstrand1-5/+15
2019-09-09nir: Handle complex derefs in nir_split_array_varsJason Ekstrand1-2/+5
2019-09-09drirc: override minImageCount=2 for gfxbenchEric Engestrom1-0/+4
2019-09-09radv: add support for vk_x11_override_min_image_countEric Engestrom1-0/+1
2019-09-09amd: move adaptive sync to performance section, as it is defined in xmlpoolEric Engestrom2-5/+2
2019-09-09anv: add support for vk_x11_override_min_image_countEric Engestrom1-0/+3
2019-09-09wsi: add minImageCount overrideEric Engestrom5-3/+27
2019-09-09anv: add support for driconfEric Engestrom4-3/+19
2019-09-09anv: Bump maxComputeWorkgroupSizeJason Ekstrand1-4/+6
2019-09-06nir/lower_explicit_io: Handle 1 bit loads and storesCaio Marcelo de Oliveira Filho1-9/+24
2019-09-06freedreno/a2xx: ir2: fix lowering of instructions after float loweringJonathan Marek1-3/+2
2019-09-06intel/dri: finish proper glthreadSergii Romantsov1-1/+1
2019-09-05broadcom/v3d: Allow importing linear BOs with arbitrary offset/stride.Dave Stevenson1-8/+23
2019-09-05radv: Call nir_propagate_invariant()Connor Abbott1-0/+2
2019-09-04nir: do not assume that the result of fexp2(a) is always an integralSamuel Pitoiset1-0/+1
2019-09-04nir: Add is_not_negative helper functionDylan Baker1-0/+6
2019-09-04glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.Hal Gentz2-1/+9
2019-09-04iris: Report correct number of planes for planar imagesKenneth Graunke1-1/+8
2019-09-04nir: fix memleak in error pathEric Engestrom1-1/+3
2019-09-04freedreno/drm-shim: fix mem leakEric Engestrom1-3/+4
2019-09-04anv: fix format string in error messageEric Engestrom1-1/+1
2019-09-04util/os_file: fix double-close()Eric Engestrom1-1/+0
2019-09-04egl: fix deadlock in malloc error pathEric Engestrom1-1/+3