summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: Add workaround for hang in The Surge 2.Bas Nieuwenhuizen2019-10-021-0/+8
* intel: Increase Gen11 compute shader scratch IDs to 64.Kenneth Graunke2019-10-023-2/+41
* nir/repair_ssa: Replace the unreachable check with the phi builderJason Ekstrand2019-10-021-35/+44
* Revert "Revert "intel/fs: Move the scalar-region conversion to the generator.""Juan A. Suarez Romero2019-10-024-5/+5
* gallium/osmesa: Fix the inability to set no context as current.Hal Gentz2019-10-021-0/+5
* docs: Update bug report URLs for the gitlab migrationAdam Jackson2019-10-021-1/+1
* anv: fix descriptor limits on gen8Arcady Goldmints-Orlov2019-10-022-4/+6
* egl: check for NULL value like eglGetSyncAttribKHR doesTapani Pälli2019-10-021-0/+4
* intel/fs: fix SHADER_OPCODE_CLUSTER_BROADCAST for SIMD32Paulo Zanoni2019-10-021-1/+10
* gl: drop incorrect pkg-config file for glvndEric Engestrom2019-10-021-12/+2
* tu: Set up glsl types.Bas Nieuwenhuizen2019-10-021-0/+3
* i965: support AYUV/XYUV for external import onlyHaihao Xiang2019-10-021-0/+2
* intel/nir: do not apply the fsin and fcos trig workarounds for constsSamuel Iglesias Gonsálvez2019-10-021-2/+2
* iris: close screen fd on iris_destroy_screenTapani Pälli2019-10-021-0/+1
* radv: always emit a position export in gs copy shadersRhys Perry2019-10-021-1/+1
* iris: Initialize ice->state.prim_mode to an invalid valueKenneth Graunke2019-09-191-0/+1
* radv: fix allocating number of user sgprs if streamout is usedSamuel Pitoiset2019-09-131-1/+1
* tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONEDanylo Piliaiev2019-09-131-1/+1
* gallium: Fix util_format_get_depth_onlyKenneth Graunke2019-09-121-1/+1
* glsl/nir: Avoid overflow when setting max_uniform_locationCaio Marcelo de Oliveira Filho2019-09-121-1/+2
* android: anv: libmesa_vulkan_common: add libmesa_util static dependencyMauro Rossi2019-09-101-1/+2
* util: fix SSE-version needed for double opcodesErik Faye-Lund2019-09-101-1/+1
* android: amd/common: fix missing include pathMauro Rossi2019-09-101-0/+1
* android: radv: fix necessary dependeciesMauro Rossi2019-09-101-1/+11
* nir/dead_cf: Repair SSA if the pass makes progressJason Ekstrand2019-09-091-2/+13
* nir/repair_ssa: Insert deref casts when neededJason Ekstrand2019-09-091-2/+29
* nir/repair_ssa: Repair dominance for unreachable blocksJason Ekstrand2019-09-091-4/+8
* nir: Add a block_is_unreachable helperJason Ekstrand2019-09-092-0/+15
* nir: Don't infinitely recurse in lower_ssa_defs_to_regs_blockJason Ekstrand2019-09-091-5/+15
* radv: add support for vk_x11_override_min_image_countEric Engestrom2019-09-091-0/+1
* amd: move adaptive sync to performance section, as it is defined in xmlpoolEric Engestrom2019-09-092-5/+2
* anv: add support for vk_x11_override_min_image_countEric Engestrom2019-09-091-0/+3
* wsi: add minImageCount overrideEric Engestrom2019-09-095-3/+27
* anv: add support for driconfEric Engestrom2019-09-094-2/+18
* anv: Bump maxComputeWorkgroupSizeJason Ekstrand2019-09-091-4/+6
* Revert "intel/fs: Move the scalar-region conversion to the generator."Jason Ekstrand2019-09-064-5/+5
* intel/dri: finish proper glthreadSergii Romantsov2019-09-061-1/+1
* radv: Call nir_propagate_invariant()Connor Abbott2019-09-061-0/+2
* glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.Hal Gentz2019-09-062-1/+9
* nir: fix memleak in error pathEric Engestrom2019-09-051-1/+3
* anv: fix format string in error messageEric Engestrom2019-09-051-1/+1
* util/os_file: fix double-close()Eric Engestrom2019-09-051-1/+0
* egl: fix deadlock in malloc error pathEric Engestrom2019-09-051-1/+3
* ttn: fix 64-bit shift on 32-bit `1`Eric Engestrom2019-09-051-1/+1
* vulkan/overlay: bounce image back to present layoutLionel Landwerlin2019-09-031-2/+30
* gallium/auxiliary/indices: consistently apply start only to inputErik Faye-Lund2019-09-031-10/+10
* glsl: replace 'x + (-x)' with constant 0Pierre-Eric Pelloux-Prayer2019-08-301-0/+12
* intel/compiler: Request bitfield_reverse lowering on pre-Gen7 hardwareIan Romanick2019-08-291-0/+2
* nir/algrbraic: Don't optimize open-coded bitfield reverse when lowering is en...Ian Romanick2019-08-291-1/+1
* intel/compiler: Fix src0/desc setter orderingKenneth Graunke2019-08-291-2/+2