summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/dri: wait for thread to finish before unbinding contextTimothy Arceri2017-03-181-0/+3
* gallium: implement the backend of threaded GL dispatchMarek Olšák2017-03-163-0/+37
* st/va: add config support for 10bit decoding v2Christian König2017-03-132-4/+21
* st/va: add support for allocating 10bpp surfacesChristian König2017-03-131-9/+15
* st/va: add support for P010 and P016 formats v3Christian König2017-03-134-3/+22
* st/va: clear the video surface on allocationChristian König2017-03-131-4/+35
* st/va: cleanup error handling in vlVaCreateSurfaces2Christian König2017-03-131-25/+27
* gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri2017-03-121-2/+2
* gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri2017-03-121-1/+1
* st/xa: suffix xa-indent{,.sh} and add a shebang lineEmil Velikov2017-03-102-2/+2
* st/nine: pass NULL to ureg_get_tokens()Timothy Arceri2017-03-092-4/+2
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-071-1/+2
* gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2017-03-072-3/+3
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-0721-408/+408
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-0722-325/+325
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-076-7/+7
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-077-10/+10
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-074-4/+4
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-077-11/+11
* gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri2017-03-072-4/+4
* gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri2017-03-072-3/+3
* gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2017-03-072-3/+3
* st/dri: reduce dri_fill_st_options() paramsMarek Olšák2017-03-071-3/+5
* st/dri: use local pointer to st_context_ifaceMarek Olšák2017-03-071-4/+7
* st/omx: Set end-of-frame flag on bitstream output buffersMark Thompson2017-03-061-0/+3
* st/omx: Fix port format enumerationMark Thompson2017-03-061-0/+2
* st/va: Fix forward/backward referencing for deinterlacingMark Thompson2017-03-062-7/+7
* st/va: Support fractional framerate in misc parameterMark Thompson2017-03-061-1/+7
* st/va encode handle ntsc framerate rate controlAndy Furniss2017-03-061-6/+13
* clover: Work around build failure with AltiVec.Matt Turner2017-03-021-0/+3
* clover: Dump linked binary to a different fileJan Vesely2017-02-271-2/+6
* st/nine: Drop USER_INDEX_BUFFERS checkMike Lothian2017-02-252-3/+1
* st/nine: make use of common uploaders v4Constantine Charlamov2017-02-254-74/+37
* st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom2017-02-241-20/+28
* st/vdpau: Provide YV12 to NV12 putBits conversion v2Thomas Hellstrom2017-02-242-19/+88
* st/wgl: flush with ST_FLUSH_WAIT before releasing shared contextsCharmaine Lee2017-02-182-2/+15
* Revert "st/vdpau: Fix multithreading"Thomas Hellstrom2017-02-221-21/+1
* st/vdpau: Fix multithreadingThomas Hellstrom2017-02-221-1/+21
* st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri2017-02-171-0/+2
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-151-0/+3
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-142-3/+3
* vdpau: skip vlVdpOutputSurfacePutBitsNative with a zero-area rectangleMarek Olšák2017-02-141-0/+7
* gallium/vl: use the common uploaderMarek Olšák2017-02-141-4/+0
* st/xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2017-02-131-6/+0
* st/nine: update configure options in the READMEEmil Velikov2017-02-101-2/+1
* gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2017-02-021-2/+1
* st/va: add h264 constrained baseline profileBoyuan Zhang2017-02-011-0/+1
* st/vdpau: add h264 constrained baseline profileBoyuan Zhang2017-02-011-0/+4