aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* clover/device: Get device/host unified memory from pipe driverAaron Watry2017-06-133-1/+7
* vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák2017-06-125-6/+6
* gallium/wgl: Allow context creation even if SetPixelFormat() wasn't calledFrank Richter2017-06-091-1/+7
* st/dri: support format modifier queriesVarad Gautam2017-06-091-1/+23
* st/dri: support format queriesVarad Gautam2017-06-091-0/+118
* st/dri: implement DRIimage creation from dmabufs with modifiersVarad Gautam2017-06-091-5/+40
* st/dri: implement createImageWithModifiers in DRIimageVarad Gautam2017-06-091-5/+53
* st/dri: enable DRIimage modifier queriesVarad Gautam2017-06-091-0/+12
* gallium/winsys/drm: introduce modifier field to winsys_handleVarad Gautam2017-06-091-0/+7
* util: Port nir_array functionality to u_dynarrayThomas Helland2017-06-071-1/+1
* gallium: Add missing includesThomas Helland2017-06-072-0/+2
* st/dri: Allow gallium drivers to turn off two GLX extensionsThomas Hellstrom2017-06-071-0/+2
* st/dri: Allow dri users to query also driver optionsThomas Hellstrom2017-06-071-1/+64
* st/dri: Use fence extension in drisw.cGurchetan Singh2017-06-021-0/+2
* st/dri: move fence implemention into separate fileGurchetan Singh2017-06-024-203/+263
* glthread/gallium: require safe_glthread to start glthreadGregory Hainaut2017-05-291-4/+17
* st/wgl: whitespace, formatting fixes in stw_device.cBrian Paul2017-05-251-12/+9
* st/nine: Fix a regression and syntax cleanupAxel Davy2017-05-244-19/+16
* driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks2017-05-201-0/+3
* st/xvmc: add DRI3 supportEmil Velikov2017-05-191-1/+3
* st/omx: add DRI3 supportEmil Velikov2017-05-191-1/+3
* st/omx: fix building against X11-less setupsEmil Velikov2017-05-191-0/+6
* st/omx: remove unneeded X11 includeEmil Velikov2017-05-191-2/+0
* st/omx: remove unused drm_driver.h includesEmil Velikov2017-05-192-2/+0
* st/va: check if vl_*_screen_create has failed only onceEmil Velikov2017-05-191-4/+3
* st/va: fix misplaced closing bracketEmil Velikov2017-05-191-1/+1
* st/va: move variable declaration to where its usedEmil Velikov2017-05-191-2/+1
* 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