summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-12-24glsl: Add pthread libs to cache_testRhys Kidd1-1/+4
2016-12-24i965/fs: Reject copy propagation into SEL if not min/max.Matt Turner2-1/+12
2016-12-24i965/fs: Add unit tests for copy propagation pass.Matt Turner2-0/+211
2016-12-16i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.Matt Turner3-15/+16
2016-12-16Revert "nir: Turn imov/fmov of undef into undef."Timothy Arceri1-3/+1
2016-12-16egl: Fix crashes in eglCreate*Surface()Chad Versace1-2/+2
2016-12-16mesa/fbobject: Update CubeMapFace when reusing texturesNanley Chery1-0/+1
2016-12-15spirv: Use a simpler and more correct implementaiton of tanh()Jason Ekstrand1-9/+14
2016-12-15compiler/glsl: fix precision problem of tanhHaixia Shi1-2/+10
2016-12-15anv/descriptor_set: Write the state offset in the surface state free list.Jason Ekstrand1-0/+1
2016-12-15anv/device: Implicitly unmap memory objects in FreeMemoryJason Ekstrand1-0/+9
2016-12-15anv/device: Return the right error for failed mapsJason Ekstrand2-6/+9
2016-12-15radeonsi: fix an off-by-one error in the bounds check for max_verticesNicolai Hähnle1-1/+1
2016-12-15radeonsi: do not kill GS with memory writesNicolai Hähnle1-8/+22
2016-12-15radeonsi: update all GSVS ring descriptors for new buffer allocationsNicolai Hähnle1-1/+6
2016-12-14i965/mt: Disable aux surfaces after making miptree shareableChad Versace1-0/+2
2016-12-14radv: add missing license file to radv_meta_bufimage.Dave Airlie1-0/+27
2016-12-14radeonsi: disable the constant engine (CE) on Carrizo and StoneyMarek Olšák1-1/+4
2016-12-14radeonsi: wait for outstanding LDS instructions in memory barriers if neededMarek Olšák1-1/+17
2016-12-14tgsi: fix the src type of TGSI_OPCODE_MEMBARMarek Olšák1-0/+1
2016-12-14radeonsi: wait for outstanding memory instructions in TCS barriersMarek Olšák1-1/+5
2016-12-14radeonsi: allow specifying simm16 of emit_waitcnt at call sitesMarek Olšák1-5/+7
2016-12-14radeonsi: fix incorrect FMASK checking in bind_sampler_statesMarek Olšák1-4/+4
2016-12-14radeonsi: always restore sampler states when unbinding sampler viewsMarek Olšák1-3/+8
2016-12-14cso: don't release sampler states that are boundMarek Olšák1-1/+3
2016-12-14radeonsi: fix isolines tess factor writes to control ringNicolai Hähnle1-4/+12
2016-12-14genxml/gen9: Change the default of MI_SEMAPHORE_WAIT::RegisterPoleModeJason Ekstrand1-1/+1
2016-12-14i965: Allocate at least some URB space even when max_vertices = 0.Kenneth Graunke1-1/+7
2016-12-14radv: fix another regression since shadow fixes.Dave Airlie1-1/+1
2016-12-14mesa: only verify that enabled arrays have backing buffersIlia Mirkin1-1/+1
2016-12-14vc4: In a loop break/continue, jump if everyone has taken the path.Eric Anholt1-10/+17
2016-12-14radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as wellMarek Olšák1-2/+4
2016-12-14radeonsi: add a tess+GS hang workaround for VI dGPUsMarek Olšák1-2/+10
2016-12-14radeonsi: apply a tessellation bug workaround for SIMarek Olšák1-0/+6
2016-12-14radeonsi: apply a TC L1 write corruption workaround for SIMarek Olšák1-11/+23
2016-12-14radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chipsMarek Olšák4-4/+29
2016-12-14radeonsi: consolidate max-work-group-size computationMarek Olšák1-24/+19
2016-12-14radeonsi: disable RB+ blend optimizations for dual source blendingMarek Olšák1-0/+11
2016-12-14radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blendingMarek Olšák1-0/+4
2016-12-14radeonsi: always set all blend registersMarek Olšák1-5/+5
2016-12-14mesa: fix active subroutine uniforms properlyTimothy Arceri3-104/+10
2016-12-14anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculationJason Ekstrand1-3/+6
2016-12-14anv/image: Rename hiz_surface to aux_surfaceJason Ekstrand3-17/+18
2016-12-14radv: set maxFragmentDualSrcAttachments to 1Dave Airlie1-1/+1
2016-12-14anv: set maxFragmentDualSrcAttachments to 1Dave Airlie1-1/+1
2016-12-14vulkan/wsi: Fix resource leak in success path of wsi_queue_init()Gwan-gyeong Mun1-0/+1
2016-12-14anv: Update the teardown in reverse order of the anv_CreateDeviceGwan-gyeong Mun1-9/+14
2016-12-14anv: Add missing error-checking to anv_block_pool_init (v2)Gwan-gyeong Mun2-8/+23
2016-12-14radv: don't leak the fd if radv_physical_device_init() succeedsEmil Velikov1-0/+1
2016-12-14anv: don't leak memory if anv_init_wsi() failsEmil Velikov1-2/+4