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
/
svga
/
svga_tgsi_insn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: we don't support TGSI_OPCODE_CONT
Brian Paul
2013-09-30
1
-0
/
+3
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-9
/
+9
*
svga: minor cleanups, comments in svga_tgsi_insn.c
Brian Paul
2013-06-22
1
-8
/
+19
*
svga: move some svga/tgsi functions
Brian Paul
2013-06-19
1
-0
/
+129
*
svga: formatting fixes in svga_tgsi_insn.c
Brian Paul
2013-06-19
1
-260
/
+395
*
svga: remove TGSI_OPCODE_BREAKC instruction translation
Roland Scheidegger
2013-04-20
1
-1
/
+0
*
svga: check for NaN shader immediates
Brian Paul
2013-02-01
1
-2
/
+4
*
svga: silence MSVC float/int assignment warnings
Brian Paul
2012-10-16
1
-1
/
+1
*
svga: silence some MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-16
1
-1
/
+1
*
svga: fix invalid memory reference in needs_to_create_zero()
Brian Paul
2012-07-26
1
-5
/
+5
*
svga: whitespace fixes
Brian Paul
2012-07-05
1
-114
/
+90
*
svga: implement TGSI_OPCODE_ROUND
Brian Paul
2012-07-05
1
-15
/
+51
*
svga: fix CMP translation for vertex shaders
Brian Paul
2012-07-05
1
-36
/
+37
*
svga: properly implement TRUNC instruction
Brian Paul
2012-07-05
1
-1
/
+54
*
svga: fix register collision issue in emit_conditional()
Brian Paul
2012-07-05
1
-0
/
+24
*
svga: fix saturated TEX instructions
Brian Paul
2012-05-31
1
-6
/
+13
*
svga: implement CEIL opcode translation
Brian Paul
2012-05-09
1
-0
/
+28
*
svga: move temp register index assertions
Brian Paul
2012-02-23
1
-4
/
+11
*
svga: remove old, unused sincos code for SM2.0
Brian Paul
2011-10-11
1
-48
/
+0
*
svga: remove support for shader model 2.0
Brian Paul
2011-10-11
1
-56
/
+6
*
svga: test register W component in emit_kil()
Brian Paul
2011-09-23
1
-16
/
+44
*
svga: fix depth/shadow compare for non-projected texcoords
Brian Paul
2011-09-23
1
-16
/
+24
*
svga: implement texture swizzling
Brian Paul
2011-09-23
1
-9
/
+117
*
svga: check that we don't exceed input/ouput register limits
Brian Paul
2011-09-23
1
-1
/
+0
*
svga: implement point sprite suppport
Brian Paul
2011-09-23
1
-3
/
+70
*
svga: Share one texcoord between depth and fog
Jakob Bornecrantz
2011-09-23
1
-2
/
+2
*
svga: Only emit Z depth work if it is actually read
Jakob Bornecrantz
2011-09-23
1
-2
/
+2
*
svga: Wip for passing depth in a texcoord
Jakob Bornecrantz
2011-09-23
1
-0
/
+52
*
svga: Cannot use negate or abs on source to dsx/dsy instructions.
José Fonseca
2011-02-18
1
-1
/
+19
*
svga: Ensure LRP's restrictions are observed in all uses.
José Fonseca
2011-02-18
1
-38
/
+51
*
svga: Preserve src swizzles in submit_op2/3/4.
José Fonseca
2011-02-18
1
-25
/
+45
*
svga: Don't use more than one constant per IFC instruction.
José Fonseca
2011-02-17
1
-2
/
+15
*
svga: Fix translation of TGSI SSG opcode.
Michel Dänzer
2011-01-31
1
-1
/
+39
*
svga: Integer constant register file has a separate namespace.
Michal Krol
2010-09-20
1
-6
/
+6
*
svga: Fix relative addressing translation for pixel shaders.
Michal Krol
2010-09-20
1
-14
/
+37
*
svga: Fix CMP translation for vertex shader targets.
Michal Krol
2010-08-30
1
-0
/
+19
*
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-14
1
-7
/
+7
*
svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
1
-3
/
+0
*
svga: Emit a scalar rcp in shadow maps.
José Fonseca
2010-02-22
1
-4
/
+4
*
svga: Don't emit zero writemasks.
José Fonseca
2010-02-22
1
-28
/
+37
*
svga: Silence uninitialized variable warnings.
Vinson Lee
2010-02-17
1
-0
/
+6
*
svga: Silence uninitialized variable warning.
Vinson Lee
2010-02-14
1
-0
/
+1
*
svga: fix TXD and TXL opcode translation
Keith Whitwell
2010-02-03
1
-15
/
+105
*
svga: deriv insns not valid in dynamic flow control either
Keith Whitwell
2010-02-03
1
-3
/
+48
*
svga: texture from lod zero inside dynamic branching
Keith Whitwell
2010-02-03
1
-13
/
+57
*
svga: better method for generating white fs color outputs
Keith Whitwell
2010-02-03
1
-7
/
+27
*
Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.
Michal Krol
2010-01-05
1
-1
/
+1
*
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-34
/
+34
*
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-6
/
+6
*
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-55
/
+55
[next]