Brian Paul
|
45bc887da2
|
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
|
2003-03-25 02:23:44 +00:00 |
|
Brian Paul
|
af1bfb7281
|
store correct EXP result
|
2003-03-25 00:00:29 +00:00 |
|
Brian Paul
|
6d6efd605f
|
disable prototyped GLX_ARB_render_texture extension
|
2003-03-24 23:41:10 +00:00 |
|
Brian Paul
|
ee2b34215f
|
add 2, not 4, in _mesa_get_compressed_formats()
|
2003-03-24 20:00:09 +00:00 |
|
Brian Paul
|
d40f9fa0ec
|
fix GL_COLOR_MATERIAL bug
|
2003-03-21 13:18:33 +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
|
762c115242
|
added comments
|
2003-03-19 05:33:09 +00:00 |
|
Keith Whitwell
|
aaa46798f1
|
Fix typo
|
2003-03-17 21:38:47 +00:00 |
|
Brian Paul
|
c6dcb0fe89
|
move #include glheader.h before extern C namespace
|
2003-03-17 15:13:43 +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
|
a79b55ae65
|
use TEX_UNIT_LOOP macro to coalesce some code
|
2003-03-16 20:10:01 +00:00 |
|
Brian Paul
|
dec3ed69e2
|
clean-ups, re-org in preparation for fragment program work
|
2003-03-16 18:42:13 +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
|
a2da1155c2
|
include macros.h
|
2003-03-14 15:38:04 +00:00 |
|
Brian Paul
|
24e81fda4d
|
fix/improve glAreTextures/ProgramsResident (Jose Fonseca)
|
2003-03-10 00:26:24 +00:00 |
|
Brian Paul
|
47d8adde43
|
DOS update (Daniel Borca)
|
2003-03-08 18:28:14 +00:00 |
|
Brian Paul
|
009bbccb69
|
added OS/2 version of IROUND (Evgeny Kotsuba)
|
2003-03-07 14:54:22 +00:00 |
|
Jouk Jansen
|
b5a56e2480
|
Committing in .
Removed src/mmath.c from OpenVMS makefile
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
|
2003-03-05 15:54:56 +00:00 |
|
Brian Paul
|
cc9464e082
|
fix GLchan=GLfloat problems
|
2003-03-04 19:16:47 +00:00 |
|
Brian Paul
|
612cf792db
|
silence a GLchan=GLfloat warning with a cast
|
2003-03-04 19:16:23 +00:00 |
|
Brian Paul
|
f9b1e5241f
|
added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
|
2003-03-04 16:33:53 +00:00 |
|
Brian Paul
|
386578c5bc
|
disable using optimized _mesa_sqrtf() for now
|
2003-03-03 21:44:39 +00:00 |
|
Brian Paul
|
42ad8664f9
|
better error messages (Leif Delgass)
|
2003-03-03 15:37:41 +00:00 |
|
Brian Paul
|
a59ce9041d
|
added extern "C" for C++
|
2003-03-02 19:38:24 +00:00 |
|
Brian Paul
|
0168240c5c
|
removed extra _mesa_memset16() prototype
|
2003-03-02 19:36:09 +00:00 |
|
Brian Paul
|
490a8b8315
|
remove some MESA_DEBUG stuff
|
2003-03-02 19:31:15 +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
|
7acd88c6d9
|
minor typo
|
2003-02-28 15:09:02 +00:00 |
|
Brian Paul
|
a20ed72003
|
fix GLchan==GLfloat bug in solve_plane_chan (bug 694546)
|
2003-02-28 15:08:49 +00:00 |
|
Brian Paul
|
13c4c046a5
|
fix a cast (bug 694546)
|
2003-02-27 23:37:53 +00:00 |
|
Karl Schultz
|
65098ec9f5
|
fix compilation warnings on Windows
|
2003-02-27 19:40:45 +00:00 |
|
Karl Schultz
|
72baa3126b
|
Fix function definitions for Windows.
|
2003-02-27 19:00:00 +00:00 |
|
Brian Paul
|
6a98bef961
|
fix float color interpolation (bug 694461)
|
2003-02-27 18:15:18 +00:00 |
|
Brian Paul
|
759c8f92e9
|
More clean-ups. Parse scalar/vector literals and defined identifier sources.
|
2003-02-26 01:28:15 +00:00 |
|
Brian Paul
|
730c924943
|
s/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/- and absolute value syntax.
|
2003-02-25 20:07:43 +00:00 |
|
Brian Paul
|
9f4d812aa7
|
set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3
|
2003-02-25 19:30:59 +00:00 |
|
Brian Paul
|
f9ff2657c4
|
assorted clean-ups and improvements
|
2003-02-25 19:30:27 +00:00 |
|
Brian Paul
|
8488c9f3cb
|
pass the instruction to store_vector4(). implement KIL.
|
2003-02-25 19:29:43 +00:00 |
|
Brian Paul
|
1bdc52f86e
|
parser clean-ups and simplifications
|
2003-02-25 19:27:54 +00:00 |
|
Brian Paul
|
adb1a2911a
|
move matrix type enum out of GLmatrix struct
|
2003-02-25 19:27:06 +00:00 |
|
Brian Paul
|
a10be7fb85
|
fix-up pixel_format enum stuff
|
2003-02-25 19:26:30 +00:00 |
|
Brian Paul
|
4039cb8ca8
|
casts to silence g++ warnings
|
2003-02-25 19:25:52 +00:00 |
|
Brian Paul
|
b10c434a8f
|
use _mesa_find_line_column()
|
2003-02-23 05:25:16 +00:00 |
|
Brian Paul
|
d804fd1f4d
|
parser clean-ups (use struct parse_state)
|
2003-02-23 05:24:39 +00:00 |
|
Brian Paul
|
25fea6be0a
|
added _mesa_find_line_column()
|
2003-02-23 05:23:53 +00:00 |
|
Brian Paul
|
736d10c274
|
silence warning with a cast
|
2003-02-23 04:23:43 +00:00 |
|
Brian Paul
|
25060c1f29
|
test if active texture is really changed in _mesa_ActiveTexture()
|
2003-02-23 04:12:57 +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 |
|