Dave Airlie
377ced2bf1
Add agpmode to the example config file
21 anni fa
Dave Airlie
f833df0781
get agpmode from config file
21 anni fa
Dave Airlie
50a8b7b611
Add shader sources for solo build
21 anni fa
Dave Airlie
ec5f71d0f3
make solo work like before new makefile merge
21 anni fa
Dave Airlie
5d8f7b1197
add agpmode to miniglx config file
21 anni fa
Brian Paul
c50d77a7f1
minor tweak for Darwin
21 anni fa
Brian Paul
e4e323f388
check for __AMD64__ when setting USE_IEEE (Ronnny Vindenes)
21 anni fa
Keith Whitwell
563dadd674
Build a single string containing the generated 'C' code.
21 anni fa
Alan Hourihane
bfaca5c649
fix the usage of GLX_MESA_allocate_memory
21 anni fa
Daniel Borca
fb7766853d
updated Glide driver documentation
fixed SAL/SAR in assyntax.h (NASM)
fixed a bug wrt NULL pointer assignment in t_vtx_api.c
cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S
enabled STDCALL with codegen (MinGW)
21 anni fa
Dave Airlie
4ba589bbf0
make this exactly like XFree86 .. allows 4x to work
21 anni fa
Jon Smirl
c0b0b48e5b
Add DRM_SOURCE_PATH to make system.
Needed for linux-solo to build
21 anni fa
Ian Romanick
231603893d
Missed one with the last commit.
21 anni fa
Ian Romanick
ee22ed2fb4
Conditionally compile code for x86 specific TNL codegen. This fixes problem
with x86-64 and PowerPC.
Reported by: sublett on #dri-devel.
21 anni fa
Alan Hourihane
7873f85684
build fix for VMS
21 anni fa
Brian Paul
2db8fe2906
fix minor glitch with GL_DEPTH_COMPONENT textures
21 anni fa
Brian Paul
089645799c
fix max buffer size test (Kyle Bateman, bug 912828)
21 anni fa
Brian Paul
5eb921382f
added extern "C" for C++ (bug 930933)
21 anni fa
Brian Paul
fb31a01f87
added SPECULAR flag for sprite point functions
21 anni fa
Alan Hourihane
d0c8352853
make note about needing to fix the drm driver to enable SAVAGE_CMD_DMA
21 anni fa
Brian Paul
32aee1fcc0
added zreaddraw.c
21 anni fa
Brian Paul
f3b732f5e5
use MKDEP var
21 anni fa
Brian Paul
dd74e36763
added -noprefix option for making DRI drivers
21 anni fa
Brian Paul
a3df5990d7
minor fix
21 anni fa
Brian Paul
18e9b2e5f8
lots of Makefile updates for new build system
21 anni fa
Brian Paul
01eab7c834
move pSAREAPriv declaration to be C-compliant
21 anni fa
Brian Paul
62d3309dc2
no depend file
21 anni fa
Brian Paul
78c3edc174
don't include GL/gl.h, rely on glheader.h
21 anni fa
Brian Paul
bb16df1767
move 'id' declaration so it's C compliant
21 anni fa
Alan Hourihane
b303217c14
build fixes
21 anni fa
Alan Hourihane
caa5f7e75e
remove non-portable whitespace
21 anni fa
Brian Paul
9f4ccd8aa0
use new MKDEP, MKDEP_OPTIONS variables
21 anni fa
Brian Paul
216aedbbc6
use # comments instead of //, etc (ajax@nwnk.net)
21 anni fa
Daniel Borca
cdd6ba3096
removed wfx makefiles
21 anni fa
Daniel Borca
d3746ca27e
revived linux-glide build process
some small Makefile changes for MinGW & DJGPP
21 anni fa
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 anni fa
Daniel Borca
8cc059ea64
protected all codegen behind AllowCodegen
21 anni fa
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 anni fa
Brian Paul
fbb60ede3d
update revision history
21 anni fa
Brian Paul
29f0190be7
minor corrections
21 anni fa
Brian Paul
c2b989f351
minor tweak
21 anni fa
Brian Paul
51aa7a93ad
for make clean, include tests directory
21 anni fa
Brian Paul
3c5d58ccaf
shouldn't be in CVS
21 anni fa
Brian Paul
347f1d966e
reorder 6.0 / 6.0.1 entries
21 anni fa
Brian Paul
2501fa1197
merge from 6.0 branch
21 anni fa
Brian Paul
8b7da14b82
added some assertions, just to be safe
21 anni fa
Brian Paul
ec38d1c22c
fix bad array indexing in _save_current_init() that caused context state to get clobbered
21 anni fa
Brian Paul
ff1a015ca8
Implement ARB_f_p KIL correctly.
21 anni fa
Brian Paul
17355e8b38
add braces to silence warnings
21 anni fa
Brian Paul
7feb528905
added FLUSH_CURRENT() call in GetMaterial() calls
21 anni fa