summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-01-23automake: small cleanup after the meson.build inclusion18.0-branchpointEmil Velikov4-5/+4
2018-01-23automake: anv: ship anv_extensions_gen.py in the tarballEmil Velikov1-0/+1
2018-01-23automake: vc5: remove non-applicable v3dx_simulator.hEmil Velikov1-1/+0
2018-01-23ac/nir: Use instance_rate_inputs per attribute, not per variable.Bas Nieuwenhuizen1-14/+13
2018-01-23anv: Return trampoline entrypoints from GetInstanceProcAddrJason Ekstrand2-1/+50
2018-01-23anv/entrypoints: Use an named tuple for paramsJason Ekstrand1-11/+23
2018-01-23anv: Only advertise enabled entrypointsJason Ekstrand3-6/+74
2018-01-23anv: Add a per-device dispatch tableJason Ekstrand2-1/+44
2018-01-23anv: Add a per-instance dispatch tableJason Ekstrand2-1/+7
2018-01-23anv: Properly NULL for GetInstanceProcAddr with a null instanceJason Ekstrand1-1/+23
2018-01-23anv/extensions: Fix VkVersion::c_vk_version for patch == NoneJason Ekstrand1-1/+2
2018-01-23anv/entrypoints: Parse entrypoints before extensions/featuresJason Ekstrand1-15/+17
2018-01-23anv/entrypoints: Expose the different dispatch tablesJason Ekstrand1-8/+12
2018-01-23anv/entrypoints: Split entrypoint index lookup into its own functionJason Ekstrand2-5/+16
2018-01-23anv/entrypoints: Add a LAYERS helper variableJason Ekstrand1-7/+15
2018-01-23anv/entrypoints: Add an Entrypoint classJason Ekstrand1-50/+63
2018-01-23anv: Add a per-device table of enabled extensionsJason Ekstrand2-0/+5
2018-01-23anv: Use tables for device extension wranglingJason Ekstrand3-32/+49
2018-01-23anv: Add a per-instance table of enabled extensionsJason Ekstrand2-0/+6
2018-01-23anv: Use tables for instance extension wranglingJason Ekstrand3-31/+34
2018-01-23anv/extensions: Generate a header file with extension tablesJason Ekstrand5-10/+92
2018-01-23anv/meson: Simplify some dependency and flag trackingJason Ekstrand1-9/+16
2018-01-23anv: Split anv_extensions.py into two filesJason Ekstrand4-157/+189
2018-01-23anv/meson: Make anv_entrypoints_gen.py depend on anv_extensions.pyJason Ekstrand1-1/+2
2018-01-23ac: fix image load store for GLSL_SAMPLER_DIM_3DTimothy Arceri1-1/+3
2018-01-23ac: image size builtin for GLSL_SAMPLER_DIM_3DTimothy Arceri1-1/+2
2018-01-22swr: refactor swr_create_screen to allow for proper cleanup on errorChuck Atkins4-56/+79
2018-01-23ac: fix ac_build_varying_gather_values() for packed layoutsTimothy Arceri1-1/+1
2018-01-23ac: remove arrays when when querying sampler infoTimothy Arceri1-3/+1
2018-01-23glsl: add image and sampler (un)packing support to glsl to nirTimothy Arceri1-0/+4
2018-01-23nir: add image and sampler type to glsl_get_bit_size()Timothy Arceri1-0/+2
2018-01-23ac: fix emit vertex stream parameterTimothy Arceri1-2/+3
2018-01-23ac: add support for gl_HelperInvocationTimothy Arceri1-0/+14
2018-01-23ac/radeonsi: add emit primitive to the abiTimothy Arceri3-2/+8
2018-01-23radeonsi: add generic emit primitive helperTimothy Arceri1-7/+14
2018-01-23ac: add stream handling to visit_end_primitive()Timothy Arceri1-4/+3
2018-01-23radeonsi/nir: fix fs output indexTimothy Arceri1-0/+5
2018-01-23ac/nir/radeonsi: add ARB_shader_ballot supportTimothy Arceri2-0/+46
2018-01-23ac/nir: add ARB_shader_group_vote supportTimothy Arceri1-0/+15
2018-01-23radeonsi/nir: add primitive id to inputs scanTimothy Arceri1-0/+3
2018-01-23radeonsi/nir: add nir_intrinsic_load_sample_mask_in to ir scanTimothy Arceri1-0/+3
2018-01-22u_thread: Use pthread_setname_np on linux only.Samuel Thibault1-1/+2
2018-01-22svga: Prevent use after free.Jose Fonseca1-0/+1
2018-01-22i965: Drop render_target_start from binding table struct.Kenneth Graunke4-13/+10
2018-01-22i965: make brw_context::num_samples unsigned intEmil Velikov1-1/+1
2018-01-22st/mesa: provide static inline st_init_vdpau_functionsEmil Velikov2-6/+8
2018-01-22radv: add an option that allows to dump pre-optimization irSamuel Pitoiset5-0/+8
2018-01-22i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContextChris Wilson1-1/+3
2018-01-22radv: restore previous stencil reference after depth-stencil clearMatthew Nicholls1-0/+6
2018-01-21i965: Set tiling on BOs imported with modifiersJason Ekstrand1-1/+10