summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* loader_dri3: Make sure we have an updated back v3Thomas Hellstrom2017-08-172-10/+50
* loader_dri3: Support GLX_SWAP_EXCHANGE_OMLThomas Hellstrom2017-08-171-3/+5
* loader_dri3: Eliminate the back-to-fake-front copyThomas Hellstrom2017-08-171-19/+31
* loader_dri3: Remove buffer_type from buffer metadataThomas Hellstrom2017-08-172-4/+0
* loader_dri3: Support GLX_SWAP_COPY_OMLThomas Hellstrom2017-08-172-1/+10
* loader_dri3: Honor the request to preserve back buffer contentThomas Hellstrom2017-08-172-3/+52
* loader_dri3: Increase the likelyhood of reusing the current swap bufferThomas Hellstrom2017-08-171-0/+6
* loader_dri3/glx/egl: Optionally use a blit context for blitting operationsThomas Hellstrom2017-08-176-67/+196
* loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2017-08-174-35/+1
* nv50/ir: fix TXQ srcMaskIlia Mirkin2017-08-161-0/+2
* nv50/ir: fix srcMask computation for TG4 and TXFIlia Mirkin2017-08-161-0/+2
* anv/gem: Add a stub for sync_file_mergeJason Ekstrand2017-08-161-0/+6
* radv: disable texture gather workaround on gfx9.Dave Airlie2017-08-171-1/+1
* st/mesa: remove Windows hack for glFinishBrian Paul2017-08-161-12/+0
* gallium/os: fix os_time_get_nano() to roll over lessFrank Richter2017-08-161-1/+8
* st/wgl: check for negative delta in wait_swap_interval()Frank Richter2017-08-161-2/+5
* st/mesa: fix a null pointer accessFrank Richter2017-08-161-1/+1
* i965: Alphabetize TCS image dirty bitsKenneth Graunke2017-08-161-1/+1
* i965: Always allow CPU readback of the scanout on LLC platformsChris Wilson2017-08-161-1/+15
* swr/rast: Fix invalid casting for calls to Interlocked* functionsTim Rowley2017-08-163-7/+7
* radeon/vce: support all firmwares with major ver 53Boyuan Zhang2017-08-161-8/+10
* i965: make sure check_and_emit_atom gets inlinedTapani Pälli2017-08-161-1/+1
* a2xx: only update rasterizer settings when they're thereIlia Mirkin2017-08-151-1/+1
* a2xx: add logicop supportIlia Mirkin2017-08-151-5/+4
* glsl/ast: update rhs in addition to the var's constant_valueIlia Mirkin2017-08-151-1/+1
* anv: Advertise VK_KHR_external_semaphoreJason Ekstrand2017-08-151-3/+3
* anv: Use DRM sync objects for external semaphores when availableJason Ekstrand2017-08-154-23/+128
* anv/gem: Add a drm syncobj supportJason Ekstrand2017-08-153-0/+80
* anv: Implement support for exporting semaphores as FENCE_FDJason Ekstrand2017-08-155-9/+172
* anv/gem: Use EXECBUFFER2_WR when the FENCE_OUT flag is setJason Ekstrand2017-08-151-1/+4
* anv: Submit a dummy batch when only semaphores are provided.Jason Ekstrand2017-08-154-3/+73
* anv: Add a basic implementation of VK_KHX_external_semaphoreJason Ekstrand2017-08-154-9/+187
* clover/event: Include additional event statuses for clSetEventCallbackAaron Watry2017-08-151-1/+2
* broadcom/vc4: Port NEON-code to ARM64Jonas Pfeil2017-08-151-0/+84
* broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.Eric Anholt2017-08-154-7/+24
* util: Fix build on old glibc.Eric Anholt2017-08-151-1/+3
* broadcom: Add v3d_xml.h to gitignore.Eric Anholt2017-08-151-0/+1
* broadcom: Add missing libexpat cflags for the decoder.Eric Anholt2017-08-151-0/+3
* radv/gfx9: for fast clear use is_linear flag.Dave Airlie2017-08-161-1/+1
* radv/gfx9: fix tile swizzle handling for gfx9David Airlie2017-08-162-11/+8
* radv/gfx9: handle GFX9 opaque metadataDavid Airlie2017-08-161-4/+5
* radv: emit db_htile_surface reg on gfx9 as wellDavid Airlie2017-08-161-1/+2
* radv/gfx9: remove some leftover gfx6 descriptor setup.Dave Airlie2017-08-161-4/+0
* radv/gfx9: fix set predication packet.Dave Airlie2017-08-161-9/+12
* intel/genxml: Fix gen10 BLEND_STATE variable length packingScott D Phillips2017-08-151-2/+2
* mesa: count uniform against storage when its bindlessTimothy Arceri2017-08-151-5/+13
* radeonsi: disable CE by defaultMarek Olšák2017-08-153-8/+21
* radeonsi: initialise imported surface to 0.Dave Airlie2017-08-151-1/+1
* st/mesa: correctly calculate the storage offsetTimothy Arceri2017-08-154-2/+165
* mesa: correctly calculate the storage offset for i915Timothy Arceri2017-08-151-3/+1