summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* automake: small cleanup after the meson.build inclusion18.0-branchpointEmil Velikov2018-01-234-5/+4
* automake: anv: ship anv_extensions_gen.py in the tarballEmil Velikov2018-01-231-0/+1
* automake: vc5: remove non-applicable v3dx_simulator.hEmil Velikov2018-01-231-1/+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
* i965: Drop render_target_start from binding table struct.Kenneth Graunke2018-01-224-13/+10
* i965: make brw_context::num_samples unsigned intEmil Velikov2018-01-221-1/+1
* st/mesa: provide static inline st_init_vdpau_functionsEmil Velikov2018-01-222-6/+8
* radv: add an option that allows to dump pre-optimization irSamuel Pitoiset2018-01-225-0/+8
* i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContextChris Wilson2018-01-221-1/+3
* radv: restore previous stencil reference after depth-stencil clearMatthew Nicholls2018-01-221-0/+6
* i965: Set tiling on BOs imported with modifiersJason Ekstrand2018-01-211-1/+10