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: detect constant color writes in fragment shaders
Brian Paul
2015-10-22
1
-0
/
+27
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
1
-40
/
+65
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
1
-1
/
+1
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-38
/
+0
*
svga: fix comment for emit_adjusted_vertex_attribs()
Brian Paul
2014-04-17
1
-3
/
+3
*
svga: add VS code to set attribute W component to 1
Brian Paul
2014-04-17
1
-45
/
+68
*
svga: implement support for signed byte vertex attributes
Brian Paul
2014-04-17
1
-12
/
+116
*
svga: use new inst_token_setp() helper function
Brian Paul
2014-04-17
1
-12
/
+9
*
svga: use new inst_token_predicated() helper function
Brian Paul
2014-04-17
1
-13
/
+8
*
svga: replace out-of-temps assertion with debug warning
Brian Paul
2014-02-12
1
-2
/
+4
*
svga: minor code movement in svga_tgsi_insn.c
Brian Paul
2014-01-23
1
-47
/
+47
*
svga: simplify common immediate value construction
Brian Paul
2014-01-23
1
-89
/
+113
*
svga: add comments, etc to svga_tgsi_insn.c code
Brian Paul
2014-01-23
1
-31
/
+163
*
svga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Brian Paul
2014-01-21
1
-0
/
+9
*
svga: rename color output variables
Brian Paul
2014-01-21
1
-4
/
+4
*
svga: remove special-case code for texkil w component
Brian Paul
2013-11-21
1
-23
/
+6
*
svga: print warning for unsupported indirect dest reg indexing
Brian Paul
2013-11-15
1
-0
/
+4
*
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
[next]