summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel/tools: fix initial position of window in aubinator viewerTapani Pälli2018-09-121-4/+17
* winsys/virgl: avoid unintended behaviorErik Faye-Lund2018-09-121-1/+1
* travis: use python3.5 for mesonJuan A. Suarez Romero2018-09-111-1/+5
* radv: adjust ESGS ring buffer size computation on VI+Samuel Pitoiset2018-09-111-1/+5
* mesa/texture: Also check for LA texture when querying intensity component sizeGert Wollny2018-09-111-0/+5
* nv50,nvc0: warn on not-explicitly-handled capsIlia Mirkin2018-09-112-14/+26
* mesa: remove duplicate dispatch sanity testsTimothy Arceri2018-09-111-265/+0
* mesa: tidy up init_matrix_stack()Timothy Arceri2018-09-111-7/+3
* radeon: fix ColorMaskChristopher Egert2018-09-102-8/+8
* gallium: Correctly handle no config context creationElie Tournier2018-09-103-2/+13
* radv: Support v3 of VK_EXT_vertex_attribute_divisor.Bas Nieuwenhuizen2018-09-102-1/+8
* radeonsi/nir: port some bindless and sampler code from TGSIMarek Olšák2018-09-101-30/+50
* radeonsi: adjust and simplify max_alloc_size determinationMarek Olšák2018-09-102-11/+13
* radeonsi: split si_copy_bufferMarek Olšák2018-09-105-17/+33
* radeonsi: don't call VBO prefetch with size=0Marek Olšák2018-09-101-1/+1
* radeonsi: merge SI and CI dma_clear_buffer and remove the callbackMarek Olšák2018-09-108-90/+66
* radeonsi: fix GPU hangs with bindless textures and LLVM 7.0Marek Olšák2018-09-105-10/+84
* ac: remove deprecated use of LLVMInt1Type()Marek Olšák2018-09-101-1/+1
* ac: use iN_0/1 constantsMarek Olšák2018-09-104-17/+16
* ac: add radeon_info::num_good_cu_per_shMarek Olšák2018-09-104-3/+9
* ac: revert new LLVM 7.0 behavior for fdivMarek Olšák2018-09-101-1/+8
* radeonsi: fix printing a BO list into ddebug reportsMarek Olšák2018-09-101-1/+2
* r600: fix HTILE for NPOT textures with mipmappingMarek Olšák2018-09-101-2/+2
* winsys/radeon: fix CMASK fast clear for NPOT textures with mipmapping on SI/CIMarek Olšák2018-09-101-2/+2
* radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CIMarek Olšák2018-09-101-2/+2
* docs: document new features/extensions in driver for WS 15 / Fusion 11Brian Paul2018-09-101-0/+17
* svga: assorted fixes/changes in svga_pipe_blit.cBrian Paul2018-09-101-27/+15
* svga: set buffer bind_flags in svga_buffer_add_host_surface()Brian Paul2018-09-101-0/+3
* svga: add format conversion for legacy formatsCharmaine Lee2018-09-104-332/+433
* svga: remove obsolete code to reemit gs bindingCharmaine Lee2018-09-102-39/+0
* svga: move variant->fs_shadow_compare_units assignmentBrian Paul2018-09-101-0/+2
* svga: fix resource checking in is_blending_enabled()Charmaine Lee2018-09-101-1/+2
* svga: Use texture_copy_region instead of texture_copy_handle for multisamplingNeha Bhende2018-09-101-9/+18
* svga: add missing devcap check for texture array supportCharmaine Lee2018-09-101-1/+11
* svga: no need to check MULTISAMPLE devcap for view formatCharmaine Lee2018-09-101-1/+1
* svga: sync devcap name changes in svga3d_devcaps.hCharmaine Lee2018-09-102-12/+12
* svga: explicit set DXFMT_SHADER_SAMPLE for DS format for pre-SM41 deviceCharmaine Lee2018-09-101-5/+6
* svga: remove unused variableCharmaine Lee2018-09-101-1/+0
* svga: draw round points when msaa is enabledBrian Paul2018-09-101-13/+15
* svga: check number of samples before emitting MSAA decls/opcodesBrian Paul2018-09-101-2/+14
* svga: remove obsolete comment on format_cap_table[]Brian Paul2018-09-101-10/+0
* svga: allow TGSI_TEXTURE_CUBE_ARRAY in emit_tg4()Brian Paul2018-09-101-7/+2
* svga: no dma on multisample surfaceCharmaine Lee2018-09-101-0/+7
* svga: src surface for IntraSurfaceCopy cannot be multisampleCharmaine Lee2018-09-101-0/+4
* svga: fix missing format multisample devcap checkCharmaine Lee2018-09-101-0/+1
* svga: fix incorrect multisample support in VGPU9 deviceCharmaine Lee2018-09-101-0/+4
* svga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGBCharmaine Lee2018-09-101-0/+1
* svga: add a separate function to get dx format capabilities from vgpu10 deviceCharmaine Lee2018-09-101-97/+91
* svga: assign a separate function for is_format_supported() for vgpu10 deviceCharmaine Lee2018-09-103-18/+116
* svga: add some devcap debugging codeBrian Paul2018-09-101-0/+193