summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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 Turner1-0/+3
2017-03-16nvc0: increase alignment to 256 for texture buffers on fermiIlia Mirkin1-1/+3
2017-03-16glapi: fix typo in count_scaleGregory Hainaut1-1/+1
2017-03-16vulkan/wsi: Improve the DRI3 error messageJacob Lifshay1-10/+41
2017-03-16anv: Properly handle destroying NULL devices and instancesJason Ekstrand1-0/+6
2017-03-16anv/image: Remove extra dependency on HiZ-specific variableNanley Chery1-2/+7
2017-03-16radv: setup llvm target data layoutDave Airlie1-0/+7
2017-03-16radeonsi: mark all bound shader buffer ranges as initializedMarek Olšák1-0/+3
2017-03-16anv: Stall before fast-clear operationsJason Ekstrand1-6/+19
2017-03-16anv: Accurately advertise dynamic descriptor limitsJason Ekstrand1-2/+2
2017-03-16i965: move brw_define.h ifndef guard to the topEmil Velikov1-3/+3
2017-03-16radv: disable mip point pre clamping.Dave Airlie1-1/+1
2017-03-16radv/ac: fix multiple descriptor sets with dynamic buffersFredrik Höglund1-3/+5