summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: fix stencil only clears.Dave Airlie2017-05-101-0/+3
* radv/wsi: report presentation error per image requestDave Airlie2017-05-101-6/+13
* i915: Fix build break with empty unreachable()Daniel Stone2017-05-101-4/+2
* radv: apply the tess+GS hang workaround to Polaris12 as wellDave Airlie2017-05-081-1/+2
* radv/meta: fix restoring a push descriptor setFredrik Höglund2017-05-082-2/+8
* i965: Don't try to unmap NULL program cache BO.Kenneth Graunke2017-05-081-4/+7
* Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."Kenneth Graunke2017-05-081-23/+2
* freedreno/a3xx: fix hang w/ large render targets and small gmemRob Clark2017-05-083-0/+7
* i965: Set modifier for imported and duplicated imagesDaniel Stone2017-05-081-0/+20
* i965: Use helper function for modifier -> tilingDaniel Stone2017-05-081-17/+34
* radv: don't leak DRM devicesGrazvydas Ignotas2017-05-081-1/+3
* radv: fix possible stack corruptionGrazvydas Ignotas2017-05-081-1/+1
* radv: Don't set dynamic state for pipelines with rasterizer dicard.Bas Nieuwenhuizen2017-05-081-6/+9
* radeonsi: apply the tess+GS hang workaround to Polaris12 as wellMarek Olšák2017-05-081-1/+2
* radv: enable POLARIS12 support.Dave Airlie2017-05-084-0/+8
* egl/android: Set EGLSurface.Lost to EGL_TRUE/EGL_FALSENicolas Boichat2017-05-081-2/+2
* egl/android: Mark surface as lost when dequeueBuffer failsChad Versace2017-05-081-0/+10
* egl/android: Cancel any outstanding ANativeBuffer in surface destructorChad Versace2017-05-081-4/+9
* egl: Emit error when EGLSurface is lostChad Versace2017-05-083-0/+42
* winsys/amdgpu: fix Polaris12 (RX 550) breakageMarek Olšák2017-05-081-0/+1
* radeonsi/gfx9: make some PA & DB registers match the closed Vulkan driverMarek Olšák2017-05-082-3/+22
* glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERINGEmil Velikov2017-05-082-4/+4
* mesa/dri: always link against shared glapiEmil Velikov2017-05-081-7/+9
* gallium/dri: always link against shared glapiEmil Velikov2017-05-081-3/+3
* egl/platform/drm: Don't take display ownership until gbm is initializedAdam Jackson2017-05-081-1/+1
* anv: anv_gem_mmap() returns MAP_FAILED as mapping errorSamuel Iglesias Gonsálvez2017-05-082-6/+4
* radeonsi/gfx9: fix gl_ViewportIndexMarek Olšák2017-05-052-8/+40
* etnaviv: add L8A8_UNORM texture formatChristian Gmeiner2017-05-051-0/+2
* i965/vec4: don't modify regioning parameters to the sources of DF align1 inst...Samuel Iglesias Gonsálvez2017-05-051-8/+1
* i965/vec4: fix register width for DF VGRF and UNIFORMSamuel Iglesias Gonsálvez2017-05-051-5/+7
* i965/vec4: fix vertical stride to avoid breaking region parameter ruleSamuel Iglesias Gonsálvez2017-05-051-18/+32
* renderonly: use drmIoctlPhilipp Zabel2017-05-051-4/+3
* renderonly: drop resources on destroyPhilipp Zabel2017-05-053-3/+13
* renderonly: close transfer prime_fdPhilipp Zabel2017-05-051-0/+2
* nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt2017-05-052-2/+6
* i965: Solve Android native fence fd double closeRandy Xu2017-05-051-1/+1
* vc4: Only build the NEON code on arm32.Eric Anholt2017-05-051-2/+2
* anv/cmd_buffer: Use the device allocator for QueueSubmitJason Ekstrand2017-04-301-3/+3
* gallium/targets: fix bool setting on BE architecturesIlia Mirkin2017-04-308-11/+11
* st/mesa: don't cast the incomplete framebufer to st_framebufferNicolai Hähnle2017-04-302-2/+4
* util/disk_cache: remove percentage based max cache limitTimothy Arceri2017-04-301-6/+2
* disk_cache: use block size rather than file sizeTimothy Arceri2017-04-301-5/+11
* disk_cache: reduce default cache size to 5% of filesystemTimothy Arceri2017-04-301-2/+2
* anv: Don't place scratch buffers above the 32-bit boundaryJason Ekstrand2017-04-301-0/+19
* radeonsi: adjust ESGS ring buffer size computation on VIMarek Olšák2017-04-301-1/+4
* radeonsi/gfx9: don't set deprecated field PARTIAL_ES_WAVE_ONMarek Olšák2017-04-301-2/+3
* radeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct registerMarek Olšák2017-04-302-1/+5
* radeonsi/gfx9: add a workaround for viewing a slice of 3D as a 2D imageMarek Olšák2017-04-301-8/+22
* radeonsi/gfx9: fix 1D array shader imagesMarek Olšák2017-04-301-0/+1
* radeonsi/gfx9: fix most things wrong with shader imagesMarek Olšák2017-04-302-12/+24