summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-26intel/blorp: Assert levels and layers are in rangeNanley Chery2-4/+7
2017-06-26etnaviv: only flush resource to self if no scanout buffer existsLucas Stach1-4/+5
2017-06-26etnaviv: add support for snorm texturesChristian Gmeiner2-3/+7
2017-06-26etnaviv: add R8G8 texture supportChristian Gmeiner1-1/+1
2017-06-26etnaviv: add support for swizzled texture formatsChristian Gmeiner4-39/+99
2017-06-26etnaviv: add support for extended texture formatsChristian Gmeiner4-4/+10
2017-06-26glapi: Fix -Wduplicate-decl-specifier due to double-constChad Versace1-4/+12
2017-06-26anv: use Mesa's u_atomic.h headerEric Engestrom1-2/+3
2017-06-26radv: use Mesa's u_atomic.h headerEric Engestrom2-4/+6
2017-06-26swr: set an explicit clear_rect if scissor is not enabled.Bruce Cherniak1-1/+9
2017-06-26swr/rast: adjust std::string usage to fix buildTim Rowley1-3/+9
2017-06-26radeonsi: support indirect indexing in INTERP_* opcodesNicolai Hähnle1-20/+58
2017-06-26egl_dri2: swrastGetDrawableInfo: set *x, *y [v2]Ben Crocker1-1/+3
2017-06-26egl: fold _eglError() + return EGL_FALSEEmil Velikov9-130/+65
2017-06-26egl: drop _eglInitImage() return typeEmil Velikov7-42/+12
2017-06-26glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shadersJuan A. Suarez Romero1-2/+5
2017-06-26r600g: fix crash when file in R600_TRACE doesn't existConstantine Charlamov1-4/+5
2017-06-26r600g: take into account offset to system inputs at tgsi_interp_egcm()Constantine Charlamov2-6/+7
2017-06-26r600g: get rid of trailing whitespaceConstantine Charlamov1-22/+22
2017-06-26r600/asm: add support for other GDS operations.Dave Airlie3-4/+26
2017-06-26r600: don't merge GDS into VTXDave Airlie1-2/+3
2017-06-26r600: for memory instructions dump index gpr for read indirects also.Dave Airlie1-1/+2
2017-06-26r600: add support for vertex fetches via texture cacheDave Airlie2-2/+20
2017-06-26r600: route indirect address register correctly for vtx fetches.Dave Airlie1-1/+1
2017-06-26radv/meta: don't need vertex info for resolve shader.Dave Airlie1-18/+2
2017-06-26drirc: whitelist glthread for a few gamesMarek Olšák1-0/+16
2017-06-26mesa/glthread: decrease the batch size for better perf scalingMarek Olšák1-3/+11
2017-06-26gallium/hud: add glthread countersMarek Olšák3-0/+91
2017-06-26gallium/hud: add API-thread-busy for monitoring the thread loadMarek Olšák3-4/+22
2017-06-26gallium/hud: add hud_pane::hud pointerMarek Olšák2-3/+6
2017-06-26mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák10-7/+65
2017-06-26gallium/hud: move struct hud_context to hud_private.hMarek Olšák2-46/+48
2017-06-26gallium/hud: rename API-thread-busy to main-thread-busyMarek Olšák3-5/+5
2017-06-26mesa/glthread: switch to u_queue and redesign the batch managementMarek Olšák3-198/+91
2017-06-26mesa/glthread: remove HAVE_PTHREAD guardsMarek Olšák5-69/+1
2017-06-26util: move pipe_thread_is_self from gallium to src/utilMarek Olšák3-12/+13
2017-06-26radv: Remove unused args of radv_image_view_init.Bas Nieuwenhuizen11-55/+23
2017-06-26radv: Use correct image layout for blit based copies.Bas Nieuwenhuizen1-10/+10
2017-06-26mesa/marshal: add custom marshalling for glNamedBuffer(Sub)DataGrigori Goronzy3-2/+128
2017-06-26radv: handle primitive id input into fragment shader with no geom shaderDave Airlie6-13/+65
2017-06-26radv: compile fragment shader first.Dave Airlie1-27/+27
2017-06-26radv: set prim_id for geometry shadersDave Airlie3-2/+9
2017-06-26radv: set use_prim_id for tess shaders correctly.Dave Airlie1-3/+5
2017-06-25nv50/ir: Properly fold constants in SPLIT operationPierre Moreau1-3/+4
2017-06-24radeonsi/gfx9: don't overallocate shader binariesMarek Olšák1-6/+0
2017-06-24st/dri2: implement image offset queryLucas Stach1-0/+6
2017-06-24mesa: only flush vertices when the viewport is differentSamuel Pitoiset1-3/+3
2017-06-24mesa: remove useless comments in the viewport code pathSamuel Pitoiset1-10/+2
2017-06-24llvmpipe: initialize default fb correctly in setupRoland Scheidegger1-0/+4
2017-06-23i965/miptree: Rework aux enablingJason Ekstrand4-122/+120