Brian Paul
|
861a60fd40
|
added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program
|
hace 22 años |
Brian Paul
|
183aea64d3
|
DOS updates from Daniel Borca
|
hace 22 años |
Brian Paul
|
a8d4963fbc
|
fix EXP instruction and ARL-relative addressing
|
hace 22 años |
Brian Paul
|
8856cece54
|
minor clean-ups, comments, etc
|
hace 22 años |
Brian Paul
|
98fc9b36b6
|
fixed ColorMask problem for front-buffer rendering
|
hace 22 años |
Brian Paul
|
a5607f2a04
|
remove some unfinished code accidently checked in
|
hace 22 años |
Brian Paul
|
a46bd6f96a
|
histogram code move, remove s_histogram.[ch] from Makefiles
|
hace 22 años |
Brian Paul
|
45bc887da2
|
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
|
hace 22 años |
Brian Paul
|
af1bfb7281
|
store correct EXP result
|
hace 22 años |
Brian Paul
|
6d6efd605f
|
disable prototyped GLX_ARB_render_texture extension
|
hace 22 años |
Brian Paul
|
ee2b34215f
|
add 2, not 4, in _mesa_get_compressed_formats()
|
hace 22 años |
Brian Paul
|
bb21846b2f
|
subset spec (was subset.html in embedded-1-branch)
|
hace 22 años |
Brian Paul
|
d40f9fa0ec
|
fix GL_COLOR_MATERIAL bug
|
hace 22 años |
Brian Paul
|
efe5671eef
|
remove/obfuscate all remaining email addresses
|
hace 22 años |
Jouk Jansen
|
b0f347872d
|
Committing in .
Added some type casts
Modified Files:
Mesa/src/swrast/s_nvfragprog.c
----------------------------------------------------------------------
|
hace 22 años |
Brian Paul
|
4515663052
|
Rewrite of fragment program named parameters, constants, etc. Not done.
|
hace 22 años |
Brian Paul
|
762c115242
|
added comments
|
hace 22 años |
Keith Whitwell
|
aaa46798f1
|
Fix typo
|
hace 22 años |
Brian Paul
|
c6dcb0fe89
|
move #include glheader.h before extern C namespace
|
hace 22 años |
Brian Paul
|
54e92e8420
|
Store partial derivative values in sw_span structure.
Implemented DDX and DDY fragment program instructions (whew!)
Not fully tested yet.
|
hace 22 años |
Brian Paul
|
a79b55ae65
|
use TEX_UNIT_LOOP macro to coalesce some code
|
hace 22 años |
Brian Paul
|
dec3ed69e2
|
clean-ups, re-org in preparation for fragment program work
|
hace 22 años |
Brian Paul
|
b0eee79868
|
added -lstc++ info, convert more plain text to html
|
hace 22 años |
Brian Paul
|
350353adcd
|
Fix up some fragment program texture enable issues.
Implemented TXD instruction.
|
hace 22 años |
Brian Paul
|
add99d01ee
|
added fptest1, fptexture, texrect, etc
|
hace 22 años |
Brian Paul
|
5b8ed51501
|
simple NV_fragment_program texture test
|
hace 22 años |
Brian Paul
|
f386f73f9e
|
Clean-up of parser error handling/reporting.
Basic fragment program texture instructions are limping along.
|
hace 22 años |
Brian Paul
|
a2da1155c2
|
include macros.h
|
hace 22 años |
Brian Paul
|
57ad382b8d
|
DJGPP tweaks
|
hace 22 años |
Brian Paul
|
971e4d6160
|
DJGPP tweaks
|
hace 22 años |
Brian Paul
|
7954480d65
|
added Klaus Niederkruger, html clean-up
|
hace 22 años |
Brian Paul
|
24e81fda4d
|
fix/improve glAreTextures/ProgramsResident (Jose Fonseca)
|
hace 22 años |
Brian Paul
|
08953c318e
|
test GLfloat OSMesa rendering
|
hace 22 años |
Brian Paul
|
47d8adde43
|
DOS update (Daniel Borca)
|
hace 22 años |
Brian Paul
|
f4b21ab645
|
minor tweaks
|
hace 22 años |
Brian Paul
|
0b27aceae2
|
Documentation/website overhaul. The website content and doc/ directory
are now merged and are one and the same.
|
hace 22 años |
Brian Paul
|
dc32636cfd
|
minor updates
|
hace 22 años |
Brian Paul
|
009bbccb69
|
added OS/2 version of IROUND (Evgeny Kotsuba)
|
hace 22 años |
Jouk Jansen
|
b5a56e2480
|
Committing in .
Removed src/mmath.c from OpenVMS makefile
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
|
hace 22 años |
Brian Paul
|
cc9464e082
|
fix GLchan=GLfloat problems
|
hace 22 años |
Brian Paul
|
612cf792db
|
silence a GLchan=GLfloat warning with a cast
|
hace 22 años |
Brian Paul
|
f9b1e5241f
|
added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
|
hace 22 años |
Brian Paul
|
386578c5bc
|
disable using optimized _mesa_sqrtf() for now
|
hace 22 años |
Brian Paul
|
42ad8664f9
|
better error messages (Leif Delgass)
|
hace 22 años |
Brian Paul
|
078418208f
|
added glFinish with comment
|
hace 22 años |
Brian Paul
|
a59ce9041d
|
added extern "C" for C++
|
hace 22 años |
Brian Paul
|
0168240c5c
|
removed extra _mesa_memset16() prototype
|
hace 22 años |
Brian Paul
|
490a8b8315
|
remove some MESA_DEBUG stuff
|
hace 22 años |
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
|
hace 22 años |
Brian Paul
|
4e50ab5f70
|
document latest source code changes
|
hace 22 años |