summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svga: simplify array test in svga_init_shader_key_common()Brian Paul2018-09-101-11/+10
* winsys/drm: check for CAPS2/SM41 support if VGPU10 is enabledCharmaine Lee2018-09-101-1/+1
* winsys/drm: Add support for quality level in surface ioctlDeepak Rawat2018-09-104-8/+16
* svga: sync svga3d_types.h with upstream changesCharmaine Lee2018-09-101-10/+45
* winsys/drm: enable intra_surface_copy if HW_CAP2 is supportedCharmaine Lee2018-09-101-6/+9
* svga: add git version logging at init timeCharmaine Lee2018-09-101-0/+3
* svga: fix a typo in svga_texture_copy_region()Charmaine Lee2018-09-101-1/+1
* svga: use helper function to do copy regionCharmaine Lee2018-09-101-21/+5
* svga: fix cubemap array rendering with backed surface viewCharmaine Lee2018-09-102-12/+83
* svga: add a helper function to send ResolveCopy commandCharmaine Lee2018-09-102-6/+40
* svga: sync svga3d header filesCharmaine Lee2018-09-103-16/+98
* svga: add SM4_1 enable debug printCharmaine Lee2018-09-101-0/+4
* svga: fix swizzling for texture gatherCharmaine Lee2018-09-101-20/+33
* svga: fix starting index for system valuesCharmaine Lee2018-09-103-3/+13
* winsys/svga: Add support for new surface ioctl, multisample patternDeepak Rawat2018-09-107-95/+347
* svga: enable MSAA for SM4_1 deviceBrian Paul2018-09-103-2/+5
* svga: add sample count to the surface_can_create interfaceCharmaine Lee2018-09-103-3/+11
* svga: implement support for GL_ARB_texture_query_lodBrian Paul2018-09-102-1/+27
* svga: Add support for arb_texture_gatherNeha Bhende2018-09-102-1/+51
* svga: add support for interpolation at sample positionBrian Paul2018-09-101-7/+21
* svga: clarify sys value -> input register mappingBrian Paul2018-09-101-0/+2
* svga: add support for FS sample mask outputBrian Paul2018-09-102-2/+43
* svga: add support for sample id, sample positionBrian Paul2018-09-101-2/+177
* svga: implement no-op svga_set_min_samples()Brian Paul2018-09-101-0/+12
* svga: add support for independent blend function per render targetCharmaine Lee2018-09-102-18/+17
* svga: emit shader version as 4.0 or 4.1 depending on device supportBrian Paul2018-09-101-2/+5
* svga: restructure nested if's in emit_src_register()Brian Paul2018-09-101-20/+22
* svga: sync VGPU10ShaderTokens.h with upstream changesBrian Paul2018-09-101-17/+35
* svga: add support for shadow cubemap arrayCharmaine Lee2018-09-101-2/+47
* svga: add support for rendering to cubemap arrayCharmaine Lee2018-09-101-0/+1
* svga: add support for TXL2 opcodeCharmaine Lee2018-09-101-0/+46
* svga: add support for cubemap arrayCharmaine Lee2018-09-104-13/+38
* svga: add have_sm4_1 flag, helper functionBrian Paul2018-09-102-0/+9
* gallium/u_inlines: remove the destroy variable in pipe_reference_describedMarek Olšák2018-09-101-6/+3
* gallium/u_inlines: improve pipe_reference_described perf for debug buildsMarek Olšák2018-09-101-4/+5
* gallium/auxiliary: don't dereference counters twice needlesslyMarek Olšák2018-09-101-7/+10
* gallium/u_inlines: normalize naming, use dst & src, style fixes (v2)Marek Olšák2018-09-101-47/+47
* util: try to fix the Android and MacOS buildMarek Olšák2018-09-101-2/+5
* anv: Support v3 of VK_EXT_vertex_attribute_divisorJason Ekstrand2018-09-102-1/+9
* vulkan: Update the XML and headers to 1.1.84Jason Ekstrand2018-09-102-74/+345
* mesa/meson: 32bit xmlconfig linkageSergii Romantsov2018-09-101-0/+1
* Require Visual Studio 2015.Jose Fonseca2018-09-104-17/+5
* util: Make util_context_thread_changed a no-op on Windows.Jose Fonseca2018-09-101-0/+2
* virgl: do not map zero-sized resourceErik Faye-Lund2018-09-101-2/+1
* virgl: remove dead codeErik Faye-Lund2018-09-101-5/+1
* virgl: drop needless return-codeErik Faye-Lund2018-09-101-2/+1
* virgl: free trans on map-errorErik Faye-Lund2018-09-101-0/+1
* i965: Bump aperture tracking to u64Chris Wilson2018-09-103-11/+8
* etnaviv: Reduce max offset to available hardware bits.Mathias Fröhlich2018-09-101-0/+2
* gallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET.Mathias Fröhlich2018-09-104-0/+12