summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-01-12r600g: fix build failure when building the driver without LLVMMarek Olšák1-0/+4
2015-01-11vc4: Clamp the inputs to the blend equation to [0, 1].Eric Anholt1-1/+10
2015-01-11vc4: Add a little helper for clamping to [0,1].Eric Anholt1-4/+10
2015-01-11vc4: Fix up statechange management for uncompiled/compiled FS/VS.Eric Anholt2-11/+10
2015-01-11vc4: Fix clear color setup for RGB565.Eric Anholt1-1/+4
2015-01-11vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.Eric Anholt2-38/+11
2015-01-10vc4: Allow dead code elimination of VPM reads.Eric Anholt2-1/+44
2015-01-10vc4: Cook up the draw-time VPM setup info during shader compile.Eric Anholt4-11/+28
2015-01-10vc4: Split two notions of instructions having side effects.Eric Anholt5-4/+15
2015-01-10vc4: Redo VPM reads as a read file.Eric Anholt5-16/+16
2015-01-10vc4: Fix miscalculation of the VPM space.Eric Anholt1-1/+1
2015-01-10vc4: Pack VPM attr contents according to just the size of the attribute.Eric Anholt3-11/+9
2015-01-10vc4: Restructure color packing as a series of channel replacements.Eric Anholt4-49/+60
2015-01-10vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check.Eric Anholt1-1/+1
2015-01-10vc4: Move global seqno short-circuiting to vc4_wait_seqno().Eric Anholt2-6/+3
2015-01-08st/wgl: Ignore ulVersion in DrvValidateVersion.José Fonseca1-2/+10
2015-01-07freedreno/ir3: fix pos_regid > max_regRob Clark4-41/+121
2015-01-07freedreno/ir3: start on indirect gpr readsRob Clark3-8/+146
2015-01-07freedreno/ir3: make reg array dynamicRob Clark4-13/+50
2015-01-07freedreno/ir3: simplify RARob Clark8-777/+622
2015-01-07freedreno/ir3: regmask support for relative addrRob Clark2-17/+51
2015-01-07freedreno/ir3: split up ssa_srcRob Clark1-23/+34
2015-01-07freedreno/ir3: drop instr_clone() stuffRob Clark2-49/+17
2015-01-07freedreno/ir3: runtime enable RA debug for DEBUG buildsRob Clark1-1/+6
2015-01-07freedreno/ir3: handle relative addr in ir3_dumpRob Clark1-1/+8
2015-01-07freedreno/ir3: legalize vs unused sam dst componentsRob Clark2-2/+9
2015-01-07freedreno/ir3: hack for old compilerRob Clark1-0/+23
2015-01-07tgsi: track max array per fileRob Clark2-0/+4
2015-01-07tgsi: keep track of read vs written indirectsRob Clark2-0/+8
2015-01-08Revert "radeonsi: reduce the size of si_pm4_state"Marek Olšák2-3/+12
2015-01-07radeonsi: Fix crash when destroying si_screenTom Stellard1-2/+4
2015-01-07radeonsi: enable LLVM optimizations that assume no NaNs for non-compute shadersMarek Olšák3-4/+12
2015-01-07radeonsi: emit SURFACE_SYNC lastMarek Olšák1-23/+35
2015-01-07radeonsi: flush all CB/DB caches unconditionally when changing the framebufferMarek Olšák1-11/+7
2015-01-07radeonsi: change TC cache flushing strategy for texturesMarek Olšák2-4/+6
2015-01-07radeonsi: improve and fix streamout flushingMarek Olšák3-10/+40
2015-01-07radeonsi: use TC L2 for CP DMA operations with shader resources on CIKMarek Olšák3-10/+39
2015-01-07radeonsi: use TC L2 for updating descriptors on CIKMarek Olšák2-5/+10
2015-01-07radeonsi: don't use TC L2 for updating descriptors on SIMarek Olšák2-2/+14
2015-01-07radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák9-34/+48
2015-01-07radeonsi: implement separate ICACHE and KCACHE flush for SIMarek Olšák1-9/+17
2015-01-07radeonsi: add a combined flag for flushing a framebufferMarek Olšák3-20/+10
2015-01-07radeonsi: rename flush flags, split the TC flag into L1 and L2Marek Olšák7-91/+109
2015-01-07r600g,radeonsi: separate cache flush flagsMarek Olšák5-26/+39
2015-01-07r600g: move r6xx-specific streamout flush flagging into r600gMarek Olšák2-9/+7
2015-01-07radeonsi: only set BC_OPTIMIZE_DISABLE when necessaryMarek Olšák2-6/+15
2015-01-07radeonsi: do not define FACE as an ordinary PS inputMarek Olšák1-1/+2
2015-01-07radeonsi: remove flatshade from the shader keyMarek Olšák3-7/+7
2015-01-07radeonsi: remove special handling of TGSI_INTERPOLATE_COLOR in shader codegenMarek Olšák1-6/+10
2015-01-07radeonsi: implement VERTEXID_NOBASE and BASEVERTEX system valuesMarek Olšák1-0/+10