aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v3d: Fix return value from fence_finish.Eric Anholt2018-06-201-1/+1
* mesa/st: only do scalar lowerings if driver benefitsChristian Gmeiner2018-06-201-9/+30
* gallium: add scalar isa shader capChristian Gmeiner2018-06-2015-1/+32
* radv: Add VK_EXT_display_surface_counter to radv driverKeith Packard2018-06-202-0/+13
* anv: Add VK_EXT_display_surface_counter to anv driver [v2]Keith Packard2018-06-202-0/+13
* Vulkan/wsi: Implement VK_EXT_display_surface_counterJason Ekstrand2018-06-202-0/+60
* vulkan/wsi: Get rid of the get_capabilities hookJason Ekstrand2018-06-205-6/+10
* intel/aubinator: drop unused functionsEric Engestrom2018-06-201-16/+0
* radv: always initialize the clear depth/stencil values to 0Samuel Pitoiset2018-06-203-22/+27
* radv: always initialize the clear color values to 0Samuel Pitoiset2018-06-203-8/+26
* radv: always initialize the DCC predicate to FALSESamuel Pitoiset2018-06-201-0/+2
* radv: do not use an user SGPR for the sample position offsetSamuel Pitoiset2018-06-203-40/+30
* radv: don't store the number of samples as log2Samuel Pitoiset2018-06-204-7/+12
* gallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare warning in u_cpu_detect.cGert Wollny2018-06-201-1/+1
* gallium/aux/util/u_debug.h: Fix "noreturn" warnings in debug modeGert Wollny2018-06-201-2/+2
* gallium/aux/util: Fix some warningsGert Wollny2018-06-203-3/+3
* gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immedia...Gert Wollny2018-06-201-2/+1
* gallium/aux/tgsi_two_side.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-3/+4
* gallium/aux/tgsi_ureg.c: Fix various warningsGert Wollny2018-06-201-3/+3
* gallium/aux/tgsi_text.c: Fix -Wsign-compare warningsGert Wollny2018-06-202-5/+5
* gallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-6/+7
* gallium/aux/tgsi_lowering.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-3/+3
* gallium/aux/tgsi_build.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+4
* gallium/aux/tgsi_build.c: Remove now unused variableGert Wollny2018-06-201-7/+1
* gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various fu...Gert Wollny2018-06-201-8/+0
* gallium/aux/tgsi_exec.c: Fix various -Wsign-compareGert Wollny2018-06-201-4/+4
* gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_dGert Wollny2018-06-201-5/+4
* gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstretGert Wollny2018-06-201-9/+5
* gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channelGert Wollny2018-06-201-10/+3
* gallium/aux/tgsi_exec.c: Remove paramater inst from exec_killGert Wollny2018-06-201-3/+2
* gallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+2
* gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+2
* gallium/aux/tgsi/tgsi_parse.c: Fix two warningsGert Wollny2018-06-201-3/+7
* gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-1/+1
* gallium/aux/cso_cache: Fix various warningsGert Wollny2018-06-202-7/+7
* configure.ac: Add CFLAG -Wno-missing-field-initializers (v5)Gert Wollny2018-06-202-3/+14
* radv: remove unnecessary code around CACHE_FLUSH_AND_INV_TS_EVENTSamuel Pitoiset2018-06-201-18/+1
* radv: Fix flush_bits being used uninitialized.Bas Nieuwenhuizen2018-06-201-1/+1
* radv: Add EXT_acquire_xlib_display to radv driver [v2]Keith Packard2018-06-195-6/+52
* anv: Add EXT_acquire_xlib_display to anv driver [v3]Keith Packard2018-06-196-6/+52
* vulkan: Add EXT_acquire_xlib_display [v5]Keith Packard2018-06-197-0/+565
* radv: Add EXT_direct_mode_display to radv driverKeith Packard2018-06-192-0/+12
* anv: Add EXT_direct_mode_display to anv driver [v2]Keith Packard2018-06-192-0/+12
* vulkan: Add EXT_direct_mode_display [v2]Keith Packard2018-06-192-0/+23
* radv: Add KHR_display extension to radv [v5]Keith Packard2018-06-197-2/+194
* anv: Add KHR_display extension to anv [v7]Keith Packard2018-06-197-3/+174
* vulkan: Add KHR_display extension using DRM [v10]Keith Packard2018-06-1914-5/+1622
* radv: Merge the flush bits of CMASK & DCC clear.Bas Nieuwenhuizen2018-06-191-1/+1
* radv: Don't check for pipeline being set in draw.Bas Nieuwenhuizen2018-06-191-1/+0
* radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák2018-06-1916-892/+886