summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-192-4/+0
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-194-1/+5
* Android: push driver build details to driver makefilesRob Herring2017-05-111-1/+1
* Android: Fix swrast only buildRob Herring2017-05-111-5/+3
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-105-58/+56
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-102-2/+0
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-103-32/+48
* st/wgl: whitespace, formatting fixes in stw_pixelformat.cBrian Paul2017-04-281-72/+62
* st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visualsCharmaine Lee2017-04-281-2/+2
* st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()Brian Paul2017-04-281-1/+1
* st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.cBrian Paul2017-04-281-59/+52
* clover: Fix build since clang r301442Jan Vesely2017-04-272-1/+3
* st/clover: add space between < and ::Emil Velikov2017-04-216-17/+17
* st/nine: Fix support for ps 1.4 dw and dz modifiersAxel Davy2017-04-131-2/+2
* clover: Add missing include to compat headerJan Vesely2017-04-131-0/+1
* clover: Fix build against clang SVN >= r299965Michel Dänzer2017-04-132-1/+7
* st/glx: Add awareness for multisample pixel formats to st/glx-xlib.Bruce Cherniak2017-04-073-15/+30
* st/wgl: sort strings in stw_extension_string[] arrayBrian Paul2017-04-071-3/+3
* st/wgl: pseudo-implementation of WGL_EXT_swap_controlBrian Paul2017-04-077-12/+86
* st/clover: Fix build after shrink of pipe_boxAaron Watry2017-04-051-3/+3
* st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb2017-04-011-1/+1
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-011-16/+2
* st/wgl: Replace variable name hdc with hDrawDCNeha Bhende2017-03-312-10/+10
* st/wgl: add support for WGL_ARB_make_current_readBrian Paul2017-03-318-16/+107
* stw/wgl: add null context check in wglBindTexImageARB()Brian Paul2017-03-311-0/+6
* vdpau: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* st/va: remove assert for single sliceNayan Deshmukh2017-03-281-1/+1
* st/nine: Use atomics for available_texture_memAxel Davy2017-03-261-2/+2
* st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy2017-03-263-5/+17
* st/nine: Fix user vertex data uploader with csmtAxel Davy2017-03-262-8/+8
* clover: use pipe_resource referencesJan Vesely2017-03-242-3/+9
* st/omx/enc: use PIPE_USAGE_STAGING for output bufferLeo Liu2017-03-231-2/+4
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-221-0/+3
* Android: clean-up trailing '\' in make variablesRob Herring2017-03-221-3/+3
* st/wgl: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+3
* 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