Brian Paul
2db8fe2906
fix minor glitch with GL_DEPTH_COMPONENT textures
21 년 전
Brian Paul
089645799c
fix max buffer size test (Kyle Bateman, bug 912828)
21 년 전
Brian Paul
5eb921382f
added extern "C" for C++ (bug 930933)
21 년 전
Brian Paul
fb31a01f87
added SPECULAR flag for sprite point functions
21 년 전
Alan Hourihane
d0c8352853
make note about needing to fix the drm driver to enable SAVAGE_CMD_DMA
21 년 전
Brian Paul
32aee1fcc0
added zreaddraw.c
21 년 전
Brian Paul
f3b732f5e5
use MKDEP var
21 년 전
Brian Paul
dd74e36763
added -noprefix option for making DRI drivers
21 년 전
Brian Paul
a3df5990d7
minor fix
21 년 전
Brian Paul
18e9b2e5f8
lots of Makefile updates for new build system
21 년 전
Brian Paul
01eab7c834
move pSAREAPriv declaration to be C-compliant
21 년 전
Brian Paul
62d3309dc2
no depend file
21 년 전
Brian Paul
78c3edc174
don't include GL/gl.h, rely on glheader.h
21 년 전
Brian Paul
bb16df1767
move 'id' declaration so it's C compliant
21 년 전
Alan Hourihane
b303217c14
build fixes
21 년 전
Alan Hourihane
caa5f7e75e
remove non-portable whitespace
21 년 전
Brian Paul
9f4ccd8aa0
use new MKDEP, MKDEP_OPTIONS variables
21 년 전
Brian Paul
216aedbbc6
use # comments instead of //, etc (ajax@nwnk.net)
21 년 전
Daniel Borca
cdd6ba3096
removed wfx makefiles
21 년 전
Daniel Borca
d3746ca27e
revived linux-glide build process
some small Makefile changes for MinGW & DJGPP
21 년 전
Jouk Jansen
40322e1dfa
Committing in .
Correction on last commit (My FTP-server on linux is playing games with
<CR>'s)
Modified Files:
Mesa/src/mesa/drivers/common/descrip.mms
Mesa/src/mesa/main/descrip.mms
Mesa/src/mesa/shader/arbprogparse.c
Mesa/src/mesa/shader/descrip.mms
Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms
----------------------------------------------------------------------
21 년 전
Daniel Borca
8cc059ea64
protected all codegen behind AllowCodegen
21 년 전
Jouk Jansen
8ef874f1a5
Committing in .
Updated OpenVMS compile support due to shader directory.
Removed <CR>'s in arbprogparse.c
Modified Files:
Mesa/src/mesa/descrip.mms
Mesa/src/mesa/drivers/common/descrip.mms
Mesa/src/mesa/main/descrip.mms
Mesa/src/mesa/shader/arbprogparse.c
Mesa/src/mesa/shader/descrip.mms
Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms
----------------------------------------------------------------------
21 년 전
Brian Paul
fbb60ede3d
update revision history
21 년 전
Brian Paul
29f0190be7
minor corrections
21 년 전
Brian Paul
c2b989f351
minor tweak
21 년 전
Brian Paul
51aa7a93ad
for make clean, include tests directory
21 년 전
Brian Paul
3c5d58ccaf
shouldn't be in CVS
21 년 전
Brian Paul
347f1d966e
reorder 6.0 / 6.0.1 entries
21 년 전
Brian Paul
2501fa1197
merge from 6.0 branch
21 년 전
Brian Paul
8b7da14b82
added some assertions, just to be safe
21 년 전
Brian Paul
ec38d1c22c
fix bad array indexing in _save_current_init() that caused context state to get clobbered
21 년 전
Brian Paul
ff1a015ca8
Implement ARB_f_p KIL correctly.
21 년 전
Brian Paul
17355e8b38
add braces to silence warnings
21 년 전
Brian Paul
7feb528905
added FLUSH_CURRENT() call in GetMaterial() calls
21 년 전
Daniel Borca
f17980cdb7
got rid of the notify routine as intermediate step
21 년 전
Daniel Borca
94922b9d2d
disabled naughty cheats and protected the choosers behind AllowCodeGen
21 년 전
Daniel Borca
77865f81c9
added codegen'ed choosers
21 년 전
Brian Paul
8b0afe0a67
fix error in rgb332 texel fetch function
21 년 전
Keith Whitwell
96f17ea938
Rename _x86_ symbols to avoid conflict with r200 driver
21 년 전
Keith Whitwell
f41579cd9e
Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY
21 년 전
Felix Kuehling
d1c1056309
Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. This
fixes a missing symbol in libGLcore.a.
21 년 전
Daniel Borca
e5c7f44009
codegen'ed versions of the 2nd level dispatch
21 년 전
Daniel Borca
13822537a7
fine-tuning x86 gcc codegen
21 년 전
Keith Whitwell
b48c575983
dynfn --> _tnl_dynfn
21 년 전
Brian Paul
3e280b3fe7
these are now in the shader/ directory too
21 년 전
Brian Paul
27eb79c9dc
these files now live in the shader directory
21 년 전
Keith Whitwell
bcc6a02afc
Why are there two copies of this file?
21 년 전
Keith Whitwell
4135601459
Make the output a little more likely to compile...
21 년 전
Brian Paul
a7f52a9ba1
Reorder some code so we don't upset program state when there's a parsing error.
Be sure to assign program.Base.String pointer.
21 년 전