summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vulkan: fix build dependency issue with generated filesLionel Landwerlin2019-05-237-26/+35
* gallium: enable dmabuf on BSD as wellGreg V2019-05-231-1/+1
* etnaviv: fill missing offset in etna_resource_get_handlePhilipp Zabel2019-05-231-0/+1
* radeonsi: fix a regression in si_rebind_bufferMarek Olšák2019-05-231-4/+8
* vulkan/overlay: fix timestamp query emission with no pipeline statsLionel Landwerlin2019-05-231-4/+0
* radeonsi: update buffer descriptors in all contexts after buffer invalidationMarek Olšák2019-05-234-35/+72
* Update version to 19.1.0-rc3mesa-19.1.0-rc3Juan A. Suarez Romero2019-05-211-1/+1
* nir: Fix clone of nir_variable state slotsCaio Marcelo de Oliveira Filho2019-05-211-3/+5
* mesa: unreference current winsys buffers when unbinding winsys buffersCharmaine Lee2019-05-211-0/+4
* st/mesa: purge framebuffers with current context after unbinding winsys buffersCharmaine Lee2019-05-211-3/+10
* cherry-ignore: radeonsi: update buffer descriptors in all contexts after buff...Juan A. Suarez Romero2019-05-211-0/+2
* meson: expose glapi through osmesaEric Engestrom2019-05-212-3/+4
* anv: Only consider minSampleShading when sampleShadingEnable is setJason Ekstrand2019-05-211-2/+2
* anv: Stop forcing bindless for imagesJason Ekstrand2019-05-211-4/+5
* draw: fix memory leak introduced 7720ce32aNeha Bhende2019-05-211-1/+3
* anv: Emulate texture swizzle in the shader when neededJason Ekstrand2019-05-214-2/+133
* radv: add a workaround for Monster Hunter World and LLVM 7&8Samuel Pitoiset2019-05-215-3/+16
* Revert "softpipe/buffer: load only as many components as the the buffer resou...Gert Wollny2019-05-211-5/+2
* glsl: init packed in more constructors.Dave Airlie2019-05-211-6/+6
* anv: Fix some depth buffer sampling cases on ICL+Nanley Chery2019-05-211-1/+7
* nir: Fix nir_opt_idiv_const when negatives are involvedCaio Marcelo de Oliveira Filho2019-05-211-3/+5
* radeonsi: remove old_va parameter from si_rebind_buffer by remembering offsetsMarek Olšák2019-05-173-40/+25
* util/os_file: always use the 'grow' mechanismEric Engestrom2019-05-161-42/+20
* nir: lower_non_uniform_access: iterate over instructions safelyLionel Landwerlin2019-05-161-1/+1
* vulkan/overlay: fix truncating error on 32bit platformsLionel Landwerlin2019-05-161-40/+36
* vulkan/overlay-layer: fix cast errorsLionel Landwerlin2019-05-161-7/+7
* nir: fix lower_non_uniform_access passLionel Landwerlin2019-05-161-0/+1
* Revert "nir: add late opt to turn inot/b2f combos back to bcsel"Ian Romanick2019-05-152-19/+0
* intel/fs/ra: Stop adding RA interference to too many SENDS nodesJason Ekstrand2019-05-151-8/+3
* intel/fs/ra: Only add dest interference to sources that existJason Ekstrand2019-05-151-1/+1
* Update version to 19.1.0-rc2mesa-19.1.0-rc2Juan A. Suarez Romero2019-05-141-1/+1
* softpipe/buffer: load only as many components as the the buffer resource type...Gert Wollny2019-05-141-2/+5
* radv: Do not use extra descriptor space for the 3rd plane.Bas Nieuwenhuizen2019-05-133-7/+26
* radv: clear vertex bindings while resetting command bufferJózef Kucia2019-05-131-1/+2
* st/mesa: fix 2 crashes in st_tgsi_lower_yuvMarek Olšák2019-05-131-20/+28
* iris: Use full ways for L3 cache setup on Icelake.Kenneth Graunke2019-05-131-0/+1
* anv: Fix limits when VK_EXT_descriptor_indexing is usedCaio Marcelo de Oliveira Filho2019-05-131-9/+14
* vulkan/overlay: keep allocating draw data until it can be reusedLionel Landwerlin2019-05-131-113/+135
* i965: Fix memory leaks in brw_upload_cs_work_groups_surface().Kenneth Graunke2019-05-131-0/+5
* travis: fix syntax, and drop unused stuffEric Engestrom2019-05-131-184/+26
* winsys/amdgpu: add VCN JPEG to no user fence groupLeo Liu2019-05-101-1/+2
* panfrost: Only take the fast paths on buffers aligned to block sizeTomeu Vizoso2019-05-101-2/+2
* panfrost: Fix two uninitialized accesses in compilerTomeu Vizoso2019-05-101-1/+1
* freedreno/ir3: fix rasterflat/glxgearsRob Clark2019-05-102-5/+5
* anv: Use corresponding type from the vector allocationLionel Landwerlin2019-05-102-10/+10
* radv: fix setting the number of rectangles when it's dyanmicSamuel Pitoiset2019-05-091-4/+6
* kmsro: add _dri.so to two of the kmsro drivers.Dave Airlie2019-05-091-2/+2
* meson: Force the use of config-tool for llvmDylan Baker2019-05-091-0/+1
* anv: fix use after freeLionel Landwerlin2019-05-091-3/+3
* anv: rework queries writes to ensure ordering memory writesLionel Landwerlin2019-05-091-17/+84