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
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
1
-7
/
+1
*
r300g: remove dependency on compiler.h
Brian Paul
2015-02-26
1
-0
/
+1
*
r300g: implement ARR opcode
David Heidelberg
2014-12-21
1
-1
/
+1
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-2
/
+0
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
1
-1
/
+0
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-2
/
+0
*
r300: Drop the "/* gap */" notes.
Eric Anholt
2014-11-24
1
-3
/
+0
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-2
/
+2
*
gallium: Eliminate TGSI_OPCODE_IFC.
José Fonseca
2013-04-17
1
-1
/
+0
*
r300g: implement TRUNC correctly
Marek Olšák
2012-08-27
1
-1
/
+1
*
r300/compiler: Implement ROUND
Tom Stellard
2011-09-10
1
-1
/
+1
*
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
[next]