aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: add RADV_NUM_PHYSICAL_VGPRS constantSamuel Pitoiset2018-04-092-2/+6
* radv: add radv_get_num_physical_sgprs() helperSamuel Pitoiset2018-04-092-11/+10
* vulkan: Update the XML and headers to 1.1.72Samuel Pitoiset2018-04-093-51/+445
* docs: properly escape charactersAndres Gomez2018-04-091-1/+1
* mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usageAndres Gomez2018-04-091-2/+8
* mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API overrideMarek Olšák2018-04-092-28/+45
* dri_util: don't fail when not supporting ARB_compatibility with GL3.1Andres Gomez2018-04-092-4/+17
* dri_util: when overriding, always reset the core versionAndres Gomez2018-04-091-4/+2
* radv: add radv_image_is_tc_compat_htile() helperSamuel Pitoiset2018-04-095-12/+21
* radv: add radv_use_dcc_for_image() helperSamuel Pitoiset2018-04-091-30/+68
* radv: rename radv_image_is_tc_compat_htile()Samuel Pitoiset2018-04-091-3/+3
* radv: simplify a check in radv_initialise_color_surface()Samuel Pitoiset2018-04-091-1/+1
* radv: clean up radv_vi_dcc_enabled()Samuel Pitoiset2018-04-093-8/+12
* radv: clean up radv_htile_enabled()Samuel Pitoiset2018-04-091-6/+9
* radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpersSamuel Pitoiset2018-04-099-36/+72
* radv: add radv_get_cmask_fast_clear_value() helperSamuel Pitoiset2018-04-091-1/+22
* radv: add radv_clear_{cmask,dcc} helpersSamuel Pitoiset2018-04-094-15/+29
* st/nine: Do not use scratch for face registerAxel Davy2018-04-081-1/+1