Brian Paul
|
ce7f006e66
|
fragment program named constants and named program parameters basically work now
|
2003-04-05 00:38:09 +00:00 |
|
Brian Paul
|
45bc887da2
|
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
|
2003-03-25 02:23:44 +00:00 |
|
Jouk Jansen
|
b0f347872d
|
Committing in .
Added some type casts
Modified Files:
Mesa/src/swrast/s_nvfragprog.c
----------------------------------------------------------------------
|
2003-03-19 07:15:35 +00:00 |
|
Brian Paul
|
4515663052
|
Rewrite of fragment program named parameters, constants, etc. Not done.
|
2003-03-19 05:34:24 +00:00 |
|
Brian Paul
|
54e92e8420
|
Store partial derivative values in sw_span structure.
Implemented DDX and DDY fragment program instructions (whew!)
Not fully tested yet.
|
2003-03-16 22:02:36 +00:00 |
|
Brian Paul
|
350353adcd
|
Fix up some fragment program texture enable issues.
Implemented TXD instruction.
|
2003-03-15 17:33:25 +00:00 |
|
Brian Paul
|
f386f73f9e
|
Clean-up of parser error handling/reporting.
Basic fragment program texture instructions are limping along.
|
2003-03-14 15:40:59 +00:00 |
|
Brian Paul
|
f9b1e5241f
|
added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
|
2003-03-04 16:33:53 +00:00 |
|
Brian Paul
|
27558a160a
|
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Moved type conversion and interpolation macros into macros.h
Updated all the files that used to include mmath.h
|
2003-03-01 01:50:20 +00:00 |
|
Brian Paul
|
8488c9f3cb
|
pass the instruction to store_vector4(). implement KIL.
|
2003-02-25 19:29:43 +00:00 |
|
Brian Paul
|
b8d6607acd
|
Move span stuff from swrast.h to s_context.h (it's private).
Implemented remaining fragment program instructions.
Initial changes to implement fragment program texture sampling.
|
2003-02-23 04:10:54 +00:00 |
|
Brian Paul
|
04cbad84e8
|
Implement parsing of texture instructions and prototype execution.
Misc parser clean-ups.
|
2003-02-17 15:38:03 +00:00 |
|
Brian Paul
|
890bcc0be3
|
fragment program execution
|
2003-01-14 04:57:47 +00:00 |
|