lima/ppir: support nir_op_ftrunc
[mesa.git] / src / gallium /
2019-05-02 Erico Nuneslima/ppir: support nir_op_ftrunc
2019-05-02 Marek Olšákst/dri: decrease input lag by syncing sooner in SwapBuffers
2019-05-02 Rob Clarkfreedreno/a6xx: smaller hammer for fb barrier
2019-05-02 Rob Clarkfreedreno/a6xx: KHR_blend_equation_advanced support
2019-05-02 Rob Clarkfreedreno/ir3: add some ubo range related asserts
2019-05-02 Tomeu Vizosopanfrost/midgard: Skip liveness analysis for instructio...
2019-05-02 Tomeu Vizosopanfrost/midgard: Skip register allocation if there...
2019-05-02 Brian Paulsvga: add SVGA_NO_LOGGING env var (v2)
2019-05-02 Charmaine Leesvga: move host logging to winsys
2019-05-02 Thomas Hellstromwinsys/svga: Don't abort on EBUSY errors from execbuffer
2019-05-02 Thomas Hellstromwinsys/svga: Update the drm interface file
2019-05-02 Thomas Hellstromsvga: Avoid bouncing buffer data in malloced buffers
2019-05-02 Thomas Hellstromwinsys/svga: Enable the transfer_from_buffer GPU comman...
2019-05-02 Thomas Hellstromwinsys/svga: Add an environment variable to force host...
2019-05-02 Brian Paulllvmpipe: init some vars to NULL to silence MinGW compi...
2019-05-02 Marek Olšákradeonsi: set sampler state and view functions for...
2019-05-02 Marek Olšákradeonsi: use new atomic LLVM helpers
2019-05-02 Erico Nuneslima/gpir: add limit of max 512 instructions
2019-05-01 Alyssa Rosenzweigpanfrost: Fix blend shader upload
2019-05-01 Alyssa Rosenzweigpanfrost/decode: Hit MRT blend shader enable bits
2019-05-01 Alyssa Rosenzweigpanfrost: Remove shader dump
2019-05-01 David Rileyvirgl: Re-use and extend queue transfers for intersecti...
2019-05-01 David Rileyvirgl: Allow transfer queue entries to be found and...
2019-05-01 David Rileyvirgl: Store mapped hw resource with transfer object.
2019-05-01 Kenneth Graunkeiris: Fix imageBuffer and PBO download.
2019-05-01 Dave Airlier600: reset tex array override even when no view bound
2019-05-01 Alok Hotaswr/rast: Add general SWTag statistics
2019-05-01 Alok Hotaswr/rast: Add string handling to AR event framework
2019-05-01 Alok Hotaswr/rast: Add initial SWTag proto definitions
2019-05-01 Alok Hotaswr/rast: Cleanup and generalize gen_archrast
2019-05-01 Erik Faye-Lundsoftpipe: setup pixel_offset for all primitive types
2019-05-01 Gert Wollnysoftpipe: Increase the GLSL feature level
2019-05-01 Gert Wollnysoftpipe: Add support for TGSI_OPCODE_INTERP_CENTROID
2019-05-01 Gert Wollnysoftpipe: Add support for TGSI_OPCODE_INTERP_OFFSET
2019-05-01 Gert Wollnysoftpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
2019-05-01 Gert Wollnysoftpipe: Add an per-input array for interpolator corre...
2019-05-01 Gert Wollnysoftpipe: Factor out evaluation of the source indices
2019-05-01 Gert Wollnysoftpipe: evaluate cube the faces on a per sample bases
2019-05-01 Gert Wollnysoftpipe: keep input lod for explicite derivatives
2019-05-01 Gert Wollnysoftpipe: tie in new code path for lod evaluation
2019-05-01 Gert Wollnysoftpipe: Move selection of shadow values up and clean...
2019-05-01 Gert Wollnysoftpipe: Pipe gather_comp through from st_tgsi_get_samples
2019-05-01 Gert Wollnysoftpipe: Prepare handling explicit gradients
2019-05-01 Gert Wollnysoftpipe: Factor gradient evaluation out of the lambda...
2019-04-30 Timothy Arceriradeonsi/nir: call radeonsi nir opts before the scan...
2019-04-30 Timothy Arceriradeonsi/nir: create si_nir_opts() helper
2019-04-30 Alok Hotaswr/rast: early exit on empty triangle mask
2019-04-30 Alok Hotaswr/rast: add guards for cpuid on Linux
2019-04-30 Alok Hotaswr/rast: add flat shading
2019-04-30 Alok Hotaswr/rast: add SWR_STATIC_ASSERT() macro
2019-04-30 Alok Hotaswr/rast: update guardband rects at draw setup
2019-04-30 Alok Hotaswr/rast: add more llvm intrinsics
2019-04-30 Julien Isorcest/va: properly set stride and offset in vlVaDeriveImage
2019-04-30 Julien Isorceradeonsi: implement resource_get_info
2019-04-30 Julien Isorcegallium: add resource_get_info to pipe_screen
2019-04-30 Axel Davyst/nine: Check discard_delayed_release is set before...
2019-04-30 Axel Davyst/nine: Throttle rendering similarly for thread_submit
2019-04-30 Axel Davyst/nine: Optimize a bit writeonly buffers
2019-04-30 Axel Davyst/nine: Use TGSI_SEMANTIC_GENERIC for fog
2019-04-30 Axel Davyst/nine: Enable computing const_ranges
2019-04-30 Axel Davyst/nine: Handle const_ranges in nine_state
2019-04-30 Axel Davyst/nine: Cache constant buffer size
2019-04-30 Axel Davyst/nine: Propagate const_range to context
2019-04-30 Axel Davyst/nine: Prepare constant compaction in nine_shader
2019-04-30 Axel Davyst/nine: Refactor counting of constants
2019-04-30 Axel Davyst/nine: Track constant slots used
2019-04-30 Axel Davyst/nine: Refactor ct_ctor
2019-04-30 Axel Davyst/nine: Make swvp_on imply IS_VS
2019-04-30 Axel Davyst/nine: Refactor shader constants ureg_src computation
2019-04-30 Axel Davyst/nine: Manually upload vs and ps constants
2019-04-30 Axel Davyst/nine: use helper ureg_DECL_sampler everywhere
2019-04-30 Axel Davyst/nine: Compact pixel shader key
2019-04-30 Axel Davyst/nine: Compact nine_ff_get_projected_key
2019-04-30 Axel Davyst/nine: Refactor param->rel
2019-04-30 Axel Davyst/nine: Regroup param->rel tests
2019-04-30 Axel Davyst/nine: Control shader constant inlining with drirc
2019-04-30 Axel Davyst/nine: Recompile optimized shaders based on b/i consts
2019-04-30 Axel Davyst/nine: Add drirc option to use data_internal for...
2019-04-30 Axel Davyst/nine: Support internal compressed format for volumes
2019-04-30 Axel Davyst/nine: Support internal compressed format for surfaces
2019-04-30 Axel Davyst/nine: Refactor volume GetSystemMemPointer
2019-04-30 Axel Davyst/nine: Refactor surface GetSystemMemPointer
2019-04-30 Axel Davyst/nine: rename *_conversion to *_internal
2019-04-30 Axel Davyst/nine: Optimize volume upload with conversion
2019-04-30 Axel Davyst/nine: Optimize surface upload with conversion
2019-04-30 Axel Davyst/nine: Fix SINCOS input
2019-04-30 Axel Davyst/nine: Ignore nooverwrite for systemmem
2019-04-30 Axel Davyst/nine: Enable modifiers on ps 1.X texcoords
2019-04-30 Axel Davyst/nine: Always return OK on SetSoftwareVertexProcessing
2019-04-30 Axel Davyst/nine: Finish if nooverwrite after normal mapping
2019-04-30 Axel Davyst/nine: Fix buffer/texture unbinding in nine_state_clear
2019-04-30 Axel Davyst/nine: Upload managed buffers only at draw using...
2019-04-30 Axel Davyst/nine: Upload managed textures only at draw using...
2019-04-30 Axel Davyst/nine: Use FLT_MAX/2 for RCP clamping
2019-04-30 Axel Davyst/nine: Fix D3DWindowBuffer_release for old wine nine...
2019-04-30 Rafael Antognolliiris: Enable fast clear colors on gen11.
2019-04-30 Rafael Antognolliiris: Update the surface state clear color address...
2019-04-30 Rafael Antognolliiris: Use the linear version of the surface format...
2019-04-30 Rafael Antognolliiris: Support sRGB fast clears even if the colorspaces...
2019-04-30 Khem Rajwinsys/svga/drm: Include sys/types.h
next