summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a2xx: remove duplicate assignmentEric Engestrom2016-07-301-2/+2
* freedreno: defer flush_queue allocationRob Clark2016-07-302-2/+4
* freedreno: add some hw query tracesRob Clark2016-07-301-0/+16
* freedreno: some lockingRob Clark2016-07-309-23/+157
* os: add pipe_mutex_assert_locked()Rob Clark2016-07-301-0/+16
* freedreno: drop needs_rb_fbdRob Clark2016-07-306-31/+12
* freedreno: move needs_wfi into batchRob Clark2016-07-3019-94/+93
* freedreno: a bit of micro-optimizationRob Clark2016-07-302-10/+10
* freedreno: drop mem2gmem/gmem2mem query stagesRob Clark2016-07-302-17/+1
* freedreno: threaded batch flushRob Clark2016-07-309-26/+99
* freedreno: track batch/blit typesRob Clark2016-07-305-24/+52
* freedreno: re-order support for hw queriesRob Clark2016-07-3019-264/+288
* freedreno: use prsc for hw queriesRob Clark2016-07-303-35/+45
* freedreno: support discarding previous rendering in special casesRob Clark2016-07-303-5/+32
* freedreno: shadow textures if possible to avoid stall/flushRob Clark2016-07-303-11/+211
* freedreno: spiff up some debug tracesRob Clark2016-07-306-6/+18
* freedreno: add batch-cache and batch reorderingRob Clark2016-07-3015-111/+760
* freedreno: move more batch related tracking to fd_batchRob Clark2016-07-3023-398/+420
* freedreno: dynamically sized/growable cmd buffersRob Clark2016-07-302-23/+33
* freedreno: push resource tracking down into batchRob Clark2016-07-307-42/+51
* freedreno: introduce fd_batchRob Clark2016-07-3020-177/+252
* mesa: remove dd_function_table::UseProgramMarek Olšák2016-07-303-10/+0
* st/mesa: update sampler states when shaders are changedMarek Olšák2016-07-301-6/+12
* st/mesa: don't dirty sample shading on _NEW_PROGRAMMarek Olšák2016-07-301-2/+1
* st/mesa: remove excessive shader state dirtyingMarek Olšák2016-07-307-57/+33
* st/mesa: unreference optional shaders when unbindingMarek Olšák2016-07-301-0/+4
* st/mesa: skip updates of states that have no effectMarek Olšák2016-07-302-9/+28
* st/mesa: completely rewrite state atomsMarek Olšák2016-07-3033-516/+381
* st/mesa: remove st_tracked_state::nameMarek Olšák2016-07-3020-58/+0
* st/mesa: remove atom debugging codeMarek Olšák2016-07-301-67/+3
* i965: Fix move_interpolation_to_top() pass.Kenneth Graunke2016-07-291-21/+29
* freedreno: limit non-user constant buffers to a4xxRob Clark2016-07-291-1/+1
* glsl: fix uninitialized instance variableJan Ziak2016-07-291-0/+1
* virgl: add exported dmabuf to BO hash tableRob Herring2016-07-291-0/+3
* anv: Enable per sample shading on gen8+Anuj Phogat2016-07-282-4/+1
* anv/pipeline: Fix setting per sample shading in pixel shaderAnuj Phogat2016-07-281-4/+1
* egl/dri2: Add reference count for dri2_egl_displayNicolas Boichat2016-07-282-20/+95
* vc4: automake: remove vc4_drm.h from the sources listsEmil Velikov2016-07-281-1/+0
* ddebug: use pclose to close a popen()'d FILENicolai Hähnle2016-07-281-1/+1
* glsl: fix optimization of discard nested multiple levelsNicolai Hähnle2016-07-281-1/+8
* st_glsl_to_tgsi: only skip over slots of an input array that are presentNicolai Hähnle2016-07-281-1/+5
* clover: make GCC 4.8 happyDieter Nützel2016-07-271-1/+1
* i965: remove unnecessary null checkTimothy Arceri2016-07-281-4/+1
* glsl: free hash tables earlierTimothy Arceri2016-07-281-7/+3
* nvc0: enable ARB_tessellation_shader on GM107+Samuel Pitoiset2016-07-271-3/+0
* gm107/ir: add a legalize SSA pass for PFETCHSamuel Pitoiset2016-07-274-2/+43
* nvc0: fix up TCP header on GM107+Samuel Pitoiset2016-07-271-0/+9
* vbo: Fix handling of POS/GENERIC0 attributes.Mathias Fröhlich2016-07-271-3/+16
* radeon/llvm: Use alloca instructions for larger arrays [revert a revert]Marek Olšák2016-07-262-25/+149
* r600g: add support for B5G6R5 PBO uploads via texture buffers (v2)Marek Olšák2016-07-261-0/+6