panfrost: Implement missing texture formats
[mesa.git] / src / gallium / drivers / panfrost /
2019-03-31 Alyssa Rosenzweigpanfrost: Implement missing texture formats
2019-03-31 Alyssa Rosenzweigpanfrost: Extend tiling for cubemaps
2019-03-31 Alyssa Rosenzweigpanfrost: Implement command stream for linear cubemaps
2019-03-31 Alyssa Rosenzweigpanfrost/midgard: Emit cubemap coordinates
2019-03-31 Alyssa Rosenzweigpanfrost: Include all cubemap faces in bitmap list
2019-03-31 Alyssa Rosenzweigpanfrost/decode: Decode all cubemap faces
2019-03-31 Alyssa Rosenzweigpanfrost: Preliminary work for cubemaps
2019-03-31 Alyssa Rosenzweigpanfrost/midgard: Add L/S op for writing cubemap coordi...
2019-03-31 Alyssa Rosenzweigpanfrost/midgard: Disassemble `cube` texture op
2019-03-31 Alyssa Rosenzweigpanfrost: Fix vertex buffer corruption
2019-03-27 Tomeu Vizosopanfrost: Wait for last job to finish in force_flush_fr...
2019-03-27 Tomeu Vizosopanfrost: Pass the context BOs to the kernel so they...
2019-03-27 Tomeu Vizosopanfrost: Also tell the kernel about the checksum_slab
2019-03-27 Tomeu Vizosopanfrost: Set the GEM handle for AFBC buffers
2019-03-27 Tomeu Vizosopanfrost: Fix sscanf format options
2019-03-27 Alyssa Rosenzweigpanfrost: Preliminary work for mipmaps
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: fpow is a two-part operation
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Handle i2b constant
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Expand fge lowering to more types
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add ult/ule ops
2019-03-26 Alyssa Rosenzweigpanfrost: Stub out ES3 caps/callbacks
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Cleanup midgard_nir_algebraic.py
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower source modifiers for ints
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Implement b2i; improve b2f/f2b
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower i2b32
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower f2b32 to fne
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower bool_to_int32
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Map more bany/ball opcodes
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add more ball/bany, iabs ops
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Schedule ball/bany to vectors
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add fcsel_i opcode
2019-03-26 Alyssa Rosenzweigpanfrost: Implement scissor test
2019-03-26 Alyssa Rosenzweigpanfrost: Fix viewports
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Fix b2f32 swizzle for vectors
2019-03-20 Daniel Stonepanfrost: Properly align stride
2019-03-19 Alyssa Rosenzweigpanfrost: Rewrite varying assembly
2019-03-19 Alyssa Rosenzweigpanfrost: Replay more varying buffers
2019-03-19 Alyssa Rosenzweigpanfrost/decode: Respect primitive size pointers
2019-03-19 Alyssa Rosenzweigpanfrost: Disable PIPE_CAP_TGSI_TEXCOORD
2019-03-19 Alyssa Rosenzweigpanfrost: Fix primconvert check
2019-03-19 Alyssa Rosenzweigpanfrost: Workaround buffer overrun with mip level
2019-03-14 Alyssa Rosenzweigpanfrost/midgard: Implement fpow
2019-03-14 Alyssa Rosenzweigpanfrost: Compute viewport state on the fly
2019-03-14 Alyssa Rosenzweigpanfrost; Disable AFBC for depth buffers
2019-03-14 Alyssa Rosenzweigpanfrost: Allocate extra data for depth buffer
2019-03-14 Alyssa Rosenzweigpanfrost: Comment spelling fix
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Respect per-job depth write flag
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Implement linear depth buffers
2019-03-14 Alyssa Rosenzweigpanfrost: Minor comment cleanup (version detection)
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging MFBD
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging SFBD for pan_context
2019-03-14 Alyssa Rosenzweigpanfrost: Break out fragment to SFBD/MFBD files
2019-03-13 Tomeu Vizosopanfrost: Set bo->gem_handle when creating a linear BO
2019-03-13 Tomeu Vizosopanfrost: Set bo->size[0] in the DRM backend
2019-03-12 Alyssa Rosenzweigpanfrost: Identify fragment_extra flags
2019-03-12 Alyssa Rosenzweigpanfrost: Document "depth-buffer writeback" bit
2019-03-12 Alyssa Rosenzweigpanfrost: Support linear depth textures
2019-03-12 Alyssa Rosenzweigpanfrost: Allocate dedicated slab for linear BOs
2019-03-12 Alyssa Rosenzweigpanfrost: Determine framebuffer format bits late
2019-03-12 Alyssa Rosenzweigpanfrost: Delay color buffer setup
2019-03-12 Alyssa Rosenzweigpanfrost: Combine has_afbc/tiled in layout enum
2019-03-12 Alyssa Rosenzweigpanfrost: Cleanup needless if in create_bo
2019-03-12 Tomeu Vizosopanfrost: Add support for PAN_MESA_DEBUG
2019-03-12 Tomeu Vizosopanfrost/midgard: Add support for MIDGARD_MESA_DEBUG
2019-03-10 Alyssa Rosenzweigpanfrost/drm: Cast pointer to u64 to fix warning
2019-03-10 Tomeu Vizosopanfrost: Add backend targeting the DRM driver
2019-03-10 Tomeu Vizosopanfrost: Add gem_handle to panfrost_memory and panfrost_bo
2019-03-09 Eric Engestrompanfrost: move #include to fix compilation
2019-03-09 Eric Engestrompanfrost: fix tgsi_to_nir() call
2019-03-06 Timothy Arceriglsl: use NIR function inlining for drivers that use...
2019-03-06 Timothy Arceriglsl/freedreno/panfrost: pass gl_context to the standal...
2019-03-05 Timur Kristóftgsi_to_nir: Produce optimized NIR for a given pipe_screen.
2019-03-04 Alyssa Rosenzweigpanfrost: List primitive restart enable bit
2019-03-04 Alyssa Rosenzweigpanfrost/midgard: Preview for data hazards
2019-03-04 Alyssa Rosenzweigpanfrost/midgard: Promote smul to vmul
2019-03-04 Alyssa Rosenzweigpanfrost: Flush with offscreen rendering
2019-03-04 Alyssa Rosenzweigpanfrost/midgard: Don't force constant on VLUT
2019-03-04 Alyssa Rosenzweigpanfrost: Cleanup cruft related to clears
2019-03-04 Alyssa Rosenzweigpanfrost: Decouple Gallium clear from FBD clear
2019-03-04 Alyssa Rosenzweigpanfrost: Import job data structures from v3d
2019-02-27 Alyssa Rosenzweigpanfrost/midgard: Allow flt to run on most units
2019-02-27 Alyssa Rosenzweigpanfrost: Expose perf counters in environment
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-25 Alyssa Rosenzweigpanfrost/midgard: Add fround(_even), ftrunc, ffma
2019-02-25 Alyssa Rosenzweigpanfrost/nondrm: Split out dump_counters
2019-02-25 Alyssa Rosenzweigpanfrost/nondrm: Make COHERENT_LOCAL explicit
2019-02-25 Alyssa Rosenzweigpanfrost/nondrm: Flag CPU-invisible regions
2019-02-25 Alyssa Rosenzweigpanfrost/meson: Remove subdir for nondrm
2019-02-25 Alyssa Rosenzweigpanfrost: Use tiler fast path (performance boost)
2019-02-21 Alyssa Rosenzweigpanfrost: Verify and print brx condition in disasm
2019-02-21 Alyssa Rosenzweigpanfrost: Dynamically set discard branch targets
2019-02-21 Alyssa Rosenzweigpanfrost/midgard: Emit extended branches
2019-02-21 Alyssa Rosenzweigpanfrost: Rectify doubleplusungood extended branch
2019-02-21 Alyssa Rosenzweigpanfrost/midgard: Fix nested/chained if-else
2019-02-21 Alyssa Rosenzweigpanfrost/midgard: Refactor tag lookahead code
2019-02-21 Alyssa Rosenzweigpanfrost: Implement pantrace (command stream dump)
2019-02-21 Alyssa Rosenzweigpanfrost: Add pandecode (command stream debugger)
2019-02-21 Alyssa Rosenzweigpanfrost: Stub out separate stencil functions
next