summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-06-26nv50/ir: VFETCH is also considered a load for MemoryOptIlia Mirkin1-1/+1
2017-06-26nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clearIlia Mirkin2-9/+10
2017-06-26nv50/ir: fetch indirect sources BEFORE the op that uses themIlia Mirkin1-19/+32
2017-06-26Android: add renderonly files to libmesa_galliumRob Herring1-0/+1
2017-06-26radeonsi: don't flush and wait for CB after depth-only renderingMarek Olšák1-1/+4
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-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-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-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šák5-2/+23
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-26util: move pipe_thread_is_self from gallium to src/utilMarek Olšák2-12/+1
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-24llvmpipe: initialize default fb correctly in setupRoland Scheidegger1-0/+4
2017-06-23radeonsi: unreference vertex buffers when destroying the contextMarek Olšák1-0/+2
2017-06-23radeonsi: implement the workaround for Rocket League - postponed TGSI killMarek Olšák5-0/+37
2017-06-23gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák16-26/+34
2017-06-23st/dri: add a drirc workaround for Rocket LeagueMarek Olšák2-0/+11
2017-06-23st/dri: get drirc options before creating pipe_screenMarek Olšák4-20/+38
2017-06-23gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák25-64/+65
2017-06-23llvmpipe:fix using 32bit rasterization mistakenly, causing overflowsRoland Scheidegger4-31/+43
2017-06-23llvmpipe: fill in debug vertex info for tri rasterizationRoland Scheidegger1-1/+1
2017-06-23Revert "radeonsi: don't emit partial flushes at the end of IBs (v2)"Marek Olšák1-9/+5
2017-06-22svga: minor whitespace fixes in svga_pipe_vertex.cBrian Paul1-6/+10
2017-06-22svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)Brian Paul1-0/+2
2017-06-22svga: fix pre-mature flushing of the command bufferCharmaine Lee5-5/+24
2017-06-22swr: invalidate attachment on transition changeGeorge Kyriazis3-0/+28
2017-06-22radeonsi/gfx9: enable DCC fast clearMarek Olšák1-4/+0
2017-06-22radeonsi/gfx9: don't ever flush the TC metadata cacheMarek Olšák1-10/+3
2017-06-22radeonsi/gfx9: use TC L2 for fast color clear with CP DMAMarek Olšák1-2/+5
2017-06-22radeonsi: fix DCC fast clear for luminance and alpha formatsMarek Olšák1-1/+10
2017-06-22radeonsi: don't emit partial flushes at the end of IBs (v2)Marek Olšák1-5/+9