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
*
vc4: Add a flag in the screen to track control flow support.
Eric Anholt
2016-07-12
3
-1
/
+14
*
vc4: Define a QIR branch instruction
Eric Anholt
2016-07-12
4
-9
/
+61
*
vc4: Add kernel support for branching in shader validation.
Eric Anholt
2016-07-12
3
-17
/
+280
*
vc4: Add a bitmap of branch targets in kernel validation.
Eric Anholt
2016-07-12
3
-2
/
+133
*
vc4: Track the current instruction into the validation_state.
Eric Anholt
2016-07-12
1
-24
/
+30
*
vc4: Add QPU support for generating BRANCH instructions.
Eric Anholt
2016-07-12
5
-1
/
+85
*
vc4: Print live variable start/ends during QIR dumping.
Eric Anholt
2016-07-12
1
-0
/
+45
*
vc4: Implement live intervals using a CFG.
Eric Anholt
2016-07-12
6
-39
/
+393
*
vc4: Make vc4_qir_schedule handle each block in the program.
Eric Anholt
2016-07-12
1
-14
/
+23
*
vc4: Convert uniforms lowering to work with multiple blocks.
Eric Anholt
2016-07-12
1
-29
/
+44
*
vc4: Convert vc4_opt_peephole_sf to work with control flow.
Eric Anholt
2016-07-12
1
-4
/
+18
*
vc4: Create a basic block structure and move the instructions into it.
Eric Anholt
2016-07-12
6
-20
/
+122
*
vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.
Eric Anholt
2016-07-12
12
-14
/
+17
*
vc4: Also enable phi elimination.
Eric Anholt
2016-07-12
1
-0
/
+1
*
vc4: fix memory leak
Eric Engestrom
2016-07-12
1
-1
/
+1
*
vc4: Close our screen's fd on screen close.
Eric Anholt
2016-07-12
1
-0
/
+3
*
swr: [rasterizer core] correct MSAA behavior for conservative rasterization
Tim Rowley
2016-07-12
3
-11
/
+31
*
swr: [rasterizer core] conservative rast backend changes
Tim Rowley
2016-07-12
8
-221
/
+538
*
swr: [rasterizer] buckets cleanup
Tim Rowley
2016-07-12
4
-12
/
+43
*
swr: [rasterizer core] make all api functions call GetContext
Tim Rowley
2016-07-12
1
-14
/
+14
*
swr: [rasterizer] add support for llvm-3.9
Tim Rowley
2016-07-12
2
-15
/
+28
*
swr: [rasterizer jitter] fix llvm-3.7 compile
Tim Rowley
2016-07-12
1
-0
/
+5
*
nvc0: initial support for GP100 GPUs
Ben Skeggs
2016-07-12
4
-5
/
+15
*
nvc0: use a define for the driver constant buffer size
Samuel Pitoiset
2016-07-11
7
-17
/
+17
*
nvc0: fix the driver cb size when draw parameters are used
Samuel Pitoiset
2016-07-11
1
-2
/
+2
*
nvc0/ir: fix images indirect access on Fermi
Samuel Pitoiset
2016-07-11
1
-0
/
+7
*
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
[next]