iris: more uploaders
[mesa.git] / src / gallium / auxiliary /
2019-02-21 Kenneth Graunkeiris: Initial commit of a new 'iris' driver for Intel...
2019-02-21 James Zhugallium/auxiliary/vl: Fix transparent issue on compute...
2019-02-21 Marek Olšákgallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with...
2019-02-21 Marek Olšákgallium/u_threaded: always unmap const_uploader
2019-02-15 James Zhugallium/auxiliary/vl: Add video compositor compute...
2019-02-15 James Zhugallium/auxiliary/vl: Add compute shader to support...
2019-02-15 James Zhugallium/auxiliary/vl: Rename csc_matrix and increase...
2019-02-15 James Zhugallium/auxiliary/vl: Split vl_compositor graphic shade...
2019-02-15 James Zhugallium/auxiliary/vl: Move dirty define to header file
2019-02-13 Alok Hotagallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screen
2019-02-11 Marek Olšákgallium/u_threaded: fix EXPLICIT_FLUSH for flush offset...
2019-02-08 Alyssa Rosenzweigkmsro: Silence warning if missing
2019-02-05 Kenneth Graunkegallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability...
2019-02-05 Eric Anholtnir: Move V3D's "the shader was TGSI, ignore FS output...
2019-02-05 Alyssa Rosenzweigpanfrost: Initial stub for Panfrost driver
2019-01-30 Dylan Bakergallium: wrap u_screen in extern "C" for c++
2019-01-28 Rob HerringSwitch imx to kmsro and remove the imx winsys
2019-01-28 Rob Herringpipe-loader: Fallback to kmsro driver when no matching...
2019-01-28 Eric Anholtpl111: Rename the pl111 driver to "kmsro".
2019-01-28 Gert WollnyGallium: Add new CAPS to indicate whether a driver...
2019-01-26 Jonathan Marekfreedreno: add renderonly scanout
2019-01-25 Eric Anholtgallium: Make sure we return is_unorm/is_snorm for...
2019-01-25 Eric Anholtgallium: Fix comment about possible colorspaces.
2019-01-24 Matt Turnergallivm: Return true from arch_rounding_available(...
2019-01-23 Caio Marcelo de... gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS
2019-01-22 Marek Olšákgallium/util: add util_format_snorm8_to_sint8 (from...
2019-01-22 Marek Olšákgallium: add SINT formats to have exact counterparts...
2019-01-20 Karol Herbstnir: add bit_size parameter to system values with multi...
2019-01-20 Karol Herbstnir: replace more nir_load_system_value calls with...
2019-01-19 Karol Herbstnir: rename nir_var_private to nir_var_shader_temp
2019-01-16 Kenneth Graunkest/mesa: Optionally override RGB/RGBX dst alpha blend...
2019-01-15 Kenneth Graunkegallium: Add the ability to query a single pipeline...
2019-01-09 Marek Olšákst/mesa: don't leak pipe_surface if pipe_context is...
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2019-01-01 Timothy Arceritgsi/scan: correctly walk instructions in tgsi_scan_tes...
2019-01-01 Timothy Arceritgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()
2018-12-27 Ilia Mirkingallium: add PIPE_CAP_TGSI_ATOMFADD to indicate support
2018-12-27 Ilia Mirkintgsi: add ATOMFADD operation
2018-12-26 Eric Anholtgallium/ttn: Fix setup of outputs_written.
2018-12-21 Roland Scheideggergallivm: abort when trying to use non-existing intrinsic
2018-12-21 Roland Scheideggergallivm: don't use pavg.b intrinsic on llvm >= 6.0
2018-12-20 Roland Scheideggergallivm: use llvm jit code for decoding s3tc
2018-12-19 Nicolai Hähnleddebug: always flush when requested, even when hang...
2018-12-19 Nicolai Hähnleddebug: simplify watchdog loop and fix crash in the...
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Jason Ekstrandnir/tgsi: Use nir_bany in ttn_kill_if
2018-12-13 Rob Clarkgallium/aux: add is_unorm() helper
2018-12-13 Eric Anholtmesa/st: Expose compute shaders when NIR support is...
2018-12-12 Roland Scheideggergallivm: remove unused float coord wrapping for aos...
2018-12-07 Samuel Pitoisetgallium: add missing PIPE_CAP_SURFACE_SAMPLE_COUNT...
2018-12-07 Kristian H. Kristensengallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNT
2018-12-05 Kristian H. Kristensengallium: Android build fixes
2018-12-05 Michal Srbgallium: Constify drisw_loader_funcs struct
2018-11-29 Roland Scheideggerdraw: fix infinite loop in line stippling
2018-11-29 Marek Olšáktgsi/scan: add more information about bindless usage
2018-11-28 Matt Turnergallivm: Use nextafterf(0.5, 0.0) as rounding constant
2018-11-27 Eric Anholtgallium: Remove unused variable in u_tests.
2018-11-27 Dylan Bakerutil: promote u_memory to src/util
2018-11-21 Marek Olšákst/mesa: pin driver threads to a fixed CCX when glthrea...
2018-11-21 Marek Olšákgallium/u_tests: fix MSVC build by using old-style...
2018-11-20 Marek Olšákgallium/u_tests: add a compute shader test that clears...
2018-11-08 Roland Scheideggergallivm: fix improper clamping of vertex index when...
2018-11-02 Mauro Rossiandroid: gallium/auxiliary: add include to get u_debug...
2018-11-02 Gert WollnyGallium: Add format PIPE_FORMAT_R8_SRGB
2018-10-31 Emil Velikovconfigure: allow building with python3
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-30 Andre Heidergallium/hud: fix power sensor readings for amdgpu users
2018-10-30 Marek Olšákgallium: rework PIPE_HANDLE_USAGE_* flags
2018-10-30 Eric Engestromvl: drop left-over variable
2018-10-26 Boyuan Zhangvl: get h264 profile idc
2018-10-22 Rob Herringandroid: Build kms_swrast for the Android platform
2018-10-18 Michał Janiszewskigallium: Fix mismatched ifdef-guards
2018-10-18 Gert Wollnysoftpipe: dynamically allocate space for immediate...
2018-10-16 Eric Anholtgallium/ttn: Convert inputs and outputs to derefs of...
2018-10-16 Eric Anholtgallium/ttn: Fix the type of gl_FragDepth.
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-10-06 Gert Wollnygallivm: Make it possible to disable some optimization...
2018-10-03 Emil Velikovpipe-loader: add a dup() in pipe_loader_sw_probe_kms
2018-10-03 Emil Velikovpipe-loader: move dup(fd) within pipe_loader_drm_probe_fd
2018-10-03 Emil Velikovvl/dri3: do full teardown on screen_destroy
2018-09-28 Michel Dänzergallium/util: Clarify comment in util_init_thread_pinning
2018-09-25 Eric Engestromgallivm: ensure string is null-terminated instead of...
2018-09-21 Dylan Bakermeson: Don't compile pipe loader with dri support when...
2018-09-18 Timothy Arcerimesa/st: add force_compat_profile option to driconfig
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...
next