summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-30radv: use push descriptors in metaradv-push-descriptor2Fredrik Höglund2-99/+63
2017-03-30radv: implement VK_KHR_descriptor_update_templateFredrik Höglund6-0/+194
2017-03-30radv: implement VK_KHR_push_descriptorFredrik Höglund6-0/+85
2017-03-30radv: replace an assertion with a conditionalFredrik Höglund1-3/+3
2017-03-30radv: refactor radv_UpdateDescriptorSetsFredrik Höglund2-4/+27
2017-03-30radv: Use the guard band.Bas Nieuwenhuizen3-13/+90
2017-03-30radv: Prepare for not using the guard band for lines & points.Bas Nieuwenhuizen3-0/+32
2017-03-30radv: Drop the default viewport when 0 viewports are given.Bas Nieuwenhuizen1-17/+2
2017-03-30radv: Set proper viewport & scissor for meta draws.Bas Nieuwenhuizen6-75/+214
2017-03-30mesa: Fix trailing whitespace in polygon.cLyude1-3/+3
2017-03-30mesa: Fix gross indenting in _mesa_PolygonMode()Lyude1-5/+4
2017-03-30r300: Fix indenting in r300_get_param()Lyude1-3/+3
2017-03-30vc4: Fix indenting in vc4_screen_get_param()Lyude1-3/+3
2017-03-30intel: Add INTEL_CFLAGS to aubinator CFLAGS.Kenneth Graunke1-1/+2
2017-03-30nir: Add support for 8 and 16-bit typesJason Ekstrand3-2/+24
2017-03-30nir/constant_expressions: Don't switch on bit size when not neededJason Ekstrand1-14/+23
2017-03-30nir/constant_expressions: Pull the guts out into a helper blockJason Ekstrand1-98/+101
2017-03-30i965: Stop using legacy dri_bufmgr_* and intel_* names.Kenneth Graunke10-14/+18
2017-03-30intel: automake: move INTEL_CFLAGS as applicableEmil Velikov2-1/+1
2017-03-30intel: android: remove libdrm_intel requirementEmil Velikov3-12/+6
2017-03-30Partially revert "amd/addrlib: silence warnings" to fix builds with DEBUGMarek Olšák3-6/+6
2017-03-30ddebug: implement clear_textureMarek Olšák2-0/+34
2017-03-30radeonsi: fix an unused-variable warning in a release buildMarek Olšák1-3/+1
2017-03-30vdpau: fix a maybe-uninitialized warningMarek Olšák1-1/+1
2017-03-30softpipe: fix a maybe-uninitialized warningMarek Olšák1-1/+1
2017-03-30gallivm: fix a maybe-uninitialized warningMarek Olšák1-1/+1
2017-03-30gallium/radeon: s/dcc_disable/disable_dcc/Marek Olšák4-9/+9
2017-03-30radeonsi: handle incompatible DCC formats in resource_copy_regionMarek Olšák1-0/+5
2017-03-30radeonsi: remove a workaround for inexact *8_SNORM blitsMarek Olšák1-3/+1
2017-03-30gallium/radeon: add and use a new helper vi_dcc_enabledMarek Olšák5-14/+16
2017-03-30gallium/radeon: formalize that r600_query_hw_add_result doesn't need a contextMarek Olšák3-8/+9
2017-03-30radeonsi: don't make a copy of pipe_index_buffer in draw_vboMarek Olšák1-32/+27
2017-03-30gallium/util: use const in u_index_modify helpersMarek Olšák2-6/+6
2017-03-30winsys/amdgpu: remove AMDGPU_INFO_NUM_EVICTIONSSamuel Pitoiset1-4/+0
2017-03-30radeonsi: add Vega10 PCI IDsMarek Olšák1-0/+8
2017-03-30radeon/uvd: set correct vega10 db pitch alignmentBoyuan Zhang1-4/+12
2017-03-30radeon/vce: add vce support for firmware 53.19.4Leo Liu1-0/+6
2017-03-30radeon/vce: adapt gfx9 surface to vceLeo Liu2-15/+51
2017-03-30winsys/surface: add height pitch for gfx9Leo Liu2-0/+2
2017-03-30radeon/uvd: clear message buffer when reuseLeo Liu1-1/+2
2017-03-30radeon/uvd: adapt gfx9 surface to uvdLeo Liu6-56/+106
2017-03-30radeon/uvd: add uvd soc15 registerLeo Liu2-4/+27
2017-03-30radeonsi/gfx9: disable features that don't workMarek Olšák4-5/+15
2017-03-30radeonsi/gfx9: only allow GL 3.1Marek Olšák1-0/+5
2017-03-30radeonsi/gfx9: add linear address computations for texture transfersMarek Olšák1-20/+53
2017-03-30radeonsi/gfx9: don't generate LS and ES statesMarek Olšák1-24/+46
2017-03-30radeonsi/gfx9: SPI_SHADER_USER_DATA changesMarek Olšák1-11/+34
2017-03-30winsys/amdgpu: set/get BO tiling flags for GFX9Marek Olšák1-2/+4
2017-03-30radeonsi/gfx9: handle pitch and offset overrides for texture_from_handleMarek Olšák1-11/+18
2017-03-30radeonsi/gfx9: set/validate GFX9 BO metadataMarek Olšák2-1/+24