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