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
/
shader
/
arbvertparse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the _mesa_parse_arb_vertex/fragment_program() functions into
Brian Paul
2005-11-19
1
-96
/
+0
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-9
/
+9
*
remove unneeded #includes
Brian Paul
2005-11-07
1
-12
/
+4
*
consolidate vertex/fragment program printing into _mesa_print_program()
Brian Paul
2005-11-05
1
-85
/
+2
*
use _mesa_program_file_string() and _mesa_opcode_string()
Brian Paul
2005-11-05
1
-54
/
+25
*
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
1
-12
/
+12
*
Streamline code generation by using a fixed size instruction buffer in
Brian Paul
2005-11-03
1
-4
/
+13
*
Free old parameter list before assigning new one. FIxes memory leak.
Brian Paul
2005-10-29
1
-0
/
+5
*
If parsing a program fails, don't change the vertex/fragment program object.
Brian Paul
2005-10-29
1
-11
/
+9
*
Include negate information in disassembly output.
Keith Whitwell
2005-05-04
1
-6
/
+12
*
Reduce the size of mesa's internal fragment and vertex program
Keith Whitwell
2005-04-21
1
-117
/
+91
*
minor formatting fix
Brian Paul
2005-01-19
1
-2
/
+2
*
Experimental PRINT instruction for NV_vertex_program.
Brian Paul
2004-12-16
1
-0
/
+7
*
remove redundant check of parsed program target
Michal Krol
2004-10-21
1
-15
/
+1
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-0
/
+1
*
Reorder some code so we don't upset program state when there's a parsing error.
Brian Paul
2004-03-30
1
-9
/
+10
*
Initial changes after moving from src/mesa/main/.
Michal Krol
2004-03-04
1
-0
/
+229