util: remove LIST_IS_EMPTY macro
[mesa.git] / src / gallium / state_trackers /
2019-10-28 Timothy Arceriutil: remove LIST_IS_EMPTY macro
2019-10-28 Timothy Arceriutil: remove LIST_DEL macro
2019-10-28 Timothy Arceriutil: remove LIST_ADDTAIL macro
2019-10-28 Timothy Arceriutil: remove LIST_INITHEAD macro
2019-10-25 Marek Olšákst/dri: add support for EGL_EXT_image_flush_external
2019-10-25 Marek Olšákst/dri: assume external consumers of back buffers can...
2019-10-25 Timur Kristófst/nine: Fix unused variable warnings in release build.
2019-10-25 Timur Kristófst/nine: Fix build with -Werror=empty-body
2019-10-17 James Xionggallium: do not increase ref count of the new throttle...
2019-10-15 Adam Jacksongallium/xlib: Fix xmesa drawable creation
2019-10-14 James Xionggallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_C...
2019-10-14 James Xionggallium: simplify throttle implementation
2019-10-10 Dylan Bakermeson: fix gallium-osmesa to build for windows
2019-10-10 Dylan Bakermeson: build wgl state tracker
2019-10-10 Marek Olšákclover: fix the nir_serialize build failure
2019-10-09 Matt Turnerclover: Remove unused code
2019-10-09 Greg Vclover: use iterator_range in get_kernel_nodes
2019-10-09 Marek Olšákvl: use u_format in vl_video_buffer_formats
2019-10-07 Eric Engestrommeson: use idep_nir instead of libnir in libclnir
2019-10-07 Boris BrezillonRevert "Revert "st/dri2: Implement DRI2bufferDamageExte...
2019-10-07 Boris BrezillonRevert "st/dri2: Implement DRI2bufferDamageExtension"
2019-10-05 Kenneth Graunkest/dri: Perform MSAA downsampling for __DRI2_THROTTLE_C...
2019-10-01 Dylan Bakermeson: remove -DGALLIUM_SOFTPIPE from st/osmesa
2019-10-01 Ken Mayshaiku: fix Mesa build
2019-09-30 Dylan Bakermeson: gallium media state trackers require libdrm...
2019-09-27 Dylan Bakermeson: Link xvmc with libxv
2019-09-27 Dylan Bakermeson: Try finding libxvmcw via pkg-config before using...
2019-09-25 Danylo Piliaievst/nine: Ignore D3DSIO_RET if it is the last instructio...
2019-09-25 Karol Herbstclover: eliminate "ignoring attributes on template...
2019-09-25 Karol Herbstclover/codegen: remove unused get_symbol_offsets function
2019-09-25 Karol Herbstclover/llvm: remove harmful std::move call
2019-09-23 Karol Herbstclover/nir: fix compilation with g++-5.5 and maybe...
2019-09-21 Karol Herbstclover: add support for passing kernels as nir to the...
2019-09-21 Karol Herbstclover: prepare supporting multiple IRs
2019-09-21 Karol Herbstclover: add support for drivers having no proper binary...
2019-09-21 Karol Herbstclover/functional: add id_equals helper
2019-09-21 Karol Herbstrename pipe_llvm_program_header to pipe_binary_program_...
2019-09-21 Karol Herbstgallium: add blob field to pipe_llvm_program_header
2019-09-21 Pierre Moreauclover/llvm: Add functions for compiling from source...
2019-09-21 Pierre Moreauclover/llvm: Add options for dumping SPIR-V binaries
2019-09-21 Pierre Moreauclover/spirv: Add functions for parsing arguments,...
2019-09-21 Pierre Moreauclover/spirv: Add functions for validating SPIR-V binaries
2019-09-21 Pierre Moreaumeson: Check for SPIRV-Tools and llvm-spirv
2019-09-20 Hal Gentzgallium/osmesa: Fix the inability to set no context...
2019-09-18 Marek Olšákgallium: extend resource_get_param to be as capable...
2019-09-17 Adam Jacksongallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx)
2019-09-17 Adam Jacksongallium/xlib: Remove MakeCurrent_PrevContext
2019-09-17 Adam Jacksongallium/xlib: Remove drawable caching from the MakeCurr...
2019-09-11 Eric Anholtdri: Use DRM_FORMAT_* instead of defining our own copy.
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.9
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::rgbMode
2019-09-09 Adam Jacksonmesa: Eliminate gl_config::have{Accum,Depth,Stencil...
2019-09-09 Adam Jacksonmesa: Remove unused gl_config::indexBits
2019-09-09 Adam Jacksongallium/xlib: Fix an obvious thinko
2019-09-06 Eric Engestromclover: replace more complex 3.x version check with...
2019-09-06 Eric Engestromclover: replace major llvm version checks with LLVM_VER...
2019-09-05 Hal Gentzclover: Fix build after clang r370122.
2019-09-04 Eric Anholtgallium/osmesa: Move 565 format selection checks where...
2019-09-04 Eric Anholtgallium/osmesa: Fix a race in creating the stmgr.
2019-08-28 Timur Kristófst/nine: Properly initialize GLSL types for NIR shaders.
2019-08-22 Adam Jacksonglx: Sync <GL/glxext.h> with Khronos
2019-08-21 Kevin Strassergallium: Add buffer and configs handling or fp16 formats
2019-08-21 Kevin Strassergallium: Use consistent approach for config format...
2019-08-21 Ilia Mirkingallium/vl: use compute preference for all multimedia...
2019-08-16 Xiong, Jamesgallium: add back YVU support
2019-08-13 Daniel Stonest/dri2: Implement DRI2bufferDamageExtension
2019-08-13 Jordan Justengallium/dri2: Use pipe_screen::resource_get_param in...
2019-08-13 Jordan Justengallium/dri2: Support images with multiple planes for...
2019-08-13 Jordan Justengallium/dri2: Refactor image property queries
2019-08-13 Jordan Justengallium/dri2: Support creating multi-planar modifier...
2019-08-13 Jordan Justengallium/dri2: Implement dri2ImageExtension.queryDmaBufF...
2019-08-07 Jan Veselyclover: Fix build after clang r367864
2019-08-07 Timothy Arcerimesa/gallium: add dric option to allow overriding GL...
2019-08-06 Jon Turneyst/dri: Move dri2_format_mapping table and it's accesso...
2019-07-31 Mike Blumenkrantzst/dri: simplify dri_get_egl_image by reusing dri2_form...
2019-07-31 Kenneth GraunkeRevert "st/dri: simplify dri_get_egl_image by reusing...
2019-07-31 Mike Blumenkrantzst/dri: simplify dri_get_egl_image by reusing dri2_form...
2019-07-31 Mike Blumenkrantzgallium: add handling for YUV planar surfaces
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-30 Matt Turnerst/nine: Drop preprocessor guards for glibc-2.12
2019-07-29 Marek Olšákgallium: create multimedia contexts as compute-only...
2019-07-23 Ilia Mirkingallium: remove boolean from state tracker APIs
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-01 Mike Blumenkrantzst/dri: fix typo in format table for GR1616 format
2019-07-01 Mike Blumenkrantzst/dri: pass dri2_format_mapping directly to dri2_creat...
2019-06-28 Dylan BakerRevert "meson: Add support for using cmake for finding...
2019-06-27 Dylan Bakermeson: Add support for using cmake for finding LLVM
2019-06-21 Gert Wollnygallium/st: Add Gallium hud to swrast drivers
2019-06-05 Timur Kristófst/nine: Use tgsi_to_nir when preferred IR is NIR.
2019-05-24 Tapani Pällist/dri: enable EGL_ANDROID_blob_cache on gallium drivers
2019-05-15 Kenneth Graunkest/dri: Minor style fixes
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-10 Julien Isorcest/va: set the visible image dimensions in vlVaDeriveImage
2019-05-03 Julien Isorcest/va: check resource_get_info nullity in vlVaDeriveImage
2019-05-03 Chuck Atkinsmeson: Fix missing glproto dependency for gallium-glx
2019-05-02 Marek Olšákst/dri: decrease input lag by syncing sooner in SwapBuffers
2019-04-30 Julien Isorcest/va: properly set stride and offset in vlVaDeriveImage
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
next