summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/miptree: Use num_samples of 1 instead of 0 for single-sampledTopi Pohjolainen2017-07-2010-32/+38
* i965/miptree: Switch to isl_surf::msaa_layoutTopi Pohjolainen2017-07-206-131/+30
* radv: Add support for VK_KHR_variable_pointers.Bas Nieuwenhuizen2017-07-203-0/+18
* radv: Add VK_KHR_storage_buffer_storage_class support.Bas Nieuwenhuizen2017-07-202-0/+5
* mesa: check API profile for GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONBrian Paul2017-07-191-1/+1
* radv: port to new libdrm API.Dave Airlie2017-07-201-29/+92
* radv: introduce some wrapper in cs code to make porting off libdrm_amdgpu eas...Dave Airlie2017-07-201-18/+70
* configure/swr: add KNL and SKX architecture targetsTim Rowley2017-07-192-0/+58
* configure/swr: configurable swr architecturesTim Rowley2017-07-193-8/+40
* gallium/util: fix nondeterministic avx512 detectionTim Rowley2017-07-191-1/+1
* drirc: whitelist War Thunder (Wine) for glthreadMarek Olšák2017-07-191-0/+3
* anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BITChad Versace2017-07-191-3/+4
* egl: fix line continuationEric Engestrom2017-07-191-1/+1
* gbm: fix typoEric Engestrom2017-07-191-1/+1
* etnaviv: advertise supported dmabuf modifiersLucas Stach2017-07-191-0/+44
* etnaviv: implement resource creation with modifierLucas Stach2017-07-194-7/+100
* etnaviv: fill in modifier in etna_resource_get_handleLucas Stach2017-07-191-0/+19
* etnaviv: fold etna_screen_bo_get_handle into etna_resource_get_handleLucas Stach2017-07-193-28/+16
* etnaviv: implement resource import with modifierLucas Stach2017-07-191-32/+77
* etnaviv: also update textures from external resourcesLucas Stach2017-07-191-8/+16
* etnaviv: increment correct seqno for external resourcesLucas Stach2017-07-191-1/+4
* etnaviv: pad scanout buffer size to RS alignmentLucas Stach2017-07-191-2/+8
* etnaviv: add helper to work out RS alignmentLucas Stach2017-07-192-9/+18
* renderonly/etnaviv: stop importing resource from renderonlyLucas Stach2017-07-196-62/+62
* dri/common: use designated initializers for OptConfElemsEmil Velikov2017-07-191-1/+4
* gallium: auxiliary: Fix standalone Android build of u_cpu_detect (v2)Tomasz Figa2017-07-192-2/+10
* egl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr parsingEmil Velikov2017-07-191-0/+7
* swr: remove unneeded fallback strcasecmp defineEmil Velikov2017-07-191-5/+0
* st/dri: list __DRI2_FENCE extension only where neededEmil Velikov2017-07-191-1/+0
* swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2017-07-192-2/+1
* radeon: remove local vblank_mode optionEmil Velikov2017-07-191-2/+0
* i915: remove local vblank_mode optionEmil Velikov2017-07-191-1/+0
* i965: remove local vblank_mode optionEmil Velikov2017-07-191-1/+0
* egl/dri2: remove unused buffer_count variableGwan-gyeong Mun2017-07-194-8/+2
* egl/drm: Format code in platform_drm.c according to style guide.Gwan-gyeong Mun2017-07-191-1/+2
* egl/drm: add going out of the loop when the designated buffer is foundGwan-gyeong Mun2017-07-191-0/+1
* gbm: fix typo in doxygen commentGwan-gyeong Mun2017-07-191-2/+2
* egl: Add MKDIR_GEN definitionDaniel Stone2017-07-191-0/+2
* util: Make CLAMP turn NaN into MIN.Kenneth Graunke2017-07-182-3/+4
* nir: Use nir_src_copy instead of direct assignments.Kenneth Graunke2017-07-183-9/+9
* glsl: disable array splitting for AoATimothy Arceri2017-07-191-0/+23
* nir: fix nir_opt_copy_prop_vars() for arrays of arraysTimothy Arceri2017-07-191-6/+6
* nir/vars_to_ssa: Handle missing struct members in foreach_deref_nodeJason Ekstrand2017-07-191-2/+6
* i965/blorp: Use the return value of brw_emit_reloc.Kenneth Graunke2017-07-181-3/+3
* i965: Delete dead brw_program_reloc function.Kenneth Graunke2017-07-181-15/+0
* i965: Convert WM_STATE to genxml on gen4-5.Rafael Antognolli2017-07-186-437/+153
* i965: Convert CLIP_STATE to genxml.Rafael Antognolli2017-07-184-215/+100
* egl/wayland: Use linux-dmabuf interface for buffersDaniel Stone2017-07-185-20/+217
* egl/wayland: Remove duplicate wl_buffer creation codeDaniel Stone2017-07-181-42/+12
* egl/wayland: Remove more surface specifics from create_wl_bufferDaniel Stone2017-07-181-15/+12