summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-29st/nine: Use atomics for available_texture_memAxel Davy1-2/+2
2017-03-29st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy3-5/+17
2017-03-29freedreno: fix memory leakRob Clark1-0/+2
2017-03-29clover: use pipe_resource referencesJan Vesely2-3/+9
2017-03-29radeonsi: don't hang on shader compile failureMarek Olšák1-1/+1
2017-03-29swr: [rasterizer jitter] fix llvm >= 5.0 build breakTim Rowley3-3/+3
2017-03-29anv/image: Return early when unbinding an imageJason Ekstrand1-4/+5
2017-03-29mesa/main: fix MultiDrawElements[BaseVertex] validation of primcountNicolai Hähnle2-3/+23
2017-03-29i965: Fall back to GL 4.2/4.3 on Haswell if the kernel isn't new enough.Kenneth Graunke1-2/+9
2017-03-29intel: Correct the BDW surface state sizeNanley Chery2-4/+3
2017-03-29anv/genX: Solve the vkCreateGraphicsPipelines crashXu,Randy1-2/+2
2017-03-29radv: fix primitive reset index emissionDave Airlie1-1/+1
2017-03-29st/mesa: set result writemask based on ir typeIlia Mirkin1-0/+1
2017-03-29nvc0/ir: treat FMA like MAD for operand propagationKarol Herbst1-0/+1
2017-03-29radeonsi: add new polaris12 pci idAlex Deucher1-0/+1
2017-03-29anv/GetQueryPoolResults: Actually implement the specJason Ekstrand1-16/+36
2017-03-29anv/query: Invalidate the correct rangeJason Ekstrand1-2/+6
2017-03-29i965/gen8+: Do full stall when switching pipelineTopi Pohjolainen1-1/+2
2017-03-20docs: add sha256 checksums for 17.0.2Emil Velikov1-1/+2
2017-03-20docs: add release notes for 17.0.2mesa-17.0.2Emil Velikov1-0/+184
2017-03-20Update version to 17.0.2Emil Velikov1-1/+1
2017-03-17Revert "radv: Emit cache flushes before CP DMA."Bas Nieuwenhuizen1-3/+0
2017-03-17radv/ac: Fix shared memory offset calculationAlex Smith1-1/+1
2017-03-17radv: Fix using more than 4 bound descriptor setsJames Legg1-1/+3
2017-03-17radeonsi: disable sinking common instructions down to the end blockSamuel Pitoiset1-0/+10
2017-03-16radv: Flush before copying with PKT3_WRITE_DATA in CmdUpdateBufferAlex Smith1-0/+2
2017-03-16radv: Emit cache flushes before CP DMA.Bas Nieuwenhuizen1-0/+3
2017-03-16nir/intrinsics: Make load_barycentric_input take a 2-component coorJason Ekstrand1-1/+3
2017-03-16anv/blorp: Only set a clear color for resolves if fast-clearedJason Ekstrand1-1/+2
2017-03-16anv/blorp: Turn off AUX after doing a CCS_D resolveJason Ekstrand1-0/+2
2017-03-16clover: Work around build failure with AltiVec.Matt Turner2-0/+17