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
/
nouveau
/
codegen
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: Fix a couple of "foo may be used uninitialized' compiler warnings
Hans de Goede
2016-07-02
1
-2
/
+2
*
nouveau: Fix gcc6 / c++11 auto_ptr deprecation compiler warnings
Hans de Goede
2016-07-02
1
-0
/
+4
*
nouveau: Add support for SV_WORK_DIM
Hans de Goede
2016-07-02
4
-0
/
+5
*
nvc0: fix up image support for allowing multiple samples
Ilia Mirkin
2016-07-01
2
-32
/
+51
*
nv50/ir: print EMIT subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+9
*
nv50/ir: print RSQ/RCP subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+10
*
nv50/ir: print PIXLD subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+9
*
nv50/ir: print SHFL subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+9
*
gm107/ir: make sure that flagsDef is set when emitting setcond
Samuel Pitoiset
2016-06-28
1
-1
/
+1
*
gm107/ir: add missing setcond flags for LOP variants
Samuel Pitoiset
2016-06-28
1
-0
/
+2
*
gm107/ir: make use of LOP32I for all immediates
Samuel Pitoiset
2016-06-28
1
-1
/
+1
*
gm107/ir: make use of MOV32I for all immediates
Samuel Pitoiset
2016-06-27
1
-2
/
+1
*
gm107/ir: make use of IMUL32I for all immediates
Samuel Pitoiset
2016-06-26
1
-1
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-1
/
+1
*
gk104/ir: fix tex use generation to be more careful about eliding uses
Ilia Mirkin
2016-06-19
2
-12
/
+27
*
nv50/ir: add missing strings for some recent sysvals
Samuel Pitoiset
2016-06-18
1
-0
/
+3
*
nv50/ir: make Graph destructor virtual
Stephan Bergmann
2016-06-13
1
-1
/
+1
*
nvc0/ir: clamp the UBO index for compute on Kepler
Samuel Pitoiset
2016-06-13
1
-1
/
+9
*
nv50: enable indirect addressing of fragment shader inputs
Ilia Mirkin
2016-06-11
1
-0
/
+1
*
gk104/ir: fix conditions for adding a texbar
Ilia Mirkin
2016-06-07
1
-4
/
+6
*
nvc0: add support for VOTE tgsi opcodes
Ilia Mirkin
2016-06-06
4
-21
/
+75
*
nv50/ir: use round toward 0 when converting doubles to integers
Samuel Pitoiset
2016-06-06
1
-1
/
+3
*
nv50/ir: fix error finding free element in bitset in some situations
Ilia Mirkin
2016-05-31
1
-0
/
+6
*
nv50/ir: print relevant file's bitset when showing RA info
Ilia Mirkin
2016-05-31
1
-4
/
+4
*
nvc0/ir: fix spilling predicates to registers
Ilia Mirkin
2016-05-30
1
-0
/
+4
*
nvc0/ir: limit max number of regs based on availability in SM
Ilia Mirkin
2016-05-30
2
-2
/
+4
*
nv50/ir: record number of threads in a compute shader
Ilia Mirkin
2016-05-30
5
-2
/
+10
*
nv50/ir: Add missing handling of U64/S64 in inlines
Pierre Moreau
2016-05-30
1
-1
/
+3
*
nvc0/ir: fix emission of predicate spill to register
Ilia Mirkin
2016-05-30
1
-1
/
+2
*
nv50,nvc0: fix the max_vertices=0 case
Ilia Mirkin
2016-05-29
1
-0
/
+2
*
gk110/ir: fix unspilling of predicates from registers
Ilia Mirkin
2016-05-28
1
-0
/
+28
*
nvc0/ir: handle a load's reg result not being used for locked variants
Ilia Mirkin
2016-05-26
3
-11
/
+45
*
nvc0/ir: avoid generating illegal instructions for compute constbuf loads
Ilia Mirkin
2016-05-26
1
-1
/
+2
*
nvc0/ir: fix indirect access for images
Samuel Pitoiset
2016-05-22
1
-8
/
+14
*
nv50/ir: fix prog info init
Ilia Mirkin
2016-05-22
1
-3
/
+1
*
nvc0/ir: return 0 for gl_TessCoord.z for non-triangles modes
Ilia Mirkin
2016-05-22
1
-0
/
+4
*
nvc0/ir: add a lowering pass for surfaces on Fermi
Samuel Pitoiset
2016-05-21
2
-0
/
+117
*
nvc0/ir: add emission for SULDB and SUSTx
Samuel Pitoiset
2016-05-21
1
-2
/
+44
*
nvc0/ir: add emission for OP_SULEA
Samuel Pitoiset
2016-05-21
1
-0
/
+58
*
nv50/ir: fix tex constraints for surface coords on Fermi
Samuel Pitoiset
2016-05-21
1
-0
/
+6
*
nv50/ir: use moveSources to condense sources
Ilia Mirkin
2016-05-21
1
-6
/
+1
*
nvc0/ir: don't check the format for surface stores on Kepler
Samuel Pitoiset
2016-05-21
1
-8
/
+7
*
nv50/ir: fix a comment in canDualIssue()
Samuel Pitoiset
2016-05-21
1
-1
/
+1
*
nv50/ir: fix SUSTx constraints on Kepler
Samuel Pitoiset
2016-05-21
1
-3
/
+1
*
nv50/ir: treat addresses as local
Ilia Mirkin
2016-05-19
1
-1
/
+1
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
3
-6
/
+6
*
nvc0/ir: fix shared atomic lowering to preserve shared memory location
Ilia Mirkin
2016-05-17
1
-10
/
+8
*
nvc0/ir: make sure out-of-bounds buffer loads/atomics get a 0 result
Ilia Mirkin
2016-05-17
1
-1
/
+26
*
nv50/ir: avoid asserts when the state tracker feeds us bogus inputs
Ilia Mirkin
2016-05-15
1
-12
/
+48
*
nvc0/ir: make sure to align the second arg of TXD to 4, as we do for TEX
Ilia Mirkin
2016-05-15
1
-0
/
+14
[next]