summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: clean-up trailing '\' in make variablesRob Herring2017-03-221-3/+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
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* st/dri: reduce dri_fill_st_options() paramsMarek Olšák2017-03-071-3/+5
* st/dri: use local pointer to st_context_ifaceMarek Olšák2017-03-071-4/+7
* st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri2017-02-171-0/+2
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-151-0/+3
* st/dri: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* st/dri: ask the driver to update its internal copies on reimportPhilipp Zabel2017-01-201-0/+4
* st/dri: remove trailing whitespaceMauro Rossi2017-01-111-1/+1
* gallium: support for native fence fd'sRob Clark2016-12-011-2/+50
* gallium: wire up server_wait_syncRob Clark2016-12-011-1/+5