radeonsi: remove r600_pipe_common::set_atom_dirty
[mesa.git] / src / gallium / auxiliary /
2018-04-05 Marek Olšákgallium/pp: fix MLAA shaders
2018-04-05 Marek Olšákgallium/pp: use user constant buffers
2018-04-03 Timothy Arcerigallium/pipebuffer: fix parenthesis location
2018-04-02 Mike Lothiangallivm: Fix include for LLVMAddPromoteMemoryToRegisterPass
2018-04-02 Marek Olšákgallium/u_tests: test FBFETCH and shader-based blending...
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-27 Eric Anholtgallium/u_vbuf: Protect against overflow with large...
2018-03-26 Vinson Leegallium: Do not add -Wframe-address option for gcc...
2018-03-23 Brian Paultgsi,softpipe: use enum tgsi_opcode
2018-03-23 Brian Paulst/mesa,tgsi: use enum tgsi_opcode
2018-03-23 Brian Paultgsi/nir: use enum tgsi_opcode
2018-03-23 Brian Paultgsi: use enum tgsi_opcode
2018-03-23 Brian Paulgallivm: use enum tgis_opcode
2018-03-16 Emil Velikovtgsi: move tgsi_processor_to_shader_stage() to a header
2018-03-12 Timothy Arcerigallium: silence __builtin_frame_address nonzero argume...
2018-03-12 Dave Airlieu_vbuf/translate: pass max_index into the set_buffer.
2018-03-11 Marek Olšákgallium/util: add helper util_wait_for_idle
2018-03-10 Roland Scheideggeru_blit: (trivial) u_blit.h needs to include p_defines.h
2018-03-10 Roland Scheideggerdraw: fix alpha value for very short aa lines
2018-03-09 Eric Anholtgallium: Add a util_blitter path for using a custom...
2018-03-09 Thierry Redingtegra: Initial support
2018-03-08 Thomas Hellstromgallium/st_dri: Honor the glx_disable_sgi_video_sync...
2018-03-07 Roland Scheideggerdraw: fix line stippling with aa lines
2018-03-07 Roland Scheideggerdraw: simplify (and correct) aaline fallback (v2)
2018-03-06 Roland Scheideggertgsi/scan: use wrap-around shift behavior explicitly...
2018-03-05 Gert Wollnygallium/aux/hud: Avoid possible buffer overflow
2018-03-01 Jonathan Graygallium/util: use sockets on PIPE_OS_UNIX in u_network
2018-02-28 Roland Scheideggercso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS...
2018-02-28 Roland Scheideggerdraw: don't needlessly iterate through all sampler...
2018-02-26 Timothy Arcerigallium/tgsi: remove is_msaa_sampler array from tgsi_sh...
2018-02-17 Marek Olšákgallium: use PIPE_CAP_CONSTBUF0_FLAGS
2018-02-15 Dylan Bakermeson: link dri3 xcb libs into vlwinsys instead of...
2018-02-14 Roland Scheideggertgsi: Recognize RET in main for tgsi_transform
2018-02-12 Eric Anholtgallium/llvmpipe: Fix compiler warnings about ddx/ddy...
2018-02-08 Brian Paulgallium/util: silence clang warning in blitter code
2018-02-08 Brian Paultgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()
2018-02-08 Brian Paultgsi: use TGSI_INTERPOLATE_x arguments instead of zeros...
2018-02-08 Brian Paulgallium/util: s/uint/enum tgsi_semantic/ in simple...
2018-02-08 Brian Paultgsi: s/unsigned/enum pipe_shader_type/ in ureg code
2018-02-08 Brian Paulgallium/util: s/uint/enum tgsi_semantic/ in u_blitter.c
2018-02-08 Brian Paulgallium/util: trivial whitespace/formatting fixes in...
2018-02-08 Brian Paulcso: add a couple sanity check assertions in cso_draw_vbo()
2018-02-08 Brian Paultgsi: use tgsi_semantic enum type in ureg code
2018-02-08 Brian Paultgsi: use TGSI enum types in ureg code
2018-02-08 Brian Paulgallium/util: replace uint with tgsi enum types
2018-02-08 Brian Paulgallium/util: replace unsigned with tgsi enum types
2018-02-07 Grazvydas Ignotasgallium/hud: update some query functions
2018-02-07 Roland ScheideggerRevert "gallium: build ddebug, noop, rbug, trace as...
2018-02-07 Marek Olšákgallium: build ddebug, noop, rbug, trace as part of...
2018-02-07 Roland Scheideggeru_blit: (trivial) fix bogus argument order for set_frag...
2018-02-07 Roland Scheideggeru_blit,u_simple_shaders: add shader to convert from...
2018-02-07 Roland Scheideggeru_simple_shaders: fix mask handling in util_make_fragme...
2018-02-03 Eric Anholtgallium: Add a new A4B4G4R4 pipe format for Broadcom.
2018-02-01 Brian Paulgallivm/llvmpipe: add const qualifiers on sampler variables
2018-02-01 Lucas Stachrenderonly: fix dumb BO allocation for non 32bpp formats
2018-01-30 Andres Rodriguezu_threaded_context: add support for fence_server_signal v2
2018-01-30 Andres Rodriguezgallium: add type parameter to create_fence_fd
2018-01-27 Marek Olšákac: don't use byval LLVM qualifier in shaders
2018-01-27 Marek Olšákpb_cache: let drivers choose the number of buckets
2018-01-27 Marek Olšákpb_cache: call os_time_get outside of the loop
2018-01-25 Roland Scheideggergallivm: fix crash with seamless cube filtering with...
2018-01-24 Marek Olšákgallium/u_tests: add texture_barrier and FBFETCH tests
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-18 George Kyriazisgallivm: support avx512 (16x32) in interleave2_half
2018-01-18 Dylan Bakermeson: ensure that xmlpool_options.h is generated for...
2018-01-17 Brian Paulgallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOAT
2018-01-17 Brian Paulgallium/hud: remove uint64_t casts in sensor query_sti_...
2018-01-17 Brian Paulgallium/hud: compute cpu load, percent with doubles
2018-01-17 Brian Paulgallium/hud: s/unsigned/enum pipe_query_type/
2018-01-16 Roland Scheideggerdraw: remove VSPLIT_CREATE_IDX macro
2018-01-16 Roland Scheideggerdraw: fix vsplit code when the (post-bias) index value...
2018-01-16 Samuel Pitoisetac: import lp_create_builder() from gallivm
2018-01-11 Dylan Bakermeson: move libsensors dependency to libgallium
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2018-01-10 Rob Herringtgsi: include struct definitions for tgsi_build declara...
2018-01-09 Dylan Bakermeson: build clover
2018-01-05 Timothy Arcerigallium/tgsi: add patch support to tgsi_get_gl_varying_...
2018-01-03 Mario Kleinerst/dri: Add option to control exposure of 10 bpc color...
2017-12-27 Brian Paultgsi: improve comment on tgsi_util_get_shadow_ref_src_i...
2017-12-27 Brian Paulutil: add trivial comment on u_upload_create()
2017-12-25 Marek Olšákgallium/util: add util_num_layers helper
2017-12-15 Rob Clarkgallium/util: add u_transfer_helper
2017-12-14 Roland Scheideggergallivm: implement accurate corner behavior for texture...
2017-12-14 Roland Scheideggergallivm: fix an issue with NaNs with seamless cube...
2017-12-12 Brian Paulcso: add point rasterization sanity check assertion
2017-12-12 Brian Paulgallium/u_blitter: replace tabs with spaces
2017-12-12 Brian Paulgallium/util: don't pass a pipe_resource to util_resour...
2017-12-12 Brian Paulgallium/aux: include nr_samples in util_resource_size...
2017-12-12 Roland Scheideggergallivm: fix texture wrapping for texture gather for...
2017-12-07 Eric Engestrommeson: add dep_thread to every lib that includes threads.h
2017-12-05 Marek Olšákgallium/u_upload_mgr: allow drivers to specify pipe_res...
2017-12-01 Eric Engestromgallium/hud: use #ifdef to test for macro existence
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-25 Marek Olšákgallium/hud: add HUD sharing within a context share...
2017-11-25 Marek Olšákgallium/hud: update the HUD interface for multiple...
2017-11-25 Marek Olšákgallium/hud: prevent a crash if the recording context...
2017-11-25 Marek Olšákgallium/hud: separate code for record context init...
2017-11-25 Marek Olšákgallium/hud: separate code for draw context init/release
2017-11-25 Marek Olšákgallium/hud: don't use hud->pipe in hud_parse_env_var
2017-11-25 Marek Olšákgallium/hud: use cso_get_pipe_context
next