meson: Install dri.pc file when building gallium dri drivers
[mesa.git] / src / mesa / drivers / dri /
2017-12-04 Dylan Bakermeson: Install dri.pc file when building gallium dri...
2017-12-04 Lionel Landwerlini965: read CS timestamp frequency from the kernel on...
2017-12-04 Kenneth Graunkei965: Emit CS stall before MEDIA_VFE_STATE.
2017-12-04 Kenneth Graunkei965: Move PIPE_CONTROL defines and prototypes to brw_p...
2017-12-02 Jordan Justeni965: Serialize nir later in the linking process
2017-12-01 Rafael Antognollii965/gen10: Change the order of PIPE_CONTROL and load...
2017-12-01 Rafael Antognollii965/gen10: emit 3DSTATE_MULTISAMPLE more often.
2017-12-01 Jason Ekstrandi965: Disable regular fast-clears (CCS_D) on gen9+
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-30 Kenneth Graunkei965: Reorganize batch/state BO fields into a 'brw_grow...
2017-11-30 Kenneth Graunkei965: Don't grow batch/state buffer on every emit after...
2017-11-30 Kenneth Graunkei965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.
2017-11-30 Kenneth Graunkei965: Use old_bo->align when growing batch/state buffer...
2017-11-29 Kenneth Graunkei965: Program the dynamic state heap size to MAX_STATE_...
2017-11-29 Juan A. Suarez Romeromesa: deal with vs_inputs as 64-bit unsigned integer
2017-11-28 Kenneth Graunkei965: Change a ret == -1 check to ret != 0.
2017-11-28 Kenneth Graunkei965: Use C99 struct initializers in brw_bufmgr.c.
2017-11-28 Kenneth Graunkei965: Move perf_debug and WARN_ONCE back to brw_context.h.
2017-11-28 Eric Engestromi965: const a few structs and vars to avoid writing...
2017-11-28 Kenneth Graunkei965: Fix Smooth Point Enables.
2017-11-28 Lionel Landwerlini965: perf: add support for CoffeeLake GT3
2017-11-28 Lionel Landwerlini965: perf: add support for CoffeeLake GT2
2017-11-28 Lionel Landwerlini965: perf: add busyness metric sets on gen8/9 platforms
2017-11-28 Lionel Landwerlini965: fix time elapsed counter equations in VME/Media...
2017-11-28 Lionel Landwerlini965: perf: update counter names on gen8/9 platforms
2017-11-28 Lionel Landwerlini965: add a debug option to disable oa config loading
2017-11-28 Lionel Landwerlini965: perf: add support for userspace configurations
2017-11-28 Lionel Landwerlini965: perf: update configs for loading from userspace
2017-11-28 Jason Ekstrandintel/blorp: Take a range of layers in blorp_ccs_resolve
2017-11-28 Jason Ekstrandintel/blorp: Add initial support for indirect clear...
2017-11-28 Jason Ekstrandi965/blorp: Use a designated initializer for blorp_surf
2017-11-25 Marek Olšákmesa: shrink VERT_ATTRIB bitfields to 32 bits
2017-11-25 Marek Olšákmesa: remove unused vertex attrib WEIGHT
2017-11-21 Jordan Justeni965: Support decoding INTERFACE_DESCRIPTOR_DATA with...
2017-11-20 Aravindan Muthukumari965: Optimize bucket index calculation
2017-11-18 Jason Ekstrandi965: Mark BOs as external when we export their handle
2017-11-18 Jason Ekstrandi965/bufmgr: Add a helper to mark a BO as external
2017-11-17 Kenneth Graunkei965: Revert Gen8 aspect of VF PIPE_CONTROL workaround.
2017-11-17 Matt Turneri965: Rewrite disassembly annotation code
2017-11-17 Anuj Phogati965: Remove DWord length from MI_FLUSH_DW definition
2017-11-17 Kenneth Graunkei965: Upload invariant state once at the start of the...
2017-11-16 Rafael Antognollimeson: Add dridriverdir variable to dri.pc.
2017-11-16 Emil Velikovi915: add missing extensions.h include
2017-11-16 Emil Velikovmesa: split extensions overrides and glGetString(GL_EXT...
2017-11-16 Emil Velikovi965: remove ARB_compute_shader extension override
2017-11-16 Emil Velikovi965: use _mesa_is_desktop_gl helper
2017-11-16 Kenneth Graunkei965: Implement another VF cache invalidate workaround...
2017-11-15 Kenneth Graunkei965: Drop some reserved space remnants.
2017-11-15 Kenneth Graunkei965: Fold ABO state upload code into the SSBO/UBO...
2017-11-15 Kenneth Graunkei965: Use nir_lower_atomics_to_ssbos and delete ABO...
2017-11-15 Kenneth Graunkei965: Make a better helper function for UBO/SSBO/ABO...
2017-11-14 Anuj Phogati965: Make use of brw_load_register_imm32() helper...
2017-11-14 Anuj Phogati965/gen8+: Fix the number of dwords programmed in...
2017-11-14 Anuj Phogati965: Program DWord Length in MI_FLUSH_DW
2017-11-14 Julien Isorcei965: implement (un)mapImage
2017-11-14 Jason Ekstrandi965: Track the depth and render caches separately
2017-11-14 Jason Ekstrandi965/blorp: Add more destination flushing
2017-11-14 Jason Ekstrandi965: Add more precise cache tracking helpers
2017-11-14 Jason Ekstrandi965: Add stencil buffers to cache set regardless of...
2017-11-14 Jason Ekstrandi965: Switch over to fully external-or-not MOCS scheme
2017-11-14 Jason Ekstrandi965: Use PTE MOCS for all external buffers
2017-11-14 Jason Ekstrandintel/blorp: Make the MOCS setting part of blorp_address
2017-11-10 Jason Ekstrandi965/gen10: Use the correct form of | for the RCPFE...
2017-11-10 Kenneth Graunkei965: Make L3 configuration atom listen for TCS/TES...
2017-11-09 Marek Olšákmesa: enable ARB_texture_buffer_* extensions in the...
2017-11-09 Kenneth Graunkei965: Pretend there are 4 subslices for compute shader...
2017-11-09 Tapani Pällii965: expose SRGB visuals and turn on EGL_KHR_gl_colorspace
2017-11-08 Kenneth Graunkei965: properly initialize brw->cs.base.stage to MESA_SH...
2017-11-08 Jason Ekstrandintel/nir: Break the linking code into a helper in...
2017-11-07 Jason Ekstrandintel/cs: Push subgroup ID instead of base thread ID
2017-11-06 Timothy Arcerii965: disable NIR linking on HSW and below
2017-11-06 Neil Robertsi965: Enable flush control
2017-11-06 Neil Robertsdri: Add a flush control extension
2017-11-06 Neil Robertsdri: Change __DriverApiRec::CreateContext to take a...
2017-11-06 Neil Robertsintel: Don't flush the old context in intelMakeCurrent
2017-11-03 Anuj Phogati965/gen10: Implement Wa3DStateMode
2017-11-03 Anuj Phogati965/gen10: Enable float blend optimization
2017-11-03 Anuj Phogati965/gen10: Implement WaForceRCPFEHangWorkaround
2017-11-03 Anuj Phogati965/gen10: Implement WaSampleOffsetIZ workaround
2017-11-03 Anuj Phogati965/gen10: Don't set Antialiasing Enable in 3DSTATE_RA...
2017-11-03 Anuj Phogati965/gen10: Don't set Smooth Point Enable in 3DSTATE_SF...
2017-11-03 Lionel Landwerlini965: perf: list registers to program for queries
2017-11-03 Lionel Landwerlini965: perf: factorize code for availability
2017-11-03 Lionel Landwerlini965: perf: make revision variable available
2017-11-01 Jordan Justeni965: Initialize disk shader cache if MESA_GLSL_CACHE_D...
2017-11-01 Jordan Justendri drivers: Always add the sha1 build-id
2017-11-01 Jordan Justeni965: Initialize sha1 hash of dri config options
2017-11-01 Jordan Justeni965: Don't link when the program was found in the...
2017-11-01 Jordan Justeni965: add cache fallback support using serialized nir
2017-11-01 Timothy Arcerii965: add support for cached shaders with xfb qualifiers
2017-11-01 Jordan Justeni965: Add shader cache support for compute
2017-11-01 Timothy Arcerii965: add shader cache support for tess stages
2017-11-01 Timothy Arcerii965: add shader cache support for geometry shaders
2017-11-01 Timothy Arcerii965: Add shader cache support for vertex and fragment...
2017-11-01 Timothy Arcerii965: add initial implementation of on disk shader...
2017-11-01 Jordan Justeni965: Calculate thread_count in brw_alloc_stage_scratch
2017-11-01 Jordan Justenintel/compiler: Remove final_program_size from brw_comp...
2017-11-01 Jordan Justeni965: Don't rely on nir for uses_texture_gather
2017-11-01 Jordan Justeni965/link: Serialize program to nir after linking for...
2017-10-31 Nanley Cheryi965: Check CCS_E compatibility for texture view rendering
next