summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-12radv: Invalidate L2 for TRANSFER_WRITE barriersAlex Smith1-1/+2
2017-04-12radeon_drm_bo: explicitly check return value of drmCommandWriteReadJulien Isorce1-2/+7
2017-04-12radeon: initialize hole variable before calling container_ofJulien Isorce1-1/+1
2017-04-12winsys/radeon: check null return from radeon_cs_create_fence in cs_flushJulien Isorce1-11/+13
2017-04-12winsys/radeon: check null in radeon_cs_create_fenceJulien Isorce1-0/+3
2017-04-12Revert "freedreno: fix memory leak"Emil Velikov1-2/+0
2017-04-12haiku/winsys: fix dt prototype argsJerome Duval1-1/+2
2017-04-12haiku: build fixes around debug definesJerome Duval1-2/+2
2017-04-12i965: Set kernel features before computing max GL version.Kenneth Graunke1-24/+24
2017-04-12i965: Skip register write detection when possible.Kenneth Graunke1-2/+8
2017-04-12i965: Set screen->cmd_parser_version to 0 if we can't write registers.Kenneth Graunke1-6/+11
2017-04-12i965: Document the sad story of the kernel command parser.Kenneth Graunke1-0/+97
2017-04-12nouveau: when mapping a persistent buffer, synchronize on former xfersIlia Mirkin1-4/+2
2017-04-12nvc0: increase texture buffer object alignment to 256 for pre-GM107Ilia Mirkin1-1/+1
2017-04-12nvc0/ir: fix overwriting of offset register with interpolateAtOffsetIlia Mirkin1-2/+2
2017-04-12nvc0/ir: fix LSB/BFE/BFI implementationsIlia Mirkin1-8/+11
2017-04-12i965/blorp: Bump the batch space estimateJason Ekstrand1-1/+1
2017-04-12i965/blorp: Align vertex buffers to 64BJason Ekstrand1-1/+13
2017-04-12anv/blorp: Align vertex buffers to 64BJason Ekstrand1-1/+14
2017-04-12anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndexJason Ekstrand1-3/+24
2017-04-12i965/fs: Always provide a default LOD of 0 for TXS and TXLJason Ekstrand1-9/+9
2017-04-12targets: export radeon winsys_create functions to silence LLVM warningMarek Olšák3-0/+15
2017-04-12st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb7-8/+10
2017-04-12gbm/dri: Flush after unmapThomas Hellstrom1-0/+8
2017-04-12anv/cmd_buffer: fix host memory leakCraig Stout1-1/+9
2017-03-30anv: Flush caches prior to PIPELINE_SELECT on all gensJason Ekstrand1-2/+1
2017-03-30anv/cmd_buffer: Fix bad indentationJason Ekstrand1-24/+25