turnip: Reuse tu6_stage2opcode() more.
[mesa.git] / src / freedreno / vulkan /
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 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 Marekturnip: fix integer render targets
2019-11-21 Jonathan Marekturnip: implement UBWC
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-12 Jonathan Marekfreedreno: add Adreno 640 ID
2019-11-08 Kristian H. Kristensenfreedreno/a6x: Rename z/s formats
2019-11-05 Eric Engestrommeson: move the generic symbols check arguments to...
2019-11-05 Eric Engestrommeson: add variable to control the symbols checks
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-10-31 Bas Nieuwenhuizenturnip: Remove _mesa_locale_init/fini calls.
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-27 Eric Engestromtu: fix empty-body instruction
2019-10-18 Rob Clarkturnip: add support for pre-fs texture fetch
2019-10-18 Rob Clarkfreedreno: update registers
2019-10-17 Kristian H. Kristensenfreedreno/registers: Update with GS, HS and DS registers
2019-10-15 Jonathan Marekturnip: more descriptor sets
2019-10-15 Jonathan Marekturnip: push constants
2019-10-15 Jonathan Marekturnip: depth/stencil
2019-10-15 Jonathan Marekturnip: basic msaa working
2019-10-15 Jonathan Marekturnip: improve CmdCopyImage and implement CmdBlitImage
2019-10-15 Jonathan Marekturnip: use nir_assign_io_var_locations instead of...
2019-10-15 Jonathan Marekturnip: add missing nir passes
2019-10-15 Jonathan Marekturnip: add code to lower indirect samplers
2019-10-15 Jonathan Marekturnip: fixup consts
2019-10-15 Jonathan Marekturnip: update some shader state bits from GL driver
2019-10-15 Eric Anholtturnip: Emit clears of gmem using linear.
2019-10-15 Eric Anholtturnip: Set up the correct tiling mode for small attach...
2019-10-15 Eric Anholtturnip: Tell spirv_to_nir that we want fragcoord as...
2019-10-15 Eric Anholtturnip: Fill in clear color packing for r10g11b11 and...
2019-10-15 Eric Anholtturnip: Drop unused tu_pack_clear_value() return.
2019-10-15 Jonathan Marekturnip: add anisotropy and compressed formats to device...
2019-10-15 Jonathan Marekturnip: disable tiling as necessary
2019-10-15 Jonathan Marekturnip: update setup_slices
2019-10-15 Jonathan Marekturnip: add VK_KHR_sampler_mirror_clamp_to_edge
2019-10-15 Jonathan Marekturnip: add black border color
2019-10-15 Jonathan Marekturnip: improve sampler descriptor
2019-10-15 Jonathan Marekturnip: improve view descriptor
2019-10-15 Jonathan Marekturnip: add more 2d_ifmt translations
2019-10-15 Jonathan Marekturnip: format table fixes
2019-10-15 Jonathan Marekturnip: add format_is_uint/format_is_sint
2019-10-15 Jonathan Marekturnip: add astc format layout
2019-10-15 Jonathan Marekturnip: fix assert failing for 0 color attachments
2019-10-15 Jonathan Marekturnip: fix segmentation fault with compute pipeline
2019-10-15 Jonathan Marekturnip: fix segmentation fault in events
2019-10-15 Jonathan Marekturnip: fix 32 vertex attributes case
2019-10-15 Jonathan Marekturnip: fix triangle strip
2019-09-27 Eric Anholtturnip: Fix failure behavior of vkCreateGraphicsPipelines.
2019-09-27 Eric Anholtturnip: Silence compiler warning about uninit pipeline.
2019-09-27 Eric Anholtturnip: Add a .editorconfig and .dir-locals.el
2019-09-27 Bas Nieuwenhuizenturnip: Add todo for d24_s8 copies
2019-09-27 Bas Nieuwenhuizenturnip: Disallow NPoT formats.
2019-09-27 Bas Nieuwenhuizenturnip: Always use UINT formats for copies.
2019-09-27 Bas Nieuwenhuizenturnip: Add image->image blitting.
2019-09-26 Jonathan Marekturnip: emit texture and uniform state
2019-09-26 Jonathan Marekturnip: add some shader information in pipeline state
2019-09-26 Jonathan Marekturnip: use nir_opt_copy_prop_vars
2019-09-26 Jonathan Marekturnip: lower samplers and uniform buffer indices
2019-09-26 Jonathan Marekturnip: basic descriptor sets (uniform buffer and samplers)
2019-09-26 Jonathan Marekturnip: enable linear filtering
2019-09-26 Jonathan Marekturnip: align layer_size
2019-09-26 Jonathan Marekturnip: use linear tiling for scanout image
2019-09-26 Jonathan Marekturnip: implement image view descriptor
2019-09-26 Jonathan Marekturnip: implement sampler state
2019-09-26 Jonathan Marekturnip: fix vertex_id
2019-09-26 Jonathan Marekturnip: emit shader immediates
2019-09-25 Jonathan Marekturnip: use image tile_mode for gmem configuration
2019-09-25 Jonathan Marekturnip: fix binning shader compilation
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Track location of gl_Position out as...
2019-09-18 Bas Nieuwenhuizentu: Set up glsl types.
2019-08-11 Caio Marcelo de... spirv: Drop lower_workgroup_access_to_offsets
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-07-26 Eric Engestromanv+tu+radv: delete unusable dev_icd.json
2019-07-10 Kristian H. Kristensenfreedreno: Generate headers from xml files
2019-07-10 Eric Engestromtu: add exported symbols check
2019-06-03 Vinson Leefreedreno: Fix GCC build error.
2019-05-29 Caio Marcelo de... spirv: Change spirv_to_nir() to return a nir_shader
2019-05-29 Caio Marcelo de... turnip: Don't re-use entry_point pointer from spirv_to_nir
2019-05-22 Lionel Landwerlinvulkan: fix build dependency issue with generated files
2019-05-14 Eric Anholtfreedreno: Move msm_drm.h to the same spot as other...
2019-05-13 Jason Ekstrandtu/entrypoints: Import copy
2019-05-07 Rob Clarkfreedreno/ir3: move const_state to ir3_shader
2019-05-07 Rob Clarkfreedreno/ir3: move immediates to const_state
2019-04-30 Eric Engestromturnip: update to use the new features struct names
2019-04-26 Emil Velikovturnip: drop dead close(master_fd)
2019-04-25 Rob Clarkfreedreno: update generated headers
2019-04-25 Rob Clarkcompiler: rename SYSTEM_VALUE_VARYING_COORD
next