util: Split the pack/unpack functions out of the format desc.
[mesa.git] / src / gallium /
2020-08-12 Eric Anholtutil: Split the pack/unpack functions out of the format...
2020-08-12 Marek Olšákradeonsi: fix compute-based culling with VERTEX_COUNTER...
2020-08-12 Marek Olšákradeonsi: disable NGG culling on gfx10.3 because of...
2020-08-12 Mike Blumenkrantzzink: handle more draw modes
2020-08-12 Mike Blumenkrantzzink: change pipeline hashes to index based on vk primi...
2020-08-12 Alyssa Rosenzweigpanfrost: Implement panfrost_query_dmabuf_modifiers
2020-08-12 Alyssa Rosenzweigpanfrost: Ensure AFBC slices are aligned
2020-08-12 Alyssa Rosenzweigpanfrost: Allocate enough space for tiled formats
2020-08-12 Alyssa Rosenzweigpanfrost: Enable YTR where allowed
2020-08-12 Alyssa Rosenzweigpanfrost: Choose AFBC when available
2020-08-12 Alyssa Rosenzweigpanfrost: Import staging routines from freedreno
2020-08-12 Alyssa Rosenzweigpanfrost: Respect modifiers in resource management
2020-08-12 Alyssa Rosenzweigpanfrost: Account for modifiers when creating BO
2020-08-12 Alyssa Rosenzweigpanfrost: Use modifier instead of layout throughout
2020-08-12 Alyssa Rosenzweigpanfrost: Introduce create_with_modifier helper
2020-08-12 Alyssa Rosenzweigpanfrost: Remove hint-based AFBC heuristic
2020-08-12 Alyssa Rosenzweigpanfrost: Set `initialized` more conservatively
2020-08-12 Alyssa Rosenzweiggallium/dri2: Support Arm modifiers
2020-08-12 Mike Blumenkrantzzink: print error when getprocaddr fails for extension...
2020-08-12 Jason Ekstrandiris: Add support for MESA_SHADER_KERNEL in the disk...
2020-08-12 Jason Ekstrandiris: Upload kernel inputs with system values
2020-08-12 Jason Ekstrandiris: Copy dest size from the original intrinsic in...
2020-08-12 Jason Ekstrandiris/disk_cache: Stop assuming stage == cache_id
2020-08-12 Jason Ekstrandiris: Add a kernel_input_size field for compiled shaders
2020-08-12 Jason Ekstrandiris: Use blob_write_uint32 for num_system_values
2020-08-12 Jason Ekstrandiris: Add support for serialized NIR
2020-08-12 Jason Ekstrandiris: Implement set_global_binding
2020-08-12 Jason Ekstrandiris: no-op implement set_compute_resources
2020-08-11 Christian Gmeineretnaviv: completely turn off MSAA
2020-08-11 Rob Clarkfreedreno/ir3: add tracking for # of instructions per...
2020-08-10 Mike Blumenkrantzgallium/u_transfer_helper: add util functions for doing...
2020-08-10 Mike Blumenkrantzgallium: add pipe_transfer_usage for z/s only mappings
2020-08-10 Mauro Rossiandroid: pan/bi: Separate disasm/compiler targets
2020-08-10 Mauro Rossiandroid: pan/mdg: Separate disassembler and compiler...
2020-08-10 Mauro Rossiandroid: panfrost: Move pandecode into lib/
2020-08-10 Mauro Rossiandroid: panfrost: Rename encoder/ to lib/
2020-08-10 Thong Thairadeon/vcn: fix jpeg decode for navi10
2020-08-10 Marcin Ślusarzintel/perf: fix performance counters availability after...
2020-08-10 Louis Liradeon/radeon_vce: fix out of target bitrate in CBR...
2020-08-09 Gert Wollnyr600: Enable compute shaders for NIR code path
2020-08-09 Gert Wollnyr600/sfn: Force a minimum of 4 GPRs, it seems to fix...
2020-08-09 Gert Wollnyr600/sfn: handle querying SSBO size
2020-08-09 Gert Wollnyr600/sfn: Correct ssbo instruction handling
2020-08-09 Gert Wollnyr600/sfn: correct allocating and emitting of atomics
2020-08-09 Gert Wollnyr600/sfn: Add a mapping table for atomics
2020-08-09 Gert Wollnyr600/sfn: add r600 specific lowering pass for atomics...
2020-08-09 Gert Wollnyr600/sfn: Sort uniforms by binding and offset
2020-08-09 Gert Wollnyr600: Set PIPE_CAP_NIR_ATOMICS_AS_DEREF to true
2020-08-09 Gert Wollnygallium + mesa/st: Add PIPE_CAP_NIR_ATOMICS_AS_DEREF...
2020-08-08 Joshua Ashtonzink: Fix 32-bit compilation
2020-08-07 Rob Clarkfreedreno/ir3: don't install ir3_compiler cmdline tool
2020-08-07 Marek Olšákradeonsi: various fixes for gfx10.3
2020-08-07 Marek Olšákradeonsi: remove the NGG hack decreasing LDS usage...
2020-08-07 Marek Olšákradeonsi: add a common function for getting the size...
2020-08-07 Marek Olšákradeonsi: don't count unusable vertices to the NGG...
2020-08-07 Marek Olšákradeonsi: fix applying the NGG minimum vertex count...
2020-08-07 Marek Olšákradeonsi: increase minimum NGG vertex count requirement...
2020-08-07 Marek Olšákradeonsi: use the same units for esgs_ring_size and...
2020-08-07 Marek Olšákradeonsi: use correct wave size in gfx10_ngg_calculate_...
2020-08-07 Marek OlšákRevert "radeonsi: honor a user-specified pitch on gfx10.3"
2020-08-07 Marek Olšákradeonsi: enable ETC2 hw acceleration on Raven2
2020-08-07 Antonio Caggianozink: pre-hash gfx-pipeline-state
2020-08-07 Mike Blumenkrantzzink: rename zink_gfx_program::stages to 'modules'
2020-08-07 Mike Blumenkrantzzink: always compile shaders in pipeline order
2020-08-07 Mike Blumenkrantzzink: start using per-stage flags for new shaders,...
2020-08-07 Mike Blumenkrantzzink: use ZINK_SHADER_COUNT instead of PIPE_SHADER_TYPE...
2020-08-07 Mike Blumenkrantzzink: split up creating zink_shader objects and VkShade...
2020-08-07 Mike Blumenkrantzzink: refcount zink_gfx_program objects
2020-08-07 Mike Blumenkrantzzink: adjust zink_shader struct to contain full streamo...
2020-08-07 Mike Blumenkrantzzink: move shader state methods for pipe_context into...
2020-08-07 Mike Blumenkrantzzink: set primitive restart cap
2020-08-07 Mike Blumenkrantzzink: use util_draw_vbo_without_prim_restart for unsupp...
2020-08-07 Mike Blumenkrantzzink: move 8bit index handling out of u_primconvert...
2020-08-07 Mike Blumenkrantzzink: basic primitive restart support for strip/fan...
2020-08-07 Christian Gmeineretnaviv: call nir_lower_bool_to_bitsize
2020-08-06 Alyssa Rosenzweigpanfrost: Rename encoder/ to lib/
2020-08-06 Alyssa Rosenzweigpanfrost: Inline panfrost-misc.h into panfrost-job.h
2020-08-06 Icenowy Zhengpanfrost: signal syncobj if nothing is going to be...
2020-08-06 Vinson Leeutil: Fix SCons build.
2020-08-05 Eric Anholtfreedreno: Add more asserts for DST_OFF/NUM_UNIT in...
2020-08-05 Eric Anholtfreedreno: Increase the NUM_UNIT on compute's consts...
2020-08-05 Eric Anholtfreedreno: Split ir3_const's user buffer and indirect...
2020-08-05 Eric Anholtfreedreno: Rename emit_const_bo() to emit_const_ptrs().
2020-08-05 Eric Anholtfreedreno/ir3: Simpify the immediates from an array...
2020-08-05 Eric Anholtfreedreno/ir3: Merge the redundant immediate_idx/immedi...
2020-08-05 Rob Clarkgallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS
2020-08-05 Rob Clarkfreedreno/ir3: ir3_cmdline updates
2020-08-05 Marek Olšákradeonsi: call nir_split_array_vars/shrink_vec_array_va...
2020-08-05 Marek Olšákradeonsi: reorder NIR optimizations
2020-08-05 Pierre-Eric Pellou... radeonsi: extend workaround for KHR-GL45.texture_view...
2020-08-05 Rob Clarkfreedreno: allow fence_fd fences to be recycled
2020-08-05 Marek Olšákradeonsi: disable SDMA on gfx9
2020-08-05 Kristian H. Kristensenutil: Move stack debug functions to src/util
2020-08-05 Kristian H. Kristensengallium: Switch u_debug_stack/symbol.c to util/hash_table.h
2020-08-05 Eric Anholtfreedreno/a6xx: Document the bit for the magic 32bit...
2020-08-04 Alyssa Rosenzweigpanfrost: Implement EXT_multisampled_render_to_texture
2020-08-04 Alyssa Rosenzweigpanfrost: Add MSAA mode selection field
2020-08-04 SureshGuttularadeon/vcn: Corrected vp9 ref associated data incase...
2020-08-04 Roman Stratiienkolima: Fix lima_screen_query_dmabuf_modifiers()
2020-08-03 Christian Gmeineretnaviv: fix nir validation problem
next