summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-19Fix GLSL compiler standalone with LTOintel_ciGrigori Goronzy1-0/+2
2017-07-19WIPGrigori Goronzy12-9/+114
2017-07-19etnaviv: advertise supported dmabuf modifiersLucas Stach1-0/+44
2017-07-19etnaviv: implement resource creation with modifierLucas Stach4-7/+100
2017-07-19etnaviv: fill in modifier in etna_resource_get_handleLucas Stach1-0/+19
2017-07-19etnaviv: fold etna_screen_bo_get_handle into etna_resource_get_handleLucas Stach3-28/+16
2017-07-19etnaviv: implement resource import with modifierLucas Stach1-32/+77
2017-07-19etnaviv: also update textures from external resourcesLucas Stach1-8/+16
2017-07-19etnaviv: increment correct seqno for external resourcesLucas Stach1-1/+4
2017-07-19etnaviv: pad scanout buffer size to RS alignmentLucas Stach1-2/+8
2017-07-19etnaviv: add helper to work out RS alignmentLucas Stach2-9/+18
2017-07-19renderonly/etnaviv: stop importing resource from renderonlyLucas Stach6-62/+62
2017-07-19configure.ac: bump required etnaviv libdrm version to 2.4.82Lucas Stach1-1/+1
2017-07-19dri/common: use designated initializers for OptConfElemsEmil Velikov1-1/+4
2017-07-19gallium: auxiliary: Fix standalone Android build of u_cpu_detect (v2)Tomasz Figa2-2/+10
2017-07-19egl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr parsingEmil Velikov1-0/+7
2017-07-19swr: remove unneeded fallback strcasecmp defineEmil Velikov1-5/+0
2017-07-19st/dri: list __DRI2_FENCE extension only where neededEmil Velikov1-1/+0
2017-07-19swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2-2/+1
2017-07-19radeon: remove local vblank_mode optionEmil Velikov1-2/+0
2017-07-19i915: remove local vblank_mode optionEmil Velikov1-1/+0
2017-07-19i965: remove local vblank_mode optionEmil Velikov1-1/+0
2017-07-19egl/dri2: remove unused buffer_count variableGwan-gyeong Mun4-8/+2
2017-07-19egl/drm: Format code in platform_drm.c according to style guide.Gwan-gyeong Mun1-1/+2
2017-07-19egl/drm: add going out of the loop when the designated buffer is foundGwan-gyeong Mun1-0/+1
2017-07-19gbm: fix typo in doxygen commentGwan-gyeong Mun1-2/+2
2017-07-19egl: Add MKDIR_GEN definitionDaniel Stone1-0/+2
2017-07-18util: Make CLAMP turn NaN into MIN.Kenneth Graunke2-3/+4
2017-07-18nir: Use nir_src_copy instead of direct assignments.Kenneth Graunke3-9/+9
2017-07-19glsl: disable array splitting for AoATimothy Arceri1-0/+23
2017-07-19nir: fix nir_opt_copy_prop_vars() for arrays of arraysTimothy Arceri1-6/+6
2017-07-19nir/vars_to_ssa: Handle missing struct members in foreach_deref_nodeJason Ekstrand1-2/+6
2017-07-18i965/blorp: Use the return value of brw_emit_reloc.Kenneth Graunke1-3/+3
2017-07-18i965: Delete dead brw_program_reloc function.Kenneth Graunke1-15/+0
2017-07-18i965: Convert WM_STATE to genxml on gen4-5.Rafael Antognolli6-437/+153
2017-07-18i965: Convert CLIP_STATE to genxml.Rafael Antognolli4-215/+100
2017-07-18egl/wayland: Use linux-dmabuf interface for buffersDaniel Stone6-21/+221
2017-07-18egl/wayland: Remove duplicate wl_buffer creation codeDaniel Stone1-42/+12
2017-07-18egl/wayland: Remove more surface specifics from create_wl_bufferDaniel Stone1-15/+12
2017-07-18egl/wayland: Make create_wl_buffer more genericDaniel Stone1-32/+34
2017-07-18gbm: Remove is_planar_format dead codeDaniel Stone1-30/+0
2017-07-18gbm: Check harder for supported formatsDaniel Stone1-15/+26
2017-07-18gbm: Pull out FourCC <-> DRIimage format tableDaniel Stone2-85/+70
2017-07-18gbm: Axe buffer import format conversion tableDaniel Stone3-41/+30
2017-07-18i965/gen4: Set tile offsets to zero after depth rebaseTopi Pohjolainen1-4/+6
2017-07-18i965: Refactor check for separate stencilTopi Pohjolainen1-4/+20
2017-07-18intel/blorp/gen4: Drop cube map flag for single face copyTopi Pohjolainen1-1/+7
2017-07-18i965/wm: Use level offsets directlyTopi Pohjolainen1-2/+2
2017-07-18i965: Use offset helper in intel_readpixels_tiled_memcpy()Topi Pohjolainen1-2/+5
2017-07-18i965/miptree: Pass flags instead of explicit tiling to surface creatorTopi Pohjolainen1-5/+8