Keith Whitwell
8a340279f4
No need to call UpdateMaterial() from RunPipeline().
22 anni fa
Keith Whitwell
e6abd5c415
No need to call radeonUpdateMaterial() from RunPipeline().
22 anni fa
Jouk Jansen
7ac9133627
Committing in .
Small VMS issue : sys/param.h is not available on all systems and not
needed anyway.
Modified Files:
Mesa-newtree/src/mesa/main/vsnprintf.c
----------------------------------------------------------------------
22 anni fa
Brian Paul
853bda3e7c
Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment
programs are enabled and if they need secondary color input register.
Patch by Karl Rasche, with tweaks by Brian.
22 anni fa
Eric Anholt
e8bec8832b
Remove usleeps from sis driver. We probably aren't doing anyone a service
sleeping with the lock held. Also, rename cEngineState to engineState since
it isn't a char any more.
22 anni fa
Alan Hourihane
73c3c397e4
fix bogus assertion that checked for an empty texture heap list before
deleting the textures. Essentially move the assertion after the destruction
of the heap.
22 anni fa
Keith Whitwell
6b9e8279dd
Provide dummy definitions of __driConfig externs
22 anni fa
Alan Hourihane
1cb5d2e01a
some changes for SOLO build
22 anni fa
Alan Hourihane
8ed3231669
build in SOLO environment
22 anni fa
Alan Hourihane
243093f544
kill a warning
22 anni fa
Keith Whitwell
07851ca039
get ffb compiling
22 anni fa
Keith Whitwell
c11039979c
get tdfx compiling
22 anni fa
Daniel Borca
8fee8dfcaa
fixed a bug in texgen (T coord for GL_REFLECTION_MAP_NV)
22 anni fa
Keith Whitwell
034da5d817
Remove PRIM_PARITY reference
22 anni fa
Jouk Jansen
58f88a29d2
Committing in .
OpenVMS compile issues
Modified Files:
Mesa-newtree/progs/tests/cva.c
Mesa-newtree/progs/tests/dinoshade.c
Mesa-newtree/progs/tests/multipal.c
Mesa-newtree/src/mesa/main/descrip.mms
Mesa-newtree/src/mesa/tnl/descrip.mms
Mesa-newtree/src/mesa/tnl/t_vtx_api.c
----------------------------------------------------------------------
22 anni fa
Jouk Jansen
2799d2535a
Committing in .
Solves array boundary out of bound which causes problems on OpenVMS (and
maybe other systems)
Modified Files:
Mesa-newtree/src/mesa/tnl/t_vb_lighttmp.h
Mesa-newtree/src/mesa/tnl/t_vtx_eval.c
----------------------------------------------------------------------
22 anni fa
Alan Hourihane
173f9ae031
add SETPARAM ioctl
22 anni fa
Alan Hourihane
99ef0a0329
merge some more of the radeon DRI driver from the DRI trunk
22 anni fa
Alan Hourihane
273e52f86f
sync some more of the r200 driver from the DRI trunk
22 anni fa
Alan Hourihane
297807d431
merge i830 DRI driver from DRI trunk
22 anni fa
Brian Paul
a5a7d208c4
added drivers/fbdev/glfbdev.c
22 anni fa
Brian Paul
8172cec943
conditionally define GLAPIENTRYP to prevent some warnings in linux-solo
22 anni fa
Brian Paul
a763123b35
glFBDev driver from embedded-2 branch.
Probably won't be actively used/maintained, but bring it to the trunk so
it doesn't get lost.
22 anni fa
Keith Whitwell
fe54ba3952
Relax assertion to account for empty primitives.
22 anni fa
Alan Hourihane
cc14011596
fix _SOLO build problem
22 anni fa
Alan Hourihane
87ae8db374
fix a _SOLO build problem
22 anni fa
Alan Hourihane
e616ad78d8
fix _SOLO build problem
22 anni fa
Alan Hourihane
e412eef73f
fix some _SOLO build problems
22 anni fa
Alan Hourihane
d907a75498
xmlconfig fixes
22 anni fa
Alan Hourihane
e4b5ff8e77
xmlconfig fixes for the new options
22 anni fa
Alan Hourihane
94965f2738
merge r128 DRI driver from DRI trunk
22 anni fa
Alan Hourihane
98165fb1cf
merge i810 DRI driver from DRI trunk
22 anni fa
Alan Hourihane
a87bf1599c
fix compiler warning
22 anni fa
Alan Hourihane
c0b0b1790a
remove duplicate declarations
22 anni fa
Keith Whitwell
fcf02034b4
Backout last change on the displaylist path to fix gears (and probably
everything else).
22 anni fa
Brian Paul
b25439a3bc
include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined
22 anni fa
Brian Paul
dd7f735f53
don't include GL/gl.h, define GLAPIENTRYP if not defined
22 anni fa
Brian Paul
a6ad01c14e
Fix a front/back CopyPixels glitch.
22 anni fa
Alan Hourihane
eed5ac284c
bring over latest mga DRI driver from DRI trunk
22 anni fa
Alan Hourihane
1f2d9ae69f
bring in common from DRI trunk
22 anni fa
Alan Hourihane
0cbb006942
disable some DEBUG
22 anni fa
Karl Schultz
9b9a57a25c
Change
#define GLAPIENTRYP __stdcall *
to
#define GLAPIENTRYP GLAPIENTRY *
These two defs end up doing the same thing, but the compiler can squawk
because they look different. Also matches the way it is declared in gl.h.
Do same for GLCALLBACKP.
22 anni fa
Karl Schultz
fed1cda2ad
update files
22 anni fa
Karl Schultz
44c00033f2
Add missing GLAPIENTRY
22 anni fa
Karl Schultz
d6745697b6
Add missing GLAPIENTRY
22 anni fa
Alan Hourihane
ddd3fad6e5
use _swrast_CopyPixels for XFree86
22 anni fa
Alan Hourihane
e78dd78e4a
merge latest DRI sis driver changes from the DRI trunk
22 anni fa
Alan Hourihane
ecb1a5f7f9
build fix
22 anni fa
Alan Hourihane
21a218f5bf
build fixes
22 anni fa
Alan Hourihane
164c703e98
build fixes
22 anni fa