summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2017-07-31st/dri: implement v2 of DRI_ConfigOptionsNicolai Hähnle1-2/+3
2017-07-31gallium: move loading of drirc to pipe-loaderNicolai Hähnle5-55/+21
2017-07-31gallium: move driinfo XML to pipe_loaderNicolai Hähnle1-39/+1
2017-07-31gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle4-8/+14
2017-07-31xmlconfig: move into src/utilNicolai Hähnle3-3/+3
2017-07-31dri_interface,egl,gallium: only expose RGBA visuals on AndroidMarek Olšák1-1/+23
2017-07-25st/dri2: Return invalid modifier when no driver supportDaniel Stone1-0/+6
2017-07-25st/dri: Check get-handle return value in queryImageDaniel Stone1-12/+18
2017-07-24st/mesa: create framebuffer iface hash table per st managerCharmaine Lee6-0/+12
2017-07-21tgsi: populate preciseKarol Herbst1-3/+3
2017-07-20st/mesa: add destroy_drawable interfaceCharmaine Lee4-2/+17
2017-07-19st/dri: list __DRI2_FENCE extension only where neededEmil Velikov1-1/+0
2017-07-19swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov1-1/+1
2017-07-17st/va: Fix scaling list ordering for H.265Mark Thompson1-7/+26
2017-07-14st/mesa: Add KHR_no_error toggle to driconfGrigori Goronzy2-0/+4
2017-07-14st/mesa: Add support for KHR_no_error flagGrigori Goronzy1-0/+3
2017-07-14dri: Add KHR_no_error DRI extensionGrigori Goronzy3-1/+5
2017-07-13st/dri: add 32-bit RGBX/RGBA formatsMarek Olšák2-12/+65
2017-07-11st/mesa: add a winsys buffers list in st_contextCharmaine Lee2-1/+7
2017-07-06st/wgl: Implement wglUseFontBitmaps.Olivier Lauffenburger1-16/+49
2017-07-06st/wgl: improve selection of pixel formatOlivier Lauffenburger1-7/+29
2017-06-26mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák1-1/+5
2017-06-26util: move pipe_thread_is_self from gallium to src/utilMarek Olšák1-1/+1
2017-06-24st/dri2: implement image offset queryLucas Stach1-0/+6
2017-06-23st/dri: add a drirc workaround for Rocket LeagueMarek Olšák1-0/+5
2017-06-23st/dri: get drirc options before creating pipe_screenMarek Olšák4-20/+38
2017-06-23gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák4-5/+5
2017-06-22change va max_entrypointsChandu Babu N2-1/+3
2017-06-22st/va: Fix leak in VAAPI subpicturesChandu Babu N1-0/+1
2017-06-20st/xvmc: deal with drivers wanting different texture formatsIlia Mirkin1-36/+115
2017-06-13clover/device: Get device/host unified memory from pipe driverAaron Watry3-1/+7
2017-06-12vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák5-6/+6
2017-06-09gallium/wgl: Allow context creation even if SetPixelFormat() wasn't calledFrank Richter1-1/+7
2017-06-09st/dri: support format modifier queriesVarad Gautam1-1/+23
2017-06-09st/dri: support format queriesVarad Gautam1-0/+118
2017-06-09st/dri: implement DRIimage creation from dmabufs with modifiersVarad Gautam1-5/+40
2017-06-09st/dri: implement createImageWithModifiers in DRIimageVarad Gautam1-5/+53
2017-06-09st/dri: enable DRIimage modifier queriesVarad Gautam1-0/+12
2017-06-09gallium/winsys/drm: introduce modifier field to winsys_handleVarad Gautam1-0/+7
2017-06-07util: Port nir_array functionality to u_dynarrayThomas Helland1-1/+1
2017-06-07gallium: Add missing includesThomas Helland2-0/+2
2017-06-07st/dri: Allow gallium drivers to turn off two GLX extensionsThomas Hellstrom1-0/+2
2017-06-07st/dri: Allow dri users to query also driver optionsThomas Hellstrom1-1/+64
2017-06-02st/dri: Use fence extension in drisw.cGurchetan Singh1-0/+2
2017-06-02st/dri: move fence implemention into separate fileGurchetan Singh4-203/+263
2017-05-29glthread/gallium: require safe_glthread to start glthreadGregory Hainaut1-4/+17
2017-05-25st/wgl: whitespace, formatting fixes in stw_device.cBrian Paul1-12/+9
2017-05-24st/nine: Fix a regression and syntax cleanupAxel Davy4-19/+16
2017-05-20driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks1-0/+3
2017-05-19st/xvmc: add DRI3 supportEmil Velikov1-1/+3