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
/
nouveau
/
codegen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nv50/ir: we can't do the add to mad conversion when the mul saturates
Karol Herbst
2016-02-16
1
-0
/
+3
*
nv50/ir: optimize neg(and(set, 1)) to set
Karol Herbst
2016-02-16
1
-0
/
+32
*
nv50/ir: fix quadop emission in the presence of predication
Ilia Mirkin
2016-02-16
4
-5
/
+9
*
gm107/ir: add ATOM CAS emission
Samuel Pitoiset
2016-02-16
1
-15
/
+27
*
nvc0: initial support for GM20x GPUs
Ben Skeggs
2016-02-16
2
-0
/
+3
*
nv50/ir: add missing SV_TID and SV_CTAID sysvals on GM107
Samuel Pitoiset
2016-02-13
1
-0
/
+2
*
nv50/ir: add MEMBAR emission for GM107
Samuel Pitoiset
2016-02-13
1
-0
/
+12
*
nvc0/ir: fix converting between predicate and gpr
Ilia Mirkin
2016-02-05
3
-11
/
+41
*
nv50/ir: make sure to fetch all sources before creating instruction
Ilia Mirkin
2016-02-03
1
-5
/
+8
*
nv50/ir: get rid of memory stores with nop values
Ilia Mirkin
2016-01-30
1
-0
/
+6
*
nv50/ir: fix false global CSE on instructions with multiple defs
Ilia Mirkin
2016-01-30
1
-0
/
+2
*
nv50/ir: handle new TGSI MEMBAR opcode
Ilia Mirkin
2016-01-29
1
-0
/
+8
*
nvc0/ir: fix atomic compare-and-swap arguments
Ilia Mirkin
2016-01-29
3
-5
/
+8
*
nv50/ir: add support for indirect buffer loading
Ilia Mirkin
2016-01-29
2
-10
/
+31
*
nv50/ir: add SUQ op by reading the info from driver constbuf
Ilia Mirkin
2016-01-29
6
-3
/
+21
*
nv50/ir: add support for BUFFER accesses
Ilia Mirkin
2016-01-29
5
-11
/
+144
*
nv50/ir: optimize mad/fma with third argument 0 to mul
Karol Herbst
2016-01-28
1
-0
/
+21
*
nv50/ir: run DCE backwards
Karol Herbst
2016-01-28
1
-3
/
+3
*
nv50/ir: optimize shl(shr(a, c), c) to and(a, ~((1 << c) - 1))
Karol Herbst
2016-01-28
1
-0
/
+8
*
nv50/ir: fix memory corruption when spilling and redoing RA
Karol Herbst
2016-01-26
1
-0
/
+3
*
nv50/ir: 64-bit splitting fixes
Ilia Mirkin
2016-01-20
1
-1
/
+2
*
gk110/ir: allow carry to be set/read by imad
Ilia Mirkin
2016-01-20
1
-0
/
+4
*
gm107/ir: add carry emission to LOP and IADD
Ilia Mirkin
2016-01-20
1
-0
/
+4
*
gm107/ir: add ATOM and CCTL support
Ilia Mirkin
2016-01-20
1
-0
/
+52
*
gm107/ir: set LD/ST address width bit
Ilia Mirkin
2016-01-20
1
-0
/
+2
*
gk110/ir: fix double-wide vm address
Ilia Mirkin
2016-01-20
1
-0
/
+4
*
gk110/ir: add OP_CCTL handling
Ilia Mirkin
2016-01-20
1
-0
/
+35
*
gk110/ir: add atomic op emission, fix gmem loads
Ilia Mirkin
2016-01-20
1
-5
/
+65
*
nv50/ir: don't flip SHL(ADD) into ADD(SHL) if ADD sources have modifiers
Ilia Mirkin
2016-01-20
1
-0
/
+2
*
gk110/ir: fix load from shared memory
Ilia Mirkin
2016-01-20
1
-1
/
+1
*
gk110/ir: add partial BAR support
Ilia Mirkin
2016-01-20
1
-2
/
+18
*
nv50/ir: swap the least-ref'd source into src1 when both const/imm
Ilia Mirkin
2016-01-18
1
-10
/
+15
*
nv50/ir: add saturate support on ex2
Ilia Mirkin
2016-01-16
2
-0
/
+6
*
nv50/ir: rebase indirect temp arrays to 0, so that we use less lmem space
Ilia Mirkin
2016-01-14
1
-14
/
+44
*
nv50/ir: only use FILE_LOCAL_MEMORY for temp arrays that use indirection
Ilia Mirkin
2016-01-14
1
-15
/
+50
*
nvc0/ir: be careful about propagating very large offsets into const load
Ilia Mirkin
2016-01-14
4
-1
/
+19
*
nv50/ir: the whole point of data array is to hand out regular registers
Ilia Mirkin
2016-01-11
1
-1
/
+1
*
nv50/ir: Fix scratch allocation size and file
Pierre Moreau
2016-01-09
2
-3
/
+3
*
nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion
Ilia Mirkin
2016-01-08
1
-2
/
+0
*
tgsi: add ureg support for image decls
Ilia Mirkin
2016-01-08
1
-3
/
+9
*
nvc0/ir: add support for PK2H/UP2H
Ilia Mirkin
2016-01-03
3
-1
/
+27
*
nvc0: add ARB_shader_draw_parameters support
Ilia Mirkin
2015-12-30
5
-2
/
+29
*
nv50/ir: attempt to do more constant folding on mad -> add conversion
Ilia Mirkin
2015-12-30
1
-11
/
+10
*
nv50/ir: float(s32 & 0xff) = float(u8), not s8
Ilia Mirkin
2015-12-29
1
-0
/
+3
*
gk104/ir: simplify and fool-proof texbar algorithm
Ilia Mirkin
2015-12-12
2
-83
/
+56
*
nv50/ir: combine sequences of conversions
Ilia Mirkin
2015-12-12
1
-0
/
+43
*
nv50/ir: manually optimize multiplication expansion logic
Ilia Mirkin
2015-12-12
1
-6
/
+25
*
nv50/ir: fix imul emission in the presence of an immediate
Ilia Mirkin
2015-12-12
1
-4
/
+7
*
nv50/ir: teach post-ra immediate folding into mad about integers
Ilia Mirkin
2015-12-12
1
-3
/
+31
*
nv50/ir: add short imad support
Ilia Mirkin
2015-12-12
3
-22
/
+40
[prev]
[next]