svga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGB
[mesa.git] / src / gallium / auxiliary /
2018-09-10 Marek Olšákgallium/u_inlines: remove the destroy variable in pipe_...
2018-09-10 Marek Olšákgallium/u_inlines: improve pipe_reference_described...
2018-09-10 Marek Olšákgallium/auxiliary: don't dereference counters twice...
2018-09-10 Marek Olšákgallium/u_inlines: normalize naming, use dst & src...
2018-09-10 Jose Fonsecautil: Make util_context_thread_changed a no-op on Windows.
2018-09-10 Mathias Fröhlichgallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET.
2018-09-07 Marek Olšákst/mesa: throttle texture uploads if their memory usage...
2018-09-07 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
2018-09-07 Marek OlšákRevert "gallium/os_thread: simplify helper pipe_current...
2018-09-07 Marek Olšákgallium/u_threaded: implement set_context_param for...
2018-09-07 Marek Olšákst/mesa: pin driver threads to a specific L3 cache...
2018-09-07 Marek Olšákgallium: add pipe_context::set_context_param for tuning...
2018-09-07 Marek Olšákgallium/os_thread: simplify helper pipe_current_thread_...
2018-09-07 Marek Olšákgallium/u_cpu_detect: get the number of cores per L3...
2018-09-07 Marek Olšákgallium/u_cpu_detect: fix parsing the CPU family
2018-09-07 Marek Olšákgallium/u_cpu_detect: fix a race condition on initializ...
2018-09-07 Dylan Bakermove u_math to src/util
2018-09-07 Marek Olšákgallium: enable GL_AMD_depth_clamp_separate on r600...
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-09-06 Marek Olšákgallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITS
2018-09-05 Erik Faye-Lundgallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER...
2018-09-05 Erik Faye-Lundgallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERS
2018-09-04 Marek Olšákgallium/u_threaded: increase batch size to increase...
2018-09-04 Ernestas Kuliku_vbuf: Fix leak
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-30 Vicki Pfaugallivm: Detect VSX separately from Altivec
2018-08-29 Timothy Arcerist/mesa, gallium: add a workaround for No Mans Sky
2018-08-29 Dave Airliegallivm: allow to pass two swizzles into fetches.
2018-08-29 Marek Olšákgallium: add TGSI_MEMORY_STREAM_CACHE_POLICY
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-24 Roland Scheideggergallivm: don't use saturated unsigned add/sub intrinsic...
2018-08-23 Marek Olšáktgsi/ureg: don't call tgsi_sanity when it's too slow
2018-08-23 Emil Velikovconfigure: allow building with python3
2018-08-20 Timothy Arcerimesa: remove unused dri config option disable_shader_bi...
2018-08-17 Qiang Yuxmlconfig: add kernel_driver device attribute
2018-08-15 Marek Olšákgallium/u_blitter: save/restore window rectangles
2018-08-15 Marek Olšáknoop: implement set_window_rectangles
2018-08-15 Marek Olšákddebug: implement set_window_rectangles
2018-08-11 Gert WollnyGallium/tgsi: Correct signdness of return value of...
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-10 Mathieu Bridonpython: Fix inequality comparisons
2018-08-09 Mathieu Bridonpython: Better check for integer types
2018-08-08 Emil Velikovttn: remove {varying_slot, frag_result}_to_tgsi_semanti...
2018-08-07 Mathieu Bridonpython: Use explicit integer divisions
2018-08-03 Marek Olšákgallium/u_vbuf: handle indirect multidraws correctly...
2018-08-03 Roland Scheideggerutil: return 0 for NaNs in float_to_ubyte
2018-08-02 Andres Gomezddebug: use util_snprintf() in dd_get_debug_filename_an...
2018-08-02 Andres Gomezgallium/aux/util: use util_snprintf() in test_texture_b...
2018-08-01 Dylan Bakergallium: fix ddebug on windows
2018-08-01 Dylan Bakerutil: move process.[ch] to u_process.[ch]
2018-08-01 Rhys Perrygallium: add new SAMP2HND and IMG2HND opcodes
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add pipe_resource::nr_storage_samples, and...
2018-07-28 Brian Paultgsi: whitespace fixes in tgsi_ureg.c
2018-07-28 Brian Paulgallium/util: whitespace fixes in u_inlines.h
2018-07-28 Brian Paulgallium/util: whitespace fixes in u_debug_memory.c
2018-07-27 Marek Olšákgallium/u_vbuf: split u_vbuf_get_minmax_index function...
2018-07-27 Alexander von Gluck IVgallium/auxiliary: Extern "c" fixes.
2018-07-27 Marek Olšákgallium/noop: implement invalidate_resource
2018-07-27 Chad Versacegallium/auxiliary: Fix Autotools on Android (v2)
2018-07-26 Erik Faye-Lundgallium: initialize ureg_dst::Invariant bit
2018-07-23 Roland Scheideggerdraw: force draw pipeline if there's more than 65535...
2018-07-12 Eric Anholtu_blitter: Add an option to draw the triangles using...
2018-07-12 Eric Anholtu_draw: Add some indices to the util_draw_elements...
2018-07-12 Eric Anholtgallium/u_transfer_helper: Initialize the stride of...
2018-07-12 Eric Anholtgallium/u_transfer_helper: Fix MSAA mappings with nonze...
2018-07-12 Michel Dänzergallium: Check pipe_screen::resource_changed before...
2018-07-06 Mathieu Bridonpython: Use the print function
2018-07-05 Mathieu Bridongallium/auxiliary: Fix string matching
2018-07-05 Marek OlšákShorten u_queue names
2018-07-05 Marek Olšákgallium/os: use util_get_process_name when possible
2018-07-02 Erik Faye-Lundgallium/u_vbuf: drop min/max-scanning for empty indirec...
2018-07-01 Denis Paukgallium/auxiliary: Add helper support for bptc format...
2018-06-29 Marek Olšákgallium/util: remove dummy function util_format_is_supp...
2018-06-29 Joe M. Knissgallium: plumb invariant output attrib thru TGSI
2018-06-28 Chad Versacegallium: Fix automake for Android (v2)
2018-06-25 Robert Fossgallium/util: Fix build error due to cast to different...
2018-06-23 Rob Clarkttn: convert to deref instructions
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-20 Gert Wollnygallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare...
2018-06-20 Gert Wollnygallium/aux/util/u_debug.h: Fix "noreturn" warnings...
2018-06-20 Gert Wollnygallium/aux/util: Fix some warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_ureg.c: remove unused parameter from...
2018-06-20 Gert Wollnygallium/aux/tgsi_two_side.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_ureg.c: Fix various warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_text.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare...
2018-06-20 Gert Wollnygallium/aux/tgsi_lowering.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_build.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_build.c: Remove now unused variable
2018-06-20 Gert Wollnygallium/aux/tgsi_build.c: Remove unused parameters...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Fix various -Wsign-compare
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: remove superfluous parameter...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: remove superfluous parameter...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Remove unused parameter from...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Remove paramater inst from...
2018-06-20 Gert Wollnygallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi_sanity.c: Fix -Wsign-compare warnings
2018-06-20 Gert Wollnygallium/aux/tgsi/tgsi_parse.c: Fix two warnings
next