summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/nine: Do not use scratch for face registerAxel Davy2018-04-121-1/+1
* st/nine: Declare lighting consts for ff shadersAxel Davy2018-04-121-0/+4
* compiler/spirv: set is_shadow for depth comparitor sampling opcodesIago Toral Quiroga2018-04-121-1/+2
* i965: Extend the negative 32-bit deltas to 64-bitsSergii Romantsov2018-04-121-1/+1
* freedreno/a5xx: don't align height for PIPE_BUFFERRob Clark2018-04-121-1/+1
* freedreno/a5xx: fix page faults on last levelRob Clark2018-04-121-0/+10
* nir/lower_indirect_derefs: Support interp_var_at intrinsicsJason Ekstrand2018-04-121-2/+11
* nir/vars_to_ssa: Remove copies from the correct setJason Ekstrand2018-04-121-1/+1
* mesa: Inherit texture view multi-sample information from the original texture...Henri Verbeet2018-04-123-14/+26
* nir: fix per_vertex_output intrinsicRob Clark2018-04-121-1/+1
* i965/vec4: Fix null destination register in 3-source instructionsIan Romanick2018-04-122-0/+27
* meson/configure: detect endian.h instead of trying to guess when it's availableEric Engestrom2018-04-121-1/+1
* radeon/vce: move feedback command inside of destroy functionLeo Liu2018-04-123-9/+12
* st/nine: Fix non inversible matrix checkAxel Davy2018-04-121-1/+1
* st/nine: Fixes warning about implicit conversionAxel Davy2018-04-121-1/+1
* st/nine: Fix bad tracking of vs textures for NINESBT_ALLAxel Davy2018-04-121-1/+1
* radeonsi: prevent a negative buffer offset in si_upload_descriptorsMarek Olšák2018-03-201-4/+3
* radeonsi: fix vertex buffer address computation with full 64-bit addressesMarek Olšák2018-03-201-3/+3
* mesa: add glsl version query (v4)Vadym Shovkoplias2018-03-206-0/+104
* i965: Silence compiler warning about promoted_constants.Eric Anholt2018-03-201-1/+1
* radv: mark all tess output for an indirect access.Dave Airlie2018-03-201-8/+13
* ac/nir: pass the nir variable through tcs loading.Dave Airlie2018-03-203-22/+15
* radv: get correct offset into LDS for indexed vars.Dave Airlie2018-03-201-1/+1
* i965: Emit texture cache invalidates around blorp_copyJason Ekstrand2018-03-201-0/+15
* meson: Add moduledir to d3d.pcDylan Baker2018-03-201-0/+1
* mesa: Don't write to user buffer in glGetTexParameterIuiv on errorIan Romanick2018-03-201-26/+2
* st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák2018-03-201-24/+34