aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* ac/gpu_info: add has_sparse_vm_mappingsMarek Olšák2018-05-102-11/+3
* ac/gpu_info: add has_unaligned_shader_loadsMarek Olšák2018-05-102-5/+4
* 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-102-13/+8
* ac/gpu_info: add kernel_flushes_tc_l2_after_ibMarek Olšák2018-05-102-2/+2
* ac/gpu_info: add has_format_bc1_through_bc7Marek Olšák2018-05-102-6/+4
* ac/gpu_info: add has_eqaa_surface_allocatorMarek Olšák2018-05-102-1/+2
* radeonsi: clean up the reset status query implementationMarek Olšák2018-05-103-23/+20
* ac/gpu_info: add has_bo_metadataMarek Olšák2018-05-102-2/+2
* ac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowedMarek Olšák2018-05-102-3/+2
* ac/gpu_info: add htile_cmask_support_1d_tilingMarek Olšák2018-05-103-9/+7
* ac/gpu_info: add kernel_flushes_hdp_before_ibMarek Olšák2018-05-102-4/+3
* 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-105-8/+13
* 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-102-11/+11
* ac/surface/gfx6: compute FMASK together with the color surfaceMarek Olšák2018-05-102-41/+55
* radeonsi/gfx9: work around a GPU hang due to broken indirect indexing in LLVMMarek Olšák2018-05-101-0/+9
* winsys/radeon: Destroy fd_hash table when the last winsys is removed.Jan Vesely2018-05-101-1/+6
* gallium/auxiliary: Add helper function to count the number of entries in hash...Jan Vesely2018-05-102-0/+22
* virgl: Add support for passing GL_ANY_SAMPLES_PASSED_CONSERVATIVEGert Wollny2018-05-101-1/+2
* r600: fix constant buffer bounds.Dave Airlie2018-05-102-2/+2
* gallium/tests: Fix assignment of EXTRA_DISTMatt Turner2018-05-091-3/+1
* pipe-loader: Free driver_name in error pathJan Vesely2018-05-081-0/+1
* eg/compute: Drop reference to kernel_param bo in destructorJan Vesely2018-05-081-0/+1
* r600: Cleanup constant buffers on context destructionJan Vesely2018-05-081-1/+5
* eg/compute: Drop reference on code_bo in destructor.Jan Vesely2018-05-071-3/+1
* swr/rast: Fix include for createInstructionCombiningPass with llvm-7.0.Vinson Lee2018-05-051-0/+1
* clover: Add explicit virtual destructor to argument classJan Vesely2018-05-051-0/+1
* nv50/ir: fix printing of pixldRhys Perry2018-05-031-1/+1
* st/va: Support YUV formats in vaCreateSurfacesDrew Davenport2018-05-031-23/+36
* swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.Vinson Lee2018-05-031-0/+4
* nv50: Extract needed value bits without shifting them before calling bitcountVlad Golovkin2018-05-021-1/+1
* freedreno: Fix ir3_cmdline.c build.Eric Anholt2018-05-011-0/+1
* gallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DILATE typoBrian Paul2018-05-011-1/+1
* nvc0: add conservative rasterization supportRhys Perry2018-04-307-8/+87
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-3021-2/+243
* tgsi: use enums instead of unsigned in ureg codeBrian Paul2018-04-302-12/+12