index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: fix bad assertion in si_emit_sample_mask
Nicolai Hähnle
2016-07-09
1
-1
/
+2
*
radeon/uvd: simplify sending context buffer message
Christian König
2016-07-08
1
-4
/
+1
*
radeon/uvd: fix contex buffer destruction in the error path
Christian König
2016-07-08
1
-6
/
+2
*
radeon/uvd: move polaris fw check into radeon_video.c v2
Christian König
2016-07-08
2
-11
/
+13
*
radeon/video: fix coding style in radeon_video.c v2
Christian König
2016-07-08
1
-15
/
+15
*
svga: simplify/fix 1D/2D array resource copies
Brian Paul
2016-07-08
1
-26
/
+12
*
svga: remove unused variable
Brian Paul
2016-07-08
1
-1
/
+0
*
svga: add dumping for more device commands
Brian Paul
2016-07-08
1
-155
/
+724
*
svga: silence a couple unused variable warnings
Brian Paul
2016-07-08
2
-1
/
+3
*
svga: rebind using render target surfaces in hw draw state
Charmaine Lee
2016-07-08
1
-6
/
+6
*
svga: invalidate gb surface before it is reused
Charmaine Lee
2016-07-08
3
-9
/
+50
*
svga: fix use of provoking vertex control
Brian Paul
2016-07-08
1
-1
/
+4
*
nvc0/ir: remove unused resource info loading helpers
Samuel Pitoiset
2016-07-08
2
-28
/
+0
*
nvc0/ir: refactor the surfaces info loading logic
Samuel Pitoiset
2016-07-08
2
-82
/
+44
*
nvc0/ir: move the shift left op inside loadTexHandle()
Samuel Pitoiset
2016-07-08
1
-8
/
+6
*
radeonsi: disable multi-threading when shader dumps are enabled
Nicolai Hähnle
2016-07-08
1
-0
/
+1
*
radeonsi: use multi-threaded compilation in debug contexts
Nicolai Hähnle
2016-07-08
1
-4
/
+4
*
radeonsi: catch a potential state tracker error with non-MSAA FBs
Nicolai Hähnle
2016-07-08
1
-0
/
+6
*
radeonsi: explicitly choose center locations for 1xAA on Polaris
Nicolai Hähnle
2016-07-08
5
-18
/
+48
*
r600g: call cayman_emit_msaa_sample_locs only when needed
Nicolai Hähnle
2016-07-08
1
-1
/
+2
*
radeon/llvm: Use alloca instructions for larger arrays
Tom Stellard
2016-07-06
2
-25
/
+151
*
radeon/llvm: Add helpers for loading and storing data from arrays.
Tom Stellard
2016-07-06
1
-10
/
+41
*
radeon/llvm: Remove uses_temp_indirect_addressing() function
Tom Stellard
2016-07-06
1
-23
/
+1
*
gallium/radeon: add depth/stencil_adjusted output to surface computation
Nicolai Hähnle
2016-07-06
2
-2
/
+10
*
gallium/radeon: allocate only the required plane for flushed depth
Nicolai Hähnle
2016-07-06
1
-3
/
+34
*
radeonsi: decompress to flushed depth texture when required
Nicolai Hähnle
2016-07-06
1
-29
/
+103
*
radeonsi: extract DB->CB copy logic into its own function
Nicolai Hähnle
2016-07-06
1
-36
/
+61
*
radeonsi: sample from flushed depth texture when required
Nicolai Hähnle
2016-07-06
2
-8
/
+46
*
gallium/radeon: replace is_flushing_texture with db_compatible
Nicolai Hähnle
2016-07-06
9
-19
/
+24
*
gallium/radeon: add can_sample_z/s flags for textures
Nicolai Hähnle
2016-07-06
5
-24
/
+34
*
radeonsi: correctly mark levels of 3D textures as fully decompressed
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
gallium/radeon/winsyses: remove unused stencil_offset
Nicolai Hähnle
2016-07-06
1
-1
/
+0
*
gallium/radeon: remove redundant null-pointer check
Nicolai Hähnle
2016-07-06
1
-2
/
+1
*
gallium/radeon: print StencilLayout only once
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
gallium/radeon: flush stdout after printing texture information
Nicolai Hähnle
2016-07-06
1
-0
/
+1
*
svga: avoid emitting redundant DXSetRenderTargets command
Charmaine Lee
2016-07-05
2
-18
/
+32
*
radeon/vce: update encRefPic addr and array mode to tiled
Leo Liu
2016-07-05
1
-0
/
+1
*
radeon/vce: increase cpb height alignment
Leo Liu
2016-07-05
1
-1
/
+1
*
swr: automake: don't ship LLVM version specific generated sources
Emil Velikov
2016-07-05
1
-2
/
+43
*
nvc0/ir: rename NVE4_SU_INFO_XXX to NVC0_SU_INFO_XXX
Samuel Pitoiset
2016-07-05
1
-49
/
+49
*
nvc0/ir: reset the base offset for indirect images accesses
Samuel Pitoiset
2016-07-05
1
-2
/
+4
*
gm107/ir: fix sign bit emission for FADD32I
Samuel Pitoiset
2016-07-05
1
-3
/
+6
*
vc4: Regularize instruction emit macros
Eric Anholt
2016-07-04
2
-39
/
+50
*
vc4: Enable dead CF elimination.
Eric Anholt
2016-07-04
1
-0
/
+1
*
vc4: Optimize out redundant SF updates.
Eric Anholt
2016-07-04
2
-6
/
+78
*
vc4: Move SF removal to a separate peephole pass.
Eric Anholt
2016-07-04
5
-17
/
+85
*
vc4: DCE instructions with a NULL destination.
Eric Anholt
2016-07-04
1
-2
/
+3
*
vc4: Mark texturing setup instructions as having side effects.
Eric Anholt
2016-07-04
1
-5
/
+5
*
vc4: Fix a pasteo in scheduling condition flag usage.
Eric Anholt
2016-07-04
1
-1
/
+1
*
vc4: Drop the dead QIR_PACK() macro.
Eric Anholt
2016-07-04
1
-8
/
+0
[next]