softpipe: add indirect store buffer/image unit
[mesa.git] / src / gallium / auxiliary /
2019-03-28 Dave Airliesoftpipe: add indirect store buffer/image unit
2019-03-28 Dave Airliesoftpipe/draw: fix vertex id in soft paths.
2019-03-26 Dave Airliedraw/vs: partly fix basevertex/vertex id
2019-03-25 Dave Airliedraw/gs: fix point size outputs from geometry shader.
2019-03-25 Dave Airliedraw: bail instead of assert on instance count (v2)
2019-03-25 Leo Liuvl/dri3: remove the wait before getting back buffer
2019-03-22 Rob Clarkgallium: add PIPE_CAP_ESSL_FEATURE_LEVEL
2019-03-21 Dave Airliesoftpipe: remove shadow_ref assert.
2019-03-21 Dave Airliesoftpipe: handle 32-bit bitfield inserts
2019-03-21 Dave Airliesoftpipe: fix 32-bit bitfield extract
2019-03-18 Brian Paulgallium/util: remove pipe_sampler_view_release()
2019-03-15 James Zhugallium/auxiliary/vl: Change weave compute shader imple...
2019-03-15 James Zhugallium/auxiliary/vl: Change grid setting
2019-03-15 James Zhugallium/auxiliary/vl: Increase shader_params size
2019-03-15 Marek Olšákgallium: add pipe_grid_info::last_block
2019-03-08 Brian Paulpipebuffer: s/PB_ALL_USAGE_FLAGS/PB_USAGE_ALL/
2019-03-08 Brian Paulpipebuffer: whitespace fixes in pb_buffer.h
2019-03-08 Brian Paulpipebuffer: use new pb_usage_flags enum type
2019-03-08 Brian Paulgallium/util: add some const qualifiers in u_bitmask.c
2019-03-08 Brian Paulgallium/util: whitespace cleanups in u_bitmask.[ch]
2019-03-05 Timur Kristóftgsi_to_nir: Set correct location for uniforms.
2019-03-05 Timur Kristóftgsi_to_nir: Improve interpolation modes.
2019-03-05 Kenneth Graunketgsi_to_nir: use sampler variables and derefs
2019-03-05 Timur Kristóftgsi_to_nir: Support FACE and POSITION properly.
2019-03-05 Timur Kristóftgsi_to_nir: Extract ttn_emulate_tgsi_front_face into...
2019-03-05 Timur Kristóftgsi_to_nir: Restructure system value loads.
2019-03-05 Timur Kristóftgsi_to_nir: Produce optimized NIR for a given pipe_screen.
2019-03-05 Timur Kristóftgsi_to_nir: Split to smaller functions.
2019-03-05 Timur Kristóftgsi_to_nir: Make the TGSI IF translation code more...
2019-03-05 Timur Kristóftgsi_to_nir: Fix TGSI LIT translation by using flt.
2019-03-05 Timur Kristóftgsi_to_nir: Fix the TGSI ARR translation by converting...
2019-03-05 Timur Kristófnir: Add ability for shaders to use window space coordi...
2019-02-27 Tapani Pälliandroid: make libbacktrace optional on USE_LIBBACKTRACE
2019-02-26 Marek Olšákgallium/u_tests: use a compute-only context to test...
2019-02-23 Vinson Leegallium/auxiliary/vl: Fix duplicate symbol build errors.
2019-02-22 Marek Olšáktgsi: don't set tgsi_info::uses_bindless_images for...
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...
next