Jouk Jansen
|
5e7591f94c
|
Modified Files:
Mesa/src/descrip.mms
Removed obsolete .obj files.
----------------------------------------------------------------------
|
24 years ago |
Brian Paul
|
d491f7bc14
|
removed beta from version string
|
24 years ago |
Brian Paul
|
af197f5f8f
|
fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.
|
24 years ago |
Brian Paul
|
1b25898946
|
Consolidated source files. Since the re-org a number of source files
only had one or two functions left in them.
|
24 years ago |
Brian Paul
|
24ae7c4c1f
|
Added fi_type union typedef to glheader.h.
Replace various float/int casts with the fi_type union cast.
Fixes -fstrict-aliasing problems.
|
24 years ago |
Brian Paul
|
e4276667da
|
Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture
compression isn't really implmented. Just updated glTexImageXD()
to accept compressed internal format tokens.
|
24 years ago |
Brian Paul
|
65c6ca9179
|
replace 255 with CHAN_MAX
|
24 years ago |
Brian Paul
|
2db44ffe9d
|
fixed a comment
|
24 years ago |
Brian Paul
|
e9ba8e9214
|
disabled an assertion that doesn't seem to be needed
|
24 years ago |
Brian Paul
|
cd1cefae91
|
Allow different max texture sizes for 1/2D, 3D and cube maps.
|
24 years ago |
Brian Paul
|
cc22179cd8
|
fixed an assertion
|
24 years ago |
Brian Paul
|
1178ed817f
|
fixed a +/- typo in the Y coord setup
|
24 years ago |
Brian Paul
|
ae47121fa3
|
removed old, redundant CurrentTransformUnit state var
|
24 years ago |
Brian Paul
|
1676268eab
|
always feedback unit 0 texcoords
|
24 years ago |
Brian Paul
|
baace9ffca
|
don't compile glClientActiveTextureARB() into display lists, per the spec
|
24 years ago |
Brian Paul
|
5ed63e0895
|
disable pixel transfer ops for glGetTexImage(), per the spec
|
24 years ago |
Brian Paul
|
a2162e4228
|
Snap triangle x,y vertices to 1/16 subpixel positions.
Disabled tiny triangle threshold test.
|
24 years ago |
Brian Paul
|
57b46ee6ea
|
check for PB overflow in general_flat_rgba_line()
|
24 years ago |
Brian Paul
|
e67d632d99
|
fixed minor display list bugs (#431517)
|
24 years ago |
Jouk Jansen
|
5891a5dd55
|
Committing in .
Modified Files:
Mesa/src/macros.h
Added
#define COPY_4UBV()
for non i386 machines
----------------------------------------------------------------------
|
24 years ago |
Brian Paul
|
0ce9f39d23
|
add check for NULL malloc (from Stanford metacompilation analysis)
|
24 years ago |
Brian Paul
|
fabc30cfdd
|
only copy GLubyte[4] as a GLuint on x86
|
24 years ago |
Brian Paul
|
36822c50ad
|
use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (bug 430689)
|
24 years ago |
davem69
|
4a497e649b
|
Remove dependency on MESA sources from gl* files
in SPARC glapi optimizations by moving the icache
flush into the glapi_sparc.S file.
Brian, how is this?
|
24 years ago |
Brian Paul
|
a5455bb374
|
test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed for SSE signal handler
|
24 years ago |
davem69
|
6f365c21d7
|
SPARC normal tnl optimizations.
|
24 years ago |
davem69
|
775355a88a
|
Sparc optimized GLAPI dispatch table.
|
24 years ago |
davem69
|
0fab0702b0
|
Generate this now that I know which
gl.spec file to use.
|
24 years ago |
Brian Paul
|
470a7b4874
|
minor clean-ups
|
24 years ago |
Brian Paul
|
a1164746e7
|
filled in a bunch of the function template strings
|
24 years ago |
davem69
|
ae14499101
|
Python script for making glapi_sparc.S
Unused until Brian shows me what gl.spec file he is
actually using for glapi_x86.S as all the ones I can
find seem out of sync.
|
24 years ago |
davem69
|
e4f84b4936
|
Add USE_SPARC_ASM diagnostics to print_info.
|
24 years ago |
Brian Paul
|
b20cea3902
|
removed some code in XMesaDestroyContext() which could lead to a segfault
|
24 years ago |
Keith Whitwell
|
51b36396ae
|
Adaptor code that lets tnl convert compiled (display list) cassettes back
to glVertex() type calls. Allows driver-supplied tnl modules to avoid
fallback on glCallList inside begin/end pairs.
Still a little buggy...
|
24 years ago |
Keith Whitwell
|
bd58a63fe8
|
New files to provide glEvalPoint, glEvalCoord implementations for
driver tnl modules.
|
24 years ago |
Keith Whitwell
|
2c2a956a3a
|
Add api_arrayelt.c
|
24 years ago |
Keith Whitwell
|
4b7d6f216b
|
Working implementation of glArrayElt that decomposes to regular
glVertex/glNormal/etc calls.
|
24 years ago |
Brian Paul
|
a7de8b6776
|
added minor comments
|
24 years ago |
Brian Paul
|
8a039ffe0a
|
applied Klaus Niederkrueger's CHAN_BITS==32 patch
|
24 years ago |
Keith Whitwell
|
741c2e6434
|
apply David Miller's quad/backcolor patch
|
24 years ago |
Brian Paul
|
4097590bc6
|
replaced #ifdef 0 with #if 0
|
24 years ago |
Brian Paul
|
21f80baa35
|
swapped in/out arguments to interp_func. Improved comments
|
24 years ago |
Brian Paul
|
e715c4a62d
|
fixed s/w alpha channel bug
|
24 years ago |
Brian Paul
|
987caacbeb
|
GLubyte -> GLchan fix
|
24 years ago |
Brian Paul
|
b5d3f2c521
|
added current raster fog coord and related code
|
24 years ago |
Brian Paul
|
529e48bb0f
|
added test for EXT_fog_coord
|
24 years ago |
Brian Paul
|
47a3c67fa6
|
forgot to check-in yesterday
|
24 years ago |
Keith Whitwell
|
71f2c401c5
|
rerun vertex stage on _MESA_NEW_NEED_EYE_COORDS
|
24 years ago |
Brian Paul
|
84cac8441f
|
more DRI libGL-related changes
|
24 years ago |
Brian Paul
|
e4a01fd7e1
|
added math/m_debug_clip.c
|
24 years ago |