summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* dir-locals.el: Don't set variables for non-programming modesNeil Roberts2015-02-026-6/+6
* vc4: Kill a bunch of color write calculation when colormask is all off.Eric Anholt2015-02-011-8/+35
* vc4: Dump the VPM read index in QIR disasm.Eric Anholt2015-02-011-4/+9
* vc4: Fix point size handling when it's the first output.Eric Anholt2015-01-291-1/+1
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-2817-22/+17
* radeonsi: Enable VGPR spilling for all shader types v5Tom Stellard2015-01-288-52/+217
* radeonsi/compute: Allocate the scratch buffer during state creationTom Stellard2015-01-282-24/+62
* radeonsi: Add radeon_shader_binary member to struct si_shaderTom Stellard2015-01-282-6/+6
* radeonsi/compute: Rename si_compute::program to si_compute::shaderTom Stellard2015-01-281-5/+5
* radeonsi: Avoid leaking memory when rebuilding shader statesMarek Olšák2015-01-283-4/+13
* r600g: add support for primitive id without geom shader (v2)Dave Airlie2015-01-286-1/+51
* r600g: move selecting the pixel shader earlier.Dave Airlie2015-01-281-3/+4
* r600g,radeonsi: Fix calculation of IR target cap string buffer sizeMichel Dänzer2015-01-271-2/+2
* vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694Eric Anholt2015-01-201-1/+1
* freedreno/a4xx: sysmem bypassRob Clark2015-01-201-3/+58
* freedreno: update generated headersRob Clark2015-01-205-23/+36
* radeonsi: Re-enable LLVM IR dumpsTom Stellard2015-01-201-1/+3
* radeonsi/compute: Use relocs for scratch pointer rather than user sgprs v2Tom Stellard2015-01-201-0/+42
* radeon: Teach radeon_elf_read() how to parse reloc information v3Tom Stellard2015-01-205-7/+78
* radeon: Add a helper function for freeing members of radeon_shader_binaryTom Stellard2015-01-204-6/+13
* vc4: Add some dumping for STORE_TILE_BUFFER_GENERAL.Eric Anholt2015-01-151-1/+79
* vc4: Add dumping for the TILE_RENDERING_MODE_CONFIG packet.Eric Anholt2015-01-151-1/+70
* vc4: Fix CL dumping trying to dump too far.Eric Anholt2015-01-151-2/+2
* vc4: Fix texture type masking.Eric Anholt2015-01-151-1/+1
* vc4: Colormask should apply after all other fragment ops (like logic op).Eric Anholt2015-01-151-9/+18
* vc4: No turning unpack arguments into small immediates.Eric Anholt2015-01-151-0/+3
* vc4: Move the tests for src needing to be an A register to vc4_qir.c.Eric Anholt2015-01-153-17/+28
* vc4: Don't swap the raddr on instructions doing unpacks.Eric Anholt2015-01-151-0/+5
* vc4: Don't let pairing happen with badly mismatched unpack flags.Eric Anholt2015-01-151-0/+39
* vc4: Don't let pairing happen with badly mismatched pack flags.Eric Anholt2015-01-151-0/+39
* vc4: Fix early Z behavior on hardware.Eric Anholt2015-01-151-2/+1
* Revert "radeonsi: only set BC_OPTIMIZE_DISABLE when necessary"Michel Dänzer2015-01-152-15/+6
* freedreno/ir3: handle "holes" in inputsRob Clark2015-01-131-1/+31
* r600g: fix build failure when building the driver without LLVMMarek Olšák2015-01-121-0/+4
* vc4: Clamp the inputs to the blend equation to [0, 1].Eric Anholt2015-01-111-1/+10
* vc4: Add a little helper for clamping to [0,1].Eric Anholt2015-01-111-4/+10
* vc4: Fix up statechange management for uncompiled/compiled FS/VS.Eric Anholt2015-01-112-11/+10
* vc4: Fix clear color setup for RGB565.Eric Anholt2015-01-111-1/+4
* vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.Eric Anholt2015-01-112-38/+11
* vc4: Allow dead code elimination of VPM reads.Eric Anholt2015-01-102-1/+44
* vc4: Cook up the draw-time VPM setup info during shader compile.Eric Anholt2015-01-104-11/+28
* vc4: Split two notions of instructions having side effects.Eric Anholt2015-01-105-4/+15
* vc4: Redo VPM reads as a read file.Eric Anholt2015-01-105-16/+16
* vc4: Fix miscalculation of the VPM space.Eric Anholt2015-01-101-1/+1
* vc4: Pack VPM attr contents according to just the size of the attribute.Eric Anholt2015-01-103-11/+9
* vc4: Restructure color packing as a series of channel replacements.Eric Anholt2015-01-104-49/+60
* vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check.Eric Anholt2015-01-101-1/+1
* vc4: Move global seqno short-circuiting to vc4_wait_seqno().Eric Anholt2015-01-102-6/+3
* freedreno/ir3: fix pos_regid > max_regRob Clark2015-01-074-41/+121
* freedreno/ir3: start on indirect gpr readsRob Clark2015-01-073-8/+146