summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: move instance divisors into a constant bufferMarek Olšák2017-06-277-28/+93
* radeonsi: check nr_cbufs in other places before flushing CBMarek Olšák2017-06-271-2/+4
* radeonsi: use #pragma pack to pack si_shader_keyMarek Olšák2017-06-271-0/+8
* Revert "radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs"Marek Olšák2017-06-273-10/+6
* Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inpu...Marek Olšák2017-06-273-14/+5
* radeon/vcn: enable h264 decode entension supportLeo Liu2017-06-272-0/+3
* svga: clean up format_cap_tableCharmaine Lee2017-06-271-403/+92
* svga: fix the default devcap for SVGA3D_Z_D24S8_INTCharmaine Lee2017-06-271-4/+1
* svga: create buffer surfaces for incompatible bind flagsCharmaine Lee2017-06-274-27/+217
* svga: do not unconditionally enable streamout bind flagCharmaine Lee2017-06-274-11/+78
* svga: pass tobind_flags to svga_buffer_handleCharmaine Lee2017-06-278-15/+26
* svga: pass bind_flags to surface create functionsCharmaine Lee2017-06-273-26/+34
* pipe_loader_sw: fix compilation warningBrian Paul2017-06-271-1/+2
* i915: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin2017-06-273-3/+3
* nv50/ir: fix combineLd/St to update existing records as necessaryIlia Mirkin2017-06-261-0/+8
* nv50/ir: adjust overlapping logic to take fileIndex-relative offsetsIlia Mirkin2017-06-261-1/+5
* nv50/ir: VFETCH is also considered a load for MemoryOptIlia Mirkin2017-06-261-1/+1
* nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clearIlia Mirkin2017-06-262-9/+10
* nv50/ir: fetch indirect sources BEFORE the op that uses themIlia Mirkin2017-06-261-19/+32
* Android: add renderonly files to libmesa_galliumRob Herring2017-06-261-0/+1
* radeonsi: don't flush and wait for CB after depth-only renderingMarek Olšák2017-06-261-1/+4
* etnaviv: only flush resource to self if no scanout buffer existsLucas Stach2017-06-261-4/+5
* etnaviv: add support for snorm texturesChristian Gmeiner2017-06-262-3/+7
* etnaviv: add R8G8 texture supportChristian Gmeiner2017-06-261-1/+1
* etnaviv: add support for swizzled texture formatsChristian Gmeiner2017-06-264-39/+99
* etnaviv: add support for extended texture formatsChristian Gmeiner2017-06-264-4/+10
* swr: set an explicit clear_rect if scissor is not enabled.Bruce Cherniak2017-06-261-1/+9
* swr/rast: adjust std::string usage to fix buildTim Rowley2017-06-261-3/+9
* radeonsi: support indirect indexing in INTERP_* opcodesNicolai Hähnle2017-06-261-20/+58
* r600g: fix crash when file in R600_TRACE doesn't existConstantine Charlamov2017-06-261-4/+5
* r600g: take into account offset to system inputs at tgsi_interp_egcm()Constantine Charlamov2017-06-262-6/+7
* r600g: get rid of trailing whitespaceConstantine Charlamov2017-06-261-22/+22
* r600/asm: add support for other GDS operations.Dave Airlie2017-06-263-4/+26
* r600: don't merge GDS into VTXDave Airlie2017-06-261-2/+3
* r600: for memory instructions dump index gpr for read indirects also.Dave Airlie2017-06-261-1/+2
* r600: add support for vertex fetches via texture cacheDave Airlie2017-06-262-2/+20
* r600: route indirect address register correctly for vtx fetches.Dave Airlie2017-06-261-1/+1
* gallium/hud: add glthread countersMarek Olšák2017-06-263-0/+91
* gallium/hud: add API-thread-busy for monitoring the thread loadMarek Olšák2017-06-263-4/+22
* gallium/hud: add hud_pane::hud pointerMarek Olšák2017-06-262-3/+6
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-265-2/+23
* gallium/hud: move struct hud_context to hud_private.hMarek Olšák2017-06-262-46/+48
* gallium/hud: rename API-thread-busy to main-thread-busyMarek Olšák2017-06-263-5/+5
* util: move pipe_thread_is_self from gallium to src/utilMarek Olšák2017-06-262-12/+1
* nv50/ir: Properly fold constants in SPLIT operationPierre Moreau2017-06-251-3/+4
* radeonsi/gfx9: don't overallocate shader binariesMarek Olšák2017-06-241-6/+0
* st/dri2: implement image offset queryLucas Stach2017-06-241-0/+6
* llvmpipe: initialize default fb correctly in setupRoland Scheidegger2017-06-241-0/+4
* radeonsi: unreference vertex buffers when destroying the contextMarek Olšák2017-06-231-0/+2
* radeonsi: implement the workaround for Rocket League - postponed TGSI killMarek Olšák2017-06-235-0/+37