panfrost: Remove ancient comment
[mesa.git] / src / gallium / drivers / panfrost / include / panfrost-job.h
2019-07-01 Alyssa Rosenzweigpanfrost: Remove ancient comment
2019-06-28 Alyssa Rosenzweigpanfrost: Add some special formats
2019-06-26 Alyssa Rosenzweigpanfrost: Update copyright identifiers
2019-06-25 Alyssa Rosenzweigpanfrost: Support (non-)seamless cube maps
2019-06-24 Alyssa Rosenzweigpanfrost: Identify "uniform buffer count" bits
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Clip mali_compute_fbd at 64-bytes
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Expand pointers in compute descriptor
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Identify "compute FBD"
2019-06-18 Alyssa Rosenzweigpanfrost: Enable sRGB fixed-function blending
2019-06-18 Alyssa Rosenzweigpanfrost: Add sRGB render target flag
2019-06-18 Alyssa Rosenzweigpanfrost: Decode rendering block type
2019-06-18 Alyssa Rosenzweigpanfrost: Refactor texture targets
2019-06-17 Alyssa Rosenzweigpanfrost: Decode array textures
2019-06-17 Alyssa Rosenzweigpanfrost: Specify 3D in texture descriptor
2019-06-17 Alyssa Rosenzweigpanfrost: Enable helper invocations when texturing
2019-06-17 Alyssa Rosenzweigpanfrost: Identify and decode mfbd_flags
2019-06-17 Alyssa Rosenzweigpanfrost: Rename tiler fields per tiler research
2019-06-17 Alyssa Rosenzweigpanfrost: Integrate kernel names for tiler FBD
2019-06-10 Alyssa Rosenzweigpanfrost: Refactor texture/sampler upload
2019-06-05 Alyssa Rosenzweigpanfrost: Don't flip scanout
2019-05-19 Alyssa Rosenzweigpanfrost: Fix Bifrost-specific padding
2019-05-19 Alyssa Rosenzweigpanfrost: Cleanup panfrost_job comments
2019-05-19 Alyssa Rosenzweigpanfrost/decode: Decode blend constant
2019-05-19 Alyssa Rosenzweigpanfrost: Hoist blend constant into Midgard-specific...
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Stride decoding
2019-05-07 Alyssa Rosenzweigpanfrost: Refactor blend descriptors
2019-05-01 Alyssa Rosenzweigpanfrost/decode: Hit MRT blend shader enable bits
2019-04-07 Alyssa Rosenzweigpanfrost: Remove "mali_unknown6" nonsense
2019-04-07 Alyssa Rosenzweigpanfrost/decode: Add flags for tilebuffer readback
2019-03-19 Alyssa Rosenzweigpanfrost: Rewrite varying assembly
2019-03-12 Alyssa Rosenzweigpanfrost: Identify fragment_extra flags
2019-03-12 Alyssa Rosenzweigpanfrost: Document "depth-buffer writeback" bit
2019-03-04 Alyssa Rosenzweigpanfrost: List primitive restart enable bit
2019-02-27 Alyssa Rosenzweigpanfrost: Identify 4-bit channel texture formats
2019-02-27 Alyssa Rosenzweigpanfrost: Add RGB565, RGB5A1 texture formats
2019-02-25 Alyssa Rosenzweigpanfrost: Decode render target swizzle/channels
2019-02-18 Alyssa Rosenzweigpanfrost: Cleanup mali_viewport (clipping) code
2019-02-15 Alyssa Rosenzweigpanfrost: Identify MALI_OCCLUSION_PRECISE bit
2019-02-15 Alyssa Rosenzweigpanfrost: Backport driver to Mali T600/T700
2019-02-05 Alyssa Rosenzweigpanfrost: Initial stub for Panfrost driver