summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2017-05-11Android: push driver build details to driver makefilesRob Herring1-1/+1
2017-05-11Android: Fix swrast only buildRob Herring1-5/+3
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák5-58/+56
2017-05-10gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2-2/+0
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák3-32/+48
2017-04-28st/wgl: whitespace, formatting fixes in stw_pixelformat.cBrian Paul1-72/+62
2017-04-28st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visualsCharmaine Lee1-2/+2
2017-04-28st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()Brian Paul1-1/+1
2017-04-28st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.cBrian Paul1-59/+52
2017-04-27clover: Fix build since clang r301442Jan Vesely2-1/+3
2017-04-21st/clover: add space between < and ::Emil Velikov6-17/+17
2017-04-13st/nine: Fix support for ps 1.4 dw and dz modifiersAxel Davy1-2/+2
2017-04-13clover: Add missing include to compat headerJan Vesely1-0/+1
2017-04-13clover: Fix build against clang SVN >= r299965Michel Dänzer2-1/+7
2017-04-07st/glx: Add awareness for multisample pixel formats to st/glx-xlib.Bruce Cherniak3-15/+30
2017-04-07st/wgl: sort strings in stw_extension_string[] arrayBrian Paul1-3/+3
2017-04-07st/wgl: pseudo-implementation of WGL_EXT_swap_controlBrian Paul7-12/+86
2017-04-05st/clover: Fix build after shrink of pipe_boxAaron Watry1-3/+3
2017-04-01st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb1-1/+1
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