summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-10svga: add a helper function to send ResolveCopy commandCharmaine Lee2-6/+40
2018-09-10svga: sync svga3d header filesCharmaine Lee3-16/+98
2018-09-10svga: add SM4_1 enable debug printCharmaine Lee1-0/+4
2018-09-10svga: fix swizzling for texture gatherCharmaine Lee1-20/+33
2018-09-10svga: fix starting index for system valuesCharmaine Lee3-3/+13
2018-09-10winsys/svga: Add support for new surface ioctl, multisample patternDeepak Rawat7-95/+347
2018-09-10svga: enable MSAA for SM4_1 deviceBrian Paul3-2/+5
2018-09-10svga: add sample count to the surface_can_create interfaceCharmaine Lee3-3/+11
2018-09-10svga: implement support for GL_ARB_texture_query_lodBrian Paul2-1/+27
2018-09-10svga: Add support for arb_texture_gatherNeha Bhende2-1/+51
2018-09-10svga: add support for interpolation at sample positionBrian Paul1-7/+21
2018-09-10svga: clarify sys value -> input register mappingBrian Paul1-0/+2
2018-09-10svga: add support for FS sample mask outputBrian Paul2-2/+43
2018-09-10svga: add support for sample id, sample positionBrian Paul1-2/+177
2018-09-10svga: implement no-op svga_set_min_samples()Brian Paul1-0/+12
2018-09-10svga: add support for independent blend function per render targetCharmaine Lee2-18/+17
2018-09-10svga: emit shader version as 4.0 or 4.1 depending on device supportBrian Paul1-2/+5
2018-09-10svga: restructure nested if's in emit_src_register()Brian Paul1-20/+22
2018-09-10svga: sync VGPU10ShaderTokens.h with upstream changesBrian Paul1-17/+35
2018-09-10svga: add support for shadow cubemap arrayCharmaine Lee1-2/+47
2018-09-10svga: add support for rendering to cubemap arrayCharmaine Lee1-0/+1
2018-09-10svga: add support for TXL2 opcodeCharmaine Lee1-0/+46
2018-09-10svga: add support for cubemap arrayCharmaine Lee4-13/+38
2018-09-10svga: add have_sm4_1 flag, helper functionBrian Paul2-0/+9
2018-09-10gallium/u_inlines: remove the destroy variable in pipe_reference_describedMarek Olšák1-6/+3
2018-09-10gallium/u_inlines: improve pipe_reference_described perf for debug buildsMarek Olšák1-4/+5
2018-09-10gallium/auxiliary: don't dereference counters twice needlesslyMarek Olšák1-7/+10
2018-09-10gallium/u_inlines: normalize naming, use dst & src, style fixes (v2)Marek Olšák1-47/+47
2018-09-10util: try to fix the Android and MacOS buildMarek Olšák1-2/+5
2018-09-10anv: Support v3 of VK_EXT_vertex_attribute_divisorJason Ekstrand2-1/+9
2018-09-10vulkan: Update the XML and headers to 1.1.84Jason Ekstrand2-74/+345
2018-09-10mesa/meson: 32bit xmlconfig linkageSergii Romantsov1-0/+1
2018-09-10Require Visual Studio 2015.Jose Fonseca4-17/+5
2018-09-10util: Make util_context_thread_changed a no-op on Windows.Jose Fonseca1-0/+2
2018-09-10virgl: do not map zero-sized resourceErik Faye-Lund1-2/+1
2018-09-10virgl: remove dead codeErik Faye-Lund1-5/+1
2018-09-10virgl: drop needless return-codeErik Faye-Lund1-2/+1
2018-09-10virgl: free trans on map-errorErik Faye-Lund1-0/+1
2018-09-10i965: Bump aperture tracking to u64Chris Wilson3-11/+8
2018-09-10etnaviv: Reduce max offset to available hardware bits.Mathias Fröhlich1-0/+2
2018-09-10gallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET.Mathias Fröhlich4-0/+12
2018-09-10virgl: don't send a shader create with no data. (v2)Dave Airlie1-1/+1
2018-09-08mesa: enable ARB_vertex_buffer_object in core profileTimothy Arceri1-1/+1
2018-09-07st/mesa: throttle texture uploads if their memory usage goes beyond a limitMarek Olšák5-0/+165
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák16-0/+24
2018-09-08docs: update calendar, add news item and link release notes for 18.2.0Andres Gomez3-6/+35
2018-09-08docs: add sha256 checksums for 18.2.0Andres Gomez1-1/+2
2018-09-08docs: update 18.2.0 release notesAndres Gomez1-1/+206
2018-09-07Revert "gallium/os_thread: simplify helper pipe_current_thread_get_time_nano"Marek Olšák1-1/+5
2018-09-07anv: Clamp scissors to the framebuffer boundaryJason Ekstrand2-3/+5