summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-04radv: don't call radeon_check_space in radv_BindDescriptorSetsradv-push-descriptor-submitFredrik Höglund1-5/+0
2017-04-04radv: implement VK_KHR_descriptor_update_templateFredrik Höglund6-0/+231
2017-04-04radv: implement VK_KHR_push_descriptorFredrik Höglund6-2/+128
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-04intel: tools: add aubinator_error_decode toolLionel Landwerlin5-1/+766
2017-04-04intel: genxml: add RING_BUFFER_CTL registersLionel Landwerlin5-0/+272
2017-04-04intel: genxml: add FAULT_REG registerLionel Landwerlin5-0/+206
2017-04-04intel: genxml: add gen7 ERR_INT registerLionel Landwerlin2-0/+22
2017-04-04intel: genxml: add ACTHD registersLionel Landwerlin2-0/+32
2017-04-04intel: genxml: add GFX_ARB_ERROR_RPT registerLionel Landwerlin5-0/+73
2017-04-04intel: genxml: add INSTDONE registersLionel Landwerlin5-0/+387
2017-04-04targets: export radeon winsys_create functions to silence LLVM warningMarek Olšák3-0/+15
2017-04-04r600g: check rasterizer primitive states like in radeonsiConstantine Kharlamov1-8/+13
2017-04-04r600g: extract a code into a r600_emit_rasterizer_prim_state()Constantine Kharlamov3-14/+33
2017-04-04r600g/radeonsi: use the correct types (taken from pipe_draw_info)Constantine Kharlamov3-7/+8
2017-04-04r600g: remove duplicate memset by using a pointer, and constify argsConstantine Kharlamov1-22/+19
2017-04-04glsl: remove unused fileElie TOURNIER1-206/+0
2017-04-04radeonsi: access gallivm through ctx in most placesMarek Olšák3-87/+79
2017-04-04radeonsi: use ctx->types instead of bld->types etc.Marek Olšák2-23/+21
2017-04-04radeonsi: use i32_0/1 instead of *int_bld.zero/one in most placesMarek Olšák2-55/+47
2017-04-04gallium: decrease the size of pipe_draw_info - 88 -> 80 bytesMarek Olšák2-3/+9
2017-04-04gallium: decrease the size of pipe_vertex_element - 16 -> 8 bytesMarek Olšák1-8/+8
2017-04-04gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák8-33/+41
2017-04-04gallium: decrease the size of pipe_box - 24 -> 16 bytesMarek Olšák1-4/+7
2017-04-04gallium: decrease the size of pipe_sampler_view - 48 -> 32 bytesMarek Olšák1-6/+6
2017-04-04gallium: decrease the size of pipe_surface - 48 -> 40 bytesMarek Olšák1-5/+4
2017-04-04gallium: decrease the size of pipe_framebuffer_state - 96 -> 80 bytesMarek Olšák1-4/+4
2017-04-04gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytesMarek Olšák3-4/+4
2017-04-04gallium: decrease the size of pipe_rasterizer_state - 36 -> 32 bytesMarek Olšák1-1/+7
2017-04-04amd/addrlib: second update for Vega10 + bug fixesMarek Olšák17-2132/+3298
2017-04-04radeonsi: use i32_0 and i32_1 moreMarek Olšák1-16/+16
2017-04-04radeonsi: remove most uses of lp_build_const*Marek Olšák3-151/+145
2017-04-04radeonsi: clean up 'radeon_bld' referencesMarek Olšák1-60/+48
2017-04-04radeonsi: fix broken texture filtering on SI-CIK since GFX9 changesMarek Olšák1-15/+17
2017-04-04bin/get-fixes-pick-list.sh: fix typoJuan A. Suarez Romero1-1/+1
2017-04-04android: intel: genxml: fix genX_xml.h generation rulesMauro Rossi1-0/+5
2017-04-03intel/vec4: Add some fall through commentsJason Ekstrand1-0/+4
2017-04-04mesa/glthread: Avoid unnecessary batch reallocationBartosz Tomczyk1-6/+9
2017-04-04radv: Increase descriptor limits.Bas Nieuwenhuizen1-14/+14
2017-04-04mesa/glthread: fix misaligned address accessBartosz Tomczyk1-2/+4
2017-04-04glsl: Fix blob memory leakBartosz Tomczyk4-6/+17
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