summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: add release notes for 17.0.4mesa-17.0.4Emil Velikov2017-04-171-0/+148
* Update version to 17.0.4Emil Velikov2017-04-171-1/+1
* loader: Move non-error message to debug levelFabio Estevam2017-04-131-1/+1
* radv: Invalidate L2 for TRANSFER_WRITE barriersAlex Smith2017-04-121-1/+2
* radeon_drm_bo: explicitly check return value of drmCommandWriteReadJulien Isorce2017-04-121-2/+7
* radeon: initialize hole variable before calling container_ofJulien Isorce2017-04-121-1/+1
* winsys/radeon: check null return from radeon_cs_create_fence in cs_flushJulien Isorce2017-04-121-11/+13
* winsys/radeon: check null in radeon_cs_create_fenceJulien Isorce2017-04-121-0/+3
* Revert "freedreno: fix memory leak"Emil Velikov2017-04-121-2/+0
* haiku/winsys: fix dt prototype argsJerome Duval2017-04-121-1/+2
* haiku: build fixes around debug definesJerome Duval2017-04-121-2/+2
* i965: Set kernel features before computing max GL version.Kenneth Graunke2017-04-121-24/+24
* i965: Skip register write detection when possible.Kenneth Graunke2017-04-121-2/+8
* i965: Set screen->cmd_parser_version to 0 if we can't write registers.Kenneth Graunke2017-04-121-6/+11
* i965: Document the sad story of the kernel command parser.Kenneth Graunke2017-04-121-0/+97
* nouveau: when mapping a persistent buffer, synchronize on former xfersIlia Mirkin2017-04-121-4/+2
* nvc0: increase texture buffer object alignment to 256 for pre-GM107Ilia Mirkin2017-04-121-1/+1
* nvc0/ir: fix overwriting of offset register with interpolateAtOffsetIlia Mirkin2017-04-121-2/+2
* nvc0/ir: fix LSB/BFE/BFI implementationsIlia Mirkin2017-04-121-8/+11
* i965/blorp: Bump the batch space estimateJason Ekstrand2017-04-121-1/+1
* radeonsi: add new polaris10 pci idAlex Deucher2017-04-121-0/+1
* i965/blorp: Align vertex buffers to 64BJason Ekstrand2017-04-121-1/+13
* anv/blorp: Align vertex buffers to 64BJason Ekstrand2017-04-121-1/+14
* anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndexJason Ekstrand2017-04-121-3/+24
* i965/fs: Always provide a default LOD of 0 for TXS and TXLJason Ekstrand2017-04-121-9/+9
* targets: export radeon winsys_create functions to silence LLVM warningMarek Olšák2017-04-123-0/+15
* st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb2017-04-127-8/+10
* gbm/dri: Flush after unmapThomas Hellstrom2017-04-121-0/+8
* anv/cmd_buffer: fix host memory leakCraig Stout2017-04-121-1/+9
* Revert "cherry-ignore: add the Flush after unmap in gbm/dri fix"Emil Velikov2017-04-121-3/+0
* docs: add sha256 checksums for 17.0.3Andres Gomez2017-04-011-1/+2
* docs: add release notes for 17.0.3mesa-17.0.3Andres Gomez2017-04-011-0/+188
* Update version to 17.0.3Andres Gomez2017-04-011-1/+1
* cherry-ignore: corrected typo in the Flush after unmap in gbm/dri fixAndres Gomez2017-03-301-1/+1
* cherry-ignore: add the Flush after unmap in gbm/dri fixAndres Gomez2017-03-301-0/+3
* cherry-ignore: add the Invalidate L2 for TRANSFER_WRITE barriers fixAndres Gomez2017-03-301-0/+3
* c11/threads: Include thr/xtimec.h for xtime definition when building with MSVC.Jose Fonseca2017-03-301-0/+5
* anv: Flush caches prior to PIPELINE_SELECT on all gensJason Ekstrand2017-03-301-2/+1
* anv/cmd_buffer: Fix bad indentationJason Ekstrand2017-03-301-24/+25
* anv/cmd_buffer: Apply flush operations prior to executing secondariesJason Ekstrand2017-03-301-0/+5
* anv/blorp: Use anv_get_layerCount everywhereJason Ekstrand2017-03-301-8/+12
* anv: Make anv_get_layerCount a macroJason Ekstrand2017-03-301-7/+6
* mesa: update lower_jumps tests after bug fixTimothy Arceri2017-03-291-2/+15
* tests/cache_test: allow crossing mount pointsJuan A. Suarez Romero2017-03-291-1/+1
* glsl: on UBO/SSBOs link error reset the number of active blocks to 0Andres Gomez2017-03-291-0/+6
* anv/query: Fix the location of timestamp availabilityJason Ekstrand2017-03-291-1/+1
* radv: flush DB cache before and after HTILE decompress.Bas Nieuwenhuizen2017-03-291-0/+6
* glsl: fix lower jumps for returns when loop is inside an ifTimothy Arceri2017-03-291-5/+12
* i965/fs: Don't emit SEL instructions for type-converting MOVs.Matt Turner2017-03-291-0/+2
* anv/blorp: Fix a crash in CmdClearColorImageXu Randy2017-03-291-2/+2