summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-22radeonsi,r600g: Alias 'R600_DEBUG' with 'RADEON_DEBUG'R600_DEBUG_renameEdward O'Callaghan4-2/+9
2017-02-21util: fix MSVC build issue in disk_cache.hBrian Paul1-10/+16
2017-02-22radv: fix typo in the subpass barrier patch.Dave Airlie1-1/+1
2017-02-21i965/gen6+: Enable arb_transform_feedback_overflow_query.Rafael Antognolli3-1/+3
2017-02-21i965: Add support for xfb overflow query on conditional render.Rafael Antognolli1-14/+53
2017-02-21i965: Add support for xfb overflow on query buffer objects.Rafael Antognolli2-0/+115
2017-02-21i965: add plumbing for ARB_transform_feedback_overflow_query.Rafael Antognolli2-0/+75
2017-02-21mesa: Track transform feedback overflow query objects.Rafael Antognolli3-1/+30
2017-02-21mesa: Add types for ARB_transform_feedback_oveflow_query.Rafael Antognolli2-0/+6
2017-02-22gallium/docs: use imgmath instead of pngmathEric Engestrom1-1/+1
2017-02-22gallium/docs: fix section title formattingEric Engestrom1-2/+2
2017-02-22gallium/docs: add missing newlinesEric Engestrom1-0/+33
2017-02-22gallium/docs: add missing math formattingEric Engestrom1-0/+4
2017-02-22gallium/docs: fix sublist formattingEric Engestrom1-0/+2
2017-02-22util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is...Timothy Arceri2-2/+48
2017-02-22util/radv: move *_get_function_timestamp() to utilsTimothy Arceri2-19/+20
2017-02-21docs: Update features.txt and relnotes for GL_ARB_transform_feedback2Kenneth Graunke2-1/+2
2017-02-21i965: Enable ARB_transform_feedback2 on Sandybridge.Kenneth Graunke2-0/+5
2017-02-21i965: Properly reset SVBI counters on ResumeTransformFeedback().Kenneth Graunke3-17/+107
2017-02-21i965: Save max_index in brw_transform_feedback_object.Kenneth Graunke2-2/+10
2017-02-21i965: Update brw_save_primitives_written_counters for pre-Gen7.Kenneth Graunke1-4/+10
2017-02-21i965: Use ctx->Const.MaxVertexStreams rather than BRW_XFB_MAX_STREAMS.Kenneth Graunke1-9/+16
2017-02-21i965: Move some code from gen7_sol_state.c to gen6_sol.c.Kenneth Graunke3-144/+150
2017-02-21i965: Drop dead Gen8+ code from Gen7/sometimes-HSW driver hooks.Kenneth Graunke1-26/+24
2017-02-21vbo: kill primitive restart lowering in glDrawArraysMarek Olšák1-49/+7
2017-02-21radeonsi: fix issues with monolithic shadersMarek Olšák1-1/+2
2017-02-21radeonsi: set no-signed-zeros-fp-mathMarek Olšák2-1/+5
2017-02-21gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)Marek Olšák3-5/+24
2017-02-21radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read themMarek Olšák3-15/+77
2017-02-21radeonsi: skip LDS stores in TCS if there are no LDS output readsMarek Olšák1-1/+16
2017-02-21tgsi/scan: add basic info about tessellation OUT and IN usesMarek Olšák2-0/+34
2017-02-21anv: Take a device parameter in anv_state_flushJason Ekstrand9-52/+32
2017-02-21anv: Pull all clflushing into a clflush_range helperJason Ekstrand2-20/+13
2017-02-21anv: Remove the unused state_pool_emit macroJason Ekstrand1-14/+0
2017-02-21anv: Rename clflush_range and state_clflushJason Ekstrand10-29/+29
2017-02-21intel/blorp: Explicitly flush all allocated stateJason Ekstrand3-1/+37
2017-02-21anv: Put everything about queries in genX_query.cJason Ekstrand4-478/+484
2017-02-21anv/Makefile: alphabetizeJason Ekstrand1-4/+4
2017-02-21anv/query: Perform CmdResetQueryPool on the GPUJason Ekstrand2-22/+30
2017-02-21genxml: Make MI_STORE_DATA_IMM more consistentJason Ekstrand3-3/+3
2017-02-21anv/query: clflush the bo map on non-LLC platformsJason Ekstrand1-0/+3
2017-02-21anv: Add an invalidate_range helperJason Ekstrand1-0/+13
2017-02-21etnaviv: remove number of pixel pipes validationChristian Gmeiner1-10/+0
2017-02-21etnaviv: move pctx initialisation to avoid a null dereferenceChristian Gmeiner1-6/+6
2017-02-21etnaviv: add missing fallthrough annotationChristian Gmeiner1-0/+1
2017-02-21docs/releasing.html: reword "distro breaking changes" hunkEmil Velikov1-3/+3
2017-02-21radv: make radv_resolve_entrypoint staticEmil Velikov2-2/+1
2017-02-21radv: remove unused radv_dispatch_table dtableEmil Velikov2-3/+0
2017-02-21anv: remove unused anv_dispatch_table dtableEmil Velikov2-4/+0
2017-02-21i915: remove extern "C" guardsEmil Velikov5-40/+0