summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeon/vcn: fix mpeg4 msg buffer settingsBoyuan Zhang2018-05-021-9/+9
* i965/tex_image: Avoid the ASTC LDR workaround on gen9lpNanley Chery2018-05-021-1/+1
* radv: compute the number of subpass attachments correctlySamuel Pitoiset2018-05-021-2/+2
* radv/winsys: fix leaking resources from bo's imported by fdAndres Rodriguez2018-05-021-0/+1
* st/omx/enc: fix blit setup for YUV LoadImageLeo Liu2018-04-301-4/+4
* gallium/util: Fix incorrect refcounting of separate stencil.Eric Anholt2018-04-301-2/+1
* radeonsi/gfx9: workaround for INTERP with indirect indexingMarek Olšák2018-04-301-6/+13
* util/u_queue: fix a deadlock in util_queue_finishMarek Olšák2018-04-302-0/+10
* anv/allocator: Don't shrink either end of the block poolJason Ekstrand2018-04-301-4/+4
* meson: don't build classic mesa tests without dri_driversDylan Baker2018-04-251-1/+1
* radv/winsys: allow to submit up to 4 IBs for chips without chainingSamuel Pitoiset2018-04-251-50/+169
* intel/compiler: Add scheduler deps for instructions that implicitly read g0Ian Romanick2018-04-252-0/+28
* Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"Marek Olšák2018-04-241-4/+0
* i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*Jason Ekstrand2018-04-241-0/+2
* st/dri: Fix dangling pointer to a destroyed dri_drawableJohan Klokkhammer Helsing2018-04-231-0/+4
* etnaviv: fix texture_format_needs_swizLucas Stach2018-04-231-1/+1
* radv: Mark GTT memory as device local for APUs.Bas Nieuwenhuizen2018-04-231-3/+5
* i965: Fix shadow batches to be the same size as the real BO.Kenneth Graunke2018-04-231-1/+4
* radv: fix scissor computation when using half-pixel viewport offsetSamuel Pitoiset2018-04-231-4/+4
* anv: fix number of planes for depth & stencilLionel Landwerlin2018-04-232-1/+5
* mesa: free debug messages when destroying the debug stateTimothy Arceri2018-04-231-22/+23
* svga: Fix incorrect advertizing of EGL_KHR_gl_colorspaceThomas Hellstrom2018-04-231-1/+1
* glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extractMarek Olšák2018-04-231-0/+5
* radeonsi/gfx9: fix a hang with an empty first IBMarek Olšák2018-04-231-3/+6
* ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.Bas Nieuwenhuizen2018-04-231-17/+22
* st/va: Enable vaExportSurfaceHandle()Mark Thompson2018-04-172-2/+8
* radv: fix radv_layout_dcc_compressed() when image doesn't have DCCSamuel Pitoiset2018-04-121-1/+1
* radv: fix picking the method for resolve subpassSamuel Pitoiset2018-04-121-1/+1
* radv: Always reset draw user SGPRs after secondary command buffer.Bas Nieuwenhuizen2018-04-121-14/+3
* radv: Don't set instance count using predication.Bas Nieuwenhuizen2018-04-121-1/+1
* mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usageAndres Gomez2018-04-121-2/+8
* mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API overrideMarek Olšák2018-04-121-12/+11
* dri_util: when overriding, always reset the core versionAndres Gomez2018-04-121-4/+2
* meson: Set .so version for xa like autotools doesDylan Baker2018-04-121-1/+3
* nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destinationJason Ekstrand2018-04-121-1/+6
* glsl: always call do_lower_jumps() after loop unrollingTimothy Arceri2018-04-121-0/+18
* gallium/pipebuffer: fix parenthesis locationTimothy Arceri2018-04-121-1/+1
* st/dri: Initialise modifier to INVALID for DRI2Daniel Stone2018-04-121-0/+1
* intel/vec4: Set channel_sizes for MOV_INDIRECT sourcesJason Ekstrand2018-04-121-1/+4
* ac/nir: Add workaround for GFX9 buffer views.Bas Nieuwenhuizen2018-04-124-6/+62
* gbm: remove never-implemented functionEric Engestrom2018-04-122-3/+0
* nir: fix crash in loop unroll corner caseTimothy Arceri2018-04-121-5/+12
* glsl: fix infinite loop caused by bug in loop unrolling passTimothy Arceri2018-04-121-3/+1
* i965/perf: fix config registration when uploading to kernelLionel Landwerlin2018-04-121-1/+1
* anv/pipeline: fail if TCS/TES compile failCaio Marcelo de Oliveira Filho2018-04-121-7/+9
* ac: make use of if/loop build helpersTimothy Arceri2018-04-121-42/+18
* radeonsi: make use of if/loop build helpers in acTimothy Arceri2018-04-122-160/+11
* ac: add if/loop build helpersTimothy Arceri2018-04-123-0/+212
* egl/wayland: Make swrast display_sync the correct queueDerek Foreman2018-04-121-1/+1
* i965: return the fourcc saved in __DRIimage when possibleXiong, James2018-04-121-3/+10