vulkan/overlay: add a frame counter option
[mesa.git] / src /
2019-05-02 Lionel Landwerlinvulkan/overlay: add a frame counter option
2019-05-02 Lionel Landwerlinvulkan/overlay: record all select metrics into output...
2019-05-02 Lionel Landwerlinvulkan/overlay: add a margin to the size of the window
2019-05-02 Lionel Landwerlinvulkan/overlay: add no display option
2019-05-02 Lionel Landwerlinvulkan/overlay: add pipeline statistic & timestamps...
2019-05-02 Lionel Landwerlinvulkan/overlay: record stats in command buffers and...
2019-05-02 Lionel Landwerlinvulkan/overlay: update help printout
2019-05-02 Lionel Landwerlinvulkan/util: generate a helper function to return pNext...
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 Eric Engestromegl: hard-code destroy function instead of passing...
2019-05-02 Connor Abbottnir/search: Add debugging code to dump the pattern...
2019-05-02 Connor Abbottnir/search: Add automaton-based pre-searching
2019-05-02 Samuel Pitoisetradv: set WD_SWITCH_ON_EOP=1 when drawing primitives...
2019-05-02 Brian Paulglsl: fix typo in #warning message
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 Eric Engestromwsi/wayland: document lack of vkAcquireNextImageKHR...
2019-05-02 Daniel Stonevulkan/wsi/wayland: Respect non-blocking AcquireNextImage
2019-05-02 Rhys Perryradv: fix set_output_usage_mask() with composite and...
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 Samuel Pitoisetac: tidy up ac_build_llvm8_tbuffer_{load,store}
2019-05-02 Samuel Pitoisetradv: implement a workaround for VK_EXT_conditional_ren...
2019-05-02 Samuel Pitoisetradv: fix color conversions for normalized uint/sint...
2019-05-02 Samuel Pitoisetradv: do not need to force emit the TCS regs on Vega20
2019-05-02 Jason Ekstrandutil/bitset: Return an actual bool from test macros
2019-05-02 Brian Paulglsl: work around MinGW 7.x compiler bug
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 Marek Olšákst/mesa: don't flush the front buffer if it's a pbuffer
2019-05-02 Marek Olšákmesa: fix pbuffers because internally they are front...
2019-05-02 Marek Olšákmesa: rework error handling in glDrawBuffers
2019-05-02 Bas Nieuwenhuizenradv: Restrict YUVY formats to 1 layer.
2019-05-02 Bas Nieuwenhuizenradv: Set is_array in lowered ycbcr tex instructions.
2019-05-02 Bas Nieuwenhuizenradv: Fix hang width YCBCR array textures.
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 Ian Romanicknir: Saturating integer arithmetic is not associative
2019-05-01 Eric Engestromutil: move #include out of #if linux
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 Jonathan Mareknir: improve convert_yuv_to_rgb
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-05-01 Andrii Simiklitegl: return correct error code for a case req ver ...
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 Rob Clarkfreedreno/ir3: fixes for half reg in/out
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
next