radeonsi: rename variable to clarify its meaning
[mesa.git] / src / gallium / state_trackers / dri /
2017-08-10 Thomas Hellstromdri: Introduce SWAP_METHOD tokens
2017-08-09 Rob Herringst/dri2: fix kms_swrast driconf option handling
2017-08-07 Gurchetan Singhst/dri: add drisw image extension
2017-08-07 Gurchetan Singhst/dri: move some image functions to dri_helpers.c
2017-08-07 Gurchetan Singhst/dri: organize order of includers in dri_helpers
2017-08-07 Gurchetan Singhst/dri: change dri_extensions to dri_helpers
2017-08-04 Nicolai Hähnlepipe-loader: remove config from pipe_loader_create_screen
2017-08-04 Nicolai Hähnlegallium: get rid of pipe_screen_config::flags
2017-08-03 Thomas Hellstromst/dri2 Plumb the flush_swapbuffer functionality throug...
2017-08-02 Emil Velikovst/dri: NULL check before deref DRI loader .getCapability
2017-08-02 Nicolai Hähnlepipe-loader: fix driinfo for software and non-radeonsi...
2017-08-02 Nicolai Hähnlest/dri: implement v2 of DRI_ConfigOptions
2017-08-02 Nicolai Hähnlegallium: move loading of drirc to pipe-loader
2017-08-02 Nicolai Hähnlegallium: move driinfo XML to pipe_loader
2017-08-02 Nicolai Hähnlegallium: add pipe_screen_config to screen_create functions
2017-08-01 Marek Olšákst/dri: don't set PIPE_BIND_SHARED for privately-alloca...
2017-07-31 Nicolai Hähnlexmlconfig: move into src/util
2017-07-31 Marek Olšákdri_interface,egl,gallium: only expose RGBA visuals...
2017-07-25 Daniel Stonest/dri2: Return invalid modifier when no driver support
2017-07-25 Daniel Stonest/dri: Check get-handle return value in queryImage
2017-07-24 Charmaine Leest/mesa: create framebuffer iface hash table per st...
2017-07-21 Charmaine Leest/mesa: add destroy_drawable interface
2017-07-19 Emil Velikovst/dri: list __DRI2_FENCE extension only where needed
2017-07-19 Emil Velikovswrast: add dri2ConfigQueryExtension to the correct...
2017-07-14 Grigori Goronzyst/mesa: Add KHR_no_error toggle to driconf
2017-07-14 Grigori Goronzyst/mesa: Add support for KHR_no_error flag
2017-07-14 Grigori Goronzydri: Add KHR_no_error DRI extension
2017-07-13 Marek Olšákst/dri: add 32-bit RGBX/RGBA formats
2017-07-12 Charmaine Leest/mesa: add a winsys buffers list in st_context
2017-06-26 Marek Olšákmesa/glthread: add glthread "perf" counters and pass...
2017-06-24 Lucas Stachst/dri2: implement image offset query
2017-06-23 Marek Olšákst/dri: add a drirc workaround for Rocket League
2017-06-23 Marek Olšákst/dri: get drirc options before creating pipe_screen
2017-06-23 Marek Olšákgallium: allow passing 'unsigned flags' to create_screen()
2017-06-09 Varad Gautamst/dri: support format modifier queries
2017-06-09 Varad Gautamst/dri: support format queries
2017-06-09 Varad Gautamst/dri: implement DRIimage creation from dmabufs with...
2017-06-09 Varad Gautamst/dri: implement createImageWithModifiers in DRIimage
2017-06-09 Varad Gautamst/dri: enable DRIimage modifier queries
2017-06-09 Varad Gautamgallium/winsys/drm: introduce modifier field to winsys_...
2017-06-07 Thomas Hellstromst/dri: Allow gallium drivers to turn off two GLX exten...
2017-06-07 Thomas Hellstromst/dri: Allow dri users to query also driver options
2017-06-02 Gurchetan Singhst/dri: Use fence extension in drisw.c
2017-06-02 Gurchetan Singhst/dri: move fence implemention into separate file
2017-05-29 Gregory Hainautglthread/gallium: require safe_glthread to start glthread
2017-05-20 John Brooksdriconf: Add allow_glsl_builtin_variable_redeclaration...
2017-05-11 Rob HerringAndroid: push driver build details to driver makefiles
2017-05-11 Rob HerringAndroid: Fix swrast only build
2017-04-01 Michal Srbst: Add cubeMapFace parameter to st_finalize_texture.
2017-03-22 Samuel Pitoisetdriconf: add force_glsl_abs_sqrt option
2017-03-22 Rob HerringAndroid: clean-up trailing '\' in make variables
2017-03-18 Timothy Arcerist/dri: wait for thread to finish before unbinding...
2017-03-16 Marek Olšákgallium: implement the backend of threaded GL dispatch
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-06 Marek Olšákst/dri: reduce dri_fill_st_options() params
2017-03-06 Marek Olšákst/dri: use local pointer to st_context_iface
2017-02-17 Timothy Arcerist/mesa/glsl: build string of dri options and use as...
2017-02-15 Samuel Pitoisetdriconf: add allow_higher_compat_version option
2017-01-27 Emil Velikovst/dri: automake: include builddir prior to srcdir
2017-01-20 Philipp Zabelst/dri: ask the driver to update its internal copies...
2017-01-11 Mauro Rossist/dri: remove trailing whitespace
2016-12-02 Rob Clarkgallium: support for native fence fd's
2016-12-02 Rob Clarkgallium: wire up server_wait_sync
2016-10-04 Matt Whitlockst/dri: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
2016-09-27 Nicholas Bishopst/dri: check pipe_screen->resource_get_handle() return...
2016-09-26 Rob Clarkmesa/st: support lowering multi-planar YUV
2016-09-07 Rob Clarkgbm: wire up fence extension
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-23 Ilia Mirkinst/dri: respect driver's request to avoid mixed color...
2016-08-23 Ilia Mirkindri: add a way to request that modes have matching...
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-07-02 Rob Clarkglsl: add driconf to zero-init unintialized vars
2016-06-14 Michel Dänzerst/dri: Clear drawable texture_mask in dri2_invalidate_...
2016-06-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-05-30 Emil Velikovmesa_glinterop: remove mesa_glinterop typedefs
2016-05-30 Stanimir Varbanovgallium: push offset down to driver
2016-05-30 Stanimir Varbanovst/dri: cleanup image_from_fd/dma_buf paths
2016-05-30 Stanimir Varbanovst/dri: add handling of R8 and GR88 DRI fourcc formats
2016-05-24 Emil Velikovmesa_glinterop: make GL interop version field bidirectional
2016-05-24 Emil Velikovmesa_glinterop: drop mesa_glinterop_device_info::intero...
2016-05-24 Emil Velikovst/dri: add note about GL interop version checks
2016-05-24 Emil Velikovmesa_glinterop: rename MESA_GLINTEROP_INVALID_{VALUE...
2016-05-24 Emil Velikovmesa_glinterop: s/struct_version/version/
2016-05-24 Emil Velikovmesa_glinterop: use consistent naming scheme for GL...
2016-05-23 Emil Velikovst/dri: don't call close(-1) in dri{2, kms_}_init_scree...
2016-05-23 Rob Herringst/dri: Add support for DRIimage extension mapImage...
2016-04-24 Marek OlšákRevert "st/dri: add 32-bit RGBX/RGBA formats"
2016-04-21 Rob Herringst/dri: add 32-bit RGBX/RGBA formats
2016-04-20 Marek Olšákst/dri: implement the GL interop DRI extension (v2.2)
2016-04-20 Nicolas Dufresnest/dri: Fix RGB565 EGLImage creation
2016-04-20 Nicolas Dufresnest/dri: Factor out DRI2 to PIPE_FORMAT conversion
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Christian Königgallium/winsys/drm: add offset to struct winsys_handle
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
next