etnaviv: upgrade DISCARD_RANGE to DISCARD_WHOLE_RESOURCE if possible
[mesa.git] / src / gallium / state_trackers /
2017-06-07 Thomas Hellandutil: Port nir_array functionality to u_dynarray
2017-06-07 Thomas Hellandgallium: Add missing includes
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-25 Brian Paulst/wgl: whitespace, formatting fixes in stw_device.c
2017-05-23 Axel Davyst/nine: Fix a regression and syntax cleanup
2017-05-20 John Brooksdriconf: Add allow_glsl_builtin_variable_redeclaration...
2017-05-19 Emil Velikovst/xvmc: add DRI3 support
2017-05-19 Emil Velikovst/omx: add DRI3 support
2017-05-19 Emil Velikovst/omx: fix building against X11-less setups
2017-05-19 Emil Velikovst/omx: remove unneeded X11 include
2017-05-19 Emil Velikovst/omx: remove unused drm_driver.h includes
2017-05-19 Emil Velikovst/va: check if vl_*_screen_create has failed only...
2017-05-19 Emil Velikovst/va: fix misplaced closing bracket
2017-05-19 Emil Velikovst/va: move variable declaration to where its used
2017-05-19 Emil Velikovauxiliary/vl: use vl_*_screen_create stubs when buildin...
2017-05-19 Emil Velikovconfigure: check once for DRI3 dependencies
2017-05-11 Rob HerringAndroid: push driver build details to driver makefiles
2017-05-11 Rob HerringAndroid: Fix swrast only build
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: separate indirect stuff from pipe_draw_info...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-04-29 Brian Paulst/wgl: whitespace, formatting fixes in stw_pixelformat.c
2017-04-29 Charmaine Leest/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA...
2017-04-29 Brian Paulst/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()
2017-04-29 Brian Paulst/wgl: whitespace/formatting fixes in stw_ext_pixelfor...
2017-04-27 Jan Veselyclover: Fix build since clang r301442
2017-04-21 Emil Velikovst/clover: add space between < and ::
2017-04-13 Axel Davyst/nine: Fix support for ps 1.4 dw and dz modifiers
2017-04-13 Jan Veselyclover: Add missing include to compat header
2017-04-13 Michel Dänzerclover: Fix build against clang SVN >= r299965
2017-04-07 Bruce Cherniakst/glx: Add awareness for multisample pixel formats...
2017-04-07 Brian Paulst/wgl: sort strings in stw_extension_string[] array
2017-04-07 Brian Paulst/wgl: pseudo-implementation of WGL_EXT_swap_control
2017-04-05 Aaron Watryst/clover: Fix build after shrink of pipe_box
2017-04-01 Michal Srbst: Add cubeMapFace parameter to st_finalize_texture.
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-31 Neha Bhendest/wgl: Replace variable name hdc with hDrawDC
2017-03-31 Brian Paulst/wgl: add support for WGL_ARB_make_current_read
2017-03-31 Brian Paulstw/wgl: add null context check in wglBindTexImageARB()
2017-03-30 Marek Olšákvdpau: fix a maybe-uninitialized warning
2017-03-28 Nayan Deshmukhst/va: remove assert for single slice
2017-03-26 Axel Davyst/nine: Use atomics for available_texture_mem
2017-03-26 Axel Davyst/nine: Resolve deadlock in surface/volume dtors when...
2017-03-26 Axel Davyst/nine: Fix user vertex data uploader with csmt
2017-03-24 Jan Veselyclover: use pipe_resource references
2017-03-23 Leo Liust/omx/enc: use PIPE_USAGE_STAGING for output buffer
2017-03-22 Samuel Pitoisetdriconf: add force_glsl_abs_sqrt option
2017-03-22 Rob HerringAndroid: clean-up trailing '\' in make variables
2017-03-22 Emil Velikovst/wgl: consistently use ifndef guards over pragma...
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-13 Christian Königst/va: add config support for 10bit decoding v2
2017-03-13 Christian Königst/va: add support for allocating 10bpp surfaces
2017-03-13 Christian Königst/va: add support for P010 and P016 formats v3
2017-03-13 Christian Königst/va: clear the video surface on allocation
2017-03-13 Christian Königst/va: cleanup error handling in vlVaCreateSurfaces2
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_setname() with u_thre...
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_create() with u_threa...
2017-03-10 Emil Velikovst/xa: suffix xa-indent{,.sh} and add a shebang line
2017-03-08 Timothy Arcerist/nine: pass NULL to ureg_get_tokens()
2017-03-06 Timothy Arcerigallium/util: replace pipe_thread_wait() with thrd_join()
2017-03-06 Timothy Arcerigallium/util: remove PIPE_THREAD_ROUTINE()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar with cnd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_thread with thrd_t
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: remove pipe_static_mutex()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_signal() with cnd_si...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_wait() with cnd_wait()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_init() with cnd_init()
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-03-06 Mark Thompsonst/omx: Set end-of-frame flag on bitstream output buffers
2017-03-06 Mark Thompsonst/omx: Fix port format enumeration
2017-03-06 Mark Thompsonst/va: Fix forward/backward referencing for deinterlacing
2017-03-06 Mark Thompsonst/va: Support fractional framerate in misc parameter
2017-03-06 Andy Furnissst/va encode handle ntsc framerate rate control
2017-03-02 Matt Turnerclover: Work around build failure with AltiVec.
2017-02-27 Jan Veselyclover: Dump linked binary to a different file
2017-02-25 Mike Lothianst/nine: Drop USER_INDEX_BUFFERS check
2017-02-25 Constantine Charlamovst/nine: make use of common uploaders v4
2017-02-24 Thomas Hellstromst/va: Fix up YV12 to NV12 putImage conversion
2017-02-24 Thomas Hellstromst/vdpau: Provide YV12 to NV12 putBits conversion v2
2017-02-18 Charmaine Leest/wgl: flush with ST_FLUSH_WAIT before releasing share...
2017-02-22 Thomas HellstromRevert "st/vdpau: Fix multithreading"
2017-02-22 Thomas Hellstromst/vdpau: Fix multithreading
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-02-14 Marek Olšákgallium: let state trackers tell u_vbuf whether user...
2017-02-14 Marek Olšákvdpau: skip vlVdpOutputSurfacePutBitsNative with a...
2017-02-14 Marek Olšákgallium/vl: use the common uploader
2017-02-13 Emil Velikovst/xlib: remove always true ifdef GLX_EXTENSION guards
2017-02-10 Emil Velikovst/nine: update configure options in the README
next