summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-13i965/miptree: Allocate some linear_mt BO's BUSYwip/perf/blit-mapsNanley Chery1-1/+3
2018-07-13XXX: i965/miptree: Change blit map conditionsNanley Chery1-19/+19
2018-07-13i965/miptree: Enable Y-tiling gen5Nanley Chery1-1/+1
2018-07-13XXX: i965/miptree: Stop retiling miptreesNanley Chery1-56/+0
2018-07-13i965/miptree: Allow blit maps with BLORP on gen4-5Nanley Chery1-17/+2
2018-07-13i965: Make BLORP a fallback in blit mapsNanley Chery2-18/+12
2018-07-13i965/miptree: Allocate MS texture BOs as BUSYNanley Chery1-2/+2
2018-07-13i965/miptree: Inline make_separate_stencilNanley Chery1-23/+6
2018-07-13i965/miptree: Init r8stencil_needs_update to falseNanley Chery1-3/+4
2018-07-13i965/miptree: Refactor miptree_createNanley Chery1-36/+12
2018-07-13i965/miptree: Add and use mt_surf_usageNanley Chery1-13/+25
2018-07-13i965/miptree: Share alloc_flags in miptree_createNanley Chery1-7/+4
2018-07-13i965/miptree: Share the miptree format in miptree_createNanley Chery1-15/+15
2018-07-13i965/miptree: Share tiling_flags in miptree_createNanley Chery1-8/+7
2018-07-13i965/miptree: Delete MIPTREE_CREATE_LINEARNanley Chery2-13/+3
2018-07-13i965/miptree: Use make_surface in map_blitNanley Chery1-6/+6
2018-07-13i965/draw: Fix adding the stencil bo to the depth cacheNanley Chery1-1/+1
2018-07-13i965/draw: Set the r8stencil flag after drawingNanley Chery1-1/+11
2018-07-13i965/miptree: Set the r8stencil flag in map_depthstencilNanley Chery1-1/+3
2018-07-13i965: Set the r8stencil flag in miptree_finish_writeNanley Chery4-17/+4
2018-07-13nir: cleanup oversized arrays in nir_swizzle callsKarol Herbst8-34/+24
2018-07-12i965/miptree: Use the correct BLT pitchNanley Chery1-6/+6
2018-07-12i965/miptree: Drop an if case from retile_as_linearNanley Chery1-4/+0
2018-07-12i965: Make blt_pitch publicNanley Chery2-10/+12
2018-07-12nir: delete not needed for reinserted nir_cf_listCaio Marcelo de Oliveira Filho1-2/+0
2018-07-12glsl: remove struct kill_entry in constant propagationCaio Marcelo de Oliveira Filho1-26/+7
2018-07-12glsl: slim the kill_entry struct used in const propagationCaio Marcelo de Oliveira Filho1-8/+5
2018-07-12i965: fix typo (wrong gen number) in commentCaio Marcelo de Oliveira Filho1-1/+1
2018-07-12util/set: helper to remove entry by keyCaio Marcelo de Oliveira Filho3-0/+39
2018-07-12util/set: add a clone functionCaio Marcelo de Oliveira Filho3-0/+58
2018-07-12util/set: add a basic unit testCaio Marcelo de Oliveira Filho6-1/+131
2018-07-12radeonsi: add support for Vega20Marek Olšák12-3/+26
2018-07-12u_blitter: Add an option to draw the triangles using an index buffer.Eric Anholt3-2/+17
2018-07-12u_draw: Add some indices to the util_draw_elements() helpers.Eric Anholt1-1/+8
2018-07-12vc4: Don't automatically reallocate a PERSISTENT-mapped buffer.Eric Anholt1-1/+1
2018-07-12v3d: Don't automatically reallocate a PERSISTENT-mapped buffer.Eric Anholt1-1/+1
2018-07-12v3d: Fix stride of 1D_ARRAY mappings.Eric Anholt1-1/+1
2018-07-12v3d: Fix MRT blending with independent blending disabled.Eric Anholt2-6/+14
2018-07-12gallium/u_transfer_helper: Initialize the stride of MSAA maps.Eric Anholt1-0/+1
2018-07-12gallium/u_transfer_helper: Fix MSAA mappings with nonzero x/y.Eric Anholt1-1/+5
2018-07-12util/rb_tree: Fix a compiler warningJason Ekstrand1-1/+1
2018-07-12i965/fs: unspills shoudn't use grf127 as dest since Gen8+Jose Maria Casanova Crespo2-5/+34
2018-07-12gallium: Check pipe_screen::resource_changed before dereferencing itMichel Dänzer4-4/+8
2018-07-12docs/features: Add the missing KHR extensionsJason Ekstrand1-0/+5
2018-07-12docs/features: Move the Vulkan 1.1 extensions to the 1.1 sectionJason Ekstrand1-14/+25
2018-07-12docs/features: Mark some Vulkan extensions as doneJason Ekstrand1-9/+9
2018-07-12nir/spirv: handle OpConstantComposites with OpUndef membersKarol Herbst1-2/+13
2018-07-12nir/spirv: implement BuiltInGlobalSizeKarol Herbst4-0/+13
2018-07-12nir: move lowering of SYSTEM_VALUE_LOCAL_GROUP_SIZE into a functionKarol Herbst1-16/+14
2018-07-12compiler: add missing entries to gl_system_value_nameKarol Herbst1-1/+4