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
/
r300
/
r300_tgsi_to_rc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: copy the compiler from r300c
Marek Olšák
2011-07-26
1
-2
/
+1
*
r300/compiler: Rewrite register allocator
Tom Stellard
2011-04-30
1
-0
/
+1
*
r300/compiler: implement the CND opcode
Marek Olšák
2011-04-05
1
-2
/
+1
*
r300/compiler: remove any code related to relative addressing of temporaries
Marek Olšák
2011-01-23
1
-1
/
+8
*
r300/compiler: implement and lower OPCODE_CLAMP
Marek Olšák
2010-12-01
1
-1
/
+1
*
r300g: remove the hack with OPCODE_RET
Marek Olšák
2010-11-16
1
-4
/
+1
*
r300/compiler: implement DP2 opcode
Marek Olšák
2010-08-16
1
-1
/
+1
*
r300/compiler: implement SSG opcode
Marek Olšák
2010-08-16
1
-1
/
+1
*
r300/compiler: Implement the CONT opcode.
Tom Stellard
2010-08-11
1
-1
/
+1
*
r300/compiler: Implement KILP opcode.
Tom Stellard
2010-07-06
1
-1
/
+1
*
r300/compiler: Implement simple loop emulation
Tom Stellard
2010-06-11
1
-3
/
+3
*
r300: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
1
-2
/
+0
*
r300g: implement TRUNC as floor
Marek Olšák
2010-04-19
1
-1
/
+1
*
r300/compiler: lower CEIL
Marek Olšák
2010-04-19
1
-1
/
+1
*
r300g: FS constants emission rework
Marek Olšák
2010-04-12
1
-1
/
+0
*
r300g: Remove unnecessary header.
Vinson Lee
2010-03-29
1
-2
/
+0
*
r300g: handle TGSI_OPCODE_RET as END
Marek Olšák
2010-03-28
1
-4
/
+10
*
r300g: print errors even on non-debug builds
Marek Olšák
2010-03-27
1
-1
/
+2
*
r300g: Work around "defect" in r300compiler.
Corbin Simpson
2010-02-10
1
-2
/
+3
*
r300g: One less assert.
Corbin Simpson
2010-02-09
1
-1
/
+0
*
r300g: Be ever-so-slightly more useful on bad shaders.
Corbin Simpson
2010-02-09
1
-1
/
+3
*
r300g: Fix funky segfault.
Corbin Simpson
2010-02-01
1
-5
/
+7
*
r300g: Inline immediates where possible.
Corbin Simpson
2010-02-01
1
-8
/
+53
*
Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.
Michal Krol
2010-01-05
1
-1
/
+1
*
r300g: add texture compare modes
Marek Olšák
2009-12-19
1
-2
/
+7
*
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-7
/
+7
*
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-4
/
+4
*
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-5
/
+5
*
gallium: try and update r300 and nv drivers for tgsi changes
Keith Whitwell
2009-11-24
1
-3
/
+4
*
gallium: remove extended negate also, and also the ExtSwz token
Keith Whitwell
2009-10-23
1
-6
/
+1
*
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-5
/
+4
*
gallium: remove noise opcodes
Keith Whitwell
2009-10-23
1
-4
/
+0
*
Merge branch 'master' into r300g-glsl
Nicolai Hähnle
2009-10-07
1
-3
/
+4
|
\
|
*
r300g: fix scons build
Joakim Sindholt
2009-10-05
1
-3
/
+4
*
|
r300/compiler: Refactor to allow different instruction types
Nicolai Hähnle
2009-10-04
1
-16
/
+16
*
|
r300/compiler: Introduce control flow instructions and refactor dataflow
Nicolai Hähnle
2009-10-03
1
-3
/
+3
*
|
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-21
1
-1
/
+0
|
\
|
|
*
r300g: delete unused flag due to commit: 09b566e1610
Cooper Yuan
2009-09-13
1
-1
/
+0
|
*
tgsi: remove redundant CND0 opcode
Keith Whitwell
2009-09-01
1
-1
/
+0
*
|
r300: Remove all Mesa dependencies from the shader compiler
Nicolai Hähnle
2009-08-30
1
-139
/
+138
|
/
*
r300g: Use radeon compiler for fragment programs
Nicolai Hähnle
2009-07-30
1
-3
/
+41
*
r300g: Use r300compiler for vertex shaders
Nicolai Hähnle
2009-07-30
1
-0
/
+299