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
/
mesa
/
drivers
/
dri
/
i965
/
brw_vs_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Replace the subroutine-skipping jump in VS with a NOP if it's a NOP.
Eric Anholt
2009-08-07
1
-1
/
+5
*
i965: Fix dangerous warning I let slip in.
Eric Anholt
2009-08-04
1
-1
/
+1
*
i965: Respect CondSwizzle in OPCODE_IF.
Eric Anholt
2009-08-04
1
-1
/
+21
*
i965: Emit conditional code updates as required for GLSL VS if statements.
Eric Anholt
2009-08-04
1
-0
/
+13
*
i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.
Eric Anholt
2009-08-04
1
-1
/
+10
*
i965: Even if no VS inputs are set, still load some amount of URB as required.
Eric Anholt
2009-08-03
1
-0
/
+11
*
i965: Make sure the VS URB size is big enough to fit a VF VUE.
Eric Anholt
2009-08-03
1
-2
/
+8
*
i965: add support for new chipsets
Xiang, Haihao
2009-07-13
1
-6
/
+30
*
i965: first attempt at handling URB overflow when there's too many vs outputs
Brian Paul
2009-06-30
1
-4
/
+48
*
i965: comments and a new assertion
Brian Paul
2009-06-30
1
-2
/
+4
*
i965: initial code for loops in vertex programs
Brian Paul
2009-06-19
1
-2
/
+38
*
i965: asst clean-ups, etc in brw_vs_emit()
Brian Paul
2009-06-19
1
-11
/
+10
*
i965: const qualifiers
Brian Paul
2009-05-08
1
-2
/
+2
*
i965: relAddr local var (to make debug/test a little easier)
Brian Paul
2009-05-07
1
-5
/
+6
*
Merge branch 'const-buffer-changes'
Brian Paul
2009-05-01
1
-5
/
+10
|
\
|
*
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-27
1
-5
/
+6
|
*
i965: disable debug printf
Brian Paul
2009-04-22
1
-1
/
+1
|
*
i965: enable VS constant buffers
Brian Paul
2009-04-22
1
-5
/
+9
*
|
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-27
1
-5
/
+5
|
/
*
i915: fix broken indirect constant buffer reads
Brian Paul
2009-04-17
1
-7
/
+36
*
i965: updated CURBE allocation code
Brian Paul
2009-04-17
1
-2
/
+4
*
Merge branch 'register-negate'
Brian Paul
2009-04-16
1
-4
/
+4
|
\
|
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
1
-4
/
+4
*
|
i965: implement relative addressing for VS constant buffer reads
Brian Paul
2009-04-16
1
-55
/
+59
*
|
i965: handle address reg in get_dst()
Brian Paul
2009-04-16
1
-0
/
+4
*
|
i965: fix const buffer temp register clobbering
Brian Paul
2009-04-16
1
-7
/
+18
|
/
*
i965: fix VS constant buffer reads
Brian Paul
2009-04-14
1
-10
/
+0
*
i965: checkpoint commit: VS constant buffers
Brian Paul
2009-04-14
1
-42
/
+187
*
i965: formatting clean-ups
Brian Paul
2009-04-03
1
-3
/
+4
*
i965: whitespace changes, comments
Brian Paul
2009-04-03
1
-13
/
+24
*
i965: debug code, use gl_register_file type
Brian Paul
2009-03-13
1
-1
/
+7
*
i965: rewrite the code for handling shader subroutine calls
Brian Paul
2009-02-13
1
-35
/
+36
*
i965: add missing break for OPCODE_RET case
Brian Paul
2009-02-13
1
-0
/
+1
*
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-02-02
1
-11
/
+5
*
i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.
Eric Anholt
2009-01-21
1
-1
/
+1
*
i965: Note when we drop saturate mode on the floor in a VP.
Eric Anholt
2009-01-07
1
-0
/
+5
*
i965: Add support for LRP in VPs.
Eric Anholt
2009-01-07
1
-0
/
+42
*
i965: implement OPCODE_TRUNC (round toward zero) on vertex path.
Brian Paul
2009-01-05
1
-0
/
+4
*
i965: fix comment
Brian Paul
2009-01-01
1
-1
/
+1
*
i965: implement OPCODE_NRM3/NRM4
Brian Paul
2009-01-01
1
-3
/
+33
*
i965: whitespace, comment changes
Brian Paul
2009-01-01
1
-26
/
+11
*
965 / GLSL: Use full precision for EXP instruction
Ian Romanick
2008-12-19
1
-1
/
+1
*
i965: Clean up stale NDC comment.
Eric Anholt
2008-11-02
1
-2
/
+1
*
i965: Avoid vs header computation for negative rhw on G4X.
Eric Anholt
2008-11-02
1
-3
/
+3
*
i965: Merge GM45 into the G4X chipset define.
Eric Anholt
2008-11-02
1
-1
/
+1
*
i965: support for sin() and cos() in vertex shaders.
Sam Hocevar
2008-09-25
1
-0
/
+6
*
i965: more meaningful message for unsupported opcodes.
Sam Hocevar
2008-09-25
1
-1
/
+4
*
965: Fix color clamping issues
Krzysztof Czurylo
2008-08-21
1
-0
/
+21
*
Formatting changes to ease application of patches
Ian Romanick
2008-08-21
1
-4
/
+5
*
Revert "965: Fix color clamping issues"
Ian Romanick
2008-07-24
1
-23
/
+3
[next]