summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-18docs: add sha256 checksums for 17.3.917.3Juan A. Suarez Romero1-1/+2
2018-04-18docs: add release notes for 17.3.9mesa-17.3.9Juan A. Suarez Romero1-0/+161
2018-04-18Update version to 17.3.9Juan A. Suarez Romero1-1/+1
2018-04-18anv: fix number of planes for depth & stencilLionel Landwerlin2-1/+5
2018-04-18mesa: free debug messages when destroying the debug stateTimothy Arceri1-22/+23
2018-04-12ac: make use of if/loop build helpersTimothy Arceri1-42/+18
2018-04-12radeonsi: make use of if/loop build helpers in acTimothy Arceri2-160/+11
2018-04-12ac: add if/loop build helpersTimothy Arceri3-0/+212
2018-04-12radv: fix picking the method for resolve subpassSamuel Pitoiset1-1/+1
2018-04-12glsl: remove unreachable assert()Emil Velikov1-2/+0
2018-04-11mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usageAndres Gomez1-2/+8
2018-04-11mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API overrideMarek Olšák2-28/+45
2018-04-11dri_util: when overriding, always reset the core versionAndres Gomez1-4/+2
2018-04-11nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destinationJason Ekstrand1-1/+6
2018-04-11glsl: always call do_lower_jumps() after loop unrollingTimothy Arceri1-0/+18
2018-04-11gallium/pipebuffer: fix parenthesis locationTimothy Arceri1-1/+1
2018-04-11st/dri: Initialise modifier to INVALID for DRI2Daniel Stone1-0/+1
2018-04-11intel/vec4: Set channel_sizes for MOV_INDIRECT sourcesJason Ekstrand1-1/+4
2018-04-11ac/nir: Add workaround for GFX9 buffer views.Bas Nieuwenhuizen5-6/+65
2018-04-10gbm: remove never-implemented functionEric Engestrom2-3/+0
2018-04-10i965: return the fourcc saved in __DRIimage when possibleXiong, James1-3/+10
2018-04-10st/nine: Do not use scratch for face registerAxel Davy1-1/+1
2018-04-10st/nine: Declare lighting consts for ff shadersAxel Davy1-0/+4
2018-04-10compiler/spirv: set is_shadow for depth comparitor sampling opcodesIago Toral Quiroga1-1/+2
2018-04-10i965: Extend the negative 32-bit deltas to 64-bitsSergii Romantsov1-1/+1
2018-04-10cherry-ignore: Explicit 18.0 only nominationsJuan A. Suarez Romero1-0/+4
2018-04-10nir/lower_indirect_derefs: Support interp_var_at intrinsicsJason Ekstrand1-2/+11
2018-04-10nir/vars_to_ssa: Remove copies from the correct setJason Ekstrand1-1/+1
2018-04-10mesa: Inherit texture view multi-sample information from the original texture...Henri Verbeet3-14/+26
2018-04-03docs: add sha256 checksums for 17.3.8Juan A. Suarez Romero1-1/+2
2018-04-03docs: add release notes for 17.3.8mesa-17.3.8Juan A. Suarez Romero1-0/+146
2018-04-03Update version to 17.3.8Juan A. Suarez Romero1-1/+1
2018-03-29cherry-ignore: docs: fix 18.0 release note versionJuan A. Suarez Romero1-0/+3
2018-03-28nir: fix crash in loop unroll corner caseTimothy Arceri1-5/+12
2018-03-28nir: fix per_vertex_output intrinsicRob Clark1-1/+1
2018-03-28egl/wayland: Make swrast display_sync the correct queueDerek Foreman1-1/+1
2018-03-28glsl: fix infinite loop caused by bug in loop unrolling passTimothy Arceri1-1/+1
2018-03-28cherry-ignore: omx: always define ENABLE_ST_OMX_{BELLAGIO,TIZONIA}Juan A. Suarez Romero1-0/+5
2018-03-28anv/pipeline: fail if TCS/TES compile failCaio Marcelo de Oliveira Filho1-7/+9
2018-03-28cherry-ignore: radv: handle exporting view index to fragment shader. (v1.1)Juan A. Suarez Romero1-0/+4
2018-03-28cherry-ignore: ac/nir: pass the nir variable through tcs loading.Juan A. Suarez Romero1-0/+5
2018-03-28i965/vec4: Fix null destination register in 3-source instructionsIan Romanick2-0/+27
2018-03-28radv: get correct offset into LDS for indexed vars.Dave Airlie1-1/+1
2018-03-28i965: Emit texture cache invalidates around blorp_copyJason Ekstrand1-0/+15
2018-03-28mesa: Don't write to user buffer in glGetTexParameterIuiv on errorIan Romanick1-26/+2
2018-03-28st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák1-24/+34
2018-03-28meson/configure: detect endian.h instead of trying to guess when it's availableEric Engestrom5-2/+7
2018-03-28radeon/vce: move feedback command inside of destroy functionLeo Liu3-9/+12
2018-03-28st/nine: Fix non inversible matrix checkAxel Davy1-1/+1
2018-03-28st/nine: Fixes warning about implicit conversionAxel Davy1-1/+1