Brian
|
cce5084941
|
"Fix" for bug 9170. May need more attention.
|
18 lat temu |
Brian
|
4b1d1b7b18
|
document perspective correction issues
|
18 lat temu |
Brian
|
7ff72a7659
|
document broken inverse trig functions
|
18 lat temu |
Brian
|
c4b3b8dece
|
asin(), acos(), atan() just return 0.5 for now to avoid crashing. Fix someday.
|
18 lat temu |
Brian
|
65bab0dad8
|
remove rc4 suffix
|
18 lat temu |
Brian
|
74edc663a6
|
set 6.5.3 release date
|
18 lat temu |
Brian
|
54d59cfb70
|
Added error check that all varying vars needed by the fragment shader are produced by vertex shader.
|
18 lat temu |
Brian
|
b7f5b8af65
|
Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, such as #10687.
|
18 lat temu |
Brian
|
4099531a0a
|
bump Windows to OpenGL 2.1, set release date
|
18 lat temu |
Brian
|
1606f2c123
|
enable 2.1 extensions
|
18 lat temu |
Brian
|
1dd7c00214
|
Windows updates
|
18 lat temu |
Brian
|
f42d4ab41e
|
move #include <GL/glut.h> after other #includes for Windows
|
18 lat temu |
Brian
|
4a28548cbf
|
use sqrt(), not sqrtf() for Windows
|
18 lat temu |
Karl Schultz
|
5814922d25
|
updates for 6.5.3 w/ VC8
|
18 lat temu |
Brian
|
3de20aead2
|
RC4
|
18 lat temu |
Brian
|
6d27194dff
|
fix attribsMask (re-fixes depth peeling algorithm)
|
18 lat temu |
Brian
|
c233aa2768
|
s/fog/attrib[FRAG_ATTRIB_FOGC][0]/
|
18 lat temu |
Brian
|
c93b2a1cb7
|
s/fog/attrib[FRAG_ATTRIB_FOGC][0]/
|
18 lat temu |
Brian
|
eca456b63d
|
s/DO_TEXVAR/DO_ATTRIBS/
|
18 lat temu |
Brian
|
4003bde6ff
|
get rid of an extra textured triangle function
|
18 lat temu |
Brian
|
ddcf819906
|
s/TEXTURE/ATTRIBS/
|
18 lat temu |
Brian
|
9ede048127
|
trim down the number of line drawing functions, special cases
|
18 lat temu |
Brian
|
97693436a5
|
only need one CI-mode triangle function
|
18 lat temu |
Brian
|
8a8a5bd104
|
s/INTERP_TEX/INTERP_ATTRIBS/
|
18 lat temu |
Brian
|
3e5eda9ee9
|
fix typo
|
18 lat temu |
Brian
|
f38dcc8a6a
|
added missing VC8 .sln files
|
18 lat temu |
Brian
|
b1b154c498
|
added new VC* files, bump version to rc3
|
18 lat temu |
Karl Schultz
|
286faac68e
|
assorted fixes for Windows/VC8
|
18 lat temu |
Brian
|
3b0bd0ce17
|
new VC8 project files
|
18 lat temu |
Karl Schultze
|
208ea84524
|
fix double const, move an assertion
|
18 lat temu |
Matthias Hopf
|
7868ab6617
|
add missing semicolon
|
18 lat temu |
Sean D'Epagnier
|
47ad443c55
|
Added proper cleanup code
|
18 lat temu |
Brian
|
3db3dc58bc
|
disable some errant code
|
18 lat temu |
Brian
|
c27adc52ce
|
remove SWvertex->fog field, use attrib field
|
18 lat temu |
Brian
|
afc132e7a9
|
remove SWvertex->fog field, use attrib field
|
18 lat temu |
Brian
|
335769a875
|
some re-org, clean-up
|
18 lat temu |
Brian
|
0bdf216dd0
|
Improve the code for interpolating fragment attributes a little. More to come...
|
18 lat temu |
Brian
|
d59e6f233b
|
import glxext.h version 19
|
18 lat temu |
Sean D'Epagnier
|
ad02042db2
|
Fixed fallout, glfbdev driver was calling a nop function that was removed.
|
18 lat temu |
Brian
|
f793e90e82
|
Fix color sum bug 10688.
|
18 lat temu |
Brian
|
112e1f2b5a
|
specularColor.alpha should default to 1, not 0
|
18 lat temu |
Brian
|
e5cf37c178
|
fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690
|
18 lat temu |
Brian
|
b5e9b0e562
|
Remove the !rb->Data check that was added a few months ago.
Was changed while debugging #7205. Broke the shadowtext demo. Revisit this
if the problem w/ bug 7205 returns...
|
18 lat temu |
Brian
|
b1502588c4
|
s/occlude.h/queryobj.h/
|
18 lat temu |
Brian
|
74afcabd85
|
Rename occlude.[ch] to queryobj.[ch]
|
18 lat temu |
Brian
|
b3ab925e91
|
Rename occlude.[ch] to queryobj.[ch] to better reflect contents.
|
18 lat temu |
Brian
|
2d2c6a622d
|
prep for 6.5.3 rc2
|
18 lat temu |
Brian
|
fc3d6bd351
|
memory leaks fixed
|
18 lat temu |
Brian
|
e261d66d81
|
Remove all the USE_MEMPOOL debug code.
|
18 lat temu |
Brian
|
cd3e39340f
|
Use new memory pool allocator. Lots of debug code still in place...
|
18 lat temu |