summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* drirc: include unreal engine version 0 to 23Lionel Landwerlin2019-09-161-1/+1
* util/xmlconfig: fix regexp compile failure checkLionel Landwerlin2019-09-161-1/+1
* gallium/gdi: use GALLIUM_FOO rather than HAVE_FOOErik Faye-Lund2019-09-162-10/+10
* scons: Make scons and meson agree about path to glapi generated headersDylan Baker2019-09-168-5/+8
* lima: add standalone disassembler with primitive MBS parserVasily Khoruzhick2019-09-162-0/+219
* mesa/gl: Sync with Khronos registryHeinrich Fink2019-09-162-153/+1375
* nir/large_constants: pass after lowering copy_derefSergii Romantsov2019-09-162-32/+9
* radeonsi/nir: fix number of used samplersTimothy Arceri2019-09-161-1/+1
* radv/gfx10: disable unsupported transform feedback features for NGGSamuel Pitoiset2019-09-161-3/+3
* radv/gfx10: implement NGG streamoutSamuel Pitoiset2019-09-161-7/+514
* radv/gfx10: make sure to wait for idle before clearing GDSSamuel Pitoiset2019-09-161-0/+8
* radv/gfx10: make GDS idle when leaving the IBSamuel Pitoiset2019-09-161-0/+7
* radv/gfx10: enable NGG_WAVE_ID_EN for NGG streamoutSamuel Pitoiset2019-09-161-0/+2
* radv/gfx10: gather GS output for VS as NGGSamuel Pitoiset2019-09-161-0/+2
* radv/gfx10: compute the correct buffer size for NGG streamoutSamuel Pitoiset2019-09-161-1/+10
* radv/gfx10: fix unnecessary LDS overallocation for NGG GSSamuel Pitoiset2019-09-161-7/+1
* radv/gfx10: adjust the LDS size for VS/TES NGG streamoutSamuel Pitoiset2019-09-161-8/+9
* radv/gfx10: unconditionally declare scratch space for NGG streamout without GSSamuel Pitoiset2019-09-161-0/+22
* radv/gfx10: adjust the GS NGG scratch size for streamoutSamuel Pitoiset2019-09-162-3/+19
* radv/gfx10: allocate GDS/OA buffer objects for NGG streamoutSamuel Pitoiset2019-09-163-4/+70
* radv/gfx10: implement NGG streamout begin/end functionsSamuel Pitoiset2019-09-161-6/+105
* radv/gfx10: add an option to switch from legacy to NGG streamoutSamuel Pitoiset2019-09-167-24/+43
* radv/winsys: add support for GS and OA domainsSamuel Pitoiset2019-09-162-1/+7
* iris: Fix fence leak in iris_fence_flushDanylo Piliaiev2019-09-161-0/+2
* nir/large_constants: more careful data copyingSergii Romantsov2019-09-161-1/+1
* vulkan: add vk_x11_strict_image_count optionLionel Landwerlin2019-09-156-1/+28
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-1514-21/+104
* radv: store engine nameLionel Landwerlin2019-09-152-0/+16
* gallium: util_set_vertex_buffers_mask(..): make use of u_bit_consecutive(..)Christian Gmeiner2019-09-141-3/+2
* virgl: replace fprintf with _debug_printfLepton Wu2019-09-141-5/+5
* iris: Initialize ice->state.prim_mode to an invalid valueKenneth Graunke2019-09-131-0/+1
* lima/ppir: Add undef handlingAndreas Baierl2019-09-134-4/+24
* lima/ppir: Rename ppir_op_dummy to ppir_op_undefAndreas Baierl2019-09-133-5/+5
* panfrost: Move the batch submission logic to panfrost_batch_submit()Boris Brezillon2019-09-135-172/+127
* panfrost: Move the fence creation in panfrost_flush()Boris Brezillon2019-09-134-15/+15
* panfrost: Delay payloads[].offset_start initializationBoris Brezillon2019-09-131-3/+3
* panfrost: Prepare things to avoid flushes on FB switchBoris Brezillon2019-09-132-8/+12
* panfrost: Pass a batch to panfrost_set_value_job()Boris Brezillon2019-09-131-4/+2
* panfrost: Use ctx->wallpaper_batch in panfrost_blit_wallpaper()Boris Brezillon2019-09-131-4/+5
* panfrost: Pass a batch to functions emitting FB descsBoris Brezillon2019-09-136-53/+44
* panfrost: Pass a batch to panfrost_{allocate,upload}_transient()Boris Brezillon2019-09-1310-41/+57
* panfrost: Allow testing if a specific batch is targeting a scanout FBBoris Brezillon2019-09-135-24/+23
* panfrost: Get rid of the unused 'flush jobs accessing res' infraBoris Brezillon2019-09-133-49/+0
* panfrost: Use a pipe_framebuffer_state as the batch keyBoris Brezillon2019-09-132-38/+17
* radeon/vcn: exclude raven2 from vcn 2.0 encode initializationIndrajit Das2019-09-131-1/+1
* panfrost: Rework midgard_pair_load_store() to kill the nested foreach loopBoris Brezillon2019-09-131-34/+29
* panfrost: Fix a list_assert() in schedule_block()Boris Brezillon2019-09-131-4/+6
* v3d: fix TF primitive counts for resume without drawIago Toral Quiroga2019-09-133-1/+17
* v3d: remove redundant update of queued draw callsIago Toral Quiroga2019-09-131-2/+0
* v3d: make sure we have enough space in the CL for the primitive counts packetIago Toral Quiroga2019-09-131-0/+1