summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: add sha256 checksums for 17.3.917.3Juan A. Suarez Romero2018-04-181-1/+2
* docs: add release notes for 17.3.9mesa-17.3.9Juan A. Suarez Romero2018-04-181-0/+161
* Update version to 17.3.9Juan A. Suarez Romero2018-04-181-1/+1
* anv: fix number of planes for depth & stencilLionel Landwerlin2018-04-182-1/+5
* mesa: free debug messages when destroying the debug stateTimothy Arceri2018-04-181-22/+23
* 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
* radv: fix picking the method for resolve subpassSamuel Pitoiset2018-04-121-1/+1
* glsl: remove unreachable assert()Emil Velikov2018-04-121-2/+0
* mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usageAndres Gomez2018-04-111-2/+8
* mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API overrideMarek Olšák2018-04-112-28/+45
* dri_util: when overriding, always reset the core versionAndres Gomez2018-04-111-4/+2
* nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destinationJason Ekstrand2018-04-111-1/+6
* glsl: always call do_lower_jumps() after loop unrollingTimothy Arceri2018-04-111-0/+18
* gallium/pipebuffer: fix parenthesis locationTimothy Arceri2018-04-111-1/+1
* st/dri: Initialise modifier to INVALID for DRI2Daniel Stone2018-04-111-0/+1
* intel/vec4: Set channel_sizes for MOV_INDIRECT sourcesJason Ekstrand2018-04-111-1/+4
* ac/nir: Add workaround for GFX9 buffer views.Bas Nieuwenhuizen2018-04-115-6/+65
* gbm: remove never-implemented functionEric Engestrom2018-04-102-3/+0
* i965: return the fourcc saved in __DRIimage when possibleXiong, James2018-04-101-3/+10
* st/nine: Do not use scratch for face registerAxel Davy2018-04-101-1/+1
* st/nine: Declare lighting consts for ff shadersAxel Davy2018-04-101-0/+4
* compiler/spirv: set is_shadow for depth comparitor sampling opcodesIago Toral Quiroga2018-04-101-1/+2
* i965: Extend the negative 32-bit deltas to 64-bitsSergii Romantsov2018-04-101-1/+1
* cherry-ignore: Explicit 18.0 only nominationsJuan A. Suarez Romero2018-04-101-0/+4
* nir/lower_indirect_derefs: Support interp_var_at intrinsicsJason Ekstrand2018-04-101-2/+11
* nir/vars_to_ssa: Remove copies from the correct setJason Ekstrand2018-04-101-1/+1
* mesa: Inherit texture view multi-sample information from the original texture...Henri Verbeet2018-04-103-14/+26
* docs: add sha256 checksums for 17.3.8Juan A. Suarez Romero2018-04-031-1/+2
* docs: add release notes for 17.3.8mesa-17.3.8Juan A. Suarez Romero2018-04-031-0/+146
* Update version to 17.3.8Juan A. Suarez Romero2018-04-031-1/+1
* cherry-ignore: docs: fix 18.0 release note versionJuan A. Suarez Romero2018-03-291-0/+3
* nir: fix crash in loop unroll corner caseTimothy Arceri2018-03-281-5/+12
* nir: fix per_vertex_output intrinsicRob Clark2018-03-281-1/+1
* egl/wayland: Make swrast display_sync the correct queueDerek Foreman2018-03-281-1/+1
* glsl: fix infinite loop caused by bug in loop unrolling passTimothy Arceri2018-03-281-1/+1
* cherry-ignore: omx: always define ENABLE_ST_OMX_{BELLAGIO,TIZONIA}Juan A. Suarez Romero2018-03-281-0/+5
* anv/pipeline: fail if TCS/TES compile failCaio Marcelo de Oliveira Filho2018-03-281-7/+9
* cherry-ignore: radv: handle exporting view index to fragment shader. (v1.1)Juan A. Suarez Romero2018-03-281-0/+4
* cherry-ignore: ac/nir: pass the nir variable through tcs loading.Juan A. Suarez Romero2018-03-281-0/+5
* i965/vec4: Fix null destination register in 3-source instructionsIan Romanick2018-03-282-0/+27
* radv: get correct offset into LDS for indexed vars.Dave Airlie2018-03-281-1/+1
* i965: Emit texture cache invalidates around blorp_copyJason Ekstrand2018-03-281-0/+15
* mesa: Don't write to user buffer in glGetTexParameterIuiv on errorIan Romanick2018-03-281-26/+2
* st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák2018-03-281-24/+34
* meson/configure: detect endian.h instead of trying to guess when it's availableEric Engestrom2018-03-285-2/+7
* radeon/vce: move feedback command inside of destroy functionLeo Liu2018-03-283-9/+12
* st/nine: Fix non inversible matrix checkAxel Davy2018-03-281-1/+1
* st/nine: Fixes warning about implicit conversionAxel Davy2018-03-281-1/+1