aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: don't hang on shader compile failureMarek Olšák2017-03-291-1/+1
* swr: [rasterizer jitter] fix llvm >= 5.0 build breakTim Rowley2017-03-293-3/+3
* anv/image: Return early when unbinding an imageJason Ekstrand2017-03-291-4/+5
* mesa/main: fix MultiDrawElements[BaseVertex] validation of primcountNicolai Hähnle2017-03-292-3/+23
* i965: Fall back to GL 4.2/4.3 on Haswell if the kernel isn't new enough.Kenneth Graunke2017-03-291-2/+9
* intel: Correct the BDW surface state sizeNanley Chery2017-03-292-4/+3
* anv/genX: Solve the vkCreateGraphicsPipelines crashXu,Randy2017-03-291-2/+2
* radv: fix primitive reset index emissionDave Airlie2017-03-291-1/+1
* st/mesa: set result writemask based on ir typeIlia Mirkin2017-03-291-0/+1
* nvc0/ir: treat FMA like MAD for operand propagationKarol Herbst2017-03-291-0/+1
* anv/GetQueryPoolResults: Actually implement the specJason Ekstrand2017-03-291-16/+36
* anv/query: Invalidate the correct rangeJason Ekstrand2017-03-291-2/+6
* i965/gen8+: Do full stall when switching pipelineTopi Pohjolainen2017-03-291-1/+2
* Revert "radv: Emit cache flushes before CP DMA."Bas Nieuwenhuizen2017-03-171-3/+0
* radv/ac: Fix shared memory offset calculationAlex Smith2017-03-171-1/+1
* radv: Fix using more than 4 bound descriptor setsJames Legg2017-03-171-1/+3
* radeonsi: disable sinking common instructions down to the end blockSamuel Pitoiset2017-03-171-0/+10
* radv: Flush before copying with PKT3_WRITE_DATA in CmdUpdateBufferAlex Smith2017-03-161-0/+2
* radv: Emit cache flushes before CP DMA.Bas Nieuwenhuizen2017-03-161-0/+3
* nir/intrinsics: Make load_barycentric_input take a 2-component coorJason Ekstrand2017-03-161-1/+3
* anv/blorp: Only set a clear color for resolves if fast-clearedJason Ekstrand2017-03-161-1/+2
* anv/blorp: Turn off AUX after doing a CCS_D resolveJason Ekstrand2017-03-161-0/+2
* clover: Work around build failure with AltiVec.Matt Turner2017-03-161-0/+3
* nvc0: increase alignment to 256 for texture buffers on fermiIlia Mirkin2017-03-161-1/+3
* glapi: fix typo in count_scaleGregory Hainaut2017-03-161-1/+1
* vulkan/wsi: Improve the DRI3 error messageJacob Lifshay2017-03-161-10/+41
* anv: Properly handle destroying NULL devices and instancesJason Ekstrand2017-03-161-0/+6
* anv/image: Remove extra dependency on HiZ-specific variableNanley Chery2017-03-161-2/+7
* radv: setup llvm target data layoutDave Airlie2017-03-161-0/+7
* radeonsi: mark all bound shader buffer ranges as initializedMarek Olšák2017-03-161-0/+3
* anv: Stall before fast-clear operationsJason Ekstrand2017-03-161-6/+19
* anv: Accurately advertise dynamic descriptor limitsJason Ekstrand2017-03-161-2/+2
* i965: move brw_define.h ifndef guard to the topEmil Velikov2017-03-161-3/+3
* radv: disable mip point pre clamping.Dave Airlie2017-03-161-1/+1
* radv/ac: fix multiple descriptor sets with dynamic buffersFredrik Höglund2017-03-161-3/+5
* radv: fix the dynamic buffer index in vkCmdBindDescriptorSetsFredrik Höglund2017-03-161-1/+1
* radv: Disable HTILE for textures with multiple layers/levels.Bas Nieuwenhuizen2017-03-161-0/+3
* radv: Emit pending flushes before executing a secondary command bufferAlex Smith2017-03-161-0/+3
* radv: drop Z24 support.Dave Airlie2017-03-161-3/+0
* nvc0: take extra pushbuf space into account for pushbuf_space callsIlia Mirkin2017-03-161-2/+2
* anv/pass: Avoid accessing attachment array out of boundsNanley Chery2017-03-161-9/+13
* ralloc: Make sure ralloc() allocations match malloc()'s alignment.Jonas Pfeil2017-03-161-1/+14
* mesa: Avoid read of uninitialized variableRobert Foss2017-03-151-1/+1
* egl: Ensure ResetNotificationStrategy matches for shared contexts.Kenneth Graunke2017-03-151-0/+14
* st/mesa: inform the driver of framebuffer changes before compute dispatchesNicolai Hähnle2017-03-151-1/+9
* st/glsl_to_tgsi: avoid iterating past the head of the instruction listNicolai Hähnle2017-03-151-2/+9
* i965/fs: emit MOV_INDIRECT with the source with the right register typeSamuel Iglesias Gonsálvez2017-03-151-1/+1
* i965/fs: fix source type when emitting MOV_INDIRECT to read ICP handlesSamuel Iglesias Gonsálvez2017-03-151-3/+3
* i965/fs: fix indirect load DF uniforms on BSW/BXTSamuel Iglesias Gonsálvez2017-03-151-21/+20
* i965/fs: detect different bit size accesses to uniforms to push them in prope...Samuel Iglesias Gonsálvez2017-03-151-16/+34