summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-17docs: add release notes for 17.0.4mesa-17.0.4Emil Velikov1-0/+148
2017-04-17Update version to 17.0.4Emil Velikov1-1/+1
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-12radeonsi: add new polaris10 pci idAlex Deucher1-0/+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-04-12Revert "cherry-ignore: add the Flush after unmap in gbm/dri fix"Emil Velikov1-3/+0
2017-04-01docs: add sha256 checksums for 17.0.3Andres Gomez1-1/+2
2017-04-01docs: add release notes for 17.0.3mesa-17.0.3Andres Gomez1-0/+188
2017-04-01Update version to 17.0.3Andres Gomez1-1/+1
2017-03-30cherry-ignore: corrected typo in the Flush after unmap in gbm/dri fixAndres Gomez1-1/+1
2017-03-30cherry-ignore: add the Flush after unmap in gbm/dri fixAndres Gomez1-0/+3
2017-03-30cherry-ignore: add the Invalidate L2 for TRANSFER_WRITE barriers fixAndres Gomez1-0/+3
2017-03-30c11/threads: Include thr/xtimec.h for xtime definition when building with MSVC.Jose Fonseca1-0/+5
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
2017-03-30anv/cmd_buffer: Apply flush operations prior to executing secondariesJason Ekstrand1-0/+5
2017-03-30anv/blorp: Use anv_get_layerCount everywhereJason Ekstrand1-8/+12
2017-03-30anv: Make anv_get_layerCount a macroJason Ekstrand1-7/+6
2017-03-29mesa: update lower_jumps tests after bug fixTimothy Arceri1-2/+15
2017-03-29tests/cache_test: allow crossing mount pointsJuan A. Suarez Romero1-1/+1
2017-03-29glsl: on UBO/SSBOs link error reset the number of active blocks to 0Andres Gomez1-0/+6
2017-03-29anv/query: Fix the location of timestamp availabilityJason Ekstrand1-1/+1
2017-03-29radv: flush DB cache before and after HTILE decompress.Bas Nieuwenhuizen1-0/+6
2017-03-29glsl: fix lower jumps for returns when loop is inside an ifTimothy Arceri1-5/+12
2017-03-29i965/fs: Don't emit SEL instructions for type-converting MOVs.Matt Turner1-0/+2
2017-03-29anv/blorp: Fix a crash in CmdClearColorImageXu Randy1-2/+2