Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / panfrost / include /
2019-12-27 Alyssa Rosenzweigpanfrost: Remove 32-bit next_job path
2019-12-27 Alyssa Rosenzweigpanfrost; Update comment about work/uniform_count
2019-12-27 Alyssa Rosenzweigpanfrost: Remove mali_alt_func
2019-12-27 Alyssa Rosenzweigpanfrost: Implement remaining texture wrap modes
2019-12-27 Alyssa Rosenzweigpanfrost: Inline away MALI_NEGATIVE
2019-12-27 Alyssa Rosenzweigpanfrost: Remove MALI_ATTR_INTERNAL
2019-12-27 Alyssa Rosenzweigpanfrost: Update information on fixed attributes/varyings
2019-12-27 Alyssa Rosenzweigpanfrost: Remove MALI_SPECIAL_ATTRIBUTE_BASE defines
2019-12-25 Alyssa Rosenzweigpan/decode: Handle gl_VertexID/gl_InstanceID
2019-12-16 Alyssa Rosenzweigpanfrost: Pack invocation_shifts manually instead of...
2019-12-16 Alyssa Rosenzweigpanfrost: Remove fbd_type enum
2019-12-12 Alyssa Rosenzweigpanfrost: Split stack_shift nibble from unk0
2019-12-12 Alyssa Rosenzweigpanfrost: Rename unknown_address_0 -> scratchpad
2019-12-06 Alyssa Rosenzweigpanfrost: Rename SET_VALUE to WRITE_VALUE
2019-12-06 Alyssa Rosenzweigpanfrost: Update SET_VALUE with information from igt
2019-12-03 Alyssa Rosenzweigpanfrost: Remove blend shader hack
2019-12-03 Alyssa Rosenzweigpanfrost: Implement pan_tiler for non-hierarchy GPUs
2019-12-03 Tomeu Vizosopanfrost: Add quirks system to cmdstream
2019-11-21 Alyssa Rosenzweigpanfrost: Add the lod_bias field
2019-11-13 Alyssa Rosenzweigpan/midgard: Add blend shader selection bits for MRT
2019-11-06 Tomeu Vizosopanfrost: Rework format encoding on SFBD
2019-11-06 Tomeu Vizosopanfrost: Add checksum fields to SFBD descriptor
2019-11-04 Boris Brezillonpanfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASK
2019-10-29 Alyssa Rosenzweigpanfrost: Remove unused definitions in mali-job.h
2019-10-29 Alyssa Rosenzweigpanfrost: Cleanup _shader_upper -> shader
2019-08-22 Alyssa Rosenzweigpanfrost: Implement gl_FragCoord correctly
2019-08-22 Alyssa Rosenzweigpan/decode: Validate, but do not print, index buffer
2019-08-22 Alyssa Rosenzweigpan/decode: Validate MFBD tags
2019-08-21 Alyssa Rosenzweigpanfrost: Break up usage2 field
2019-08-21 Alyssa Rosenzweigpanfrost: nr_mipmap_levels -> levels
2019-08-21 Alyssa Rosenzweigpan/decode: Validate AFBC fields are zero when AFBC...
2019-08-21 Alyssa Rosenzweigpan/decode: Check for a number of potential issues
2019-08-14 Alyssa Rosenzweigpan/decode: Decode invalid access type upon fault
2019-08-14 Alyssa Rosenzweigpanfrost: Note "MFBD preload disable" bit
2019-08-07 Rohan Gargpanfrost: Take into account a index_bias for glDrawElem...
2019-08-01 Alyssa Rosenzweigpanfrost: Add support for decoding gl_FrontFacing
2019-07-31 Alyssa Rosenzweigpanfrost: Add MALI_SAMP_NORM_COORDS flag
2019-07-31 Alyssa Rosenzweigpanfrost: Simplify filter_mode definition
2019-07-31 Alyssa Rosenzweigpan/midgard: Shrink "compute FBD"
2019-07-31 Alyssa Rosenzweigpanfrost: Flip texture/sampler fields
2019-07-31 Alyssa Rosenzweigpanfrost: Add MALI_ATTR_IMAGE value
2019-07-18 Alyssa Rosenzweigpanfrost: Use correct NO_DITHER field on MFBD
2019-07-16 Tomeu Vizosopanfrost: Use 64-bit descriptors globally
2019-07-11 Alyssa Rosenzweigpan/decode: Depth units/factor are identical to GL
2019-07-10 Alyssa Rosenzweigpanfrost: Move non-Gallium files outside of Gallium