panfrost/decode: Hit MRT blend shader enable bits
[mesa.git] / src / gallium / drivers / vc4 /
2019-04-26 Eric Anholtvc4: Fall back to renderonly if the vc4 driver doesn...
2019-04-26 Eric Anholtvc4: Use _mesa_hash_table_remove_key() where appropriate.
2019-04-15 Rhys Perryvc4: fix build
2019-04-15 Dylan BakerDelete autotools
2019-04-15 Rhys Perrygallium: add support for formatted image loads
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-10 Eric Anholtvc4: Upload CS/VS UBO uniforms together.
2019-04-10 Eric Anholtvc4: Split UBO0 and UBO1 address uniform handling.
2019-04-10 Eric Anholtvc4: Don't forget to set the range when scalarizing...
2019-04-10 Eric Anholtst: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFOR...
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-04-07 Jason Ekstrandvc4: Prefer nir_src_comp_as_uint over nir_src_as_const_...
2019-03-14 Alyssa Rosenzweigvc4: Use shared drm_find_modifier util
2019-03-11 Eric Anholtvc4: Switch the post-RA scheduler over to the DAG datas...
2019-03-11 Eric Anholtv3d: Use the DAG datastructure for QPU instruction...
2019-03-11 Eric Anholtvc4: Reuse list_for_each_entry_rev().
2019-03-11 Eric Anholtvc4: Switch over to using the DAG datastructure for...
2019-03-05 Timur Kristóftgsi_to_nir: Produce optimized NIR for a given pipe_screen.
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-01-30 Ernestas Kulikvc4: Fix leak in HW queries error path
2019-01-29 Eric Anholtvc4: Enable NEON asm on meson cross-builds.
2019-01-20 Karol Herbstnir: add bit_size parameter to system values with multi...
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2018-12-20 Eric Anholtvc4: Hook up perf_debug() output to GL_ARB_debug_output...
2018-12-20 Rhys Kiddvc4: Wire up core pipe_debug_callback
2018-12-19 Eric Anholtvc4: Move the utile load/store functions to a header...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-12-17 Eric Anholtvc4: Reuse nir_format_convert.h in our blend lowering.
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Eric Anholtvc4: Use the original bit size when scalarizing uniform...
2018-12-08 Eric Anholtvc4: Fix a leak of the transfer helper on screen destroy.
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-11-19 Kenneth Graunkenir: Make nir_lower_clip_vs optionally work with variables.
2018-11-16 Eric Anholtvc4: Don't return a vc4 BO handle on a renderonly screen.
2018-11-16 Eric Anholtvc4: Make sure we make ro scanout resources for create_...
2018-11-02 Eric Anholtvc4: Use the normal simulator ioctl path for CL submit...
2018-11-02 Eric Anholtvc4: Maintain a separate GEM mapping of BOs in the...
2018-11-02 Eric Anholtvc4: Take advantage of _mesa_hash_table_remove_key...
2018-11-01 Eric Anholtvc4: Drop the winsys_stride relayout in the simluator
2018-10-30 Dylan Bakerutil: Move os_misc to util
2018-10-30 Eric Anholtvc4: Fix unused variable warning.
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-16 Eric Anholtgallium/ttn: Convert inputs and outputs to derefs of...
2018-10-15 Kenneth Graunkegallium/u_transfer_helper: Add support for separate...
2018-09-22 Eric Anholtvc4: Remove dead i == 0 code from the cos() implementation.
2018-09-22 Eric Anholtvc4: Fix sin(0.0) and cos(0.0) accuracy to fix SDL...
2018-09-04 Eric Anholtvc4: Drop a bunch of duplicated gallium PIPE_CAP defaul...
2018-09-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-08-09 Eric Anholtvc4: Implement texture_subdata() to directly upload...
2018-08-08 Eric Anholtvc4: Handle partial loads/stores of tiled textures.
2018-08-08 Eric Anholtvc4: Compile the LT image helper per cpp we might load...
2018-08-08 Eric Anholtvc4: Refactor to reuse the LT tile walking code.
2018-08-08 Eric Anholtvc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.
2018-08-08 Eric Anholtvc4: Ignore samplers for finding uniform offsets.
2018-08-08 Eric Anholtvc4: Extend dumping of uniforms in QIR and in the comma...
2018-08-08 Eric Anholtvc4: Pull uinfo->data[i] dereference out to the top...
2018-08-08 Eric Anholtvc4: Make sure to emit a tile coordinates between two...
2018-08-08 Eric Anholtvc4: Respect a sampler view's first_layer field.
2018-08-07 Eric Anholtvc4: Fix a leak of the no-vertex-elements workaround BO.
2018-08-07 Eric Anholtvc4: Fix context creation when syncobjs aren't supported.
2018-08-01 Juan A. Suarez Romerovc4: Fix automake linking error.
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-30 Eric Anholtv3d: Add a separate flag for CLIF ABI output versus...
2018-07-30 Eric Anholtvc4: Fix meson build when enabled without v3d.
2018-07-28 Eric Anholtv3d: Stop doing pretty-printed colorful booleans in...
2018-07-28 Eric Anholtv3d: Move clif dump BO lookup into the clif dumper.
2018-07-28 Eric Anholtv3d: Pass the whole clif_dump structure to v3d_print_gr...
2018-07-13 Jason Ekstrandvc4: Tell NIR to lower fdiv instructions
2018-07-13 Eric Anholtvc4: Switch to using u_transfer_helper for MSAA maps.
2018-07-12 Eric Anholtvc4: Don't automatically reallocate a PERSISTENT-mapped...
2018-06-29 Marek Olšákgallium/util: remove dummy function util_format_is_supp...
2018-06-23 Eric Anholtbroadcom/vc4: Remove deref chain support from nir_lower...
2018-06-23 Rob Clarkst,ir3,radeonsi: push lower_deref_instrs back into...
2018-06-23 Jason Ekstrandanv,i965,radv,st,ir3: Call nir_lower_deref_instrs
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-06-05 Eric Anholtv3d: Be more explicit about include directory from...
2018-05-30 Marek Olšákgallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-05-17 Stefan Schakebroadcom/vc4: Native fence fd support
2018-05-17 Stefan Schakebroadcom/vc4: Store job fence in syncobj
2018-05-17 Stefan Schakebroadcom/vc4: Detect syncobj support
2018-05-15 Rob Clarkvc4: use util_copy_framebuffer_state
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-22 Juan A. Suarez Romerobroadcom/vc4: add path to nir_builder.h
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-13 Eric Anholtbrodacom/vc4: Fix simulator since the perfmon change.
2018-03-09 Eric Anholtbroadcom/vc4: Add an accelerated path to turn raster...
2018-03-09 Eric Anholtbroadcom/vc4: Allow binding non-zero constant buffers.
2018-03-09 Eric Anholtbroadcom: Remove our defines of DRM_FORMAT_MOD_INVALID.
next