aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir: Use nir_builder in lower_io_to_temporariesJason Ekstrand2018-04-111-19/+16
* radv: Enable RB+ on Raven.Bas Nieuwenhuizen2018-04-111-1/+2
* vulkan: fix build issue on android (both anv/radv)Tapani Pälli2018-04-112-5/+5
* radeonsi: correctly parse disassembly with labelsNicolai Hähnle2018-04-111-31/+32
* radeonsi: pass -O halt_waves to umr for hang debuggingNicolai Hähnle2018-04-112-3/+3
* vulkan: Drop vk_android_native_buffer.xmlJason Ekstrand2018-04-1012-109/+26
* nir/lower_atomics: Rework the main walker loop a bitJason Ekstrand2018-04-101-8/+16
* radv: Enable RB+ where possible.Bas Nieuwenhuizen2018-04-113-6/+151
* nir: Check if u_vector_init() succeedsTopi Pohjolainen2018-04-111-2/+9
* mesa: Assert base format before truncating to unsigned shortTopi Pohjolainen2018-04-111-2/+3
* intel/dev: Assert the number of slices is not zeroTopi Pohjolainen2018-04-111-1/+1
* i965: Remove brw_bo_alloc_tiled_2d from intel_detect_swizzling.Kenneth Graunke2018-04-101-10/+4
* mesa: fix glsl version mismatch in compat profileTimothy Arceri2018-04-111-2/+6
* radv: fix picking the method for resolve subpassSamuel Pitoiset2018-04-101-1/+1
* radv: add shader BOs to the list at pipeline bind timeSamuel Pitoiset2018-04-101-3/+15
* ac/surface: don't set the display flag for obviously unsupported cases (v2)Marek Olšák2018-04-104-4/+33
* radeonsi: add shader binary padding for UMRMarek Olšák2018-04-101-3/+15
* ac/surface/gfx9: request desired micro tile mode explicitlyMarek Olšák2018-04-101-4/+16
* glsl: remove unreachable assert()Emil Velikov2018-04-101-2/+0
* spirv: autotools: add vtn_gather_types_c.py in distribution tarballJuan A. Suarez Romero2018-04-101-1/+2
* radeonsi: autotools: add si_build_pm4.h in dist tarballJuan A. Suarez Romero2018-04-101-0/+1
* ac/nir: Use an array instead of hashtable for SSA defs.Bas Nieuwenhuizen2018-04-101-9/+13
* st/mesa: finalise tcs/tes/geom NIR before storing it to the cacheTimothy Arceri2018-04-101-2/+9
* st/mesa: exit st_translate_fragment_program() earlier for NIR pathTimothy Arceri2018-04-101-6/+6
* radeonsi/nir: tidy up si_nir_load_sampler_desc()Timothy Arceri2018-04-101-5/+3
* radeonsi/nir: set uses_bindless_images for imagesTimothy Arceri2018-04-101-1/+16
* nir: dont lower bindless samplersTimothy Arceri2018-04-101-1/+7
* st/glsl_to_nir: set paramater value offset as driver location for packed unif...Timothy Arceri2018-04-103-11/+11
* radeonsi/nir: don't add bindless samplers/images to declared bitmasksTimothy Arceri2018-04-101-6/+6
* st/mesa: stop calling _mesa_init_shader_object_functions()Timothy Arceri2018-04-101-1/+0
* anv/pipeline: Lower more constant initializers earlierJason Ekstrand2018-04-091-7/+5
* spirv: Use the LOCAL_GROUP_SIZE system valueJason Ekstrand2018-04-091-15/+2
* nir/lower_system_values: Support SYSTEM_VALUE_LOCAL_GROUP_SIZEJason Ekstrand2018-04-091-0/+10
* intel: aubinator: print out addresses of invalid instructionsLionel Landwerlin2018-04-101-9/+14
* radv: Always reset draw user SGPRs after secondary command buffer.Bas Nieuwenhuizen2018-04-091-14/+3
* radv: Don't set instance count using predication.Bas Nieuwenhuizen2018-04-091-1/+1
* mesa/st/nir: fix instruction removalRob Clark2018-04-091-1/+1
* mesa/st/nir: fix naked lowering pass callRob Clark2018-04-091-1/+1
* nir: add comment about nir_src_copy()Rob Clark2018-04-091-0/+3
* i965: Make the miptree clear color setter take a gl_color_unionNanley Chery2018-04-093-6/+7
* i965/miptree: Move the clear color and value setter implementationsNanley Chery2018-04-092-21/+30
* i965: Use the brw_context for the clear color and value settersNanley Chery2018-04-093-6/+6
* radeonsi: convert dispatch packet to little endianBas Vermeulen2018-04-091-12/+12
* radeonsi: correct si_vgt_param_key on big endian machinesBas Vermeulen2018-04-091-0/+13
* radeonsi: don't set RB+ registers on GFX9 chips without RB+Marek Olšák2018-04-091-6/+1
* etnaviv: meson: add etnaviv_query_pm.[ch] to the sourcesEmil Velikov2018-04-091-0/+2
* i965: return the fourcc saved in __DRIimage when possibleXiong, James2018-04-091-3/+10
* nir: Fix a typo in src/compiler/Makefile.nir.amBastien Orivel2018-04-091-1/+1
* radv: fix prefetching of vertex shader and VBOs on SISamuel Pitoiset2018-04-091-1/+1
* radv: implement VK_AMD_shader_core_propertiesSamuel Pitoiset2018-04-092-0/+41