summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-06-29Android: use symlinks for driver loadingRob Herring12-0/+21
2017-06-29etnaviv: fix memory leak when BO allocation failsLucas Stach1-1/+5
2017-06-29etnaviv: fill in layer_stride for imported resourcesLucas Stach1-0/+2
2017-06-28etnaviv: fix shader miscompilation with more than 16 labelsLucas Stach1-28/+32
2017-06-27radeonsi: move instance divisors into a constant bufferMarek Olšák7-28/+93
2017-06-27radeonsi: check nr_cbufs in other places before flushing CBMarek Olšák1-2/+4
2017-06-27radeonsi: use #pragma pack to pack si_shader_keyMarek Olšák1-0/+8
2017-06-27Revert "radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs"Marek Olšák3-10/+6
2017-06-27Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inpu...Marek Olšák3-14/+5
2017-06-27radeon/vcn: enable h264 decode entension supportLeo Liu2-0/+3
2017-06-27svga: clean up format_cap_tableCharmaine Lee1-403/+92
2017-06-27svga: fix the default devcap for SVGA3D_Z_D24S8_INTCharmaine Lee1-4/+1
2017-06-27svga: create buffer surfaces for incompatible bind flagsCharmaine Lee4-27/+217
2017-06-27svga: do not unconditionally enable streamout bind flagCharmaine Lee4-11/+78
2017-06-27svga: pass tobind_flags to svga_buffer_handleCharmaine Lee8-15/+26
2017-06-27svga: pass bind_flags to surface create functionsCharmaine Lee3-26/+34
2017-06-27pipe_loader_sw: fix compilation warningBrian Paul1-1/+2
2017-06-27i915: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin3-3/+3
2017-06-26nv50/ir: fix combineLd/St to update existing records as necessaryIlia Mirkin1-0/+8
2017-06-26nv50/ir: adjust overlapping logic to take fileIndex-relative offsetsIlia Mirkin1-1/+5
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