summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* cherry-ignore: add explicit 18.1 only nominationsJuan A. Suarez Romero2018-04-241-0/+5
* 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
* travis: radv needs LLVM 4.0Juan A. Suarez Romero2018-04-231-2/+2
* 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-232-3/+9
* ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.Bas Nieuwenhuizen2018-04-231-17/+22
* docs: add sha256 checksums for 18.0.1Juan A. Suarez Romero2018-04-181-1/+2
* docs: add release notes for 18.0.1mesa-18.0.1Juan A. Suarez Romero2018-04-181-0/+224
* Update version to 18.0.1Juan A. Suarez Romero2018-04-181-1/+1
* st/va: Enable vaExportSurfaceHandle()Mark Thompson2018-04-172-2/+8
* meson: fix HAVE_LLVM version define in meson buildMarc Dietrich2018-04-141-1/+1
* 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-122-28/+45
* dri_util: when overriding, always reset the core versionAndres Gomez2018-04-121-4/+2
* meson: fix megadriver symlinkingDylan Baker2018-04-121-1/+1
* 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
* autotools: include meson_get_versionDylan Baker2018-04-121-1/+2
* 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
* cherry-ignore: omx: always define ENABLE_ST_OMX_{BELLAGIO,TIZONIA}Juan A. Suarez Romero2018-04-121-0/+5
* anv/pipeline: fail if TCS/TES compile failCaio Marcelo de Oliveira Filho2018-04-121-7/+9
* cherry-ignore: radv: handle exporting view index to fragment shader. (v1.1)Juan A. Suarez Romero2018-04-121-0/+4
* cherry-ignore: ac/shader: fix vertex input with components.Juan A. Suarez Romero2018-04-121-0/+4
* 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
* meson: don't use compiler.has_headerDylan Baker2018-04-121-1/+1
* 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