aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* i965/bufmgr: Add a create_from_prime_tiled functionJason Ekstrand2018-01-212-8/+35
* i965/miptree: Use the tiling from the modifier instead of the BOJason Ekstrand2018-01-211-4/+5
* i965/miptree: Add an explicit tiling parameter to create_for_boJason Ekstrand2018-01-216-10/+24
* radv: Don't allow 3d or 1d depth/stencil textures.Bas Nieuwenhuizen2018-01-221-0/+3
* radv: Init variant entry with memset.Bas Nieuwenhuizen2018-01-221-0/+1
* radv: Fix bufimage failure deallocation.Bas Nieuwenhuizen2018-01-221-4/+6
* radv: Fix fragment resolve init memory allocation failure paths.Bas Nieuwenhuizen2018-01-221-8/+6
* radv: Fix freeing meta state if the device pipeline cache fails to allocate.Bas Nieuwenhuizen2018-01-221-1/+3
* radv: Fix memory allocation failure path in compute resolve init.Bas Nieuwenhuizen2018-01-221-1/+10
* radv: Fix ordering issue in meta memory allocation failure path.Bas Nieuwenhuizen2018-01-221-2/+2
* etnaviv: dirty TS state when framebuffer has changedLucas Stach2018-01-211-1/+2
* broadcom/vc5: Fix source file name.Vinson Lee2018-01-211-1/+1
* broadcom/vc5: Add missing include paths.Vinson Lee2018-01-211-2/+2
* mesa: Only require independent blending for GLES 3.2.Eric Anholt2018-01-211-1/+1