summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/xvmc: add DRI3 supportEmil Velikov2017-05-191-1/+3
* st/omx: add DRI3 supportEmil Velikov2017-05-191-1/+3
* gallium/targets: link against XCB only as neededEmil Velikov2017-05-192-4/+12
* st/omx: fix building against X11-less setupsEmil Velikov2017-05-191-0/+6
* st/omx: remove unneeded X11 includeEmil Velikov2017-05-191-2/+0
* st/omx: remove unused drm_driver.h includesEmil Velikov2017-05-192-2/+0
* st/va: check if vl_*_screen_create has failed only onceEmil Velikov2017-05-191-4/+3
* st/va: fix misplaced closing bracketEmil Velikov2017-05-191-1/+1
* st/va: move variable declaration to where its usedEmil Velikov2017-05-191-2/+1
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-195-19/+35
* loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11Emil Velikov2017-05-191-0/+2
* vulkan: automake: remove unused VULKAN_LIB_DEPS variableEmil Velikov2017-05-191-6/+0
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-1912-7/+13
* configure: set HAVE_foo_PLATFORM as applicableEmil Velikov2017-05-192-6/+0
* configure: update remaining --with-egl-platforms referencesEmil Velikov2017-05-191-1/+1
* configure: rename remaining HAVE_EGL_PLATFORM_* guardsEmil Velikov2017-05-191-3/+3
* Android: r600: fix build when LLVM is disabledRob Herring2017-05-191-0/+4
* virgl: fix virgl_bo_transfer_{put, get} box struct copyRob Herring2017-05-191-2/+12
* egl: add g_egldispatchstubs.h to the release tarballEmil Velikov2017-05-191-1/+2
* egl/android: fix segfault within swap_buffersTapani Pälli2017-05-191-1/+6
* egl/wayland: Ensure we get a back bufferDaniel Stone2017-05-191-1/+9
* egl/wayland: Use per-surface event queuesDaniel Stone2017-05-192-27/+68
* egl/wayland: Don't open-code roundtripDaniel Stone2017-05-191-25/+1
* vulkan/wsi/wayland: Use proxy wrappers for swapchainDaniel Stone2017-05-191-16/+36
* vulkan/wsi/wayland: Use per-display event queueDaniel Stone2017-05-191-12/+32
* vulkan/wsi/wayland: Remove roundtrip when creating imageDaniel Stone2017-05-191-1/+0
* vulkan: Fix Wayland uninitialised registryDaniel Stone2017-05-191-4/+5
* i965/formats: Update the three-channel DXT1 mappingsNanley Chery2017-05-182-14/+5
* anv/formats: Update the three-channel BC1 mappingsNanley Chery2017-05-181-2/+2
* anv: Add an option to abort on device lossJason Ekstrand2017-05-181-0/+5
* anv: Wrap the device lost error in vk_error in QueueSubmitJason Ekstrand2017-05-181-1/+1
* radeonsi/gfx9: use CE RAM optimallyMarek Olšák2017-05-182-36/+134
* radeonsi: remove CE offset alignment restrictionMarek Olšák2017-05-181-2/+1
* radeonsi: only upload (dump to L2) those descriptors that are used by shadersMarek Olšák2017-05-184-24/+117
* radeonsi: record which descriptor slots are used by shadersMarek Olšák2017-05-185-0/+41
* radeonsi: update si_ce_needed_cs_spaceMarek Olšák2017-05-181-8/+8
* radeonsi: do only 1 big CE dump at end of IBs and one reload in the preambleMarek Olšák2017-05-185-37/+37
* radeonsi: remove early return in si_upload_descriptorsMarek Olšák2017-05-181-3/+0
* radeonsi: clamp indirect index to the number of declared shader resourcesMarek Olšák2017-05-184-4/+15
* radeonsi: merge sampler and image descriptor lists into oneMarek Olšák2017-05-186-112/+99
* radeonsi: merge constant and shader buffers descriptor lists into oneMarek Olšák2017-05-188-132/+152
* gallium/u_threaded: add a fast path for unbinding shader buffersMarek Olšák2017-05-181-3/+9
* gallium/u_threaded: add a fast path for unbinding shader imagesMarek Olšák2017-05-181-4/+10
* st/mesa: silence a valgrind warning in u_threaded_context due to st_draw_vboMarek Olšák2017-05-181-0/+1
* glsl_to_tgsi: declare all SSBOs and atomics when indirect indexing is usedMarek Olšák2017-05-181-16/+14
* radeonsi: get the sampler view type from inst->Texture for TG4Samuel Pitoiset2017-05-181-7/+3
* tgsi: store the sampler view type directly in the instructionSamuel Pitoiset2017-05-188-23/+49
* tgsi: remove some unused OPCODE macrosSamuel Pitoiset2017-05-182-200/+0
* gallivm: Make sure module has the correct data layout when pass manager runsTom Stellard2017-05-181-16/+18
* egl: Partially revert 23c86c74, fix eglMakeCurrentChad Versace2017-05-181-19/+0