pan/bi: Add move lowering pass
[mesa.git] / src / gallium /
2020-03-22 Jonathan Mareketnaviv: nir: add compile_check_limits
2020-03-21 Marek Olšákvbo,gallium: make glBegin/End buffer size configurable...
2020-03-20 Mark Menzynskitgsi/util: Change boolean for bool
2020-03-20 Vasily Khoruzhicklima: add support for R and RG formats
2020-03-20 Vasily Khoruzhicklima: split pixel and texel format tables
2020-03-20 Erik Faye-Lundzink/spirv: do not use bitwise operations on booleans
2020-03-20 Marek Olšákwinsys/radeon: change to 3-space indentation
2020-03-19 Eric Anholtfreedreno: Switch to exposing only half-integer pixel...
2020-03-19 John Stultzr600: Fix build error in sfn_nir_lower_fs_out_to_vector.cpp
2020-03-19 John Stultzvc4_bufmgr: Remove duplicative VC definition
2020-03-19 John Stultzetnaviv: Avoid shift overflow
2020-03-19 John StultzAndroid.mk: Tweak MESA_ENABLE_LLVM checks
2020-03-19 Jason Ekstrandintel/iris: Always initialize CCS to 0
2020-03-19 Tomasz Pyragallium/swr: spin-lock performance improvement
2020-03-18 Jason Ekstrandintel/blorp: Add support for swizzling fast-clear colors
2020-03-18 Vasily Khoruzhicklima: decode depth/stencil write bits in RSW
2020-03-18 Icenowy Zhenglima: implement zsbuf reload
2020-03-18 Vasily Khoruzhicklima: disable Z16 format
2020-03-17 Eric Anholtgallium/util: Switch util_float_to_half to _mesa_float_...
2020-03-17 Dave Airliegallium: fix build with latest meson and gcc10
2020-03-17 Marek Olšákac: unify denorm setting enforcement
2020-03-17 Marek Olšákgallium/u_vbuf: simplify the first if statement in...
2020-03-17 Marek Olšákgallium/u_threaded: don't sync the thread for all unsyc...
2020-03-17 Eric Anholtfreedreno/a5xx: Fix min-vs-mag filtering decisions...
2020-03-17 Caio Marcelo de... intel/blorp: Plumb the stage through blorp upload_shader
2020-03-17 Duncan Hopkinszink: zero out zink_render_pass_state
2020-03-17 Michel Dänzerllvmpipe: Use uintptr_t for pointer values
2020-03-16 Vasily Khoruzhicklima/gpir: fix crash in schedule_insert_ready_list()
2020-03-16 Vasily Khoruzhicklima/gpir: add better lowering for ftrunc
2020-03-16 Vasily Khoruzhicklima/gpir: kill dead writes to regs in DCE
2020-03-16 Connor Abbottlima/gpir: Optimize nots created from branch lowering
2020-03-16 Connor Abbottlima/gpir: Optimize conditional break/continue
2020-03-16 Connor Abbottlima/gpir: Make lima_gpir_node_insert_child() useful
2020-03-16 Vinson Leepanfrost: Fix gnu-empty-initializer error.
2020-03-16 Tapani Pälliiris: allow compression conditionally for images on...
2020-03-16 Tapani Pälliiris: determine aux usage during predraw and state...
2020-03-16 Tapani Pälliiris: move existing image format fallback as a helper...
2020-03-16 Tapani Pälliiris: provide dummy iris_image_view_aux_usage
2020-03-16 Tapani Pälliintel/compiler: detect if atomic load store operations...
2020-03-16 Tapani Pälliiris: use the images_used mask in resolve pass
2020-03-13 Jan Zielinskigallium/swr: use ElementCount type arguments for getSplat()
2020-03-13 Christian Gmeineretnaviv: enable shareable shaders
2020-03-13 Christian Gmeineretnaviv: get rid of etna_spec in etna_context
2020-03-12 Jason Ekstrandiris: Use ISL_AUX_USAGE_STC_CCS for stencil CCS
2020-03-12 Jason Ekstrandiris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write...
2020-03-12 Marek Olšákac: add radeon_info::use_late_alloc to control LATE_ALL...
2020-03-12 Marek Olšákradeonsi: tune primitive binning for small chips
2020-03-12 Marek Olšákradeonsi: set better tessellation tunables on gfx9...
2020-03-12 Marek Olšákradeonsi/gfx10: cache metadata in L2 on small chips
2020-03-12 Tapani Pälliiris: toggle on PIPE_CAP_MIXED_COLOR_DEPTH_BITS
2020-03-11 Alyssa Rosenzweigpanfrost: Promote midgard_program to panfrost/util
2020-03-11 Marek Olšákgallium: add PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICES
2020-03-11 Chris Lordvc4: Fix query_dmabuf_modifiers mis-reporting external_...
2020-03-11 Pierre-Eric Pellou... vdpau: remove bogus assert
2020-03-11 Vasily Khoruzhicklima/gpir: print acc ops even if we have only one source
2020-03-11 Vasily Khoruzhicklima/gpir: improve disassembler output
2020-03-11 Vasily Khoruzhicklima: print gp uniforms if gp debug is enabled
2020-03-11 John Stultzgallium: hud_context: Fix scalar initializer warning.
2020-03-11 John Stultzpanfrost: Move pan_afbc.c file to the the right Makefil...
2020-03-11 Marek Olšákgallium/cso_context: remove cso_delete_xxx_shader helpe...
2020-03-10 Karol HerbstRevert "gallium: make handles of set_global_binding...
2020-03-10 Karol Herbstgallium: make handles of set_global_binding 64 bit
2020-03-10 Rob Clarkutil/ra: spiff out select_reg_callback
2020-03-10 Rob Clarkfreedreno: fix FD_MESA_DEBUG=inorder
2020-03-10 Rob Clarkfreedreno/ir3: add simplified stall estimation
2020-03-10 Mathias Fröhlichiris: Move down iris_emit_sbe_swiz in profiles.
2020-03-10 Boris Brezillonpanfrost: Get rid of ctx->payloads[]
2020-03-10 Boris Brezillonpanfrost: Use ctx->active_prim in panfrost_writes_point...
2020-03-10 Boris Brezillonpanfrost: Re-init the VT payloads at draw/launch_grid...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_emit_varying_descriptor() to...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_emit_vertex_data() to pan_cmdst...
2020-03-10 Boris Brezillonpanfrost: Inline panfrost_queue_draw() and panfrost_emi...
2020-03-10 Boris Brezillonpanfrost: Move vertex/tiler payload initialization...
2020-03-10 Boris Brezillonpanfrost: Move streamout offset update out of panfrost_...
2020-03-10 Boris Brezillonpanfrost: Rename panfrost_stage_attributes()
2020-03-10 Boris Brezillonpanfrost: Move the mali_attr.src_offset adjustment...
2020-03-10 Boris Brezillonpanfrost: Emit attribute descriptors after patching...
2020-03-10 Boris Brezillonpanfrost: Prepare attribute for builtins at state creat...
2020-03-10 Boris Brezillonpanfrost: Ignore BO start addr when adjusting src_offset
2020-03-10 Boris Brezillonpanfrost: Drop initial mali_attr_meta.src_offset assignment
2020-03-10 Boris Brezillonpanfrost: Add an helper to emit a pair of vertex/tiler...
2020-03-10 Boris Brezillonpanfrost: Move sampler/tex descs emission helpers to...
2020-03-10 Boris Brezillonpanfrost: Add a panfrost_sampler_desc_init() helper
2020-03-10 Boris Brezillonpanfrost: Prepare shader_meta descriptors at emission...
2020-03-10 Boris Brezillonpanfrost: Prepare things to get rid of panfrost_shader_...
2020-03-10 Boris Brezillonpanfrost: Add an helper to update the rasterizer part...
2020-03-10 Boris Brezillonpanfrost: Add an helper to update the occclusion query...
2020-03-10 Boris Brezillonpanfrost: Simplify panfrost_emit_for_draw() and make...
2020-03-10 Boris Brezillonpanfrost: Stop using panfrost_emit_for_draw() for compu...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_attach_vt_framebuffer() to...
2020-03-10 Boris Brezillonpanfrost: Dissociate shader meta patching from the...
2020-03-10 Boris Brezillonpanfrost: Move shared mem desc emission out of panfrost...
2020-03-10 Boris Brezillonpanfrost: Move the const buf emission logic out of...
2020-03-10 Boris Brezillonpanfrost: Move viewport desc emission out of panfrost_e...
2020-03-10 Boris Brezillonpanfrost: Move the batch stack size adjustment out...
2020-03-10 Boris Brezillonpanfrost: Add an helper to retrieve the currently activ...
2020-03-10 Boris Brezillonpanfrost: Assign primitive_size.pointer only if writes_...
2020-03-10 Boris Brezillonpanfrost: Pass the sampler view format when creating...
2020-03-10 Tomeu Vizosogallium: Add forgotten docs for new CAPs related to...
2020-03-10 Vasily Khoruzhicklima: enable minmax cache for index buffers
next