summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-04radv: don't call radeon_check_space in radv_BindDescriptorSetsradv-push-descriptor5Fredrik Höglund1-5/+0
2017-04-04radv: implement VK_KHR_descriptor_update_templateFredrik Höglund6-1/+228
2017-04-04radv: implement VK_KHR_push_descriptorFredrik Höglund6-2/+125
2017-04-04radv: replace an assertion with a conditionalFredrik Höglund1-3/+3
2017-04-04radv: refactor radv_UpdateDescriptorSetsFredrik Höglund2-12/+52
2017-04-03radv: Rework guard band calculation.Bas Nieuwenhuizen1-40/+15
2017-04-03radv: Enable VK_KHR_incremental_present.Bas Nieuwenhuizen3-1/+15
2017-04-03anv: Implement VK_KHR_incremental_presentJason Ekstrand3-2/+15
2017-04-03vulkan/wsi/wayland: Pass damage through to the compositorJason Ekstrand1-1/+15
2017-04-03vulkan/wsi: Plumb present regions through the common codeJason Ekstrand5-5/+10
2017-04-03vulkan/wsi: Fix some line wrappingJason Ekstrand1-1/+4
2017-04-04radv: fix interp at sample code.Dave Airlie1-3/+1
2017-04-04radv: overhaul fragment shader sample positions.Dave Airlie5-51/+87
2017-04-03aubinator/gen_decoder/i965: decode instructions from dword 0Lionel Landwerlin4-12/+24
2017-04-03intel: gen_decoder: store pointer to current decoded field in iteratorLionel Landwerlin2-25/+26
2017-04-04radv/ac: fix texture derivative orderingDave Airlie1-2/+2
2017-04-04radv/ac: round cube array coordinate before fixup.Dave Airlie1-1/+5
2017-04-04radv: move to using common buffer load format.Dave Airlie1-8/+5
2017-04-03util: fix MSVC warning in u_align_u32()Brian Paul1-1/+1
2017-04-03util: #include "c99_compat.h" to fix Windows buildBrian Paul2-0/+2
2017-04-03util: s/SHA1_H/MESA_SHA1_H/Brian Paul1-2/+2
2017-04-03svga: add comment on svga_buffer_hw_storage_map()Brian Paul1-0/+1
2017-04-03travis: Support LLVM 3.8+ on Trusty-based Travis-CI via apt-get not apt addonRhys Kidd1-5/+15
2017-04-03util/u_atomic: provide 64bit atomics where they're missingGrazvydas Ignotas3-0/+90
2017-04-03gallium/util: libunwind supportRob Clark4-2/+129
2017-04-03gallium/util: clean up stack frame printingRob Clark3-23/+26
2017-04-03st/mesa: add st_convert_image()Samuel Pitoiset2-47/+63
2017-04-03st/mesa: make 'st' const in st_mesa_format_to_pipe_format()Samuel Pitoiset2-2/+2
2017-04-03mesa/glthread: Call unmarshal_batch directly in glthread_finishBartosz Tomczyk1-12/+32
2017-04-03mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabledTimothy Arceri3-1/+46
2017-04-03amd/addrlib: fix optimized build warningsGrazvydas Ignotas1-1/+1
2017-04-03radeonsi: use unreachable to fix a warningGrazvydas Ignotas1-2/+2
2017-04-03r600g: Add more (un)likely functionsConstantine Kharlamov1-6/+4
2017-04-03r600g: Remove intermediate assignment of pipe_draw_infoConstantine Kharlamov1-51/+50
2017-04-03r600g: Use separate index_bias variableConstantine Kharlamov1-3/+5
2017-04-02nv30: fp/rast may be null when validating fb/scissor due to clearIlia Mirkin1-5/+6
2017-04-02nvc0: fragprog may not be set when e.g. clearingIlia Mirkin1-2/+3
2017-04-02nv50: don't assume a rast is set when validating for clearsIlia Mirkin2-3/+7
2017-04-02radv: fix order of the guardband register emission.Dave Airlie1-2/+2
2017-04-02mesa/main: Fix memset in formatquery.cEdward O'Callaghan1-1/+2
2017-04-01radeonsi: add load_image_desc()Samuel Pitoiset1-21/+24
2017-04-01radeonsi: rework the load_sampler_desc() helpersSamuel Pitoiset1-16/+10
2017-04-01gallivm: add lp_build_emit_fetch_src() helperSamuel Pitoiset2-5/+24
2017-04-01docs: add news item and link release notes for 17.0.1Andres Gomez2-0/+7
2017-04-01docs: add sha256 checksums for 17.0.3Andres Gomez1-1/+2
2017-04-01docs: add release notes for 17.0.3Andres Gomez1-0/+188
2017-04-01glsl: ir_explog_to_explog2 is no moreErik Faye-Lund2-2/+6
2017-04-01gallium/docs: remove documentation of removed argErik Faye-Lund1-2/+0
2017-04-01st/mesa: avoid aliasing violation in st_cb_perfmon.cErik Faye-Lund1-3/+3
2017-04-01st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb7-8/+10