Brian Paul
8d3aca655e
disable call to via_sse_memcpy() until it's fixed
21 years ago
Brian Paul
1f88391747
need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP query
21 years ago
Brian Paul
d39760d718
Check for null program->Parameters pointer in validate_vertex_program().
GL_NV_vertex_program programs can't directly reference GL state so this
pointer is always NULL.
21 years ago
Brian Paul
df0350b7ec
added comments
21 years ago
Brian Paul
b0489d4f82
remove duplicate "User disable" string
21 years ago
Brian Paul
8ec981c469
redo previous check-in, just set ARCH_FLAGS = -m32
21 years ago
Brian Paul
4eb3a0f076
define CFLAGS and CXXflags with -m32 (Egbert Eich)
21 years ago
Brian Paul
4c72778251
replace gcc with $(CC) (Egbert Eich)
21 years ago
Brian Paul
badad72383
eglgears demo (Dane Rushton)
21 years ago
Brian Paul
c62c24c72f
added a few more fallbackStrings (Andreas Stenglein)
21 years ago
Keith Whitwell
b127cfeb7a
Use the LDEXPF wrapper macro.
21 years ago
Keith Whitwell
3f7cb794ea
Add a LDEXPF wrapper macro.
21 years ago
Keith Whitwell
c472dcdac0
Wrap RESTORE_FPU/RND_NEG_FPU declarations with check for USE_SSE_ASM.
21 years ago
Keith Whitwell
ce721143b4
Cache texenv programs to avoid repeated compilation (Ben Skeggs)
21 years ago
Keith Whitwell
9311bc253e
Add runtime compiled x87 implementations for most of the remaining
opcodes. When enabled via environment vars, gears runs and almost
looks right but other apps are still quite buggy.
21 years ago
Keith Whitwell
0cfbd849ec
Add lots of x87 fpu instructions.
21 years ago
Ian Romanick
6d5d1f8a41
Restore linux-x86-32 config for Brian.
21 years ago
Ian Romanick
38e2fa385d
Put back the glPopMatrix. This test was derived from blendminmax.c.
When extra code was cut from blendminmax.c's Display function, the
glPopMatrix call was also accidentally cut.
21 years ago
Ian Romanick
2550844c6e
Correct the comments in the file headers. Oops.
21 years ago
Ian Romanick
259f096ed8
Add regression test for bug #3101.
21 years ago
Roland Scheidegger
f3186e5789
Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),
so r200SetBuffer, r200SpanRenderStart and r200SpanRenderFinish get called again.
Bugzilla #3705, #3706 .
21 years ago
Brian Paul
4cf6718725
The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.
Restore that behavior with new _mesa_alloc_texmemory() function.
Should fix via_sse_memcpy() problem in found with flightgear.
21 years ago
Jon Smirl
78be0b5dad
Put default back to the normal DRM path
21 years ago
Ian Romanick
f0ff50d4ed
Add support for assembly (static) dispatch functions on x86-64. This
is basically patch #2939 from X.org bugzilla #3379 . This does *not*
fix the bug as it does not dynamically generate stubs at run-time. It
just gets things one step closer.
21 years ago
Ian Romanick
1a9cac10b8
linux-x86-32 is unnecessary. The same thing can be acomplished by
'make linux-x86 ARCH_FLAGS=-m32'.
21 years ago
Ian Romanick
9204e87b2e
Massive refactor of (most of) the Linux config files. This reduces
the length of each config and brings a lot of much needed uniformity
to them.
21 years ago
Ian Romanick
4f178c6e3a
Add $(CFLAGS) to the link commands. This makes 'make linux-x86
ARCH_FLAGS=-m32' work correctly on x86-64 systems.
21 years ago
Ian Romanick
ef2ce9d003
Make linux-x86 more like the other linux configs.
21 years ago
Vladimir Dergachev
c1c684b0f3
Expose the fact that we do not do either selection of feedback buffers - either with software or hardware rendering.
21 years ago
Jerome Glisse
666dcaaf05
Adding RV350_NJ ID.
21 years ago
Jerome Glisse
7b12220256
Adapt extension string to new GL dispatch schema proposed
by Idr. This patch is based on Idr patch to radeon driver.
Change #if 1 to #if 0 (r300_context.c:l69) for old dispatch
tab.
21 years ago
Karl Schultz
5f79d27b82
Update notes with VC7 info.
21 years ago
Karl Schultz
c136b41b09
Add windows VC7 project files to filelist for tar/zip files.
21 years ago
Karl Schultz
ee850657e6
VC7 project file for building glut lib
21 years ago
Karl Schultz
0cf67634bb
VC7 project file for gears demo
21 years ago
Karl Schultz
101d05ad94
VC7 Solution file for building glut and demos
21 years ago
Karl Schultz
c5b6580c6f
VC7 project file for osmesa
21 years ago
Karl Schultz
35a11c14ee
VC7 project file for core mesa lib
21 years ago
Karl Schultz
ec171b7d02
VC7 project file for glu
21 years ago
Karl Schultz
2de5f6e252
VC7 project file for gdi driver
21 years ago
Karl Schultz
b64d60a2a6
Visual Studio 7 solution file for mesa lib
21 years ago
Karl Schultz
eac7688231
Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.
21 years ago
Keith Whitwell
219f3c4489
Set fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs.
21 years ago
Karl Schultz
06abb854f0
Add new files to project.
21 years ago
Karl Schultz
7fe8696d01
Use frexp on Windows; frexpf is not available.
21 years ago
Karl Schultz
9b56781986
Fix a prototype
21 years ago
Roland Scheidegger
758f334717
convert sis and radeon driver to use spantmp2 instead of spantmp template. Remove old (pre-renderbuffer) span code instead of converting that too. Remove this old code from mach64 (the dead code was not fully converted to spantmp2 previously) too.
21 years ago
Brian Paul
8e8fa63cb4
comment-out some unused code to silence warnings
21 years ago
Brian Paul
559c494fc8
replace some free() calls with _mesa_free()
21 years ago
Brian Paul
03f52fea63
updates to file list for tarballs
21 years ago