iris: Expose aux buffer as 2nd plane w/modifiers
[mesa.git] / src / gallium / drivers / iris /
2019-08-13 Jordan Justeniris: Expose aux buffer as 2nd plane w/modifiers
2019-08-13 Jordan Justeniris: Export and import surfaces with modifiers that...
2019-08-13 Kenneth Graunkeiris: Do proper format checks for Y+CCS modifier support
2019-08-13 Jordan Justeniris: Create single bo for surfaces with modifiers...
2019-08-13 Jordan Justeniris: Split iris_resource_alloc_aux to enable aux modifiers
2019-08-13 Jordan Justeniris: Add aux offset into hiz_address
2019-08-13 Jordan Justeniris: Implement pipe_screen::resource_get_param
2019-08-12 Rafael Antognolliiris/gen11: Emit SLICE_HASH_TABLE when pipes are unbala...
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-08-12 Francisco Jereziris/gen9: Optimize slice and subslice load balancing...
2019-08-12 Tapani Pälliiris: reorder arguments as expected by the function
2019-08-12 Tapani Pälliiris/android: move iris_query.c to 'per gen' LIBIRIS_SR...
2019-08-11 Kenneth Graunkeiris: Free query on error path
2019-08-11 Kenneth Graunkeiris: Add missing 'break'
2019-08-10 Kenneth Graunkeiris: minor restyling
2019-08-10 Mark Janesiris/query: enable amd performance monitors
2019-08-10 Mark Janesiris/perf: get monitor results
2019-08-10 Mark Janesiris/perf: add begin/end hooks
2019-08-10 Mark Janesiris/perf: add delete query
2019-08-10 Mark Janesiris/perf: implement iris_create_monitor_object
2019-08-10 Mark Janesiris/perf: implement routines to return counter info
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...
next