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
/
nv50
/
nv50_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
1
-54
/
+54
|
\
|
*
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-23
/
+23
|
*
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-18
/
+18
|
*
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
1
-2
/
+2
|
*
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-18
/
+18
|
*
tgsi: reduce repetition of structure name in its members
Keith Whitwell
2009-11-24
1
-2
/
+2
|
*
gallium: try and update r300 and nv drivers for tgsi changes
Keith Whitwell
2009-11-24
1
-5
/
+5
*
|
nv50: match VP outputs to FP inputs ourselves
Christoph Bumiller
2009-11-29
1
-31
/
+39
*
|
nv50: don't permanently negate src in emit_ddy
Christoph Bumiller
2009-11-29
1
-4
/
+10
*
|
nv50: do conversion of last insn to 64 bit format first
Christoph Bumiller
2009-11-27
1
-16
/
+11
|
/
*
nv50: fix shader emit_tex for cube textures
Christoph Bumiller
2009-11-04
1
-14
/
+36
*
nv50: add abs-modifier for emit_minmax
Christoph Bumiller
2009-11-04
1
-17
/
+31
*
nv50: handle TGSI_SEMANTIC_FACE
Christoph Bumiller
2009-11-01
1
-0
/
+25
*
nv50: make IF condition safe
Christoph Bumiller
2009-11-01
1
-1
/
+3
*
nv50: implement TGSI_OPCODE_AND/OR/XOR
Christoph Bumiller
2009-11-01
1
-0
/
+47
*
nv50: use SIFC also for shader upload
Christoph Bumiller
2009-10-31
1
-55
/
+24
*
nv50: make MRTs work
Christoph Bumiller
2009-10-31
1
-0
/
+4
*
nv50: do SIGN_SET as one instruction
Christoph Bumiller
2009-10-23
1
-6
/
+1
*
nv50: fix saturation outside of tx_insn case
Christoph Bumiller
2009-10-23
1
-3
/
+5
*
nv50: allow all 127 TEMP regs
Christoph Bumiller
2009-10-23
1
-3
/
+16
*
nv50: fix address reg code
Christoph Bumiller
2009-10-23
1
-23
/
+44
*
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-20
/
+8
*
nv50: add support for address regs
Christoph Bumiller
2009-10-19
1
-8
/
+170
*
nv50: cleanup emit_kil
Christoph Bumiller
2009-10-19
1
-11
/
+7
*
nv50: implement TGSI_OPCODE_CMP
Christoph Bumiller
2009-10-19
1
-2
/
+16
*
nv50: quick fix for insn src negation
Christoph Bumiller
2009-10-19
1
-2
/
+23
*
nv50: add support for DDX and DDY opcodes
Christoph Bumiller
2009-10-19
1
-14
/
+56
*
nv50: fix TEX for WriteMask not equal 0xf
Christoph Bumiller
2009-09-25
1
-4
/
+5
*
nv50: RCP and RSQ cannot load from VP inputs
Christoph Bumiller
2009-09-25
1
-1
/
+21
*
nv50: fix CEIL and TRUNC
Christoph Bumiller
2009-09-25
1
-4
/
+5
*
nv50: implement BGNLOOP, BRK, ENDLOOP
Christoph Bumiller
2009-09-25
1
-2
/
+75
*
nv50: implement IF, ELSE, ENDIF opcodes
Christoph Bumiller
2009-09-25
1
-42
/
+146
*
nv50: fix stupid thinko in emit_set
Christoph Bumiller
2009-09-15
1
-1
/
+3
*
nv50: let programs use the whole param buffer
Christoph Bumiller
2009-09-15
1
-41
/
+27
*
nv50: add preliminary support for point sprites
Christoph Bumiller
2009-09-15
1
-1
/
+54
*
nv50: add support for point size per vertex
Christoph Bumiller
2009-09-15
1
-0
/
+14
*
nv50: add support for light-twoside
Christoph Bumiller
2009-09-15
1
-0
/
+19
*
nv50: proper linkage between VP and FP
Christoph Bumiller
2009-09-15
1
-153
/
+269
*
nv50: move allocation of pc regs
Christoph Bumiller
2009-09-15
1
-155
/
+129
*
nv50: nicer initialization of nv50_regs
Christoph Bumiller
2009-09-15
1
-51
/
+42
*
nv50: handle CEIL and TRUNC opcodes
Christoph Bumiller
2009-09-15
1
-0
/
+16
*
nv50: handle SEQ, SGT, SLE, SNE opcodes
Christoph Bumiller
2009-09-15
1
-30
/
+61
*
nv50: SIN and COS use src0.w for dst.w
Christoph Bumiller
2009-09-15
1
-16
/
+20
*
nv50: use broadcast TEMP reg in tx_insn
Christoph Bumiller
2009-09-15
1
-60
/
+28
*
nv50: add nv50_tgsi_insn to handle swizzles safely
Christoph Bumiller
2009-09-15
1
-19
/
+128
*
nv50: add functions for swizzle resolution
Christoph Bumiller
2009-09-15
1
-30
/
+118
*
nv50: extend insn src mask function
Christoph Bumiller
2009-09-15
1
-46
/
+72
*
nv50: move centroid, flat bits when making interp long
Christoph Bumiller
2009-09-03
1
-4
/
+4
*
nv50: SWZ is the same as MOV from our perspective
Ben Skeggs
2009-09-02
1
-0
/
+1
*
nv50: whitespace fixes and deobfuscation
Maarten Maathuis
2009-08-17
1
-17
/
+16
[next]