Brian Paul
|
ac54173414
|
fixed segfault (NULL _ShineTable[0]) in shade_rastpos()
|
24 years ago |
Brian Paul
|
5233ca8d30
|
fixed logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson)
|
24 years ago |
pesco
|
8564f0536b
|
More .cvsignore updates.
|
24 years ago |
Keith Whitwell
|
47a28c0b4d
|
restore normal length optimization in dlists
|
24 years ago |
Brian Paul
|
206eda8b69
|
support for RGB_565 pixels (Lars Andersson), untested
|
24 years ago |
Keith Whitwell
|
9c38ae35eb
|
Add -f to rm in make clean to avoid error messages
|
24 years ago |
Brian Paul
|
acc722d4b8
|
More raster fog coord fixes.
New truncate vs. floor comments in drawpixels.c
Added current raster secondary color state, not used yet.
|
24 years ago |
Brian Paul
|
33170eeb18
|
optimized texture triangle updates (Klaus Niederkrueger)
|
24 years ago |
Brian Paul
|
4f76d0e215
|
added initial 3.5.1 info
|
24 years ago |
Brian Paul
|
8c2f6c5059
|
added GL_IBM_rasterpos_clip extension
|
24 years ago |
Brian Paul
|
657323bf03
|
added missing GLX_PBUFFER_WIDTH/HEIGHT tokens
|
24 years ago |
Jouk Jansen
|
5e7591f94c
|
Modified Files:
Mesa/src/descrip.mms
Removed obsolete .obj files.
----------------------------------------------------------------------
|
24 years ago |
Brian Paul
|
9e5e5e35a0
|
bumped version numbers
|
24 years ago |
Brian Paul
|
4d99e5b2e7
|
also print GL_MAX_TEXTURE_SIZE
|
24 years ago |
Brian Paul
|
f6df34ecbe
|
updates for the 3.5 release
|
24 years ago |
Brian Paul
|
d491f7bc14
|
removed beta from version string
|
24 years ago |
Brian Paul
|
1fb583c50d
|
added a few missing si-glu files
|
24 years ago |
Brian Paul
|
6738d2ac78
|
add m4/ directory to tar file list
|
24 years ago |
Brian Paul
|
293b786cee
|
more updates to tar file lists for 3.5
|
24 years ago |
Brian Paul
|
af197f5f8f
|
fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.
|
24 years ago |
Brian Paul
|
aba535e765
|
tar file list updates for 3.5
|
24 years ago |
Brian Paul
|
76f8274daf
|
replaced -g with -O3 under linux-x86
|
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
|
03d6c4c2db
|
define both GL_ALL_CLIENT_ATTRIB_BITS and GL_CLIENT_ALL_ATTRIB_BITS (spec and SI don't agree)
|
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
|
688601911c
|
moved glTexEnvi calls to better logical locations
|
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
|
d3778fc129
|
added latest line and triangle bug fixes
|
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
|
5fd13173a1
|
added COPY_4UBV bug fix
|
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 |