aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel/blorp: Adjust intra-tile x when faking rgb with red-onlyTopi Pohjolainen2017-08-211-0/+1
* ac/nir: fixup layer/viewport export for GFX9.Dave Airlie2017-08-211-7/+25
* i965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/Jason Ekstrand2017-08-204-19/+18
* i965/tex: Change the flags type on create_for_teximageJason Ekstrand2017-08-201-1/+1
* mesa: only copy requested compressed teximage cubemap facesChristoph Haag2017-08-201-2/+2
* i965/tex: Don't pass samples to miptree_create_for_teximageJason Ekstrand2017-08-191-1/+1
* anv: Use ISL for emitting null surface states.Kenneth Graunke2017-08-191-16/+4
* i965: Use ISL for emitting null surface states.Kenneth Graunke2017-08-197-351/+49
* isl: Add a null surface fill function.Kenneth Graunke2017-08-194-0/+40
* i965: Remove tabs in intel_batchbuffer.c.Kenneth Graunke2017-08-181-7/+7
* i965/miptree: Return NONE from texture_aux_usage when fully resolvedJason Ekstrand2017-08-181-1/+14
* i965: Stop looking at NewDriverState when emitting 3DSTATE_URBJason Ekstrand2017-08-183-5/+11
* i965: Mark all EGLimages as non-coherent.Kenneth Graunke2017-08-181-5/+3
* broadcom/genxml: Add V3D 3.3 packet definitions.Eric Anholt2017-08-183-0/+802
* broadcom/genxml: Check the sub-id field when decoding instructions.Eric Anholt2017-08-181-5/+26
* broadcom/genxml: Emit code for default headers for structs as well.Eric Anholt2017-08-181-14/+13
* 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-173-2/+5
* softpipe: enable PIPE_CAP_QUERY_SO_OVERFLOWRoland Scheidegger2017-08-173-3/+9
* dri: fix typo in commentGwan-gyeong Mun2017-08-171-1/+1
* configure.ac: Check for expat21 if expat is not found.Vinson Lee2017-08-171-1/+3
* configure: Check llvm-config --shared-modeMichel Dänzer2017-08-171-1/+1
* 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