summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-16/+2
2017-03-31st/wgl: Replace variable name hdc with hDrawDCNeha Bhende2-10/+10
2017-03-31st/wgl: add support for WGL_ARB_make_current_readBrian Paul8-16/+107
2017-03-31stw/wgl: add null context check in wglBindTexImageARB()Brian Paul1-0/+6
2017-03-30vdpau: fix a maybe-uninitialized warningMarek Olšák1-1/+1
2017-03-28st/va: remove assert for single sliceNayan Deshmukh1-1/+1
2017-03-26st/nine: Use atomics for available_texture_memAxel Davy1-2/+2
2017-03-26st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy3-5/+17
2017-03-26st/nine: Fix user vertex data uploader with csmtAxel Davy2-8/+8
2017-03-24clover: use pipe_resource referencesJan Vesely2-3/+9
2017-03-23st/omx/enc: use PIPE_USAGE_STAGING for output bufferLeo Liu1-2/+4
2017-03-22driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset1-0/+3
2017-03-22Android: clean-up trailing '\' in make variablesRob Herring1-3/+3
2017-03-22st/wgl: consistently use ifndef guards over pragma onceEmil Velikov1-1/+3
2017-03-18st/dri: wait for thread to finish before unbinding contextTimothy Arceri1-0/+3
2017-03-16gallium: implement the backend of threaded GL dispatchMarek Olšák3-0/+37
2017-03-13st/va: add config support for 10bit decoding v2Christian König2-4/+21
2017-03-13st/va: add support for allocating 10bpp surfacesChristian König1-9/+15
2017-03-13st/va: add support for P010 and P016 formats v3Christian König4-3/+22
2017-03-13st/va: clear the video surface on allocationChristian König1-4/+35
2017-03-13st/va: cleanup error handling in vlVaCreateSurfaces2Christian König1-25/+27
2017-03-12gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri1-2/+2
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri1-1/+1
2017-03-10st/xa: suffix xa-indent{,.sh} and add a shebang lineEmil Velikov2-2/+2
2017-03-09st/nine: pass NULL to ureg_get_tokens()Timothy Arceri2-4/+2
2017-03-07gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri1-1/+1
2017-03-07gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri1-1/+2
2017-03-07gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2-3/+3
2017-03-07gallium/util: replace pipe_thread with thrd_tTimothy Arceri1-2/+2
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri21-408/+408
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri22-325/+325
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri6-7/+7
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri7-10/+10
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri4-4/+4
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri7-11/+11
2017-03-07gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri2-4/+4
2017-03-07gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri2-3/+3
2017-03-07gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2-3/+3
2017-03-07st/dri: reduce dri_fill_st_options() paramsMarek Olšák1-3/+5
2017-03-07st/dri: use local pointer to st_context_ifaceMarek Olšák1-4/+7
2017-03-06st/omx: Set end-of-frame flag on bitstream output buffersMark Thompson1-0/+3
2017-03-06st/omx: Fix port format enumerationMark Thompson1-0/+2
2017-03-06st/va: Fix forward/backward referencing for deinterlacingMark Thompson2-7/+7
2017-03-06st/va: Support fractional framerate in misc parameterMark Thompson1-1/+7
2017-03-06st/va encode handle ntsc framerate rate controlAndy Furniss1-6/+13
2017-03-02clover: Work around build failure with AltiVec.Matt Turner1-0/+3
2017-02-27clover: Dump linked binary to a different fileJan Vesely1-2/+6
2017-02-25st/nine: Drop USER_INDEX_BUFFERS checkMike Lothian2-3/+1
2017-02-25st/nine: make use of common uploaders v4Constantine Charlamov4-74/+37
2017-02-24st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom1-20/+28