drm-shim: Let the driver choose to overwrite the first render node.
[mesa.git] / src / gallium / auxiliary /
2020-04-23 Indrajit Kumar Dasgallium: prepare framework for supporting AlphaToCovera...
2020-04-23 Rob Clarkgallium: add # of MRT to blend state
2020-04-23 Rob Clarkmesa/st: avoid u_vbuf for GLES
2020-04-21 Pierre-Eric Pellou... gallium/utils: silence strncpy warning
2020-04-16 Pierre-Eric Pellou... gallium/u_threaded: flush batch when hitting mapping...
2020-04-16 Ilia Mirkinst/mesa: add support for GL_NV_viewport_array2
2020-04-16 Ilia Mirkingallium: add PIPE_CAP_VIEWPORT_MASK
2020-04-16 Ilia Mirkingallium: add TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVE
2020-04-16 Ilia Mirkingallium: add TGSI_SEMANTIC_VIEWPORT_MASK
2020-04-15 Dave Airliedraw/tess: free the NIR
2020-04-15 Dave Airliedraw: free the NIR IR.
2020-04-15 Karol Herbstgallium: initialize viewport swizzle in cso_set_viewpor...
2020-04-15 Karol Herbstgallium: add PIPE_CAP_SYSTEM_SVM
2020-04-15 Dave Airlieu_blitter: fix stencil blitting
2020-04-15 Dave Airliedraw: fix user culling pipeline order. (v2)
2020-04-15 Dave Airliedraw/cull: run pipeline for culled points.
2020-04-15 Dave Airliedraw: fix tessellation stats query
2020-04-15 Dave Airliegallivm/draw: calloc prim id toavoid undef
2020-04-15 Dave Airliegallivm/nir: lower implicit lod to tex.
2020-04-15 Dave Airliegallivm: fix left over shader vote debug
2020-04-15 Dave Airliedraw: collect tessellation invocations statistics
2020-04-14 Gert Wollnygallium/tgsi_to_nir: Set nir_intrinsic_align_mul to...
2020-04-12 Ilia Mirkingallium: add viewport swizzling state and cap
2020-04-07 Dominik Behrmeson: fix debug build on Android
2020-04-07 Vinson Leegallivm: Add missing header for powf.
2020-04-06 Marek Olšákutil: move and adjust the vertex upload heuristic equat...
2020-04-04 Dave AirlieRevert "gallivm: disable rgtc/latc SNORM accellerated...
2020-04-04 Dave Airliegallivm/rgtc: enable fast path for snorm types.
2020-04-04 Dave Airliegallivm/rgtc: fix the truncation to 8-bit
2020-04-02 Roland Scheideggergallivm: fix stream id fetch
2020-04-02 Roland Scheideggergallivm: switch the mask6/mask7 cases for signed rgtc...
2020-04-02 Roland Scheideggergallivm: fix rgtc2 format
2020-04-02 Pierre-Eric Pellou... gallium/util: let shader live cache users know if a...
2020-04-01 Dave Airliegallium/llvmpipe: add an optimised 32-bit memset
2020-03-31 Marek Olšákst/mesa: add environment variable pin_app_thread for...
2020-03-31 Marek Olšákgallium/u_threaded: call the driver to pin threads...
2020-03-30 Rob Clarkutil: fix u_fifo_pop()
2020-03-30 Pierre-Eric Pellou... ddebug: add missing forward declaration
2020-03-27 Marek Olšákutil: don't include p_defines.h and u_pointer.h from...
2020-03-26 H.J. Lux86_init_func_common: Add ENDBR at function entry
2020-03-26 Marek Olšákmesa: allow out-of-order drawing to optimize immediate...
2020-03-25 Roland Scheideggergallium/util: Add back (and rename) util_float_to_half...
2020-03-25 Roland Scheideggergallivm: disable rgtc/latc SNORM accellerated fetches
2020-03-25 Erik Faye-Lundrbug: do not return void-value
2020-03-25 Erik Faye-Lundrbug: clean up cast-warnings
2020-03-25 Erik Faye-Lundpipebuffer: clean up cast-warnings
2020-03-23 Jan Zielinskigallium/gallivm: Remove workaround disabling AVX code...
2020-03-23 Dave Airliegallivm: add support for rgtc/latc fetches.
2020-03-23 Dave Airliegallivm/s3tc: split out dxt5 alpha code
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-17 Eric Anholtgallium/util: Switch util_float_to_half to _mesa_float_...
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-11 Marek Olšákgallium: add PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICES
2020-03-11 John Stultzgallium: hud_context: Fix scalar initializer warning.
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-03 Mauro Rossiandroid: gallium/auxiliary: fix "Unused source files...
2020-03-03 Krzysztof RaszkowskiRevert "gallium/swr: Fix min/max range index draw"
2020-03-03 Jan Zielinskigallium/swr: fix corruptions in Unigine Heaven
2020-03-03 Louis-Francis Ratt... gallium: add PIPE_CAP_PSIZ_CLAMPED
2020-03-03 Louis-Francis Ratt... gallium: add PIPE_CAP_VIEWPORT_TRANSFORM_LOWERED
2020-03-03 Louis-Francis Ratt... gallium: add PIPE_CAP_PACKED_STREAM_OUTPUT
2020-03-02 Dave Airliegallivm/tessellator: use private functions for min...
2020-02-28 Dave Airliegallium/nir/tgsi: only scan fragment shader inputs...
2020-02-28 Dave Airliedraw: hook up final bits of tessellation
2020-02-28 Dave Airliedraw: add main tessellation code
2020-02-28 Dave Airliedraw: add JIT context/functions for tess stages.
2020-02-28 Dave Airliegallivm/nir: add tessellation i/o support.
2020-02-28 Dave Airliegallivm/tgsi/swr: add mask vec to the tcs store
2020-02-28 Dave Airliegallivm/nir: align store_var param order with load_var
2020-02-28 Dave Airliegallivm/nir: add support for tess system values
2020-02-28 Dave Airliegallivm/nir: split out 64-bit splitting code
2020-02-28 Dave Airliegallium/auxiliary: add the microsoft tessellator and...
2020-02-28 Marek Olšákgallium/u_vbuf: silence a warning by using unreachable
2020-02-28 Marek Olšáknir: fix 5 warnings
2020-02-28 Marek Olšákgallivm: fix 5 warnings
2020-02-28 Marek Olšákgallium/u_threaded: convert dividing by index_size...
2020-02-28 Marek Olšákgallium/u_threaded: fix uploading user indices with...
2020-02-28 Marek Olšákgallium: pass cso_velems_state into cso_context instead...
2020-02-28 Marek Olšákgallium/cso_hash: inline struct cso_hash_data
2020-02-28 Marek Olšákgallium/cso_hash: pack cso_node better
2020-02-27 Pierre-Eric Pellou... gallium/vl: add 4:2:2 support
2020-02-27 Pierre-Eric Pellou... gallium/video: remove pipe_video_buffer.chroma_format
2020-02-26 Dave Airliegallivm/nir: handle mod 0 better.
2020-02-26 Dave Airliegallivm/nir: fix integer divide SIGFPE
2020-02-26 Dave Airliegallivm/tgsi: fix stream id regression
2020-02-26 Marek Olšákgallium/hash_table: remove some function wrappers
2020-02-26 Marek Olšákgallium/hash_table: turn it into a wrapper around util...
2020-02-26 Marek Olšákgallium/hash_table: use the same callback signatures...
2020-02-26 Marek Olšákgallium/hash_table: consolidate hash tables with FD...
2020-02-26 Marek Olšákgallium/hash_table: consolidate hash tables with pointe...
2020-02-26 Marek Olšáktgsi_to_nir: set num_images and num_samplers with holes...
2020-02-24 Erik Faye-Lundgallium/util: remove unused debug_print_foo helpers
2020-02-24 Erik Faye-Lundgallium/util: do not use debug_print_format
2020-02-24 Erik Faye-Lundutil: move debug_memory_{begin,end} to os_memory_debug.h
2020-02-24 Jonathan Marekhud: add GALLIUM_HUD_SCALE
2020-02-24 Eric Anholttgsi_to_nir: Reuse glsl_get_sampler_dim_coordinate_comp...
next