ir3: Rewrite UBO push analysis to support bindless
[mesa.git] / src / freedreno /
2020-04-09 Connor Abbottir3: Rewrite UBO push analysis to support bindless
2020-04-09 Connor Abbottir3: Plumb through bindless support
2020-04-09 Connor Abbottir3: LDC also has a destination
2020-04-09 Connor Abbottir3: Also don't propagate immediate offset with LDC
2020-04-09 Connor Abbottir3: Plumb through support for a1.x
2020-04-09 Connor Abbottir3: Add bindless instruction encoding
2020-04-09 Connor Abbottfreedreno/a6xx: Add registers for the bindless model
2020-04-09 Connor Abbottfreedreno/a6xx: Add UBO size field
2020-04-09 Connor Abbotttu: ir3: Emit push constants directly
2020-04-09 Connor Abbotttu: Dump out shader assembly when requested
2020-04-09 Jonathan Marekturnip: new clear/blit implementation with shader path...
2020-04-09 Jonathan Marekturnip: add vk_format_is_snorm/is_float
2020-04-09 Jonathan Marekturnip: rework format helpers
2020-04-09 Jonathan Marekturnip: use dirty bits for dynamic viewport/scissor...
2020-04-09 Jonathan Marekturnip: save attachment samples in renderpass state
2020-04-09 Jonathan Marekturnip: disable 8x msaa
2020-04-09 Jonathan Marekturnip: fix nir validate failure from push constant...
2020-04-09 Jonathan Marekturnip: split up gmem/tile alignment
2020-04-09 Jonathan Marekturnip: RB_CCU_CNTL fixes
2020-04-09 Jonathan Marekfreedreno/registers: add RB_CCU_CNTL bitfields
2020-04-09 Jonathan Marekturnip: use buffer size instead of bo size for VFD_FETC...
2020-04-09 Jonathan Marekturnip: improve vertex input handling
2020-04-08 Jonathan Marekturnip: fix compute shaders crashing after geometry...
2020-04-07 Kristian H. Kristensenturnip: Drop dep_llvm from dependencies
2020-04-07 Kristian H. Kristensenturnip: Make Android platform build
2020-04-07 Kristian H. Kristensenturnip: Stub out VK_KHR_external_{fence,semaphore}_fd
2020-04-07 Kristian H. Kristensenturnip: Add missing VKAPI_ATTR annotations
2020-04-07 Eric Anholtfreedreno/a6xx: Set a level's pitch based on minified...
2020-04-07 Eric Anholtfreedreno: Add the outline of a test for a6xx texture...
2020-04-07 Eric Anholtfreedreno/a6xx: Drop the "alignment" layout temporary.
2020-04-07 Eric Anholtfreedreno/a6xx: Remove the "aligned_height" temporary.
2020-04-07 Eric Anholtfreedreno/a6xx: Sink the per-level size temps inside...
2020-04-07 Jonathan Marekturnip: implement timestamp query
2020-04-07 Brian Hoturnip: Enable geometryShader device feature
2020-04-07 Brian Hoturnip: Enable geometry shaders for CP_DRAWs
2020-04-07 Brian Hoturnip: Populate tu_pipeline.active_stages
2020-04-07 Brian Hoturnip: Update maxGeometryShaderInvocations to match...
2020-04-07 Brian Hoturnip: Selectively configure GRAS_LAYER_CNTL
2020-04-07 Brian Hoturnip: Set up REG_A6XX_SP_GS_CONFIG
2020-04-07 Brian Hoturnip: Configure VFD_CONTROL with gsheader and primitiveid
2020-04-07 Brian Hoturnip: Configure VPC for geometry shaders
2020-04-07 Brian Hoturnip: Emit geometry shader obj and related consts
2020-04-07 Brian Hoturnip: Set has_gs in ir3_shader_key
2020-04-04 Rob Clarkfreedreno/ir3/cf: use ssa-uses
2020-04-04 Rob Clarkfreedreno/ir3: add a pass to collect SSA uses
2020-04-04 Rob Clarkfreedreno/ir3/cf: skip array load/store
2020-04-04 Rob Clarkfreedreno/ir3: fixup cat3 32b vs 16b
2020-04-04 Rob Clarkfreedreno/ir3/cf: handle widening too
2020-04-03 Lionel Landwerlindrm-shim: return device platform as specified
2020-04-03 Brian Hoir3: Disable copy prop for immediate ldlw offsets
2020-04-03 Brian Hoturnip: Advertise 8 bit subpixel precision
2020-04-02 Connor Abbottfreedreno: Rename RB_DONE_TS
2020-04-02 Connor Abbottfreedreno: Cleanup event names
2020-03-31 Eric Anholtfreedreno/turnip: Use the NIR info to decide if we...
2020-03-31 Rob Clarkfreedreno/ir3: fix android build
2020-03-31 Connor Abbotttu: Return the correct alignment for images
2020-03-31 Connor Abbottfreedreno/fdl: Add base_align
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Rob Clarkfreedreno/ir3/ra: re-work a6xx merged register file...
2020-03-27 Rob Clarkfreedreno/ir3/ra: split building regs/classes and conflicts
2020-03-27 Rob Clarkfreedreno/ir3/ra: pick higher numbered scalars in first...
2020-03-27 Rob Clarkfreedreno/ir3/ra: compute register target from liveranges
2020-03-27 Rob Clarkfreedreno/ir3/ra: fix array liveranges
2020-03-27 Rob Clarkfreedreno/ir3/ra: add def/use iterators
2020-03-27 Rob Clarkfreedreno/ir3/ra: drop extending output live-ranges
2020-03-27 Rob Clarkfreedreno/ir3/ra: add helper to map name to array
2020-03-27 Rob Clarkfreedreno/ir3/ra: fix target register calculation
2020-03-27 Rob Clarkfreedreno/ir3/ra: add helper to map name to instruction
2020-03-27 Rob Clarkfreedreno/ir3/ra: split-up
2020-03-27 Rob Clarkfreedreno/ir3/ra: add debug option for RA debug msgs
2020-03-27 Rob Clarkfreedreno/ir3: convert debug bitfield to BITFIELD_BIT()
2020-03-27 Rob Clarkfreedreno/ir3: reformat disasm output
2020-03-27 Rob Clarkfreedreno/ir3: fix bogus register footprint with tess/gs
2020-03-27 Rob Clarkfreedreno/ir3: remove unused helper
2020-03-27 Rob Clarkfreedreno/ir3: add bary_ij as src for meta:tex_prefetch
2020-03-27 Rob Clarkfreedreno/ir3: small cleanup and comments
2020-03-27 Rob Clarkfreedreno/a6xx: register update
2020-03-27 Marek Olšákutil: don't include p_defines.h and u_pointer.h from...
2020-03-24 Hyunjun Kofreedreno/ir3: enable nir_opt_loop_unroll on a6xx
2020-03-24 Neil Robertsfreedreno/ir3: Lower bools to bitsize
2020-03-24 Jonathan Marekturnip: implement depth clamp
2020-03-24 Jonathan Marekturnip: fix znear clipping
2020-03-24 Jonathan Marekfreedreno/registers: more GRAS_CL_CNTL bits, Z_CLAMP
2020-03-21 Eduardo Lima Mitevturnip: Instance can be NULL resolving 'GetInstanceProc...
2020-03-19 Eric Anholtfreedreno: Switch to exposing only half-integer pixel...
2020-03-18 Hyunjun Koturnip: Do gathering xfb info after nir_remove_dead_var...
2020-03-18 Hyunjun Koturnip: Fix wrong assignment of xfb output's offset.
2020-03-17 Connor Abbotttu: Fix border color with compute shaders
2020-03-16 Connor Abbotttu: Rewrite border color handling
2020-03-12 Hyunjun Koturnip: Add tu6_control struct.
2020-03-12 Hyunjun Koturnip: Enable VK_EXT_transform_feedback
2020-03-12 Hyunjun Koturnip: Implement an empty function vkCmdDrawIndirectBy...
2020-03-12 Hyunjun Koturnip: Implement stream-out emit and vkApis for transf...
2020-03-12 Hyunjun Koturnip: Setup stream-output when linking program
2020-03-12 Hyunjun Koturnip: Define structs for transform feedback
2020-03-12 Hyunjun Koturnip: Gather information for transform feedback
2020-03-11 John Stultzfreedreno: Add ir3_cf.c and ir3_delay.c to Makefile...
2020-03-10 Rob Clarkfreedreno/fdperf: set locale
2020-03-10 Rob Clarkfreedreno/computerator: add performance counter support
2020-03-10 Rob Clarkfreedreno/ir3: try to avoid syncs
next