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
*
nvc0: enable compute shaders on GK104 and GM107+
Samuel Pitoiset
2016-04-01
1
-1
/
+2
*
nvc0: bump the maximum number of UBOs for compute on Kepler
Samuel Pitoiset
2016-04-01
2
-3
/
+0
*
nvc0/ir: do not lower shared+atomics on GM107+
Samuel Pitoiset
2016-04-01
1
-7
/
+10
*
nvc0/ir: add atomics support on shared memory for Kepler
Samuel Pitoiset
2016-04-01
2
-1
/
+108
*
nvc0/ir: fix wrong pred emission for ld lock on GK104
Samuel Pitoiset
2016-04-01
1
-1
/
+4
*
nvc0/ir: add support for compute UBOs on Kepler
Samuel Pitoiset
2016-04-01
2
-1
/
+57
*
nvc0: add indirect compute support on Kepler
Samuel Pitoiset
2016-04-01
1
-34
/
+77
*
nvc0: reduce likelihood of collision for real buffers on Kepler
Samuel Pitoiset
2016-04-01
1
-2
/
+2
*
nvc0: store ubo info to the driver constbuf on Kepler
Samuel Pitoiset
2016-04-01
4
-1
/
+30
*
nvc0: bind user uniforms for compute on Kepler
Samuel Pitoiset
2016-04-01
2
-27
/
+55
*
nvc0: bind shader buffers for compute on Kepler
Samuel Pitoiset
2016-04-01
2
-3
/
+39
*
nvc0: bind driver cb for compute on c7[] for Kepler
Samuel Pitoiset
2016-04-01
4
-45
/
+37
*
radeonsi: use util_strchrnul() to fix android build error
Mauro Rossi
2016-04-01
1
-1
/
+2
*
nv50,nvc0: add PIPE_BIND_LINEAR support to is_format_supported
Ilia Mirkin
2016-03-31
2
-0
/
+18
*
tgsi: split tgsi_util_get_texture_coord_dim() function into two
Brian Paul
2016-03-31
3
-6
/
+8
*
nv50/ir: Check for valid insn instead of def size
Pierre Moreau
2016-03-31
1
-2
/
+2
*
softpipe: add image support to softpipe (v3)
Dave Airlie
2016-03-31
13
-11
/
+925
*
tgsi: add support for image operations to tgsi_exec. (v2.1)
Dave Airlie
2016-03-31
1
-2
/
+2
*
softpipe: add support for explicit early depth testing
Dave Airlie
2016-03-31
6
-12
/
+21
*
r600: ignore PIPE_BIND_LINEAR in *_is_format_supported
Christian König
2016-03-30
2
-0
/
+10
*
svga: emit sampler declarations in the helper function for non vgpu10
Charmaine Lee
2016-03-29
3
-3
/
+23
*
svga: avoid freeing non-malloced memory
Brian Paul
2016-03-29
1
-10
/
+2
*
nvc0/ir: move load/store lowering pass to handleLDST()
Samuel Pitoiset
2016-03-29
2
-54
/
+61
*
radeonsi: ignore PIPE_BIND_LINEAR in si_is_format_supported v2
Christian König
2016-03-29
1
-0
/
+5
*
nvc0: use a different offset for buffers and surfaces
Samuel Pitoiset
2016-03-29
4
-28
/
+74
*
vc4: Remove unused include from vc4_nir_lower_txf_ms.c
Rhys Kidd
2016-03-28
1
-1
/
+0
*
freedreno/ir3: fix for load_front_face intrinsic
Rob Clark
2016-03-28
1
-1
/
+8
*
freedreno/ir3: fix compiler warn
Rob Clark
2016-03-28
1
-1
/
+1
*
nvc0: make sure to disable fetches from previously-set VBOs when blitting
Ilia Mirkin
2016-03-28
1
-0
/
+2
*
nvc0: disable primitive restart and index bias during blits
Ilia Mirkin
2016-03-28
1
-0
/
+11
*
nvc0/ir: fix picking of coordinates from tex instruction for textureGrad
Ilia Mirkin
2016-03-28
1
-1
/
+11
*
nv50/ir: saturate depth writes
Ilia Mirkin
2016-03-28
1
-1
/
+4
*
radeon/r600: Fix return type in failure branch
Edward O'Callaghan
2016-03-27
1
-1
/
+1
*
radeon/r600_query.c: Minor style fix
Edward O'Callaghan
2016-03-27
1
-1
/
+1
*
virgl: drop next shader property for now.
Dave Airlie
2016-03-26
1
-0
/
+1
*
swr: [rasterizer jitter] Fix MASKLOADD AVX prototype (float -> i32)
Tim Rowley
2016-03-25
1
-1
/
+1
*
swr: [rasterizer core] NUMA optimizations...
Tim Rowley
2016-03-25
5
-65
/
+105
*
swr: [rasterizer jitter] Fix logic bug for alpha-to-coverage.
Tim Rowley
2016-03-25
1
-2
/
+11
*
swr: [rasterizer core] Fix Compute workitem retirement
Tim Rowley
2016-03-25
4
-31
/
+22
*
swr: [rasterizer core] Cleanup state ring arena after last draw that referenc...
Tim Rowley
2016-03-25
3
-2
/
+14
*
swr: [rasterizer jitter] add missing include for llvm jitevents
Tim Rowley
2016-03-25
1
-0
/
+4
*
swr: [rasterizer core] Reduce Arena blocksize to 128KB (from 1MB).
Tim Rowley
2016-03-25
1
-3
/
+7
*
swr: [rasterizer core] One last pass at Arena optimizations
Tim Rowley
2016-03-25
1
-15
/
+15
*
swr: [rasterizer core] CachedArena optimizations
Tim Rowley
2016-03-25
3
-210
/
+161
*
swr: [rasterizer jitter] support llvm-svn
Tim Rowley
2016-03-25
6
-12
/
+37
*
swr: [rasterizer core] Globally cache allocated arena blocks for fast re-allo...
Tim Rowley
2016-03-25
8
-46
/
+168
*
swr: [rasterizer] more arena work
Tim Rowley
2016-03-25
5
-10
/
+110
*
swr: [rasterizer core] Add clipping against user clip distances in the NullPS...
Tim Rowley
2016-03-25
1
-2
/
+12
*
swr: [rasterizer core] Arena optimizations - preparing for global allocator.
Tim Rowley
2016-03-25
5
-187
/
+131
*
swr: [rasterizer core] Reset DrawContext arena at end of draw rather than upo...
Tim Rowley
2016-03-25
2
-21
/
+4
[next]