summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600g: remove duplicate memset by using a pointer, and constify argsConstantine Kharlamov2017-04-041-22/+19
* glsl: remove unused fileElie TOURNIER2017-04-041-206/+0
* radeonsi: access gallivm through ctx in most placesMarek Olšák2017-04-043-87/+79
* radeonsi: use ctx->types instead of bld->types etc.Marek Olšák2017-04-042-23/+21
* radeonsi: use i32_0/1 instead of *int_bld.zero/one in most placesMarek Olšák2017-04-042-55/+47
* gallium: decrease the size of pipe_draw_info - 88 -> 80 bytesMarek Olšák2017-04-042-3/+9
* gallium: decrease the size of pipe_vertex_element - 16 -> 8 bytesMarek Olšák2017-04-041-8/+8
* gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-048-33/+41
* gallium: decrease the size of pipe_box - 24 -> 16 bytesMarek Olšák2017-04-041-4/+7
* gallium: decrease the size of pipe_sampler_view - 48 -> 32 bytesMarek Olšák2017-04-041-6/+6
* gallium: decrease the size of pipe_surface - 48 -> 40 bytesMarek Olšák2017-04-041-5/+4
* gallium: decrease the size of pipe_framebuffer_state - 96 -> 80 bytesMarek Olšák2017-04-041-4/+4
* gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytesMarek Olšák2017-04-043-4/+4
* gallium: decrease the size of pipe_rasterizer_state - 36 -> 32 bytesMarek Olšák2017-04-041-1/+7
* amd/addrlib: second update for Vega10 + bug fixesMarek Olšák2017-04-0417-2132/+3298
* radeonsi: use i32_0 and i32_1 moreMarek Olšák2017-04-041-16/+16
* radeonsi: remove most uses of lp_build_const*Marek Olšák2017-04-043-151/+145
* radeonsi: clean up 'radeon_bld' referencesMarek Olšák2017-04-041-60/+48
* radeonsi: fix broken texture filtering on SI-CIK since GFX9 changesMarek Olšák2017-04-041-15/+17
* bin/get-fixes-pick-list.sh: fix typoJuan A. Suarez Romero2017-04-041-1/+1
* android: intel: genxml: fix genX_xml.h generation rulesMauro Rossi2017-04-041-0/+5
* intel/vec4: Add some fall through commentsJason Ekstrand2017-04-031-0/+4
* mesa/glthread: Avoid unnecessary batch reallocationBartosz Tomczyk2017-04-041-6/+9
* radv: Increase descriptor limits.Bas Nieuwenhuizen2017-04-041-14/+14
* mesa/glthread: fix misaligned address accessBartosz Tomczyk2017-04-041-2/+4
* glsl: Fix blob memory leakBartosz Tomczyk2017-04-044-6/+17
* radv: Rework guard band calculation.Bas Nieuwenhuizen2017-04-031-40/+15
* radv: Enable VK_KHR_incremental_present.Bas Nieuwenhuizen2017-04-033-1/+15
* anv: Implement VK_KHR_incremental_presentJason Ekstrand2017-04-033-2/+15
* vulkan/wsi/wayland: Pass damage through to the compositorJason Ekstrand2017-04-031-1/+15
* vulkan/wsi: Plumb present regions through the common codeJason Ekstrand2017-04-035-5/+10
* vulkan/wsi: Fix some line wrappingJason Ekstrand2017-04-031-1/+4
* radv: fix interp at sample code.Dave Airlie2017-04-041-3/+1
* radv: overhaul fragment shader sample positions.Dave Airlie2017-04-045-51/+87
* aubinator/gen_decoder/i965: decode instructions from dword 0Lionel Landwerlin2017-04-034-12/+24
* intel: gen_decoder: store pointer to current decoded field in iteratorLionel Landwerlin2017-04-032-25/+26
* radv/ac: fix texture derivative orderingDave Airlie2017-04-041-2/+2
* radv/ac: round cube array coordinate before fixup.Dave Airlie2017-04-041-1/+5
* radv: move to using common buffer load format.Dave Airlie2017-04-041-8/+5
* util: fix MSVC warning in u_align_u32()Brian Paul2017-04-031-1/+1
* util: #include "c99_compat.h" to fix Windows buildBrian Paul2017-04-032-0/+2
* util: s/SHA1_H/MESA_SHA1_H/Brian Paul2017-04-031-2/+2
* svga: add comment on svga_buffer_hw_storage_map()Brian Paul2017-04-031-0/+1
* travis: Support LLVM 3.8+ on Trusty-based Travis-CI via apt-get not apt addonRhys Kidd2017-04-031-5/+15
* util/u_atomic: provide 64bit atomics where they're missingGrazvydas Ignotas2017-04-033-0/+90
* gallium/util: libunwind supportRob Clark2017-04-034-2/+129
* gallium/util: clean up stack frame printingRob Clark2017-04-033-23/+26
* st/mesa: add st_convert_image()Samuel Pitoiset2017-04-032-47/+63
* st/mesa: make 'st' const in st_mesa_format_to_pipe_format()Samuel Pitoiset2017-04-032-2/+2
* mesa/glthread: Call unmarshal_batch directly in glthread_finishBartosz Tomczyk2017-04-031-12/+32