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: set shader calling conventions
Bas Nieuwenhuizen
2016-04-06
1
-1
/
+16
*
freedreno/ir3: insert extra move into phi
Rob Clark
2016-04-05
1
-0
/
+10
*
freedreno/ir3: eliminate unnecessary absneg's
Rob Clark
2016-04-05
2
-3
/
+26
*
radeonsi: use bounded indexing for samplers
Bas Nieuwenhuizen
2016-04-05
1
-1
/
+4
*
radeonsi: use bounded indexing for constant buffers
Bas Nieuwenhuizen
2016-04-05
1
-2
/
+3
*
gallium/radeon: allow multiple exports of the same texture with different usage
Marek Olšák
2016-04-05
1
-21
/
+33
*
freedreno/ir3: deal with duplicate phi sources
Rob Clark
2016-04-04
1
-5
/
+20
*
freedreno/ir3: fix silly brain-fart in RA
Rob Clark
2016-04-04
1
-2
/
+1
*
freedreno/ir3: don't cp into phi's
Rob Clark
2016-04-04
1
-0
/
+6
*
freedreno/ir3: we can't store immediate values
Rob Clark
2016-04-04
1
-0
/
+13
*
freedreno/ir3: add dumping for use/def/live-in/live-out
Rob Clark
2016-04-04
3
-10
/
+42
*
freedreno/ir3: drop unused instr category arg
Rob Clark
2016-04-04
5
-114
/
+108
*
freedreno/ir3: remove ir3_instruction::category
Rob Clark
2016-04-04
10
-93
/
+84
*
freedreno/ir3: encode instruction category in opc_t
Rob Clark
2016-04-04
5
-192
/
+201
*
nvc0: add hardware ETC2 and ASTC support on GK20A and GM107+
Ilia Mirkin
2016-04-04
3
-2
/
+64
*
llvmpipe: Test abs.
Jose Fonseca
2016-04-03
1
-0
/
+1
*
llvmpipe: Build lp_test_arit on MSVC too.
Jose Fonseca
2016-04-03
1
-3
/
+1
*
gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.
Jose Fonseca
2016-04-03
1
-2
/
+2
*
gm107/ir: add OP_SELP emission, used in DSQRT lowering
Ilia Mirkin
2016-04-02
1
-0
/
+30
*
nv50/ir: we can't load local memory directly into an output
Ilia Mirkin
2016-04-02
1
-1
/
+2
*
nv50/ir: fix envyas variants when building the code lib
Samuel Pitoiset
2016-04-02
1
-2
/
+2
*
svga: remove unused svga_compile_key::texture_msaa field
Brian Paul
2016-04-02
2
-2
/
+0
*
svga: check TXF instruction's target to determine MSAA
Brian Paul
2016-04-02
1
-1
/
+1
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
7
-4
/
+10
*
gallium: add compute shader IR type
Bas Nieuwenhuizen
2016-04-02
1
-1
/
+3
*
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
[next]