index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
dir-locals.el: Don't set variables for non-programming modes
Neil Roberts
2015-02-02
6
-6
/
+6
*
vc4: Kill a bunch of color write calculation when colormask is all off.
Eric Anholt
2015-02-01
1
-8
/
+35
*
vc4: Dump the VPM read index in QIR disasm.
Eric Anholt
2015-02-01
1
-4
/
+9
*
vc4: Fix point size handling when it's the first output.
Eric Anholt
2015-01-29
1
-1
/
+1
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
17
-22
/
+17
*
radeonsi: Enable VGPR spilling for all shader types v5
Tom Stellard
2015-01-28
8
-52
/
+217
*
radeonsi/compute: Allocate the scratch buffer during state creation
Tom Stellard
2015-01-28
2
-24
/
+62
*
radeonsi: Add radeon_shader_binary member to struct si_shader
Tom Stellard
2015-01-28
2
-6
/
+6
*
radeonsi/compute: Rename si_compute::program to si_compute::shader
Tom Stellard
2015-01-28
1
-5
/
+5
*
radeonsi: Avoid leaking memory when rebuilding shader states
Marek Olšák
2015-01-28
3
-4
/
+13
*
r600g: add support for primitive id without geom shader (v2)
Dave Airlie
2015-01-28
6
-1
/
+51
*
r600g: move selecting the pixel shader earlier.
Dave Airlie
2015-01-28
1
-3
/
+4
*
r600g,radeonsi: Fix calculation of IR target cap string buffer size
Michel Dänzer
2015-01-27
1
-2
/
+2
*
vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694
Eric Anholt
2015-01-20
1
-1
/
+1
*
freedreno/a4xx: sysmem bypass
Rob Clark
2015-01-20
1
-3
/
+58
*
freedreno: update generated headers
Rob Clark
2015-01-20
5
-23
/
+36
*
radeonsi: Re-enable LLVM IR dumps
Tom Stellard
2015-01-20
1
-1
/
+3
*
radeonsi/compute: Use relocs for scratch pointer rather than user sgprs v2
Tom Stellard
2015-01-20
1
-0
/
+42
*
radeon: Teach radeon_elf_read() how to parse reloc information v3
Tom Stellard
2015-01-20
5
-7
/
+78
*
radeon: Add a helper function for freeing members of radeon_shader_binary
Tom Stellard
2015-01-20
4
-6
/
+13
*
vc4: Add some dumping for STORE_TILE_BUFFER_GENERAL.
Eric Anholt
2015-01-15
1
-1
/
+79
*
vc4: Add dumping for the TILE_RENDERING_MODE_CONFIG packet.
Eric Anholt
2015-01-15
1
-1
/
+70
*
vc4: Fix CL dumping trying to dump too far.
Eric Anholt
2015-01-15
1
-2
/
+2
*
vc4: Fix texture type masking.
Eric Anholt
2015-01-15
1
-1
/
+1
*
vc4: Colormask should apply after all other fragment ops (like logic op).
Eric Anholt
2015-01-15
1
-9
/
+18
*
vc4: No turning unpack arguments into small immediates.
Eric Anholt
2015-01-15
1
-0
/
+3
*
vc4: Move the tests for src needing to be an A register to vc4_qir.c.
Eric Anholt
2015-01-15
3
-17
/
+28
*
vc4: Don't swap the raddr on instructions doing unpacks.
Eric Anholt
2015-01-15
1
-0
/
+5
*
vc4: Don't let pairing happen with badly mismatched unpack flags.
Eric Anholt
2015-01-15
1
-0
/
+39
*
vc4: Don't let pairing happen with badly mismatched pack flags.
Eric Anholt
2015-01-15
1
-0
/
+39
*
vc4: Fix early Z behavior on hardware.
Eric Anholt
2015-01-15
1
-2
/
+1
*
Revert "radeonsi: only set BC_OPTIMIZE_DISABLE when necessary"
Michel Dänzer
2015-01-15
2
-15
/
+6
*
freedreno/ir3: handle "holes" in inputs
Rob Clark
2015-01-13
1
-1
/
+31
*
r600g: fix build failure when building the driver without LLVM
Marek Olšák
2015-01-12
1
-0
/
+4
*
vc4: Clamp the inputs to the blend equation to [0, 1].
Eric Anholt
2015-01-11
1
-1
/
+10
*
vc4: Add a little helper for clamping to [0,1].
Eric Anholt
2015-01-11
1
-4
/
+10
*
vc4: Fix up statechange management for uncompiled/compiled FS/VS.
Eric Anholt
2015-01-11
2
-11
/
+10
*
vc4: Fix clear color setup for RGB565.
Eric Anholt
2015-01-11
1
-1
/
+4
*
vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.
Eric Anholt
2015-01-11
2
-38
/
+11
*
vc4: Allow dead code elimination of VPM reads.
Eric Anholt
2015-01-10
2
-1
/
+44
*
vc4: Cook up the draw-time VPM setup info during shader compile.
Eric Anholt
2015-01-10
4
-11
/
+28
*
vc4: Split two notions of instructions having side effects.
Eric Anholt
2015-01-10
5
-4
/
+15
*
vc4: Redo VPM reads as a read file.
Eric Anholt
2015-01-10
5
-16
/
+16
*
vc4: Fix miscalculation of the VPM space.
Eric Anholt
2015-01-10
1
-1
/
+1
*
vc4: Pack VPM attr contents according to just the size of the attribute.
Eric Anholt
2015-01-10
3
-11
/
+9
*
vc4: Restructure color packing as a series of channel replacements.
Eric Anholt
2015-01-10
4
-49
/
+60
*
vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check.
Eric Anholt
2015-01-10
1
-1
/
+1
*
vc4: Move global seqno short-circuiting to vc4_wait_seqno().
Eric Anholt
2015-01-10
2
-6
/
+3
*
freedreno/ir3: fix pos_regid > max_reg
Rob Clark
2015-01-07
4
-41
/
+121
*
freedreno/ir3: start on indirect gpr reads
Rob Clark
2015-01-07
3
-8
/
+146
[next]