imgui: make sure our copy of imgui doesn't clash with others in the same process
[mesa.git] / src / gallium /
2019-02-21 Rob Clarkfreedreno/a6xx: enable tiled images
2019-02-21 Alejandro Piñeironir, glsl: move pixel_center_integer/origin_upper_left...
2019-02-21 Alyssa Rosenzweigpanfrost: Verify and print brx condition in disasm
2019-02-21 Alyssa Rosenzweigpanfrost: Dynamically set discard branch targets
2019-02-21 Alyssa Rosenzweigpanfrost/midgard: Emit extended branches
2019-02-21 Alyssa Rosenzweigpanfrost: Rectify doubleplusungood extended branch
2019-02-21 Alyssa Rosenzweigpanfrost/midgard: Fix nested/chained if-else
2019-02-21 Alyssa Rosenzweigpanfrost/midgard: Refactor tag lookahead code
2019-02-21 Alyssa Rosenzweigpanfrost: Implement pantrace (command stream dump)
2019-02-21 Alyssa Rosenzweigpanfrost: Add pandecode (command stream debugger)
2019-02-21 Alyssa Rosenzweigpanfrost: Stub out separate stencil functions
2019-02-21 Marek Olšákradeonsi: use SDMA for uploading data through const_upl...
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-20 Rob Clarkfreedreno/a6xx: samplerBuffer fixes
2019-02-20 Rob Clarkfreedreno/a6xx: 3d and cube image fixes
2019-02-20 Rob Clarkfreedreno/ir3: fix crash in compile fail case
2019-02-20 Eric Anholtkmsro: Add the rest of the current set of tinydrm drivers.
2019-02-20 Kristian H. Kristensenfreedreno/a6xx: Support MSAA resolve blits on blitter
2019-02-20 Kristian H. Kristensenfreedreno/a6xx: Copy stencil as R8_UINT
2019-02-19 Kenneth Graunkeradeonsi: Go back to using llvm.pow intrinsic for nir_o...
2019-02-19 Timothy Arceriradeonsi/nir: set shader_buffers_declared properly
2019-02-19 Timothy Arceriradeonsi/nir: set colors_read properly
2019-02-19 Timothy Arceriradeonsi/nir: set input_usage_mask properly
2019-02-19 Timur Kristófradeonsi/nir: Use uniform location when calculating...
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...
next