index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast
/
s_fragprog_to_c.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
At keithw's request, remove all traces of the "fragment program to C" and
Ian Romanick
2005-11-08
1
-777
/
+0
*
use _mesa_num_inst_src_regs() instead of nr_args()
Brian Paul
2005-11-05
1
-48
/
+3
*
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
1
-81
/
+82
*
Update includes post-splitting of s_texture.c
Brian Paul
2005-09-15
1
-1
/
+0
*
Add a facility to route all rasterization through a fragment program
Keith Whitwell
2005-05-04
1
-1
/
+1
*
work around a param bug (Adam Jackson)
Brian Paul
2004-08-25
1
-1
/
+1
*
Make _SAT instructions compile correctly.
Keith Whitwell
2004-04-15
1
-3
/
+4
*
wrap file in #ifdef USE_TCC, otherwise compilation failes
Brian Paul
2004-04-14
1
-0
/
+3
*
Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile
Keith Whitwell
2004-04-14
1
-15
/
+50
*
Build a single string containing the generated 'C' code.
Keith Whitwell
2004-04-13
1
-84
/
+142
*
Make the output a little more likely to compile...
Keith Whitwell
2004-03-30
1
-33
/
+60
*
Insert original fragment program instructions as comments.
Brian Paul
2004-03-30
1
-3
/
+14
*
Amusing utility to print ARB_fp programs as C code
Keith Whitwell
2004-03-30
1
-0
/
+687