dri: add __DRI_IMAGE_FORMAT_SXRGB8
[mesa.git] / src / freedreno /
2019-12-17 Eric Anholtturnip: Fix support for immutable samplers.
2019-12-17 Jonathan Marekturnip: don't set LRZ enable at end of renderpass
2019-12-17 Jonathan Marekfreedreno/ir3: lower pack/unpack ops
2019-12-16 Eric Anholtturnip: Add support for descriptor arrays.
2019-12-16 Eric Anholtturnip: Drop unused variable.
2019-12-16 Jonathan Marekturnip: remove duplicate A6XX_SP_CS_CONFIG_NIBO
2019-12-16 Jonathan Marekturnip: change emit_ibo to be like emit_textures
2019-12-16 Jonathan Marekturnip: fix emit_ibo
2019-12-16 Jonathan Marekturnip: remove compute emit_border_color
2019-12-16 Jonathan Marekturnip: fix emit_textures for compute shaders
2019-12-16 Jonathan Marekfreedreno/ir3: lower mul_2x32_64
2019-12-16 Jonathan Marekturnip: implement CmdFillBuffer/CmdUpdateBuffer
2019-12-16 Jonathan Marekturnip: don't require src image to be set for clear...
2019-12-16 Jonathan Marekturnip: use common blit path for buffer copy
2019-12-16 Jonathan Marekturnip: use single substream cs
2019-12-16 Eric Anholtturnip: Lower usub_borrow.
2019-12-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-12-13 Rob Clarkfreedreno/ir3: add scheduler traces
2019-12-13 Rob Clarkfreedreno/ir3: add last-baryf shaderdb stat
2019-12-13 Jonathan Marekturnip: implement subpass input attachments
2019-12-13 Jonathan Marekturnip: CmdClearAttachments fixes
2019-12-13 Jonathan Marekturnip: subpass rework
2019-12-13 Jonathan Marekturnip: add dirty bit for push constants
2019-12-13 Jonathan Marekturnip: no 8x msaa on 128bpp formats
2019-12-13 Jonathan Marekturnip: fix VK_IMAGE_ASPECT_STENCIL_BIT image view
2019-12-13 Jonathan Marekturnip: set FRAG_WRITES_SAMPMASK bit
2019-12-13 Jonathan Marekturnip: set load_layer_id to zero
2019-12-13 Jonathan Marekturnip: update tile_align_w/tile_align_h
2019-12-13 Jonathan Marekturnip: fix tile layout logic
2019-12-13 Jonathan Marekturnip: fix hw binning render area
2019-12-13 Jonathan Marekfreedreno/registers: add a6xx texture format for stenci...
2019-12-13 Jonathan Marekfreedreno/ir3: add GLSL_SAMPLER_DIM_SUBPASS to tex_info
2019-12-13 Jonathan Marekturnip: fix incorrectly failing assert
2019-12-11 Kristian H. Kristensenfreedreno/a6xx: Silence warning for unused perf counters
2019-12-11 Kristian H. Kristensenfreedreno/registers: Add 64 bit address registers
2019-12-11 Kristian H. Kristensenfreedreno: New struct packing macros
2019-12-11 Kristian H. Kristensenfreedreno/registers: Remove duplicate register definitions
2019-12-11 Eric Anholttu: Move UBWC layout into fdl6_layout() and use that...
2019-12-11 Eric Anholtfreedreno: Switch the 16-bit workaround to match what...
2019-12-11 Eric Anholtfreedreno: Move a6xx's setup_slices() to a shareable...
2019-12-11 Eric Anholttu: Move our image layout into a freedreno_layout struct.
2019-12-11 Eric Anholtfreedreno: Move UBWC layout into a slices array like...
2019-12-11 Eric Anholtfreedreno: Drop the extra offset field for mipmap slices.
2019-12-10 Rob Clarkfreedreno/a6xx: fix LRZ logic
2019-12-09 Eric Anholtfreedreno: Track the set of UBOs to be uploaded in...
2019-12-09 Rob Clarkfreedreno/fdperf: use drmOpen()
2019-12-09 Jonathan Marekturnip: add hw binning
2019-12-06 Jonathan Marekturnip: implement border color
2019-12-06 Jonathan Marekturnip: improve emit_textures
2019-12-06 Jonathan Marekturnip: add function to allocate aligned memory in...
2019-12-05 Eric Anholtturnip: Add support for compute shaders.
2019-12-05 Eric Anholtturnip: Move pipeline BO list adding to BindPipeline.
2019-12-05 Eric Anholtturnip: Sanity check that we're adding valid BOs to...
2019-12-05 Eric Anholtturnip: Add a helper function for getting tu_buffer...
2019-12-05 Eric Anholtturnip: Refactor the graphics pipeline create implement...
2019-12-05 Eric Anholtturnip: Add basic SSBO support.
2019-12-05 Eric Anholtturnip: Reuse tu6_stage2opcode() more.
2019-12-05 Eric Anholtturnip: Drop redefinition of VALIDREG now that it's...
2019-12-05 Eric Anholtturnip: Fix unused variable warnings.
2019-12-04 Jonathan Marekturnip: allow writes to draw_cs outside of render pass
2019-12-04 Rob Clarkfreedreno/ir3: fix neverball assert in case of unused...
2019-12-04 Rob Clarkfreedreno/ir3: remove store_output lowered to store_sha...
2019-12-04 Jonathan Marekturnip: MSAA resolve directly from GMEM
2019-12-04 Jonathan Marekturnip: don't set unused BLIT_DST_INFO bits for GMEM...
2019-12-04 Jonathan Marekturnip: implement CmdClearAttachments
2019-12-04 Jonathan Marekturnip: don't skip unused attachments when setting...
2019-12-02 Jonathan Marekturnip: fix display wsi fence timing out
2019-11-27 Eric Anholtturnip: Disable timestamp queries for now.
2019-11-27 Jonathan Marekfreedreno/perfcntrs/fdperf: add missing a2xx case in...
2019-11-27 Jonathan Marekfreedreno/perfcntrs/fdperf: add missing a20x compatible
2019-11-27 Jonathan Marekfreedreno/perfcntrs/fdperf: fix u64 print on 32-bit...
2019-11-27 Jonathan Marekfreedreno/perfcntrs: add a2xx MH counters
2019-11-27 Jonathan Marekfreedreno/registers: add missing MH perfcounter enum...
2019-11-27 Jonathan Marekturnip: fix integer render targets
2019-11-26 Eric Anholtfreedreno: Introduce a resource layout header.
2019-11-21 Jonathan Marekturnip: implement UBWC
2019-11-21 Jonathan Marekfreedreno/regs: update UBWC related bits
2019-11-21 Rob Clarkfreedreno/perfctrs/fdperf: periodically restore counters
2019-11-21 Rob Clarkfreedreno/perfcntrs: add fdperf
2019-11-21 Rob Clarkfreedreno/perfcntrs/a6xx: remove RBBM counters
2019-11-21 Rob Clarkfreedreno/perfctrs/a2xx: move CP to be first group
2019-11-21 Rob Clarkfreedreno/perfcntrs: add accessor to get per-gen tables
2019-11-21 Rob Clarkfreedreno/perfcntrs: move to shared location
2019-11-20 Hyunjun Kofreedreno/ir3: enable half precision for pre-fs texture...
2019-11-20 Hyunjun Kofreedreno/ir3: fixup when changing to mad.f16
2019-11-20 Hyunjun Kofreedreno/ir3: fix printing output registers of FS.
2019-11-20 Neil Robertsfreedreno/ir3: Enabling lowering 16-bit flrp
2019-11-20 Hyunjun Kofreedreno: support 16b for the sampler opcode
2019-11-20 Neil Robertsfreedreno/ir3: Implement f2b16 and i2b16
2019-11-20 Neil Robertsfreedreno/ir3: Add implementation of nir_op_b16csel
2019-11-20 Neil Robertsfreedreno/ir3: Support 16-bit comparison instructions
2019-11-20 Hyunjun Kofreedreno/ir3: cleanup by removing repeated code
2019-11-19 Eric Anholtturnip: Drop the copy of the formats table.
2019-11-19 Jonathan Marekturnip: fix sRGB GMEM clear
2019-11-19 Jonathan Marekturnip: implement CmdClearColorImage/CmdClearDepthStenc...
2019-11-18 Jonathan Marekturnip: add x11 wsi
2019-11-18 Jonathan Marekturnip: add display wsi
2019-11-17 Jonathan Marekfreedreno/registers: fix a6xx_2d_blit_cntl ROTATE
2019-11-17 Jonathan Marekfreedreno/ir3: disable texture prefetch for 1d array...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
next