summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-1/+2
* st/dri2: fix kms_swrast driconf option handlingRob Herring2017-08-091-3/+3
* st/dri: add drisw image extensionGurchetan Singh2017-08-071-0/+11
* st/dri: move some image functions to dri_helpers.cGurchetan Singh2017-08-073-106/+124
* st/dri: organize order of includers in dri_helpersGurchetan Singh2017-08-071-2/+3
* st/dri: change dri_extensions to dri_helpersGurchetan Singh2017-08-075-6/+6
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-042-8/+3
* gallium: get rid of pipe_screen_config::flagsNicolai Hähnle2017-08-044-16/+7
* 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-022-6/+12
* 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-242-0/+4
* st/mesa: add destroy_drawable interfaceCharmaine Lee2017-07-201-1/+5
* 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/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-111-0/+4
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-261-1/+5
* 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-232-3/+3
* 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
* 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
* driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks2017-05-201-0/+3
* Android: push driver build details to driver makefilesRob Herring2017-05-111-1/+1
* Android: Fix swrast only buildRob Herring2017-05-111-5/+3
* st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb2017-04-011-1/+1
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-221-0/+3