summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-08radv: apply the tess+GS hang workaround to Polaris12 as wellDave Airlie1-1/+2
2017-05-08radv/meta: fix restoring a push descriptor setFredrik Höglund2-2/+8
2017-05-08i965: Don't try to unmap NULL program cache BO.Kenneth Graunke1-4/+7
2017-05-08Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."Kenneth Graunke1-23/+2
2017-05-08freedreno/a3xx: fix hang w/ large render targets and small gmemRob Clark3-0/+7
2017-05-08i965: Set modifier for imported and duplicated imagesDaniel Stone1-0/+20
2017-05-08i965: Use helper function for modifier -> tilingDaniel Stone1-17/+34
2017-05-08radv: don't leak DRM devicesGrazvydas Ignotas1-1/+3
2017-05-08radv: fix possible stack corruptionGrazvydas Ignotas1-1/+1
2017-05-08radv: Don't set dynamic state for pipelines with rasterizer dicard.Bas Nieuwenhuizen1-6/+9
2017-05-08radeonsi: apply the tess+GS hang workaround to Polaris12 as wellMarek Olšák1-1/+2
2017-05-08radv: enable POLARIS12 support.Dave Airlie4-0/+8
2017-05-08egl/android: Set EGLSurface.Lost to EGL_TRUE/EGL_FALSENicolas Boichat1-2/+2
2017-05-08egl/android: Mark surface as lost when dequeueBuffer failsChad Versace1-0/+10
2017-05-08egl/android: Cancel any outstanding ANativeBuffer in surface destructorChad Versace1-4/+9
2017-05-08egl: Emit error when EGLSurface is lostChad Versace3-0/+42
2017-05-08winsys/amdgpu: fix Polaris12 (RX 550) breakageMarek Olšák1-0/+1
2017-05-08radeonsi/gfx9: make some PA & DB registers match the closed Vulkan driverMarek Olšák2-3/+22
2017-05-08glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERINGEmil Velikov2-4/+4
2017-05-08mesa/dri: always link against shared glapiEmil Velikov1-7/+9
2017-05-08gallium/dri: always link against shared glapiEmil Velikov1-3/+3
2017-05-08egl/platform/drm: Don't take display ownership until gbm is initializedAdam Jackson1-1/+1
2017-05-08anv: anv_gem_mmap() returns MAP_FAILED as mapping errorSamuel Iglesias Gonsálvez2-6/+4
2017-05-05radeonsi/gfx9: fix gl_ViewportIndexMarek Olšák2-8/+40
2017-05-05etnaviv: add L8A8_UNORM texture formatChristian Gmeiner1-0/+2
2017-05-05i965/vec4: don't modify regioning parameters to the sources of DF align1 inst...Samuel Iglesias Gonsálvez1-8/+1
2017-05-05i965/vec4: fix register width for DF VGRF and UNIFORMSamuel Iglesias Gonsálvez1-5/+7
2017-05-05i965/vec4: fix vertical stride to avoid breaking region parameter ruleSamuel Iglesias Gonsálvez1-18/+32
2017-05-05renderonly: use drmIoctlPhilipp Zabel1-4/+3
2017-05-05renderonly: drop resources on destroyPhilipp Zabel3-3/+13
2017-05-05renderonly: close transfer prime_fdPhilipp Zabel1-0/+2
2017-05-05nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt2-2/+6
2017-05-05i965: Solve Android native fence fd double closeRandy Xu1-1/+1
2017-05-05vc4: Only build the NEON code on arm32.Eric Anholt1-2/+2
2017-04-30anv/cmd_buffer: Use the device allocator for QueueSubmitJason Ekstrand1-3/+3
2017-04-30gallium/targets: fix bool setting on BE architecturesIlia Mirkin8-11/+11
2017-04-30st/mesa: don't cast the incomplete framebufer to st_framebufferNicolai Hähnle2-2/+4
2017-04-30util/disk_cache: remove percentage based max cache limitTimothy Arceri1-6/+2
2017-04-30disk_cache: use block size rather than file sizeTimothy Arceri1-5/+11
2017-04-30disk_cache: reduce default cache size to 5% of filesystemTimothy Arceri1-2/+2
2017-04-30anv: Don't place scratch buffers above the 32-bit boundaryJason Ekstrand1-0/+19
2017-04-30radeonsi: adjust ESGS ring buffer size computation on VIMarek Olšák1-1/+4
2017-04-30radeonsi/gfx9: don't set deprecated field PARTIAL_ES_WAVE_ONMarek Olšák1-2/+3
2017-04-30radeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct registerMarek Olšák2-1/+5
2017-04-30radeonsi/gfx9: add a workaround for viewing a slice of 3D as a 2D imageMarek Olšák1-8/+22
2017-04-30radeonsi/gfx9: fix 1D array shader imagesMarek Olšák1-0/+1
2017-04-30radeonsi/gfx9: fix most things wrong with shader imagesMarek Olšák2-12/+24
2017-04-30radeonsi/gfx9: fix texture buffer objects and image buffers with IDXEN==0Marek Olšák1-1/+34
2017-04-30intel/fs: Take into account amount of data read in spilling cost heuristic.Francisco Jerez1-1/+1
2017-04-30intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy.Francisco Jerez1-2/+1