summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-12radeonsi: apply the tess+GS hang workaround to Polaris12 as wellMarek Olšák1-1/+2
2017-05-12radv: enable POLARIS12 support.Dave Airlie3-0/+7
2017-05-12radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SINicolai Hähnle1-0/+14
2017-05-12freedreno/a3xx: fix hang w/ large render targets and small gmemRob Clark3-0/+7
2017-05-12nir/lower_tex: Fix minor error in YUV color conversion matrixJohnson Lin1-3/+3
2017-05-12egl/android: Mark surface as lost when dequeueBuffer failsChad Versace1-1/+11
2017-05-12egl/android: Cancel any outstanding ANativeBuffer in surface destructorChad Versace1-4/+9
2017-05-12egl: Emit error when EGLSurface is lostChad Versace3-0/+42
2017-05-12glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERINGEmil Velikov2-4/+4
2017-05-12mesa/dri: always link against shared glapiEmil Velikov1-7/+9
2017-05-12gallium/dri: always link against shared glapiEmil Velikov1-3/+3
2017-05-12egl/platform/drm: Don't take display ownership until gbm is initializedAdam Jackson1-1/+1
2017-05-12anv: vkBindImageMemory() should return VK_ERROR_OUT_OF_{HOST,DEVICE}_MEMORY o...Samuel Iglesias Gonsálvez1-1/+1
2017-05-12anv: anv_gem_mmap() returns MAP_FAILED as mapping errorSamuel Iglesias Gonsálvez2-7/+5
2017-05-12etnaviv: add L8A8_UNORM texture formatChristian Gmeiner1-0/+2
2017-05-12radv/wsi: report presentation error per image requestDave Airlie1-7/+14
2017-05-12anv/cmd_buffer: Use the device allocator for QueueSubmitJason Ekstrand1-3/+3
2017-05-12i965/vec4: don't modify regioning parameters to the sources of DF align1 inst...Samuel Iglesias Gonsálvez1-8/+1
2017-05-12i965/vec4: fix register width for DF VGRF and UNIFORMSamuel Iglesias Gonsálvez1-5/+7
2017-05-12i965/vec4: fix vertical stride to avoid breaking region parameter ruleSamuel Iglesias Gonsálvez1-16/+30
2017-05-12renderonly: use drmIoctlPhilipp Zabel1-4/+3
2017-05-12renderonly: drop resources on destroyPhilipp Zabel3-3/+13
2017-05-12renderonly: close transfer prime_fdPhilipp Zabel1-0/+2
2017-05-12nir: Pick just the channels we want for bitmap and drawpixels lowering.Eric Anholt2-2/+6
2017-05-12gallium/targets: fix bool setting on BE architecturesIlia Mirkin8-11/+11
2017-05-10st/mesa: move duplicated st_ws_framebuffer() function into header fileBrian Paul3-28/+18
2017-05-10radeonsi: adjust ESGS ring buffer size computation on VIMarek Olšák1-1/+4
2017-04-26mesa: validate sampler type across the whole programTimothy Arceri3-6/+24
2017-04-26st/mesa: automake: honour the vdpau header install locationEmil Velikov1-0/+1
2017-04-26radv: report timestampPeriod correctlyGrazvydas Ignotas2-2/+2
2017-04-26util/queue: don't hang at exitRob Clark1-1/+10
2017-04-26st/clover: add space between < and ::Emil Velikov6-17/+17
2017-04-26anv/cmd_buffer: Disable CCS on BDW input attachmentsNanley Chery1-18/+13
2017-04-26i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce().Kenneth Graunke1-0/+7
2017-04-26intel/fs: Take into account amount of data read in spilling cost heuristic.Francisco Jerez1-1/+1
2017-04-26intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy.Francisco Jerez1-2/+1
2017-04-26st/mesa: invalidate the readpix cache in st_indirect_draw_vboMarek Olšák1-0/+2
2017-04-26winsys/sw/dri: don't use GNU void pointer arithmeticEmil Velikov1-1/+1
2017-04-26vbo: fix gl_DrawID handling in glMultiDrawArraysNicolai Hähnle1-6/+15
2017-04-26mesa: move glMultiDrawArrays to vbo and fix error handlingNicolai Hähnle6-19/+127
2017-04-26mesa: extract need_xfb_remaining_prims_checkNicolai Hähnle1-20/+28
2017-04-26mesa: fix remaining xfb prims check for GLES with multiple instancesNicolai Hähnle1-1/+1
2017-04-26nir: Destination component count of shader_clock intrinsic is 2Boyan Ding2-2/+3
2017-04-26anv/blorp: Properly handle VK_ATTACHMENT_UNUSEDJason Ekstrand1-5/+25
2017-04-26anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSEDJason Ekstrand1-1/+12
2017-04-26anv/cmd_buffer: Always set up a null surface stateJason Ekstrand1-31/+19
2017-04-26anv/cmd_buffer: Flush the VF cache at the top of all primariesJason Ekstrand1-0/+12
2017-04-26anv/blorp: Flush the texture cache in UpdateBufferJason Ekstrand1-0/+8
2017-04-26nvc0/ir: Properly handle a "split form" of predicate destinationBoyan Ding1-2/+13
2017-04-13loader: Move non-error message to debug levelFabio Estevam1-1/+1