summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* r600+radeonsi: use ctx_query_reset_status on radeonMarek Olšák2019-05-1610-55/+5
* winsys/radeon: implement ctx_query_reset_status by copying radeonsiMarek Olšák2019-05-164-6/+43
* winsys/amdgpu: report a CS rejection as a reset only if there's no GPU resetMarek Olšák2019-05-161-6/+5
* radeonsi: update buffer descriptors in all contexts after buffer invalidationMarek Olšák2019-05-163-33/+72
* radeonsi: remove old_va parameter from si_rebind_buffer by remembering offsetsMarek Olšák2019-05-163-40/+25
* radeonsi: compute culling - flush CS to remove write references to buffersMarek Olšák2019-05-161-5/+16
* radeonsi: invalidate caches at the beginning of the prim discard compute IBMarek Olšák2019-05-163-9/+23
* radeonsi: disable primitive restart for triangles for DiRT RallyMarek Olšák2019-05-165-14/+28
* radeonsi: add primitive culling stats to the HUDMarek Olšák2019-05-164-4/+44
* radeonsi: cull primitives with async compute for large draw callsMarek Olšák2019-05-1618-28/+2124
* winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_spaceMarek Olšák2019-05-169-15/+26
* radeonsi: add si_vs_prolog_bits::unpack_instance_id_from_vertex_id:1Marek Olšák2019-05-162-2/+24
* radeonsi: make some functions non-staticMarek Olšák2019-05-163-18/+25
* radeonsi: allow si_shader_select_with_key to return an optimized shader or failMarek Olšák2019-05-162-12/+32
* radeonsi: use pipe_draw_info::instance_count indirectlyMarek Olšák2019-05-161-14/+22
* radeonsi: use pipe_draw_info::prim and primitive_restart indirectlyMarek Olšák2019-05-161-31/+40
* radeonsi: make functions for creating LLVM functions non-staticMarek Olšák2019-05-162-23/+32
* winsys/amdgpu: add a parallel compute IB coupled with a gfx IBMarek Olšák2019-05-168-10/+204
* ac: add LLVM code for triangle cullingMarek Olšák2019-05-164-0/+338
* radeonsi: add a cs parameter into si_cp_copy_dataMarek Olšák2019-05-165-9/+8
* radeonsi: add a cs parameter into si_cp_release_memMarek Olšák2019-05-165-10/+9
* radeonsi: add threadgroups_per_cu param into si_get_compute_resource_limitsMarek Olšák2019-05-162-4/+8
* radeonsi: move si_*_descriptors_idx functions into si_state.hMarek Olšák2019-05-162-14/+14
* radeonsi: make si_initialize_compute reusableMarek Olšák2019-05-162-7/+8
* radeonsi: extract COMPUTE_RESOURCE_LIMITS code into a helperMarek Olšák2019-05-162-12/+23
* radeonsi: return the last part's return value from @wrapperMarek Olšák2019-05-161-3/+26
* winsys/amdgpu: always set NO_CPU_ACCESS and NO_SUBALLOC on GDS resourcesMarek Olšák2019-05-161-2/+5
* swr: clean up supported OGL4.0/4.1 extensions listJan Zielinski2019-05-161-4/+5
* vl/dri3: set back buffer from output to NULL with front buffer caseLeo Liu2019-05-161-0/+1
* auxiliary/draw: fix crash with zero-stride draw autoRoland Scheidegger2019-05-161-1/+2
* util/os_file: always use the 'grow' mechanismEric Engestrom2019-05-161-42/+20
* nir: lower_non_uniform_access: iterate over instructions safelyLionel Landwerlin2019-05-161-1/+1
* iris: Dodge more GLSL IR loweringKenneth Graunke2019-05-151-2/+3
* intel/fs/live_variables: Do compute_start_end in BITSET_WORD chunksJason Ekstrand2019-05-161-9/+15
* intel/fs/ra: Choose a spill reg before throwing away the graphJason Ekstrand2019-05-161-7/+7
* intel/fs/ra: Add spill costs to the graph on-demandJason Ekstrand2019-05-161-4/+9
* intel/fs/ra: Add a helper for discarding the interference graphJason Ekstrand2019-05-161-2/+9
* nir/algebraic: Remove problematic "optimization"Alyssa Rosenzweig2019-05-161-3/+0
* panfrost/midgard: Add load/store opcodesAlyssa Rosenzweig2019-05-164-52/+131
* panfrost/midgard: Enable integer constant inliningAlyssa Rosenzweig2019-05-161-4/+0
* panfrost/midgard: Remove imov workaroundAlyssa Rosenzweig2019-05-161-26/+0
* panfrost/midgard: Set int outmod for ops writing integersAlyssa Rosenzweig2019-05-162-7/+23
* panfrost: Set custom stride for textures when necessaryAlyssa Rosenzweig2019-05-161-0/+25
* panfrost/decode: Stride decodingAlyssa Rosenzweig2019-05-162-3/+33
* panfrost/decode: Futureproof texture dumpingAlyssa Rosenzweig2019-05-161-2/+13
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-1559-509/+509
* ac: add comments to chip enumsMarek Olšák2019-05-151-11/+11
* compiler: Add lowering support for 64-bit saturate operations to softwareAnuj Phogat2019-05-152-0/+15
* st/dri: Minor style fixesKenneth Graunke2019-05-151-4/+6
* virgl: handle DONT_BLOCK and MAP_DIRECTLYChia-I Wu2019-05-154-7/+45