dri: Use DRM_FORMAT_* instead of defining our own copy.
[mesa.git] / src / gallium / state_trackers /
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
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-29 Eric Engestromdelete autotools .gitignore files
2019-04-24 Jiang, Sonnyva: use a compute shader for the blit
2019-04-24 Marek Olšákgallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUF
2019-04-24 Marek Olšákgallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FR...
2019-04-24 Marek Olšákst/dri: simplify throttling code
2019-04-20 Andre Heiderst/nine: skip position checks in SetCursorPosition()
2019-04-16 suresh guttulast/va/enc: Add support for frame_cropping_flag of VAEnc...
2019-04-15 Dylan BakerDelete autotools
2019-04-09 Boyuan Zhangst/va: reverse qt matrix back to its original order
2019-03-25 Andre Heiderst/nine: enable csmt per default on iris
2019-03-15 Marek Olšákomx: add a compute path in enc_LoadImage_common
next