aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl: calculate number of operands in an expression onceTimothy Arceri2017-08-1122-32/+103
* isl: Validate row pitch of stencil surfaces.Kenneth Graunke2017-08-101-2/+7
* egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpyEmil Velikov2017-08-101-2/+2
* egl/drm: rename dri2_drm_create_surface()Emil Velikov2017-08-101-13/+4
* egl/drm: remove unreachable code in dri2_drm_create_surface()Emil Velikov2017-08-101-13/+7
* egl/x11: pass NULL instead of XCB_WINDOW_NONE as native_surfaceEmil Velikov2017-08-102-2/+2
* egl: Clean up native_type vs drawable messMatt Turner2017-08-102-8/+5
* egl: handle BAD_NATIVE_PIXMAP further up the stackEmil Velikov2017-08-102-5/+3
* egl: drop unreachable BAD_NATIVE_WINDOW conditionsEmil Velikov2017-08-104-15/+3
* egl: add dri2_setup_swap_interval helperEmil Velikov2017-08-104-63/+49
* configure: remove trailing "-a" in swr architecture testTim Rowley2017-08-101-1/+1
* build: Fix up spirv_info.PloMatt Turner2017-08-101-0/+2
* ac: fail shader compilation if libelf is replaced by an incompatible versionMarek Olšák2017-08-103-4/+15
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-109-11/+35
* glx: Fix swap method config matchingThomas Hellstrom2017-08-101-3/+1
* glx: Work around X servers reporting bogus values of GLX_SWAP_METHOD_OMLThomas Hellstrom2017-08-101-1/+11
* dri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHODThomas Hellstrom2017-08-103-7/+6
* radv: force cs/ps/l2 flush at end of command stream. (v2)Dave Airlie2017-08-091-1/+4
* nv50/ir: fix ConstantFolding with saturationKarol Herbst2017-08-092-0/+9
* st/dri2: fix kms_swrast driconf option handlingRob Herring2017-08-091-3/+3
* radeonsi: drop two unused variables in create_function()Samuel Pitoiset2017-08-091-2/+0
* egl: whitespace cleanup in eglapi.cEric Engestrom2017-08-091-25/+25
* TextureStorage1D should return INVALID_OPERATION if target is not a 1D textureIago Toral Quiroga2017-08-091-1/+1
* Update TextureParameter* error for incompatible texture targetsIago Toral Quiroga2017-08-091-1/+1
* egl/dri2: refactor dri2_query_surface, swrastGetDrawableInfoTapani Pälli2017-08-091-7/+18
* i965/bufmgr: Set bo->idle after waiting.Kenneth Graunke2017-08-081-0/+2
* i965: Don't use ggtt_bo for Gen8+ streamout offset buffer.Kenneth Graunke2017-08-081-1/+1
* i965: Simplify *_bo() helpers.Kenneth Graunke2017-08-081-47/+25
* i965: Get rid of KSP_roKenneth Graunke2017-08-081-15/+4
* ac/nir: fix saturate emissionConnor Abbott2017-08-081-2/+2
* i965: Only call create_for_planar_image for multiple planesJason Ekstrand2017-08-081-1/+4
* mesa: don't error check the default buffer objectTimothy Arceri2017-08-081-11/+11
* mesa: check default buffer object creation was successfulTimothy Arceri2017-08-081-0/+9
* mesa: add NULL checking to free_shared_state()Timothy Arceri2017-08-082-31/+65
* glapi: per the extension spec, the EXT-suffixed function should be usedIlia Mirkin2017-08-071-10/+0
* include: update GLES gl2ext header to no longer reference bad functionIlia Mirkin2017-08-071-5/+52
* radv: remove semicolon in if(...);Bas Nieuwenhuizen2017-08-081-1/+1
* radv: Fix decompression on multisampled depth buffersAlex Smith2017-08-072-35/+69
* radv: Don't allow fmask swizzling for shareable images.Bas Nieuwenhuizen2017-08-071-1/+4
* radeonsi: fix a compile failure due to disabled assertsMarek Olšák2017-08-071-1/+1
* radeonsi: use optimal packet order when doing a pipeline syncMarek Olšák2017-08-071-34/+83
* radeonsi: expose the number of decompress calls to the HUDMarek Olšák2017-08-074-7/+20
* gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busyMarek Olšák2017-08-074-8/+8
* radeonsi: rename shader_userdata -> shader_pointers where appropriateMarek Olšák2017-08-075-20/+20
* radeonsi: prefetch VBO descriptors after the first VGT shaderMarek Olšák2017-08-071-17/+63
* radeonsi: add a separate dirty mask for prefetchesMarek Olšák2017-08-076-16/+64
* radeonsi: add and use si_pm4_state_enabled_and_changedMarek Olšák2017-08-073-17/+18
* radeonsi: de-atomize L2 prefetchMarek Olšák2017-08-077-9/+11
* radeonsi: align all CE dumps to L2 cache line sizeMarek Olšák2017-08-071-8/+17
* radeonsi: remove a tautology sctx->framebuffer.nr_samples >= 1Marek Olšák2017-08-071-2/+1