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
/
tnl
/
t_vb_arbprogram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value
Brian Paul
2006-04-06
1
-1
/
+1
*
GLSL fixes:
Michal Krol
2006-03-21
1
-2
/
+2
*
Add position_invarient support
Keith Whitwell
2006-03-02
1
-2
/
+17
*
Add ARB_vertex_shader stage just before render stage.
Michal Krol
2006-02-13
1
-5
/
+10
*
use calloc instead of malloc so try_codegen field is initialized to zero (bug...
Brian Paul
2006-02-02
1
-3
/
+3
*
do away with 'long long' usage
Brian Paul
2005-12-08
1
-12
/
+11
*
use 64-bit typedefs for portability
Karl Schultz
2005-12-08
1
-1
/
+1
*
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-12-06
1
-4
/
+4
*
Remove the _mesa_parse_arb_vertex/fragment_program() functions into
Brian Paul
2005-11-19
1
-0
/
+1
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-8
/
+8
*
This patch adds the missing NV_vertex_program2 and NV_vertex_program3
Ian Romanick
2005-11-08
1
-1
/
+20
*
use _mesa_num_inst_src_regs() and _mesa_opcode_string()
Brian Paul
2005-11-05
1
-89
/
+60
*
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
1
-25
/
+82
*
just pass ctx to do_ndc_cliptest() rather than stuffing it in the arb_vp_mach...
Brian Paul
2005-11-04
1
-4
/
+3
*
s/15/VERT_RESULT_MAX/
Brian Paul
2005-11-03
1
-2
/
+3
*
added some assertions to catch unexpected swizzle values in cvp_emit_arg(), c...
Brian Paul
2005-10-29
1
-0
/
+7
*
fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string()
Brian Paul
2005-10-29
1
-11
/
+12
*
Keith's fixes for RSW and XPD (need temporaries)
Brian Paul
2005-10-28
1
-9
/
+22
*
include tnl.h to silence warning
Brian Paul
2005-10-28
1
-1
/
+2
*
Added assert that result != arg0 in do_RSW. This currently fails and needs f...
Brian Paul
2005-10-28
1
-0
/
+2
*
TNL module needs to implement ctx->Driver.ProgramStringNotify() function
Brian Paul
2005-10-28
1
-0
/
+18
*
additional wrapper updates, bug 4468
Brian Paul
2005-09-19
1
-1
/
+1
*
use mesa import wrappers, bug 4468
Brian Paul
2005-09-16
1
-1
/
+1
*
added FREXPF() macro (bug 4060)
Brian Paul
2005-08-12
1
-6
/
+2
*
Check for null program->Parameters pointer in validate_vertex_program().
Brian Paul
2005-07-15
1
-1
/
+5
*
Use the LDEXPF wrapper macro.
Keith Whitwell
2005-07-13
1
-2
/
+2
*
Add runtime compiled x87 implementations for most of the remaining
Keith Whitwell
2005-07-10
1
-19
/
+34
*
Use frexp on Windows; frexpf is not available.
Karl Schultz
2005-07-01
1
-0
/
+4
*
replace some free() calls with _mesa_free()
Brian Paul
2005-07-01
1
-4
/
+5
*
include light.h to silence warning
Brian Paul
2005-06-21
1
-0
/
+1
*
remove debug prints
Keith Whitwell
2005-06-10
1
-2
/
+0
*
Allow the print opcode to compile
mesa_20050610
Keith Whitwell
2005-06-10
1
-2
/
+1
*
Add notes about intended precision of opcodes.
Keith Whitwell
2005-06-10
1
-38
/
+46
*
Another typo
Keith Whitwell
2005-06-09
1
-1
/
+1
*
Further clean up RoughApproxPow2 and disable the optimized version --
Keith Whitwell
2005-06-09
1
-8
/
+9
*
Fix typo in RoughApproxPow2
Keith Whitwell
2005-06-09
1
-1
/
+5
*
Store compiled vertex program representations in a pointer in the
Keith Whitwell
2005-06-09
1
-38
/
+52
*
Turn off debug
Keith Whitwell
2005-06-08
1
-2
/
+2
*
Runtime generate sse/sse2 code for some vertex programs. Experimental
Keith Whitwell
2005-06-08
1
-52
/
+85
*
Remove ARL opcode from interpreter.
Keith Whitwell
2005-06-08
1
-192
/
+38
*
Initialize some variables.
Keith Whitwell
2005-06-07
1
-9
/
+8
*
Simplify interpreted language:
Keith Whitwell
2005-06-07
1
-625
/
+581
*
Missing from previous commit
Keith Whitwell
2005-05-10
1
-2
/
+2
*
Add DISASSEM define, similar to other program generator files.
Keith Whitwell
2005-04-29
1
-6
/
+21
*
Move the call to _tnl_UpdateFixedFunctionProgram to make
Keith Whitwell
2005-04-22
1
-1
/
+0
*
Simplify the pipeline_stage structure
Keith Whitwell
2005-04-22
1
-13
/
+30
*
New software implementation of ARB_vertex_program. Similar in speed
Keith Whitwell
2005-04-21
1
-0
/
+1551