drirc: Add sddm-greeter to adaptive_sync blacklist.
[mesa.git] / src / gallium /
2019-02-19 Marek Olšákradeonsi: add driconf option radeonsi_enable_nir
2019-02-19 Eric Engestromtegra/autotools: add missing libdrm cflags
2019-02-19 Eric Engestromtegra/meson: add missing dep_libdrm
2019-02-19 Eric Anholtv3d: Stop tracking num_inputs for VPM loads.
2019-02-19 Eric Anholtv3d: Use the early_fragment_tests flag for the shader...
2019-02-19 Eric Anholtv3d: Sync indirect draws on the last rendering.
2019-02-19 Eric Anholtv3d: Clear the GMP on initialization of the simulator.
2019-02-18 Rob Clarkfreedreno/a6xx: fix helper_invocation (sampler mask/id)
2019-02-18 Alyssa Rosenzweigpanfrost: Fix clipping region
2019-02-18 Alyssa Rosenzweigpanfrost: Preserve w sign in perspective division
2019-02-18 Alyssa Rosenzweigpanfrost: Cleanup mali_viewport (clipping) code
2019-02-18 Alyssa Rosenzweigpanfrost: Swap order of tiled texture (de)alloc
2019-02-18 Alyssa Rosenzweigpanfrost: Free imported BOs
2019-02-18 Alyssa Rosenzweigpanfrost: Fix various leaks unmapping resources
2019-02-16 Rob Clarkfreedreno/a6xx: cache flush harder
2019-02-16 Rob Clarkfreedreno/a6xx: compute support
2019-02-16 Rob Clarkfreedreno/a6xx: image/ssbo state emit
2019-02-16 Rob Clarkfreedreno/a6xx: border-color offset helper
2019-02-16 Rob Clarkfreedreno/ir3: add image/ssbo <-> ibo/tex mapping
2019-02-16 Rob Clarkfreedreno/a6xx: clean up some open-coded bits
2019-02-16 Rob Clarkfreedreno/a6xx: move stream-out emit to helper
2019-02-15 Alok Hotaswr/rast: Add translation support to streamout
2019-02-15 Alok Hotaswr/rast: simdlib cleanup, clipper stack space fixes
2019-02-15 Alok Hotaswr/rast: convert DWORD->uint32_t, QWORD->uint64_t
2019-02-15 Alok Hotaswr/rast: Refactor scratch space variable names
2019-02-15 Alok Hotaswr/rast: FP consistency between POSH/RENDER pipes
2019-02-15 Alok Hotaswr/rast: Move knob defaults to generated cpp file
2019-02-15 Alok Hotaswr/rast: Flip BitScanReverse index calculation
2019-02-15 Alok Hotaswr/rast: Correctly align 64-byte spills/fills
2019-02-15 Alok Hotaswr/rast: Disable use of __forceinline by default
2019-02-15 Alok Hotaswr/rast: Convert system memory pointers to gfxptr_t
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-15 Gurchetan Singhvirgl: use virgl_transfer_inline_write even less
2019-02-15 Gurchetan Singhvirgl: use transfer queue
2019-02-15 Gurchetan Singhvirgl: introduce transfer queue
2019-02-15 Gurchetan Singhvirgl: add encoder functions for new protocol
2019-02-15 Gurchetan Singhvirgl: make winsys modifications for encoded transfers
2019-02-15 Gurchetan Singhvirgl: add extra checks in virgl_res_needs_flush_wait
2019-02-15 Gurchetan Singhvirgl: pass virgl transfer to virgl_res_needs_flush_wait
2019-02-15 Gurchetan Singhvirgl: keep track of number of computations
2019-02-15 Gurchetan Singhvirgl: limit command length to 16 bits
2019-02-15 Gurchetan Singhvirgl: use virgl_transfer in inline write
2019-02-15 Gurchetan Singhvirgl: add protocol for resource transfers
2019-02-15 Gurchetan Singhvirgl: when creating / freeing transfers, pass slab...
2019-02-15 Gurchetan Singhvirgl: unmap uploader at flush time
2019-02-15 Gurchetan Singhvirgl: make alignment smaller when uploading index...
2019-02-15 Gurchetan Singhvirgl: track level cleanliness rather than resource...
2019-02-15 Gurchetan Singhvirgl: don't mark unclean after a flush
2019-02-15 Gurchetan Singhvirgl: use virgl_resource_dirty helper
2019-02-15 Gurchetan Singhvirgl: add ability to do finer grain dirty tracking
2019-02-15 Alyssa Rosenzweigpanfrost: Improve logging and patch memory leaks
2019-02-15 Alyssa Rosenzweigpanfrost: Don't align framebuffer dims
2019-02-15 Alyssa Rosenzweigpanfrost: Implement PIPE_QUERY_OCCLUSION_COUNTER
2019-02-15 Alyssa Rosenzweigpanfrost: Identify MALI_OCCLUSION_PRECISE bit
2019-02-15 Alyssa Rosenzweigpanfrost: Backport driver to Mali T600/T700
2019-02-15 Alyssa Rosenzweigpanfrost: Fix build; depend on libdrm
2019-02-15 Ilia Mirkinswr: set PIPE_CAP_MAX_VARYINGS correctly
2019-02-14 Eric Engestrometnaviv: drop duplicate #define
2019-02-14 Eric Engestromst/dri: drop duplicate #define
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-14 Eric Anholtnir: Move panfrost's isign lowering to nir_opt_algebraic.
2019-02-13 Alok Hotagallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screen
2019-02-13 Kristian H. Kristensenfreedreno/a6xx: Fix point coord
2019-02-13 Kristian H. Kristensenfreedreno/a6xx: Front facing needs UNK3 bit
2019-02-13 Kristian H. Kristensenfreedreno/a6xx: Update headers
2019-02-13 Kristian H. Kristensenfreedreno/a6xx: Clean up mixed use of swap and swizzle...
2019-02-13 Rob Clarkfreedreno/a6xx: small compiler warning fix
2019-02-12 Oscar Blumbergradeonsi: Fix guardband computation for large render...
2019-02-12 Alok Hotagallium/swr: Param defaults for unhandled PIPE_CAPs
2019-02-12 Marek Olšákradeonsi: use MEM instead of MEM_GRBM in COPY_DATA...
2019-02-12 Marek Olšákradeonsi: add AMD_DEBUG env var as an alternative to...
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Fall back to masked RGBA blits for...
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Add format argument to fd6_tex_swiz()
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Support y-inverted blits
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Support some depth/stencil blits on...
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Move blit check so as to restore comment
2019-02-11 Kristian H. Kristensenfreedreno: Don't tell the blitter what it can't do
2019-02-11 Kristian H. Kristensenfreedreno: Consolidate u_blitter functions in freedreno...
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Combine emit_blit and fd6_blit
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Use the right resource for separate...
2019-02-11 Kristian H. Kristensenfreedreno: Log number of draw for sysmem passes
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Drop render condition check in blitter
2019-02-11 Leo Liust/va/vp9: set max reference as default of VP9 referenc...
2019-02-11 Leo Liust/va: fix the incorrect max profiles report
2019-02-11 Guttula, Sureshst/va:Add support for indirect manner by returning...
2019-02-11 Marek Olšákwinsys/amdgpu: cs_check_space sets the minimum IB size...
2019-02-11 Marek Olšákwinsys/amdgpu: clean up IB buffer size computation
2019-02-11 Marek Olšákwinsys/amdgpu: remove occurence of INDIRECT_BUFFER_CONST
2019-02-11 Marek Olšákwinsys/amdgpu: use a separate fence list for syncobjs
2019-02-11 Marek Olšákwinsys/amdgpu: unify fence list code
2019-02-11 Marek Olšákwinsys/amdgpu: don't drop manually added fence dependencies
2019-02-11 Marek Olšákradeonsi: fix EXPLICIT_FLUSH for flush offsets > 0
2019-02-11 Marek Olšákgallium/u_threaded: fix EXPLICIT_FLUSH for flush offset...
2019-02-11 Ilia Mirkinnvc0: we have 16k-sized framebuffers, fix default scissors
2019-02-11 Alyssa Rosenzweigpanfrost: Specify supported draw modes per-context
2019-02-10 Alyssa Rosenzweigpanfrost: Elucidate texture op scheduling comment
next