Jon Taylor
4e96ac080a
Fixed GGIMesa build problems.
Swrast triangle drawing fixes.
pirms 24 gadiem
Keith Whitwell
a884b4b811
try and force a log message
pirms 24 gadiem
Keith Whitwell
4292e9c06b
try and force a log message
pirms 24 gadiem
Keith Whitwell
20911cb17c
try and force a log message
pirms 24 gadiem
Keith Whitwell
1b686cedf4
try and force a log message
pirms 24 gadiem
Keith Whitwell
376d022e4a
fix demos/fire, enable lazy vertex flushing
pirms 24 gadiem
Keith Whitwell
ae8ec0b30d
Fix evalpoints bug (samples/nurb)
pirms 24 gadiem
Keith Whitwell
93259cdfa1
fix sproingies bug
pirms 24 gadiem
Keith Whitwell
719344b23e
Fixes for compiling assembly (disable unused 'masked' versions)
Fixes for compiling without debug.
Fix line clipping
Fix unfilled polygon clipping (should be correct now).
pirms 24 gadiem
Keith Whitwell
770169f230
The array cache.
pirms 24 gadiem
Keith Whitwell
9ef50d5826
fix xscreensaver cores
pirms 24 gadiem
Keith Whitwell
cab974cf6c
Major rework of tnl module
New array_cache module
Support 8 texture units in core mesa (now support 8 everywhere)
Rework core mesa statechange operations to avoid flushing on many
noop statechanges.
pirms 24 gadiem
pesco
d1ff1f6798
* demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.
* demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus:
Essentially the same.
Program files updated to include "readtex.c", not "../util/readtex.c".
* demos/reflect.c: Likewise for "showbuffer.c".
* Makefile.am (EXTRA_DIST): Added top-level regular files.
* include/GL/Makefile.am (INC_X11): Added glxext.h.
* src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include
Mesa GGI headers in dist even if HAVE_GGI is not given.
* configure.in: Look for GLUT and demo source dirs in $srcdir.
* src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch].
More source list updates in various Makefile.am's.
* Makefile.am (dist-hook): Remove CVS directory from distribution.
(DIST_SUBDIRS): List all possible subdirs here.
(SUBDIRS): Only list subdirs selected for build again.
The above two applied to all subdir Makefile.am's also.
pirms 24 gadiem
pesco
05ecec6f49
* include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUT
* bootstrap: Fixed stupid mistakes.
* configure.in (LIBGL_VERSION): Include Mesa version as tiny number.
(LIBGLU_VERSION): Likewise.
pirms 24 gadiem
Brian Paul
9da422c639
set visual->MRD to 2.0
pirms 24 gadiem
Brian Paul
f1d6b38441
Polygon._OffsetAny wasn't being computed
pirms 24 gadiem
Brian Paul
74e2dd38ed
minor fog clean-ups (Klaus Niederkrueger)
pirms 24 gadiem
Brian Paul
783d7dfcbf
added more GLX extension function stubs
pirms 24 gadiem
Brian Paul
083e466f88
Renamed texture object _P to _MaxLevel and _M to _MaxLambda.
Now add BaseLevel in _MaxLevel computation.
pirms 24 gadiem
Brian Paul
daabce72db
updated glXSet3DfxModeMESA() prototype types
pirms 24 gadiem
Brian Paul
4536021a62
added some more GLX extension entrypoints (fix GLUT link problems when using glxext.h)
pirms 24 gadiem
Brian Paul
a2003c2895
fixed conformance problems in min/max and histogram result packing
pirms 24 gadiem
Brian Paul
b0dbd3ed13
replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger)
pirms 24 gadiem
Brian Paul
ac522d4756
use inverted Y coordinate for choosing dither value (conformance fixes)
pirms 24 gadiem
Brian Paul
813882526d
added glReadPixels item
pirms 24 gadiem
Brian Paul
3cbbef53bc
tweaked truecolor dither kernel setup code
pirms 24 gadiem
Brian Paul
062bc07bde
improved precision of glReadPixels for colorbuffers < 24bpp
pirms 24 gadiem
Brian Paul
75639547e7
disabled two optimized textured triangle functions because of texcoord interpolation errors
pirms 24 gadiem
Brian Paul
b38ad54c41
clipping, fog, texture optimizations (Klaus Niederkrueger)
pirms 24 gadiem
Brian Paul
3afb7a0f70
disabled GLX_SGIS_multisample (temporarily) since its tokens aren't defined
pirms 24 gadiem
Brian Paul
b04bcd14ee
minor changes to fix compile problems/warnings
pirms 24 gadiem
Jon Taylor
14586916b9
Added a new configure.in flag, --enable-glut-build.
This defaults to "off", so GLUT is not built by default.
pirms 24 gadiem
Brian Paul
90f042ae8d
generate GL_INVALID_OPERATION error for bad image format/type combinations
pirms 24 gadiem
Brian Paul
8aa019d2ef
_MultiTextureEnabled was being computed incorrectly
pirms 24 gadiem
Brian Paul
ab6e78f3a0
adjust texture size for convolution in glCopyTex[Sub]Image[123]D()
pirms 24 gadiem
Brian Paul
89c9a4cbf2
set default table size to 0, minor error check fix
pirms 24 gadiem
Brian Paul
2f911cdf17
define GL_ARB_imaging
pirms 24 gadiem
Brian Paul
67adba15a2
initialize convolution filters to zero
pirms 24 gadiem
Brian Paul
90f8ebfd8f
added queries for convolution enables
pirms 24 gadiem
Brian Paul
2e5819270b
added GL_RESCALE_NORMAL cases
pirms 24 gadiem
Brian Paul
ec15398681
more detailed texture error messages
pirms 24 gadiem
Brian Paul
23b1503d79
include glxext.h unless GLX_GLXEXT_LEGACY is defined
pirms 24 gadiem
Brian Paul
fed386cdc0
standardized GLX extensions header
pirms 24 gadiem
Brian Paul
536ede7e00
fixed bug 123918: glXCopySubBuffer() y position off by one
pirms 24 gadiem
Brian Paul
1c6701e1e1
added LL_MESA_sprite_point extension
pirms 24 gadiem
Brian Paul
cba2ca94f1
initial draft
pirms 24 gadiem
Brian Paul
06d05afdd6
Initial work on GL_MESA_sprite_point extension.
Still need to resolve clipping issues, finalize the spec.
pirms 24 gadiem
Brian Paul
fb7899bfec
Compute attenuated point size in a new pipeline stage.
Store computed point size in the SWvertex struct.
pirms 24 gadiem
Brian Paul
c1b97d91c7
minor comments, clean-up
pirms 24 gadiem
Brian Paul
83886a5a7f
call glFinish() before getting t1 time
pirms 24 gadiem