aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* compiler/link: move add_program_resource to linker_utilAlejandro Piñeiro2018-06-215-56/+91
* nir/linker: Set the uniform initial valuesNeil Roberts2018-06-215-0/+298
* nir/linker: Add gl_nir_link_uniforms()Eduardo Lima Mitev2018-06-214-0/+506
* compiler/link: add linker_util.h, move linker_error/warning to itAlejandro Piñeiro2018-06-216-14/+48
* spirv: Set nir_variable->explicit_bindingNeil Roberts2018-06-212-0/+3
* spirv: Get rid of vtn_variable_mode_image/samplerNeil Roberts2018-06-215-39/+20
* spirv: translate default-block uniformsNicolai Hähnle2018-06-212-10/+16
* nir/types: Add a utility wrapper to glsl_type::sampler_index()Eduardo Lima Mitev2018-06-212-0/+8
* nir/types: Add a glsl_get_component_slots() utilityEduardo Lima Mitev2018-06-212-0/+7
* nir/lower_samplers: Limit assert to GLSL shader programsEduardo Lima Mitev2018-06-211-1/+2
* nir: Add explicit_binding to nir_variableNeil Roberts2018-06-212-0/+6
* mesa/main: add NULL name check when searching for a resource nameAlejandro Piñeiro2018-06-211-0/+5
* i965: use gl_shader_program_data::spirvAlejandro Piñeiro2018-06-211-1/+1
* mesa/main: Add a 'spirv' flag to gl_shader_program_dataEduardo Lima Mitev2018-06-212-0/+7
* docs/release-calendar: restore the missing 18.1 columnEmil Velikov2018-06-211-0/+1
* configure: use compliant grep regex checksEmil Velikov2018-06-211-2/+2
* glsl/tests/glcpp: reinstate "error out if no tests found"Emil Velikov2018-06-211-0/+9
* glsl/glcpp/tests: reinstate srcdir/abs_builddir blurbEmil Velikov2018-06-211-0/+13
* glsl: fold glcpp-test-cr-lf.sh into glcpp-test.shEmil Velikov2018-06-213-5/+1
* st/dri: constify dri_fill_st_visual's screenEmil Velikov2018-06-212-2/+4
* mesa: remove struct gl_extensions::ATI_separate_stencilEmil Velikov2018-06-217-15/+2
* travis: add libXrandr and its randrproto dependencyEric Engestrom2018-06-211-0/+10
* swr: bump minimum supported LLVM version to 5.0Juan A. Suarez Romero2018-06-215-17/+16
* radeonsi: add a debug flag to zero vram allocationsGrazvydas Ignotas2018-06-215-0/+7
* radeonsi: use shifts for sign extensionGrazvydas Ignotas2018-06-211-2/+2
* radv: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmationSamuel Pitoiset2018-06-211-3/+9
* radv: use EOP_DATA_SEL_* instead of magic numbersSamuel Pitoiset2018-06-213-6/+12
* r600: fix copy/paste bug for sampleMaskIn workaroundRoland Scheidegger2018-06-211-1/+1
* v3d: Fix min vs mag determination when not doing mip filtering.Eric Anholt2018-06-201-2/+10
* vulkan: EXT_acquire_xlib_display requires libXrandr headers to buildKeith Packard2018-06-208-5/+13
* v3d: Implement ALPHA_TO_COVERAGE.Eric Anholt2018-06-202-2/+15
* v3d: Track write reference to the separate stencil buffer.Eric Anholt2018-06-201-1/+16
* v3d: Add missing reference to the separate stencil buffer.Eric Anholt2018-06-201-11/+13
* 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