summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radv: sync before resetting query pools if timestamps have been writtenSamuel Pitoiset2019-10-101-0/+10
* aco: Clean up usages of PhysReg::reg from aco_assembler.Timur Kristóf2019-10-101-27/+27
* aco: Add extra assertion for number of FS input VGPRs.Timur Kristóf2019-10-101-0/+7
* aco: Fix s_dcache_wb on GFX10.Timur Kristóf2019-10-102-0/+13
* aco: Have s_waitcnt_vscnt write to NULL.Rhys Perry2019-10-101-2/+3
* aco: Use the VOP3-only add/sub GFX10 instructions if needed.Rhys Perry2019-10-101-1/+15
* aco: Initial work to avoid GFX10 hazards.Rhys Perry2019-10-102-36/+117
* aco: pad code with s_code_end on GFX10Rhys Perry2019-10-101-2/+13
* aco: workaround GFX10 0x3f branch bugRhys Perry2019-10-101-5/+39
* aco: Fix VS input VGPRs on GFX10.Timur Kristóf2019-10-101-1/+5
* aco: Assemble opsel in VOP3 instructions.Rhys Perry2019-10-102-2/+3
* aco: Allow literals on VOP3 instructions.Rhys Perry2019-10-102-2/+4
* aco: Support subvector loops in aco_assembler.Timur Kristóf2019-10-102-1/+26
* aco: Set GFX10 dimensionality on the instructions that need it.Timur Kristóf2019-10-101-0/+21
* aco: Use ac_get_sampler_dim, delete duplicate code.Timur Kristóf2019-10-101-44/+5
* aco: Set GFX10 DLC bit properly.Timur Kristóf2019-10-102-0/+21
* aco: Support GFX10 VOP3 and VOP1 as VOP3 in aco_assembler.Timur Kristóf2019-10-101-6/+18
* aco: Support GFX10 EXP in aco_assembler.Timur Kristóf2019-10-101-1/+7
* aco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add GFX10 support.Timur Kristóf2019-10-102-8/+27
* aco: Support GFX10 MIMG and GFX9 D16 in aco_assembler.Timur Kristóf2019-10-101-3/+17
* aco: Support GFX10 MTBUF in aco_assembler.Timur Kristóf2019-10-102-10/+21
* aco: Link ACO with amd/common.Timur Kristóf2019-10-101-0/+3
* amd/common: Add extern "C" to some headers that were missing it.Timur Kristóf2019-10-103-0/+24
* aco: Support GFX10 MUBUF in aco_assembler.Timur Kristóf2019-10-101-1/+9
* aco: Support GFX10 DS in aco_assembler.Timur Kristóf2019-10-101-2/+7
* aco: Support GFX10 VINTRP in aco_assembler.Timur Kristóf2019-10-101-1/+9
* aco: Support GFX10 SMEM in aco_assembler.Timur Kristóf2019-10-101-13/+60
* aco: Add missing GFX10 specific fields and some README notes.Timur Kristóf2019-10-103-2/+33
* aco: Set +wavefrontsize64 for LLVM disassembler in GFX10 wave64 mode.Timur Kristóf2019-10-104-7/+15
* v3d: take into account prim_counts_offsetAlejandro Piñeiro2019-10-101-1/+1
* radv: get the device name from radeon_info::nameSamuel Pitoiset2019-10-101-39/+3
* st/mesa: fix R8 bitmap texture for TGSI paths.Dave Airlie2019-10-101-1/+1
* anv/pipeline: Capture serialized NIRJason Ekstrand2019-10-092-0/+33
* clover: Remove unused codeMatt Turner2019-10-091-17/+0
* clover: use iterator_range in get_kernel_nodesGreg V2019-10-091-2/+2
* radeonsi: enable MSAA shader imagesMarek Olšák2019-10-091-3/+0
* radeonsi: expand FMASK before MSAA image stores are usedMarek Olšák2019-10-097-24/+193
* radeonsi: apply FMASK to MSAA image loadsMarek Olšák2019-10-092-11/+42
* radeonsi: clean up image_fetch_rsrcMarek Olšák2019-10-091-33/+27
* radeonsi: add FMASK slots for shader images (for MSAA images)Marek Olšák2019-10-095-26/+42
* radeonsi: set the sample index for shader images correctlyMarek Olšák2019-10-091-6/+7
* radeonsi: fix GLSL imageSamples()Marek Olšák2019-10-091-0/+13
* tgsi/scan: add tgsi_shader_info::msaa_images_declaredMarek Olšák2019-10-092-0/+19
* nir: add shader_info::last_msaa_imageMarek Olšák2019-10-092-0/+8
* radeonsi: don't set BO metadata for non-zero planesMarek Olšák2019-10-091-2/+2
* radeonsi: ignore metadata for non-zero planesMarek Olšák2019-10-091-2/+8
* radeonsi: remove si_vid_join_surfaces and use combined planar allocationsMarek Olšák2019-10-096-157/+50
* radeonsi: allocate planar multimedia formats in 1 bufferMarek Olšák2019-10-093-34/+124
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-096-112/+31
* gallium/u_tests: test NV12 allocation and exportMarek Olšák2019-10-091-0/+159