summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel/decoder: Avoid freeing invalid pointerSagar Ghuge2018-10-041-5/+13
* intel/decoder: add gen_spec_init methodSagar Ghuge2018-10-041-16/+35
* radv: fix resetting the pool for timestamp queriesSamuel Pitoiset2018-10-041-7/+5
* etnaviv: Use write combine instead of unached mappings for shader boGuido Günther2018-10-041-1/+1
* drirc: add a workaround for ARMA 3Marek Olšák2018-10-041-0/+4
* anv/batch_chain: Don't start a new BO just for BATCH_BUFFER_STARTJason Ekstrand2018-10-031-0/+9
* anv: Use separate MOCS settings for external BOsJason Ekstrand2018-10-0312-38/+80
* Revert "mesa: remove unnecessary 'sort by year' for the GL extensions"Emil Velikov2018-10-031-2/+44
* mesa: reorder and document the tokens in glheader.hEmil Velikov2018-10-031-16/+23
* mesa: remove duplicate declarations from glheader.hEmil Velikov2018-10-031-54/+0
* i965: reference __DRI_ATTRIB_SWAP_COPY token over the GLX oneEmil Velikov2018-10-031-1/+1
* i915: reference __DRI_ATTRIB_SWAP_COPY token over the GLX oneEmil Velikov2018-10-031-1/+1
* dri/common: move the required GLX_* token definitions locallyEmil Velikov2018-10-031-0/+14
* dri/common: use __DRI_ATTRIB_SWAP* instances when describing db_modesEmil Velikov2018-10-031-5/+6
* egl/x11: remove eglSwap* surface checkEmil Velikov2018-10-032-8/+0
* egl/surfaceless: remove eglSwap* stubsEmil Velikov2018-10-031-13/+0
* egl/drm: remove eglSwap* surface checkEmil Velikov2018-10-031-16/+14
* egl/android: remove eglSwap* surface checkEmil Velikov2018-10-031-4/+0
* egl: make eglSwapBuffers* a no-op for !window surfacesEmil Velikov2018-10-031-0/+6
* egl: make eglSwapInterval a no-op for !window surfacesEmil Velikov2018-10-031-0/+3
* freedreno: add the a6xx sources to the Android buildEmil Velikov2018-10-031-0/+1
* pipe-loader: add a dup() in pipe_loader_sw_probe_kmsEmil Velikov2018-10-032-2/+12
* pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2018-10-038-44/+37
* st/nine: do not double-close the fd on teardownEmil Velikov2018-10-031-1/+1
* mesa: fold _glapi_check_multithread() back into _mesa_make_currentEmil Velikov2018-10-035-16/+4
* vl/dri3: do full teardown on screen_destroyEmil Velikov2018-10-031-1/+0
* st/dri: make swrast_no_present member of dri_screenEmil Velikov2018-10-032-4/+5
* st/dri: inline dri2_buffer.h within dri2.cEmil Velikov2018-10-034-26/+16
* st/xa: remove unused xa_screen::d[s]_depth_bits_lastEmil Velikov2018-10-031-2/+0
* mesa: use C99 initializer in get_gl_override()Emil Velikov2018-10-031-4/+4
* anv: Ensure discreteQueuePriorities is at least 2Gabriel Majeri2018-10-031-1/+1
* r600: use build-id when available for disk cacheTimothy Arceri2018-10-031-7/+7
* nouveau: use build-id when available for disk cacheTimothy Arceri2018-10-031-7/+7
* radeonsi: use build-id when available for disk cacheTimothy Arceri2018-10-031-12/+9
* util: add disk_cache_get_function_identifier()Timothy Arceri2018-10-031-0/+16
* util: rename timestamp param in disk_cache_create()Timothy Arceri2018-10-031-4/+4
* radeonsi: avoid sending GS_EMIT in shaders without outputsJózef Kucia2018-10-021-3/+6
* i965: Replace checks for rb->Name with FlipY (v2)Fritz Koenig2018-10-022-13/+11
* radeonsi: initialize ac_gpu_info::name when using SI_FORCE_FAMILYMarek Olšák2018-10-021-0/+1
* radeonsi: don't set the VS prolog key for the blit VSMarek Olšák2018-10-021-1/+2
* spirv: Move function call handling to vtn_cfgJason Ekstrand2018-10-023-63/+65
* nir/from_ssa: Don't rewrite derefs destinations to registersJason Ekstrand2018-10-021-0/+6
* nir/cf: Remove phi sources if needed in nir_handle_add_jumpJason Ekstrand2018-10-021-17/+21
* anv: suppress warning about unhandled image layoutEric Engestrom2018-10-021-0/+3
* freedreno/a6xx: hwbinningRob Clark2018-10-028-105/+159
* freedreno: update generated headersRob Clark2018-10-027-41/+52
* intel/fs: Fix a typo in need_matching_subreg_offsetJason Ekstrand2018-10-021-1/+1
* util: disable cache if we have no build-id and timestamp is zeroTimothy Arceri2018-10-022-4/+9
* radeonsi: add a workaround for bitfield_extract when count is 0Timothy Arceri2018-10-021-11/+30
* anv: Implement VK_KHR_driver_propertiesJason Ekstrand2018-10-012-0/+24