iris: Enable GL_AMD_depth_clamp_separate
[mesa.git] / src / gallium / drivers / iris / iris_screen.c
2019-04-24 Kenneth Graunkeiris: Enable GL_AMD_depth_clamp_separate
2019-04-24 Kenneth Graunkeiris: Actually put Mesa in GL_RENDERER string
2019-04-23 Mike Blumenkrantziris: add support for INTEL_conservative_rasterization
2019-04-23 Kenneth Graunkeiris: Replace buffer backing storage and rebind to...
2019-04-22 Kenneth Graunkeiris: Enable the dual_color_blend_by_location driconf...
2019-04-22 Kenneth Graunkeiris: Add mechanism for iris-specific driconf options
2019-04-16 Kenneth Graunkeiris: Change vendor and renderer strings
2019-04-16 Kenneth Graunkeiris: Make shader_perf_log print to stderr if INTEL_DEB...
2019-04-10 Mike Blumenkrantziris: support INTEL_NO_HW environment variable
2019-04-09 Caio Marcelo de... iris: Enable NV_compute_shader_derivatives
2019-03-29 Caio Marcelo de... iris: Clean up compiler warnings about unused
2019-03-11 Timur Kristófiris: Face should be a system value.
2019-03-08 Kenneth Graunkeiris: Use copy_region and staging resources to avoid...
2019-03-08 Chris Wilsoniris: Wire up EGL_IMG_context_priority
2019-03-07 Kenneth Graunkeiris: Drop PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
2019-02-26 Jose Maria Casanov... iris: Enable ARB_shader_draw_parameters support
2019-02-21 Kenneth Graunkeiris: Make an IRIS_MAX_MIPLEVELS define
2019-02-21 Kenneth Graunkeiris: Drop XXX about checking for swizzling
2019-02-21 Andre Heideriris: improve PIPE_CAP_VIDEO_MEMORY bogus value
2019-02-21 Kenneth Graunkeiris: Stop chopping off the first nine characters of...
2019-02-21 Kenneth Graunkeiris: Add PIPE_CAP_MAX_VARYINGS
2019-02-21 Kenneth Graunkeiris: minor tidying
2019-02-21 Kenneth Graunkeiris: Enable PIPE_CAP_COMPACT_ARRAYS
2019-02-21 Kenneth Graunkeiris: fail to create screen for older unsupported HW
2019-02-21 Kenneth Graunkeiris: Switch to the new PIPELINE_STATISTICS_QUERY_SINGL...
2019-02-21 Dave Airlieiris: setup gen8 caps
2019-02-21 Kenneth Graunkeiris: Destroy the bufmgr
2019-02-21 Kenneth Graunkeiris: Destroy transfer helper on screen teardown
2019-02-21 Kenneth Graunkeiris: Enable precompiles
2019-02-21 Kenneth Graunkeiris: Lie about indirects
2019-02-21 Kenneth Graunkeiris: Enable ctx->Const.UseSTD430AsDefaultPacking
2019-02-21 Chris Wilsoniris: Add fence support using drm_syncobj
2019-02-21 Chris Wilsoniris: Tag each submitted batch with a syncobj
2019-02-21 Kenneth Graunkeiris: don't support pull constants.
2019-02-21 Kenneth Graunkeiris: Enable ARB_shader_stencil_export
2019-02-21 Kenneth Graunkeiris: Fix texture buffer / image buffer sizes.
2019-02-21 Kenneth Graunkeiris: little bits of compute basics
2019-02-21 Kenneth Graunkeiris: initial compute caps
2019-02-21 Kenneth Graunkeiris: Enable fb fetch
2019-02-21 Kenneth Graunkeiris: advertise GL_ARB_shader_texture_image_samples
2019-02-21 Kenneth Graunkeiris: force persample interp cap
2019-02-21 Kenneth Graunkeiris: stencil texturing
2019-02-21 Kenneth Graunkeiris: Enable ARB_shader_vote
2019-02-21 Kenneth Graunkeiris: magic number 36 -> #define
2019-02-21 Kenneth Graunkeiris: Need to | 1 when asking for timestamps
2019-02-21 Kenneth Graunkeiris: glGet timestamps, more correct timestamps
2019-02-21 Kenneth Graunkeiris: initial query code
2019-02-21 Caio Marcelo de... iris: Fix uses of gl_TessLevel*
2019-02-21 Kenneth Graunkeiris: totally untested icelake support
2019-02-21 Kenneth Graunkeiris: enable ARB_enhanced_layouts
2019-02-21 Kenneth Graunkeiris: use Eric's new caps helper
2019-02-21 Kenneth Graunkeiris: new caps
2019-02-21 Chris Wilsoniris: AMD_pinned_memory
2019-02-21 Kenneth Graunkeiris: use consistent copyright formatting
2019-02-21 Kenneth Graunkeiris: implement ARB_clear_texture
2019-02-21 Kenneth Graunkeiris: we can do multisample Z resolves
2019-02-21 Kenneth Graunkeiris: deal with Marek's new MSAA caps
2019-02-21 Kenneth Graunkeiris: fill out more caps
2019-02-21 Kenneth Graunkeiris: comment everything
2019-02-21 Kenneth Graunkeiris: we don't support textureGatherOffsets, need it...
2019-02-21 Kenneth Graunkeiris: fix GS output component limit
2019-02-21 Kenneth Graunkeiris: enable texture gather
2019-02-21 Kenneth Graunkeiris: fix SSBO indexing
2019-02-21 Kenneth Graunkeiris: enable SSBOs
2019-02-21 Kenneth Graunkeiris: fix TBO alignment to match 965
2019-02-21 Kenneth Graunkeiris: expose more things that we already support
2019-02-21 Kenneth Graunkeiris: fix EmitNoIndirect
2019-02-21 Kenneth Graunkeiris: fill out MAX_PATCH_VERTICES
2019-02-21 Kenneth Graunkeiris: bits of multisample program key
2019-02-21 Kenneth Graunkeiris: slab allocate transfers
2019-02-21 Kenneth Graunkeiris: don't crash on shader perf logs
2019-02-21 Kenneth Graunkeiris: fall back to u_generate_mipmap
2019-02-21 Kenneth Graunkeiris: fix fragcoord ytransform
2019-02-21 Kenneth Graunkeiris: Disable unsupported mirror clamp modes
2019-02-21 Kenneth Graunkeiris: fix caps so tests run again
2019-02-21 Kenneth Graunkeiris: support signed vertex buffer offsets
2019-02-21 Kenneth Graunkeiris: allow mapped buffers during execution (faster)
2019-02-21 Kenneth Graunkeiris: better ubo handling
2019-02-21 Kenneth Graunkeiris: caps
2019-02-21 Kenneth Graunkeiris: bump GL version to 4.2
2019-02-21 Kenneth Graunkeiris: crazy pipe control code
2019-02-21 Kenneth Graunkeiris: Soft-pin the universe
2019-02-21 Kenneth Graunkeiris: stop adding 9 to our varyings
2019-02-21 Kenneth Graunkeiris: actually softpin at an address
2019-02-21 Kenneth Graunkeiris: reworks, FS compile pieces
2019-02-21 Kenneth Graunkeiris: parse INTEL_DEBUG
2019-02-21 Kenneth Graunkeiris: shader debug log
2019-02-21 Kenneth Graunkeiris: sampler states
2019-02-21 Kenneth Graunkeiris: Initial commit of a new 'iris' driver for Intel...