aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scons: Add PROGRAM_NIR_FILES.Vinson Lee2018-05-121-0/+1
* st/nir: use NIR for asm programsTimothy Arceri2018-05-121-7/+58
* st/nir: make st_nir_opts() available externallyTimothy Arceri2018-05-122-1/+3
* radeon/vce: add firmware support for ver 53 and upBoyuan Zhang2018-05-111-2/+2
* etnaviv: remove pipe_fence_handle::ctxRob Clark2018-05-111-2/+0
* swr/rast: Thread locked tiles improvementGeorge Kyriazis2018-05-117-24/+152
* swr/rast: Add Builder::GetVectorType()George Kyriazis2018-05-112-0/+45
* swr/rast: Prepend the console output with a newlineGeorge Kyriazis2018-05-111-1/+1
* swr/rast: Add ConcatLists()George Kyriazis2018-05-111-0/+6
* swr/rast: Add constant initializer for uint64_tGeorge Kyriazis2018-05-112-0/+6
* swr/rast: Use binner topology to assemble backend attributesGeorge Kyriazis2018-05-111-1/+1
* swr/rast: Change formattingGeorge Kyriazis2018-05-111-1/+6
* meson: Fix build for egl platform_x11 with dri3Ville Syrjälä2018-05-111-0/+1
* radv: move ac_build_if_state on top of radv_nir_to_llvm.cSamuel Pitoiset2018-05-111-91/+92
* radv: minor cleanups in radv_fill_shader_variant()Samuel Pitoiset2018-05-111-14/+15
* winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.Jan Vesely2018-05-101-1/+6
* ac/gpu_info: add has_read_registers_queryMarek Olšák2018-05-104-3/+6
* ac/gpu_info: add has_2d_tilingMarek Olšák2018-05-104-5/+6
* ac/gpu_info: add has_sparse_vm_mappingsMarek Olšák2018-05-104-11/+12
* ac/gpu_info: add has_unaligned_shader_loadsMarek Olšák2018-05-104-5/+8
* radeonsi: expose ARB_query_buffer_object on ancient kernels tooMarek Olšák2018-05-101-3/+1
* ac/gpu_info: add has_indirect_compute_dispatchMarek Olšák2018-05-104-13/+11
* ac/gpu_info: add kernel_flushes_tc_l2_after_ibMarek Olšák2018-05-104-2/+7
* ac/gpu_info: add has_format_bc1_through_bc7Marek Olšák2018-05-104-6/+7
* ac/gpu_info: add has_eqaa_surface_allocatorMarek Olšák2018-05-104-3/+7
* radeonsi: clean up the reset status query implementationMarek Olšák2018-05-105-23/+26
* ac/gpu_info: add has_bo_metadataMarek Olšák2018-05-104-2/+5
* ac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowedMarek Olšák2018-05-104-3/+5
* ac/gpu_info: add htile_cmask_support_1d_tilingMarek Olšák2018-05-105-9/+10
* ac/gpu_info: add kernel_flushes_hdp_before_ibMarek Olšák2018-05-104-4/+6
* radeonsi: add an environment variable that forces EQAA for MSAA allocationsMarek Olšák2018-05-104-5/+59
* radeonsi: set up EQAA image descriptors properlyMarek Olšák2018-05-101-16/+80
* radeonsi: add EQAA SC,DB,CB register programmingMarek Olšák2018-05-102-8/+71
* radeonsi: support creating EQAA color texturesMarek Olšák2018-05-103-17/+33
* ac/surface: add EQAA supportMarek Olšák2018-05-108-11/+43
* radeonsi: use better sample locations for 8x EQAAMarek Olšák2018-05-101-21/+11
* radeonsi: improve quality of 16 sample locationsMarek Olšák2018-05-101-2/+2
* radeonsi: use better sample locations for 4x MSAAMarek Olšák2018-05-101-11/+10
* radeonsi: reorder sample locations as required by EQAAMarek Olšák2018-05-102-59/+98
* radeonsi: simplify si_get_sample_positionMarek Olšák2018-05-101-29/+20
* radeonsi: simplify arrays of sample locationsMarek Olšák2018-05-101-65/+40
* radeonsi: set DB_EQAA the same as VulkanMarek Olšák2018-05-101-8/+8
* radeonsi: remove CM_ prefixesMarek Olšák2018-05-101-4/+4
* radeonsi: don't update clear color registers if they don't changeMarek Olšák2018-05-101-11/+21
* radeonsi: remove r600_fmask_infoMarek Olšák2018-05-106-87/+46
* ac/surface: unify common legacy and gfx9 fmask fieldsMarek Olšák2018-05-105-34/+30
* ac/surface/gfx6: compute FMASK together with the color surfaceMarek Olšák2018-05-105-100/+149
* ac/surface/gfx9: fix a typo in CMASK RB/pipe alignmentMarek Olšák2018-05-101-1/+1
* ac: set correct LLVM processor names for Raven & Vega12Marek Olšák2018-05-101-2/+4
* ac: sort raster configsMarek Olšák2018-05-101-39/+27