nv50/ir/nir: handle bindless texture
[mesa.git] / src / gallium /
2019-04-12 Karol Herbstnv50/ir/nir: handle bindless texture
2019-04-12 Karol Herbstglsl/nir: add support for lowering bindless images_derefs
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-12 Karol Herbstnir: move brw_nir_rewrite_image_intrinsic into common...
2019-04-12 Icenowy Zhenglima: lower bool to float when building shaders
2019-04-12 Tomeu Vizosopanfrost: Guard against reading past end of buffer
2019-04-12 Tomeu Vizosopanfrost: split asserts in pandecode
2019-04-11 Dave Airliellvmpipe: fix undefined shift 1 << 31.
2019-04-11 Dave Airliedraw: fix undefined shift of (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 Jan Veselygallium/aux: Report error if loading of a pipe driver...
2019-04-11 Rob Herringkmsro: Add platform support for exynos and sun4i
2019-04-11 Rob Herringkmsro: Add lima renderonly support
2019-04-11 Qiang Yugallium: add lima driver
2019-04-11 Qiang Yugallium/u_vbuf: export u_vbuf_get_minmax_index
2019-04-11 Guido Günthergallium: trace: Add missing fence related wrappers
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 Jan VeselyPartially revert "gallium: fix autotools build of pipe_...
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 Gert WollnyGallium: Add new CAP that indicated whether IO array...
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 Boyuan Zhangst/va: reverse qt matrix back to its original order
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 Caio Marcelo de... gallium: Add PIPE_CAP_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 Airlietgsi: add support for geometry shader streams.
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-07 Kenneth Graunkegallium/util: Add const to u_range_intersect
2019-04-07 Greg Vgallium/hud: add CPU usage support for FreeBSD
2019-04-06 Kenneth Graunkeiris: Silence unused variable warnings in release mode
2019-04-05 Andrii Simiklitutil: clean the 24-bit unused field to avoid an issues
2019-04-05 Marek Olšáktegra: fix the build after the set_shader_buffers change
2019-04-05 James Zhugallium/auxiliary/vl: Add barrier/unbind after compute...
2019-04-05 James Zhugallium/auxiliary/vl: Fixed blank issue with compute...
2019-04-05 James Zhugallium/auxiliary/vl: Fixed blur issue with weave compu...
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-05 Dave Airlieddebug: add compute functions to help hang detection
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 Guido Günthergallium/u_dump: util_dump_sampler_view: Dump u.tex...
2019-04-04 Guido Günthergallium: ddebug: Add missing fence related wrappers
2019-04-04 Eric Engestromgallium/hud: fix rounding error in nic bps computation
2019-04-04 Eric Engestromgallium/hud: prevent buffer overflow
2019-04-04 Eric Engestromgallium/hud: fix memory leaks
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
next