util: move u_cpu_detect to util
[mesa.git] / src / gallium / auxiliary / util /
2018-10-30 Dylan Bakerutil: move u_cpu_detect to util
2018-10-30 Dylan Bakerutil: Move u_debug to utils
2018-10-30 Dylan Bakerutil: Move os_misc to util
2018-10-30 Dylan Bakergallium/util: remove u_inlines.h from u_debug.c
2018-10-30 Dylan Bakergallium/util: remove p_format.h from u_debug.h
2018-10-30 Dylan Bakergallium/util: move memory debug declarations into u_deb...
2018-10-30 Dylan Bakergallium/util: move debug_print_tranfer_flags to u_debug...
2018-10-30 Dylan Bakergallium/util: move debug_print_bind_flags to u_debug_ga...
2018-10-30 Dylan Bakergallium/util: move debug_print_usage_enum to the u_debu...
2018-10-30 Dylan Bakergallium/util: start splitting u_debug into generic...
2018-10-30 Dylan Bakergallium: split u_prim_name out of u_debug.h
2018-10-26 Boyuan Zhangvl: get h264 profile idc
2018-10-15 Kenneth Graunkegallium/u_transfer_helper: Add support for separate...
2018-10-15 Kenneth Graunkegallium/format: Add a helper to combine separate Z24...
2018-10-15 Kenneth Graunkegallium/auxiliary: Add util_format_get_depth_only(...
2018-09-28 Michel Dänzergallium/util: Clarify comment in util_init_thread_pinning
2018-09-18 Timothy ArceriRevert "radeonsi: avoid syncing the driver thread in...
2018-09-15 Marek Olšákgallium/util: don't let child processes inherit our...
2018-09-15 Marek Olšákgallium/util: start with a random L3 cache index for...
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šá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/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-15 Marek Olšákgallium/u_blitter: save/restore window rectangles
2018-08-10 Mathieu Bridonpython: Fix inequality comparisons
2018-08-09 Mathieu Bridonpython: Better check for integer types
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 Gomezgallium/aux/util: use util_snprintf() in test_texture_b...
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 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-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-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-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-25 Robert Fossgallium/util: Fix build error due to cast to different...
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-17 Timothy Arcerimesa: Unconditionally enable floating-point textures
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-05-29 Pierre Moreauutil/u_math: Implement a logbase2 function for unsigned...
2018-05-13 Marek Olšákgallium: remove aux_vertex_buffer_slot code
2018-05-10 Jan Veselygallium/auxiliary: Add helper function to count the...
2018-04-25 Eric Anholtgallium/util: Fix incorrect refcounting of separate...
2018-04-20 Stefan Schakegallium/util: Android backtrace support
2018-04-20 Stefan Schakegallium/util: Don't stub u_debug_stack on Android
2018-04-14 Brian Paulgallium/util: put (void) in a few function signatures
2018-04-12 Leo Liuvl: add VP9 profile2 support
2018-04-12 Leo Liuvl: add VP9 profile0 and format
2018-04-08 Lucas Stachgallium/util: implement util_format_is_yuv
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-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-09 Eric Anholtgallium: Add a util_blitter path for using a custom...
2018-03-01 Jonathan Graygallium/util: use sockets on PIPE_OS_UNIX in u_network
2018-02-17 Marek Olšákgallium: use PIPE_CAP_CONSTBUF0_FLAGS
2018-02-08 Brian Paulgallium/util: silence clang warning in blitter code
2018-02-08 Brian Paulgallium/util: s/uint/enum tgsi_semantic/ in simple...
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 Paulgallium/util: replace uint with tgsi enum types
2018-02-08 Brian Paulgallium/util: replace unsigned with tgsi enum types
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...
next