summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-13vc4: Switch to using u_transfer_helper for MSAA maps.Eric Anholt2-100/+16
2018-07-13v3d: Work around GFXH-1461 bug losing our Z/S clears.Eric Anholt1-0/+30
2018-07-13meson: Move xvmc test tools from unit tests to installed tools.Eric Anholt1-17/+13
2018-07-13r600: Add spill output to group only if register or target index changesGert Wollny1-24/+45
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 Filho5-1/+130
2018-07-12radeonsi: add support for Vega20Marek Olšák11-3/+19
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-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
2018-07-12nir/spirv: print extension name in fail msgRob Clark1-4/+5
2018-07-12nir/spirv: Use imov where we might have 8 bit typesRob Clark1-2/+2
2018-07-12radv: simplify the logic in radv_set_descriptor_set()Samuel Pitoiset1-4/+2
2018-07-12radv: remove one useless check in radv_bind_descriptor_set()Samuel Pitoiset1-2/+1
2018-07-12radv/meta: do not restore a NULL descriptorSamuel Pitoiset1-4/+3