panfrost: split asserts in pandecode
[mesa.git] / src / gallium / drivers /
2019-04-12 Tomeu Vizosopanfrost: split asserts in pandecode
2019-04-11 Dave Airliellvmpipe: fix undefined shift 1 << 31.
2019-04-11 Kenneth Graunkeiris: Actually pin the scratch BO.
2019-04-11 Lubomir Rintelkmsro: Extend to include armada-drm
2019-04-11 Icenowy Zhenglima: implement blit with util_blitter
2019-04-11 Icenowy Zhenglima: make lima_context_framebuffer subtype of pipe_fra...
2019-04-11 Icenowy Zhenglima: add dummy set_sample_mask function
2019-04-11 Erik Faye-Lundvirgl: use debug_printf instead of fprintf
2019-04-11 Erik Faye-Lundvirgl: do not warn about display-target binding
2019-04-11 Erik Faye-Lundvirgl: only warn about unchecked flags
2019-04-11 Erik Faye-Lundvirgl: unsigned int -> unsigned
2019-04-11 Rob Herringkmsro: Add platform support for exynos and sun4i
2019-04-11 Qiang Yugallium: add lima driver
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-10 Mike Blumenkrantziris: support INTEL_NO_HW environment variable
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-10 Erik Faye-Lundvirgl: use debug_printf instead of fprintf
2019-04-10 Gert Wollnyvirgl: Enable passing arrays as input to fragment shaders
2019-04-10 Lepton Wuvirgl: Set bind when creating temp resource.
2019-04-09 Khaled Emarafreedreno: PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT...
2019-04-09 Gert Wollnysoftpipe: Enable PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
2019-04-09 Gert Wollnysoftpipe: Add an extra code path for the buffer texel...
2019-04-09 Gert Wollnysoftpipe: raise number of bits used for X coordinate...
2019-04-09 Gert Wollnysoftpipe: Don't use mag filter for gather op
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-04-09 Dave Airlievirgl: add support for ARB_indirect_parameters
2019-04-09 Dave Airlievirgl: add support for ARB_multi_draw_indirect
2019-04-09 Dave Airlievirgl: add support for missing command buffer binding.
2019-04-09 Caio Marcelo de... iris: Enable NV_compute_shader_derivatives
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-04-09 Dave Airliesoftpipe: add support for vertex streams (v2)
2019-04-09 Dave Airliedraw: add support to tgsi paths for geometry streams...
2019-04-09 Dave Airliesoftpipe: add support for indexed queries.
2019-04-09 Dave Airliedraw: add stream member to stats callback
2019-04-08 Lionel Landwerlinintel: add dependency on genxml generated files
2019-04-08 Marek Olšákradeonsi: fix a crash when unbinding sampler states
2019-04-07 Alyssa Rosenzweigpanfrost: Remove "mali_unknown6" nonsense
2019-04-07 Alyssa Rosenzweigpanfrost/midgard: Enable lower_find_lsb
2019-04-07 Alyssa Rosenzweigpanfrost/midgard: Add ibitcount8 op
2019-04-07 Alyssa Rosenzweigpanfrost/midgard: Add ilzcnt op
2019-04-07 Alyssa Rosenzweigpanfrost/midgard: Add umin/umax opcodes
2019-04-07 Alyssa Rosenzweigpanfrost: Add tilebuffer load? branch
2019-04-07 Alyssa Rosenzweigpanfrost/decode: Add flags for tilebuffer readback
2019-04-07 Karol Herbstpanfrost/midgard: use nir_src_is_const and nir_src_as_uint
2019-04-07 Jason Ekstrandvc4: Prefer nir_src_comp_as_uint over nir_src_as_const_...
2019-04-06 Kenneth Graunkeiris: Silence unused variable warnings in release mode
2019-04-05 Marek Olšáktegra: fix the build after the set_shader_buffers change
2019-04-05 Gert Wollnysoftpipe: Use mag texture filter also for clamped lod...
2019-04-05 Tapani Pälliiris: handle aux properly in iris_resource_get_handle
2019-04-05 Eric Anholtv3d: Don't try to use the TFU blit path if a scissor...
2019-04-05 Eric Anholtv3d: Bump the maximum texture size to 4k for V3D 4.x.
2019-04-05 Eric Anholtv3d: Add support for handling OOM signals from the...
2019-04-04 Dave Airlieiris: avoid use after free in shader destruction
2019-04-04 Marek Olšákradeonsi: set exact shader buffer read/write usage...
2019-04-04 Marek Olšákgallium: add writable_bitmask parameter into set_shader...
2019-04-04 Danylo Piliaieviris: Fix assert when using vertex attrib without buffe...
2019-04-04 Tapani Pälliiris: move iris_flush_resource so we can call it from...
2019-04-04 Kenneth Graunkeiris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICAT...
2019-04-04 Eric Engestromsimplify LLVM version string printing
2019-04-04 Marek Olšákradeonsi: add support for displayable DCC for multi...
2019-04-04 Marek Olšákradeonsi: add support for displayable DCC for 1 RB...
2019-04-04 Marek Olšákradeonsi: add ability to bind images as image buffers
2019-04-04 Marek Olšákradeonsi/gfx9: add support for PIPE_ALIGNED=0
2019-04-04 Tapani Pälliiris: move variable to the scope where it is being...
2019-04-04 Alyssa Rosenzweigpanfrost: Size tiled temp buffers correctly
2019-04-04 Alyssa Rosenzweigpanfrost: Respect box->width in tiled stores
2019-04-04 Alyssa Rosenzweigpanfrost: Cleanup some indirection in pan_resource
2019-04-04 Alyssa Rosenzweigpanfrost: Implement system values
2019-04-03 Erik Faye-Lundvirgl: also destroy all read-transfers
2019-04-03 Alyssa Rosenzweigpanfrost: Remove support for legacy kernels
2019-04-03 Lucas Stachetnaviv: only try to construct scanout resource when...
2019-04-03 Lucas Stachetnaviv: flush all pending contexts when accessing...
2019-04-03 Lucas Stachetnaviv: don't flush own context when updating resource use
2019-04-03 Christian Gmeineretnaviv: shrink struct etna_3d_state
2019-04-02 Rafael Antognolliiris: Enable fast clears on gen8.
2019-04-02 Rafael Antognolliiris: Add aux.sampler_usages.
2019-04-02 Rafael Antognolliiris: Do not allocate clear_color_bo for gen8.
2019-04-02 Rafael Antognolliiris: Manually apply fast clear color channel overrides.
2019-04-02 Rafael Antognolliiris/gen8: Re-emit the SURFACE_STATE if the clear color...
2019-04-02 Rafael Antognolliiris: Only update clear color for gens 8 and 9.
2019-04-02 Marek Olšákradeonsi: don't use PFP_SYNC_ME with compute-only contexts
2019-04-02 Gert Wollnyvirgl: define MAX_VERTEX_STREAMS based on availability...
2019-04-02 Gert Wollnysoftpipe: Implement ATOMFADD and enable cap TGSI_ATOMFADD
2019-04-02 Erik Faye-Lundvirgl: stricter usage of compressed 3d textures
2019-04-02 Erik Faye-Lundvirgl: do not allow compressed formats for buffers
2019-04-01 Chris Wilsoniris: Adapt to variable ppGTT size
2019-04-01 Marek Olšákradeonsi: implement ARB/KHR_parallel_shader_compile...
2019-04-01 Marek Olšákradeonsi: fix assertion failure by using the correct...
2019-04-01 Leo Liuradeon/vcn/vp9: search the render target from the whole...
2019-03-31 Alyssa Rosenzweigpanfrost: Implement FIXED formats
2019-03-31 Alyssa Rosenzweigpanfrost: Fix index calculation types and asserts
2019-03-31 Alyssa Rosenzweigpanfrost: Clean index state between indexed draws
2019-03-31 Alyssa Rosenzweigpanfrost/decode: Print negative_start
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
next