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
*
nv50/ir: fix bb positions after exit instructions
Ilia Mirkin
2016-08-16
1
-3
/
+10
*
nv50/ir: properly clear upper bits of a bitset fill
Ilia Mirkin
2016-08-16
1
-2
/
+2
*
gm107/ir: add a legalize SSA pass for PFETCH
Samuel Pitoiset
2016-07-27
4
-2
/
+43
*
nvc0/ir: fix up an assertion in emitUADD()
Samuel Pitoiset
2016-07-24
1
-4
/
+3
*
nv50/ir: allow to swap sources for OP_SUB
Samuel Pitoiset
2016-07-22
1
-1
/
+6
*
nv50/ir: print OP_SUREDB subops in debug mode
Samuel Pitoiset
2016-07-20
1
-0
/
+1
*
gm107/ir: add emission for SUREDx
Samuel Pitoiset
2016-07-20
1
-0
/
+50
*
gm107/ir: add emission for SUSTx and SULDx
Samuel Pitoiset
2016-07-20
1
-0
/
+104
*
gm107/ra: fix constraints for surface operations
Samuel Pitoiset
2016-07-20
1
-2
/
+23
*
gm107/ir: lower surface operations
Samuel Pitoiset
2016-07-20
2
-1
/
+77
*
gm107/ir: make use of ADD32I for all immediates
Samuel Pitoiset
2016-07-19
1
-1
/
+1
*
gm107/ir: add missing NEG modifier for IADD32I
Samuel Pitoiset
2016-07-19
1
-0
/
+1
*
nvc0: add support for BGRA8 images
Ilia Mirkin
2016-07-18
4
-0
/
+11
*
nv50: fix alphatest for non-blendable formats
Ilia Mirkin
2016-07-16
6
-6
/
+63
*
nv50/ir: add missing string for SV_WORK_DIM
Samuel Pitoiset
2016-07-14
1
-0
/
+1
*
nvc0: initial support for GP100 GPUs
Ben Skeggs
2016-07-12
2
-0
/
+3
*
nvc0/ir: fix images indirect access on Fermi
Samuel Pitoiset
2016-07-11
1
-0
/
+7
*
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
*
nvc0/ir: rename NVE4_SU_INFO_XXX to NVC0_SU_INFO_XXX
Samuel Pitoiset
2016-07-05
1
-49
/
+49
*
nvc0/ir: reset the base offset for indirect images accesses
Samuel Pitoiset
2016-07-05
1
-2
/
+4
*
gm107/ir: fix sign bit emission for FADD32I
Samuel Pitoiset
2016-07-05
1
-3
/
+6
*
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
[next]