summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv/cmd_state: Drop the scratch_size fieldJason Ekstrand2018-01-231-1/+0
* anv/pipeline: Don't assert on more than 32 samplersJason Ekstrand2018-01-231-1/+7
* radv: fix sample_mask_in loading. (v3.1)Dave Airlie2018-01-244-6/+56
* radv: don't use hw resolves for r16g16 norm formats.Dave Airlie2018-01-241-1/+4
* radv: don't use hw resolve for integer image formatsDave Airlie2018-01-241-0/+5
* radv: add fs_key meta format support to resolve passes.Dave Airlie2018-01-242-30/+61
* winsys/svga: check correct member after createGrazvydas Ignotas2018-01-231-1/+1
* svga: fix context alloc error handlingGrazvydas Ignotas2018-01-231-1/+1
* meson: remove lib prefix from libd3dadapter9.soChristoph Haag2018-01-231-0/+1
* radeon: remove left over dead codeEric Engestrom2018-01-231-6/+0
* ac/nir: Use instance_rate_inputs per attribute, not per variable.Bas Nieuwenhuizen2018-01-231-14/+13
* anv: Return trampoline entrypoints from GetInstanceProcAddrJason Ekstrand2018-01-232-1/+50
* anv/entrypoints: Use an named tuple for paramsJason Ekstrand2018-01-231-11/+23
* anv: Only advertise enabled entrypointsJason Ekstrand2018-01-233-6/+74
* anv: Add a per-device dispatch tableJason Ekstrand2018-01-232-1/+44
* anv: Add a per-instance dispatch tableJason Ekstrand2018-01-232-1/+7
* anv: Properly NULL for GetInstanceProcAddr with a null instanceJason Ekstrand2018-01-231-1/+23
* anv/extensions: Fix VkVersion::c_vk_version for patch == NoneJason Ekstrand2018-01-231-1/+2
* anv/entrypoints: Parse entrypoints before extensions/featuresJason Ekstrand2018-01-231-15/+17
* anv/entrypoints: Expose the different dispatch tablesJason Ekstrand2018-01-231-8/+12
* anv/entrypoints: Split entrypoint index lookup into its own functionJason Ekstrand2018-01-232-5/+16
* anv/entrypoints: Add a LAYERS helper variableJason Ekstrand2018-01-231-7/+15
* anv/entrypoints: Add an Entrypoint classJason Ekstrand2018-01-231-50/+63
* anv: Add a per-device table of enabled extensionsJason Ekstrand2018-01-232-0/+5
* anv: Use tables for device extension wranglingJason Ekstrand2018-01-233-32/+49
* anv: Add a per-instance table of enabled extensionsJason Ekstrand2018-01-232-0/+6
* anv: Use tables for instance extension wranglingJason Ekstrand2018-01-233-31/+34
* anv/extensions: Generate a header file with extension tablesJason Ekstrand2018-01-235-10/+92
* anv/meson: Simplify some dependency and flag trackingJason Ekstrand2018-01-231-9/+16
* anv: Split anv_extensions.py into two filesJason Ekstrand2018-01-234-157/+189
* anv/meson: Make anv_entrypoints_gen.py depend on anv_extensions.pyJason Ekstrand2018-01-231-1/+2
* ac: fix image load store for GLSL_SAMPLER_DIM_3DTimothy Arceri2018-01-231-1/+3
* ac: image size builtin for GLSL_SAMPLER_DIM_3DTimothy Arceri2018-01-231-1/+2
* swr: refactor swr_create_screen to allow for proper cleanup on errorChuck Atkins2018-01-224-56/+79
* ac: fix ac_build_varying_gather_values() for packed layoutsTimothy Arceri2018-01-231-1/+1
* ac: remove arrays when when querying sampler infoTimothy Arceri2018-01-231-3/+1
* glsl: add image and sampler (un)packing support to glsl to nirTimothy Arceri2018-01-231-0/+4
* nir: add image and sampler type to glsl_get_bit_size()Timothy Arceri2018-01-231-0/+2
* ac: fix emit vertex stream parameterTimothy Arceri2018-01-231-2/+3
* ac: add support for gl_HelperInvocationTimothy Arceri2018-01-231-0/+14
* ac/radeonsi: add emit primitive to the abiTimothy Arceri2018-01-233-2/+8
* radeonsi: add generic emit primitive helperTimothy Arceri2018-01-231-7/+14
* ac: add stream handling to visit_end_primitive()Timothy Arceri2018-01-231-4/+3
* radeonsi/nir: fix fs output indexTimothy Arceri2018-01-231-0/+5
* ac/nir/radeonsi: add ARB_shader_ballot supportTimothy Arceri2018-01-232-0/+46
* ac/nir: add ARB_shader_group_vote supportTimothy Arceri2018-01-231-0/+15
* radeonsi/nir: add primitive id to inputs scanTimothy Arceri2018-01-231-0/+3
* radeonsi/nir: add nir_intrinsic_load_sample_mask_in to ir scanTimothy Arceri2018-01-231-0/+3
* u_thread: Use pthread_setname_np on linux only.Samuel Thibault2018-01-221-1/+2
* svga: Prevent use after free.Jose Fonseca2018-01-221-0/+1