panfrost: Assign indices at draw-time
[mesa.git] / src / gallium / drivers / iris /
2019-08-08 Greg Vmeson: define ETIME to ETIMEDOUT if not present
2019-08-08 Rhys Perryanv,i965,iris: deduplicate setting of total_shared
2019-08-08 Mark Janesintel/perf: move perf-related constants to common location
2019-08-07 Bas Nieuwenhuizenmeson,i965: Link with android deps when building for...
2019-08-06 Danylo Piliaieviris: Handle vertex shader with window space position
2019-08-06 Kenneth Graunkeiris: Increase BATCH_SZ to 64kB
2019-08-05 Kenneth Graunkeiris: Fix bad external BO hash table and zombie list...
2019-08-05 Kenneth Graunkeiris/bufmgr: Move iris_bo_reference into hash_find_bo...
2019-08-03 Jason Ekstrandiris: Fix handling of SIMD32 fragment shaders
2019-08-02 Timothy Arceriiris: bump compat profile support to 4.6
2019-08-02 Kenneth Graunkegallium: Implement GL_EXT_shader_samples_identical...
2019-08-01 Mark Janesiris/screen: use initialization routine for gen_device_info
2019-08-01 Mark Janesintel/common: provide common ioctl routine
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in tess eval shaders
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in geometry shaders
2019-07-31 Kenneth Graunkeiris: Skip emitting 3DSTATE_INDEX_BUFFER if possible
2019-07-31 Kenneth Graunkeiris: Skip repeated depth buffer disables.
2019-07-30 Sagar Ghugeiris: Enable EXT_texture_shadow_lod
2019-07-29 Kenneth Graunkeiris: Fix SO offset to be 32-bit in DrawTransformFeedba...
2019-07-29 Jason Ekstrandintel: Use a system value for gl_FragCoord
2019-07-25 Kenneth Graunkeiris: Use gen_mi_builder to handle CS ALU operations.
2019-07-25 Kenneth Graunkeiris: Make iris_query.c a genxml-compiled file.
2019-07-25 Kenneth Graunkeiris: Move iris_resolve_conditional_render to the vtable.
2019-07-25 Kenneth Graunkeiris: Refactor genxml macros and inlines into iris_genx...
2019-07-25 Kenneth Graunkeiris: Make an iris_genx_protos.h header for prototypes.
2019-07-24 Jason Ekstrandintel/compiler: Be more conservative about subgroup...
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-23 Kenneth Graunkeiris: Support storage images that have matching typed...
2019-07-23 Kenneth Graunkeiris: Stop advertising MSAA storage images by mistake
2019-07-18 Timothy Arceriiris: change last_vue_stage() to look at uncompiled...
2019-07-17 Rafael Antognolliiris: Enable fast clears on other miplevels and layers...
2019-07-17 Rafael Antognolliiris: Allow resolving clear color of CCS_D surfaces.
2019-07-17 Kenneth Graunkeiris: Make iris_has_color_unresolved non-static
2019-07-17 Kenneth Graunkeiris: Drop copy and pasted iris_timebase_scale
2019-07-15 Kenneth Graunkeiris: Better handle decoder base addresses
2019-07-12 Kenneth Graunkeiris: Simplify devinfo access in calculate_result_on_gpu()
2019-07-11 Kenneth Graunkeiris: Disable SIMD32 when using a 16x MSAA framebuffer.
2019-07-11 Kenneth Graunkeiris: Fix key->input_vertices for 8_PATCH TCS mode.
2019-07-11 Kenneth Graunkeiris: Only set key->flat_shade if COL0/COL1 are written.
2019-07-11 Kenneth Graunkeiris: Drop comment about var->data.binding not being...
2019-07-11 Kenneth Graunkeiris: Drop comments about missing NOS
2019-07-11 Kenneth Graunkeiris: Drop a TODO comment
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-08 Dongwon Kimiris: disable repacking for compression for applicable gen
2019-07-05 Jason Ekstrandiris: Use a uint16_t for key sizes
2019-07-04 Kenneth Graunkeiris: Fix MOCS for grid surface
2019-07-04 Kenneth Graunkeiris: Minor tidying
2019-07-02 Mike Blumenkrantziris: assert isl_surf_init success in resource_from_handle
2019-07-02 Kenneth Graunkeiris: Defer closing and freeing VMA until buffers are...
2019-07-02 Kenneth Graunkeiris: Add an explicit alignment parameter to iris_bo_al...
2019-07-01 Kenneth Graunkeiris: Use MI_COPY_MEM_MEM for tiny resource_copy_region...
2019-06-28 Anuj PhogatRevert "iris/icl: Add WA_2204188704 to disable pixel...
2019-06-28 Kenneth Graunkeiris: Don't leak resources in iris_create_surface for...
2019-06-28 Kenneth Graunkeiris: Fix major resource leak in iris_set_shader_images
2019-06-27 Nanley Cheryintel: Add and use helpers for level0 extent
2019-06-27 Kenneth Graunkeiris: Fix memory leak of SO targets
2019-06-27 Kenneth Graunkeiris: Fix memory leak for draw parameter resources
2019-06-27 Kenneth Graunkeiris: Drop u_upload_unmap
2019-06-27 Kenneth Graunkeiris: Also properly restore INTERFACE_DESCRIPTOR_DATA...
2019-06-27 Kenneth Graunkeiris: Fix resource tracking for CS thread ID buffer
2019-06-27 Kenneth Graunkeiris: Only bother with thread ID upload if doing MEDIA_...
2019-06-27 Kenneth Graunkeiris: Do MEDIA_CURBE_LOAD when IRIS_DIRTY_CS is set...
2019-06-27 Kenneth Graunkeiris: Drop UBO range stuff from iris_restore_compute_sa...
2019-06-27 Kenneth Graunkeiris: Properly align interface descriptor data addresses
2019-06-27 Kenneth Graunkeiris: Disable loop unrolling in GLSL IR.
2019-06-27 Kenneth Graunkeiris: Delete dead ice->state.streamout_strides field.
2019-06-26 Kenneth Graunkeiris: Fix overzealous query object batch flushing.
2019-06-26 Kenneth Graunkeiris: Make an iris_batch_get_signal_syncpt() helper.
2019-06-23 Timur Kristófiris: move sysvals to their own constant buffer
2019-06-23 Kenneth Graunkeiris: Mark cbuf0 as not needing uploading every single...
2019-06-22 Kenneth Graunkeiris: Drop bo != NULL check from blorp 48b invalidate...
2019-06-22 Kenneth GraunkeRevert "iris: Don't check VF address high bits when...
2019-06-21 Jason Ekstrandi965,iris: Move guardband calculations to a common...
2019-06-20 Kenneth Graunkeiris: Use stream uploader for shader draw parameters.
2019-06-20 Kenneth Graunkeiris: Don't check VF address high bits when there is...
2019-06-20 Kenneth Graunkeiris: Drop RT flushes from depth stencil clearing flushes.
2019-06-20 Kenneth Graunkeiris: Don't bother with PIPE_CONTROLs for CPU writes...
2019-06-20 Kenneth Graunkeiris: Only do an RT flush for transfer maps if using...
2019-06-20 Kenneth Graunkeiris: Use iris_flush_bits_for_history in iris_transfer_...
2019-06-20 Kenneth Graunkeiris: Avoid double flushing in iris_transfer_flush_regi...
2019-06-20 Kenneth Graunkeiris: Fix iris_flush_and_dirty_history to actually...
2019-06-20 Kenneth Graunkeiris: Add maybe_flush calls to texture_barrier and...
2019-06-20 Kenneth Graunkeiris: Implement INTEL_DEBUG=pc for pipe control logging.
2019-06-20 Kenneth Graunkeiris: Use render_batch/compute_batch locals in memory_b...
2019-06-19 Kenneth Graunkeiris: Bail on queries for INTEL_NO_HW=1.
2019-06-18 Kenneth Graunkeiris: Support more RGBX pipe formats.
2019-06-17 Kenneth Graunkeiris: Make resource_copy_region handle packed depth...
2019-06-17 Kenneth Graunkeiris: Order CS stall and TC invalidate for format reint...
2019-06-17 Kenneth Graunkeiris: Be more aggressive at post-format-reintepret...
2019-06-13 Caio Marcelo de... iris: Enable INTEL_shader_atomic_float_minmax
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-12 Caio Marcelo de... iris: Only upload surface state for grid info when...
2019-06-12 Caio Marcelo de... iris: Create binding table slot for num_work_groups...
2019-06-11 Caio Marcelo de... iris: Enable PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
2019-06-10 Kenneth Graunkeiris: Bypass half-float pack/unpack lowering.
2019-06-07 Kenneth Graunkeiris: Zero shs->cbuf0 when binding a passthrough TCS
2019-06-07 Kenneth Graunkeiris: Rename bind_state to bind_shader_state.
2019-06-07 Kenneth Graunkeiris: Sweep the NIR in iris_create_uncompiled_shader().
2019-06-05 Jason Ekstrandintel/nir: Stop returning the shader from helpers
next