nir: add glsl_get_std430_base_alignment() helper
[mesa.git] / src / freedreno /
2020-03-05 Jonathan Marekturnip: fix tile->slot calculation
2020-03-05 Jonathan Marekturnip: improve binning pipe layout config
2020-03-04 Hyunjun Koturnip: support indirect draw
2020-03-03 Brian Hoturnip: Execute main cs for secondary command buffers
2020-03-03 Brian Hoturnip: Promote tu_cs_get_size/is_empty to header
2020-02-28 Rob Clarkfreedreno/ir3: add assert
2020-02-28 Rob Clarkfreedreno/ir3: fix assert with getinfo
2020-02-28 Rob Clarkfreedreno/ir3: don't precolor unassigned inputs
2020-02-28 Rob Clarkfreedreno/ir3: fix crash with samgq workaround
2020-02-28 Rob Clarkfreedreno/ir3: update SFU delay
2020-02-28 Rob Clarkfreedreno/ir3: track half-precision live values
2020-02-28 Rob Clarkfreedreno/ir3: don't hide latency when there is none...
2020-02-28 Rob Clarkfreedreno/ir3: rewrite regmask to better support a6xx+
2020-02-28 Rob Clarkfreedreno/ir3: remove regmask_set_if_not()
2020-02-28 Rob Clarkfreedreno/ir3: remove from_tgsi
2020-02-28 Jonathan Marekturnip: increase array sizes in tu_descriptor_map
2020-02-28 Jonathan Marekturnip: fall back to sysmem when attachments don't...
2020-02-28 Jonathan Marekturnip: remove unnecessary fb size check
2020-02-28 Jonathan Marekturnip: don't hardcode gmem base for input attachment
2020-02-28 Jonathan Marekturnip: fix srgb MRT
2020-02-28 Jonathan Marekturnip: fix hw binning + render_area offset interaction
2020-02-28 Jonathan Marekturnip: minify image_view extent
2020-02-28 Jonathan Marekturnip: remove unecessary MRT_CONTROL fill
2020-02-28 Jonathan Marekturnip: move some constant state to tu6_init_hw
2020-02-28 Jonathan Marekturnip: check the right alignment requirement on shader...
2020-02-28 Jonathan Marekturnip: add r5g5b5a1_unorm/b5g5r5a1_unorm formats
2020-02-28 Jonathan Marekturnip: rework format table to support r5g5b5a1_unorm...
2020-02-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-26 Eric Anholtfreedreno/computerator: Fix defined-but-not-used warnin...
2020-02-26 Eric Anholtturnip: Fix compiler warning about casting a nondispatc...
2020-02-26 Jonathan Marekturnip: enable fullDrawIndexUint32/independentBlend...
2020-02-26 Jonathan Marekturnip: enable sampleRateShading feature
2020-02-25 Rob Clarkfreedreno/computerator: fix build dependency
2020-02-24 Jonathan Marekturnip: move tile_load_ib/sysmem_clear_ib into draw_cs
2020-02-24 Jonathan Marekturnip: make cond_exec helper easier to use
2020-02-24 Jonathan Marekturnip: remove marker seqno
2020-02-24 Jonathan Marekturnip: automatically reserve cmdstream space in emit_p...
2020-02-24 Jonathan Marekturnip: add tu_device pointer to tu_cs
2020-02-24 Jonathan Marekturnip: fix COND_EXEC reserved size in tu_query
2020-02-24 Rob Clarkfreedreno/computerator: add computerator
2020-02-24 Rob Clarkfreedreno/ir3: allow block->predecessors to be null
2020-02-24 Rob Clarkfreedreno/computerator: rename prefix asm->ir3
2020-02-24 Rob Clarkfreedreno/computerator: polish out some of the rust
2020-02-24 Rob Clarkfreedreno/computerator: import parser/lexer from fdre...
2020-02-24 Eric Anholtfreedreno: Switch to using lowered image intrinsics.
2020-02-24 Eric Anholtfreedreno/ir3: Fix the arg to ir3_get_num_components_fo...
2020-02-24 Eric Anholtfreedreno/ir3: Reuse glsl_get_sampler_dim_coordinate_co...
2020-02-24 Kristian H. Kristensenfreedreno/ir3: Lower output precision
2020-02-24 Hyunjun Kofreedreno/ir3: handle half registers for arrays during...
2020-02-24 Hyunjun Kofreedreno/ir3: Add new ir3 pass to fold out fp16 conver...
2020-02-24 Eduardo Lima Mitevturnip/pipeline: Don't assume tu_shader is a valid...
2020-02-19 Jonathan Marekturnip: add option to force use of hw binning
2020-02-18 Rob Clarkfreedreno/registers: cleanup CP_SET_MARKER
2020-02-18 Rob Clarkfreedreno: quiet INFO_MSG
2020-02-18 Rob Clarkfreedreno/a6xx: few register updates
2020-02-18 Rob Clarkfreedreno/registers: teach gen_header.py about a3xx_regid
2020-02-14 Jonathan Marekfreedreno/a6xx: document some unknown bits
2020-02-14 Jonathan Marekfreedreno: name sysmem color/depth flush events
2020-02-13 Connor Abbotttu: Force sysmem with mipmapped non-aligned linear...
2020-02-13 Connor Abbotttu: Support input attachments with sysmem
2020-02-13 Connor Abbotttu: Support resolve ops with sysmem rendering
2020-02-13 Connor Abbotttu: Handle vkCmdClearAttachments() with sysmem
2020-02-13 Connor Abbotttu: Add helper for CP_COND_REG_EXEC
2020-02-13 Connor Abbotttu: Sysmem rendering
2020-02-13 Connor Abbotttu: Disable linear depth attachments
2020-02-13 Connor Abbotttu: Support multisample image clears
2020-02-13 Connor Abbotttu/blit: Support blits in secondary cmdstreams
2020-02-13 Connor Abbotttu: Properly set UBWC flags in RB_RENDER_CNTL
2020-02-13 Connor Abbotttu: Don't emit initial render target state in tile_load_ib
2020-02-12 Chad Versaceturnip: Add a618 support
2020-02-12 Chad Versaceturnip: Add magic register values to tu_physical_device
2020-02-12 Jonathan Marekfreedreno/a6xx: use single format enum
2020-02-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-02-07 Hyunjun Kofreedreno/ir3: Fold const only when the type is float
2020-02-07 Hyunjun Kofreedreno/ir3: put the conversion back for half const...
2020-02-07 Hyunjun Kofreedreno/ir3: Add cat4 mediump opcodes
2020-02-07 Rob Clarkfreedreno/ir3: fold const conversion into consumer
2020-02-07 Hyunjun Kofreedreno/ir3: fix printing half constant registers.
2020-02-07 Kristian H. Kristensenfreedreno/ir3: Set IR3_REG_HALF flag on src as well...
2020-02-07 Martin Fuzzeyfreedreno: android: fix build of perfcounters.
2020-02-07 Martin Fuzzeyfreedreno: android: add a6xx-pack.xml.h generation...
2020-02-07 Martin Fuzzeyfreedreno: android: fix build failure on android due...
2020-02-05 Eric Anholtglsl,nir: Switch the enum representing shader image...
2020-02-05 Connor Abbotttu: Move vsc_data and vsc_data2 allocation into the...
2020-02-05 Connor Abbottfreedreno: Fix CP_COND_EXEC
2020-02-05 Connor Abbottfreedreno: Add CP_REG_WRITE documentation
2020-02-05 Connor Abbottfreedreno: Fix CP_COND_REG_EXEC bit positions
2020-02-04 Eric Anholtfreedreno: Allow UBWC on textures with multiple mipmap...
2020-02-04 Eric Anholtfreedreno: Rename the UBWC layer size field and store...
2020-02-04 Eric Anholtfreedreno: Include the layer size in layout debug.
2020-02-04 Eric Anholtfreedreno: Move the layout debug under FD_MESA_DEBUG...
2020-02-04 Eric Engestromfreedreno/perfcntrs: fix fd leak
2020-02-04 Kristian H. Kristensenturnip: Be explicit about converting vk compare func...
2020-02-04 Kristian H. Kristensenfreedreno/fdperf: Cast away some ignored return values
2020-02-01 Rob Clarkfreedreno/ir3: fix a dirty lie
2020-02-01 Rob Clarkfreedreno/ir3: simplify split from collect
2020-02-01 Rob Clarkfreedreno/ir3: create fragcoord instructions in input...
2020-02-01 Rob Clarkfreedreno/ir3: remove unused tex arg harder
2020-02-01 Rob Clarkfreedreno/ir3: add RA sanity check
2020-02-01 Rob Clarkfreedreno/ir3: two pass register allocation
next