summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* clover/device: Move device_version into core and add device_clc_versionAaron Watry2017-08-053-2/+14
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-044-10/+5
* gallium: get rid of pipe_screen_config::flagsNicolai Hähnle2017-08-044-16/+7
* clover: Fix build after llvm r309911Jan Vesely2017-08-032-1/+7
* st/osmesa: add osmesa framebuffer iface hash table per st managerBruce Cherniak2017-08-031-0/+11
* st/dri2 Plumb the flush_swapbuffer functionality through to dri3Thomas Hellstrom2017-08-033-0/+36
* st/dri: NULL check before deref DRI loader .getCapabilityEmil Velikov2017-08-021-2/+4
* pipe-loader: fix driinfo for software and non-radeonsi driversNicolai Hähnle2017-08-021-4/+4
* st/dri: implement v2 of DRI_ConfigOptionsNicolai Hähnle2017-08-021-2/+3
* gallium: move loading of drirc to pipe-loaderNicolai Hähnle2017-08-025-55/+21
* gallium: move driinfo XML to pipe_loaderNicolai Hähnle2017-08-021-39/+1
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-024-8/+14
* st/dri: don't set PIPE_BIND_SHARED for privately-allocated renderbuffersMarek Olšák2017-08-011-2/+3
* xmlconfig: move into src/utilNicolai Hähnle2017-07-313-3/+3
* dri_interface,egl,gallium: only expose RGBA visuals on AndroidMarek Olšák2017-07-311-1/+23
* st/dri2: Return invalid modifier when no driver supportDaniel Stone2017-07-251-0/+6
* st/dri: Check get-handle return value in queryImageDaniel Stone2017-07-251-12/+18
* st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2017-07-246-0/+12
* tgsi: populate preciseKarol Herbst2017-07-211-3/+3
* st/mesa: add destroy_drawable interfaceCharmaine Lee2017-07-204-2/+17
* st/dri: list __DRI2_FENCE extension only where neededEmil Velikov2017-07-191-1/+0
* swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2017-07-191-1/+1
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-07-171-7/+26
* st/mesa: Add KHR_no_error toggle to driconfGrigori Goronzy2017-07-142-0/+4
* st/mesa: Add support for KHR_no_error flagGrigori Goronzy2017-07-141-0/+3
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-143-1/+5
* st/dri: add 32-bit RGBX/RGBA formatsMarek Olšák2017-07-132-12/+65
* st/mesa: add a winsys buffers list in st_contextCharmaine Lee2017-07-112-1/+7
* st/wgl: Implement wglUseFontBitmaps.Olivier Lauffenburger2017-07-061-16/+49
* st/wgl: improve selection of pixel formatOlivier Lauffenburger2017-07-061-7/+29
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-261-1/+5
* util: move pipe_thread_is_self from gallium to src/utilMarek Olšák2017-06-261-1/+1
* st/dri2: implement image offset queryLucas Stach2017-06-241-0/+6
* st/dri: add a drirc workaround for Rocket LeagueMarek Olšák2017-06-231-0/+5
* st/dri: get drirc options before creating pipe_screenMarek Olšák2017-06-234-20/+38
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-234-5/+5
* change va max_entrypointsChandu Babu N2017-06-222-1/+3
* st/va: Fix leak in VAAPI subpicturesChandu Babu N2017-06-221-0/+1
* st/xvmc: deal with drivers wanting different texture formatsIlia Mirkin2017-06-201-36/+115
* 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