summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Move a comment that got left behind in the u_vector refactor.Eric Anholt2017-08-182-8/+9
* gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eopMarek Olšák2017-08-185-12/+17
* radeonsi/gfx9: prevent a GPU hang after a timestamp eventMarek Olšák2017-08-185-8/+44
* radeonsi: don't use CLEAR_STATE on SIMarek Olšák2017-08-184-10/+63
* Fix build when HAVE_LIBDRM isn't definedJon Turney2017-08-181-0/+4
* i965: Fix missing newlines in perf_debug messages.Kenneth Graunke2017-08-172-3/+3
* glsl: add a few missing int64 constant propagation casesIlia Mirkin2017-08-182-0/+8
* glsl: set old ldexp operand to NULL when loweringTimothy Arceri2017-08-181-0/+1
* intel/isl: Replace switch statements of doom with a macroJason Ekstrand2017-08-171-96/+39
* intel/isl: Reduce header file duplicationJason Ekstrand2017-08-174-101/+78
* radv: disable support for VEGA for now.Dave Airlie2017-08-181-0/+5
* glxcmds: Fix a typo in the __APPLE__ codepathJeremy Huddleston Sequoia2017-08-171-1/+1
* llvmpipe: enable PIPE_CAP_QUERY_SO_OVERFLOWRoland Scheidegger2017-08-172-1/+4
* softpipe: enable PIPE_CAP_QUERY_SO_OVERFLOWRoland Scheidegger2017-08-172-2/+8
* 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