summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-20gallium: add scalar isa shader capChristian Gmeiner15-1/+32
2018-06-20radv: Add VK_EXT_display_surface_counter to radv driverKeith Packard2-0/+13
2018-06-20anv: Add VK_EXT_display_surface_counter to anv driver [v2]Keith Packard2-0/+13
2018-06-20Vulkan/wsi: Implement VK_EXT_display_surface_counterJason Ekstrand2-0/+60
2018-06-20vulkan/wsi: Get rid of the get_capabilities hookJason Ekstrand5-6/+10
2018-06-20intel/aubinator: drop unused functionsEric Engestrom1-16/+0
2018-06-20radv: always initialize the clear depth/stencil values to 0Samuel Pitoiset3-22/+27
2018-06-20radv: always initialize the clear color values to 0Samuel Pitoiset3-8/+26
2018-06-20radv: always initialize the DCC predicate to FALSESamuel Pitoiset1-0/+2
2018-06-20radv: do not use an user SGPR for the sample position offsetSamuel Pitoiset3-40/+30
2018-06-20radv: don't store the number of samples as log2Samuel Pitoiset4-7/+12
2018-06-20gallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare warning in u_cpu_detect.cGert Wollny1-1/+1
2018-06-20gallium/aux/util/u_debug.h: Fix "noreturn" warnings in debug modeGert Wollny1-2/+2
2018-06-20gallium/aux/util: Fix some warningsGert Wollny3-3/+3
2018-06-20gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immedia...Gert Wollny1-2/+1
2018-06-20gallium/aux/tgsi_two_side.c: Fix -Wsign-compare warningsGert Wollny1-3/+4
2018-06-20gallium/aux/tgsi_ureg.c: Fix various warningsGert Wollny1-3/+3
2018-06-20gallium/aux/tgsi_text.c: Fix -Wsign-compare warningsGert Wollny2-5/+5
2018-06-20gallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare warningsGert Wollny1-6/+7
2018-06-20gallium/aux/tgsi_lowering.c: Fix -Wsign-compare warningsGert Wollny1-3/+3
2018-06-20gallium/aux/tgsi_build.c: Fix -Wsign-compare warningsGert Wollny1-2/+4
2018-06-20gallium/aux/tgsi_build.c: Remove now unused variableGert Wollny1-7/+1
2018-06-20gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various fu...Gert Wollny1-8/+0
2018-06-20gallium/aux/tgsi_exec.c: Fix various -Wsign-compareGert Wollny1-4/+4
2018-06-20gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_dGert Wollny1-5/+4
2018-06-20gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstretGert Wollny1-9/+5
2018-06-20gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channelGert Wollny1-10/+3
2018-06-20gallium/aux/tgsi_exec.c: Remove paramater inst from exec_killGert Wollny1-3/+2
2018-06-20gallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warningsGert Wollny1-2/+2
2018-06-20gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warningsGert Wollny1-2/+2
2018-06-20gallium/aux/tgsi/tgsi_parse.c: Fix two warningsGert Wollny1-3/+7
2018-06-20gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warningsGert Wollny1-1/+1
2018-06-20gallium/aux/cso_cache: Fix various warningsGert Wollny2-7/+7
2018-06-20configure.ac: Add CFLAG -Wno-missing-field-initializers (v5)Gert Wollny2-3/+14
2018-06-20radv: remove unnecessary code around CACHE_FLUSH_AND_INV_TS_EVENTSamuel Pitoiset1-18/+1
2018-06-20radv: Fix flush_bits being used uninitialized.Bas Nieuwenhuizen1-1/+1
2018-06-19radv: Add EXT_acquire_xlib_display to radv driver [v2]Keith Packard5-6/+52
2018-06-19anv: Add EXT_acquire_xlib_display to anv driver [v3]Keith Packard6-6/+52
2018-06-19vulkan: Add EXT_acquire_xlib_display [v5]Keith Packard7-0/+565
2018-06-19radv: Add EXT_direct_mode_display to radv driverKeith Packard2-0/+12
2018-06-19anv: Add EXT_direct_mode_display to anv driver [v2]Keith Packard2-0/+12
2018-06-19vulkan: Add EXT_direct_mode_display [v2]Keith Packard2-0/+23
2018-06-19radv: Add KHR_display extension to radv [v5]Keith Packard7-2/+194
2018-06-19anv: Add KHR_display extension to anv [v7]Keith Packard7-3/+174
2018-06-19vulkan: Add KHR_display extension using DRM [v10]Keith Packard14-5/+1622
2018-06-19radv: Merge the flush bits of CMASK & DCC clear.Bas Nieuwenhuizen1-1/+1
2018-06-19radv: Don't check for pipeline being set in draw.Bas Nieuwenhuizen1-1/+0
2018-06-19radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák16-892/+886
2018-06-19amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák69-417/+417
2018-06-19freedreno/a5xx: move emit_marker5() into a5xx backendRob Clark5-21/+24