summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-10mesa: move _mesa_half_is_negative() to half_float.hBrian Paul2-6/+8
2017-10-10mesa: move _mesa_exec_malloc/free() prototypes to their own headerBrian Paul6-7/+41
2017-10-10i965: minor whitespace fixKenneth Graunke1-1/+1
2017-10-10mesa: Set new renderbuffers to RGBA4 on all GLES contexts.Eric Anholt1-1/+1
2017-10-10mesa: Expose GL_OES_required_internalformat on GLES contexts.Eric Anholt4-38/+74
2017-10-10mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.Eric Anholt5-2/+10
2017-10-10vc4: Add support for 5551 textures.Eric Anholt2-3/+3
2017-10-10gallium: Add support for 5551 with the 1-bit field in the low bit.Eric Anholt4-2/+18
2017-10-10mesa: Add X1B5G5R5 along with A1B5G5R5.Eric Anholt5-0/+9
2017-10-10st_api: remove unused get_resource_for_egl_imageNicolai Hähnle1-37/+0
2017-10-10st/dri: implement createImageFromRenderbuffer(2)Nicolai Hähnle4-7/+76
2017-10-10egl/dri: remove old left-oversNicolai Hähnle1-2/+0
2017-10-10egl/dri: use createImageFromRenderbuffer2 when availableNicolai Hähnle1-3/+20
2017-10-10egl/dri: factor out egl_error_from_dri_image_errorNicolai Hähnle1-28/+26
2017-10-10st/mesa: don't clobber glGetInternalformat* buffer for GL_NUM_SAMPLE_COUNTSNicolai Hähnle1-1/+2
2017-10-10u_threaded_context: fix a memory leakNicolai Hähnle1-7/+8
2017-10-10disk_cache: remove unnecessary NULL-pointer guardsNicolai Hähnle1-4/+2
2017-10-10disk_cache: fix a memory leakNicolai Hähnle1-0/+1
2017-10-10st/mesa: whitespace fixNicolai Hähnle1-1/+1
2017-10-10st/mesa: fix import of EGL images with non-zero level or layerNicolai Hähnle5-10/+28
2017-10-10st/mesa: fix switching from surface-based to non-surface-based texturesNicolai Hähnle6-9/+14
2017-10-10glsl/linker: add check for compute shared memory sizeNicolai Hähnle3-6/+23
2017-10-10etnaviv: update HW headers and fix provoking vertexLucas Stach6-47/+67
2017-10-10etnaviv: remove flat shading workaroundLucas Stach1-5/+1
2017-10-10etnaviv: fix varying interpolationLucas Stach1-12/+10
2017-10-10etnaviv: fix bogus flush requests in transfer handlingLucas Stach1-5/+10
2017-10-10i965/tes: account for the fact that dvec3/4 inputs take two slotsIago Toral Quiroga1-2/+7
2017-10-10anv: fix null pointer dereferenceTapani Pälli1-0/+1
2017-10-10radv: export KHR_relaxed_block_layoutDave Airlie1-0/+4
2017-10-09nv50/ir: fix 64-bit integer shiftsIlia Mirkin1-1/+3
2017-10-10i965: silence coverity warningLionel Landwerlin1-1/+1
2017-10-09anv: Do not assert() on VK_ATTACHMENT_UNUSEDJózef Kucia1-1/+2
2017-10-09spirv: Fix SpvOpAtomicISubJózef Kucia1-0/+1
2017-10-10glsl: tidy up IR after loop unrollingTimothy Arceri1-1/+7
2017-10-10glsl: make loop unrolling more like the nir unrolling pathTimothy Arceri3-67/+163
2017-10-10glsl: check if induction var incremented before use in terminatorTimothy Arceri1-0/+38
2017-10-10glsl: don't drop instructions from unreachable terminators continue branchTimothy Arceri2-8/+27
2017-10-09meson: build classic swrastDylan Baker2-0/+33
2017-10-09meson: build gbmDylan Baker2-1/+70
2017-10-09meson: Add support for configuring dri drivers directory.Dylan Baker2-2/+2
2017-10-09meson: build glxDylan Baker5-3/+304
2017-10-09meson: Build i965 and dri stackDylan Baker20-15/+1886
2017-10-09meson: add nir_linking_helpers.c to libnirDylan Baker1-0/+1
2017-10-09make: Fix test to be meson compatibleDylan Baker2-1/+3
2017-10-09make: Don't traverse backwards through include directories.Dylan Baker2-1/+2
2017-10-09etnaviv: call util_query_clear_result(..) in the generic layerChristian Gmeiner2-2/+3
2017-10-09etnaviv: push query active handling into generic layerChristian Gmeiner2-6/+16
2017-10-10r600: drop a bunch of post-cayman code. (v2)Dave Airlie12-1251/+199
2017-10-09amd: move r600d_common.h into r600gMarek Olšák12-30/+27
2017-10-09radeonsi: shrink r600d_common.h and stop using itMarek Olšák19-261/+252