Brian Paul
9da422c639
set visual->MRD to 2.0
25 years ago
Brian Paul
f1d6b38441
Polygon._OffsetAny wasn't being computed
25 years ago
Brian Paul
74e2dd38ed
minor fog clean-ups (Klaus Niederkrueger)
25 years ago
Brian Paul
783d7dfcbf
added more GLX extension function stubs
25 years ago
Brian Paul
083e466f88
Renamed texture object _P to _MaxLevel and _M to _MaxLambda.
Now add BaseLevel in _MaxLevel computation.
25 years ago
Brian Paul
daabce72db
updated glXSet3DfxModeMESA() prototype types
25 years ago
Brian Paul
4536021a62
added some more GLX extension entrypoints (fix GLUT link problems when using glxext.h)
25 years ago
Brian Paul
a2003c2895
fixed conformance problems in min/max and histogram result packing
25 years ago
Brian Paul
b0dbd3ed13
replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger)
25 years ago
Brian Paul
ac522d4756
use inverted Y coordinate for choosing dither value (conformance fixes)
25 years ago
Brian Paul
813882526d
added glReadPixels item
25 years ago
Brian Paul
3cbbef53bc
tweaked truecolor dither kernel setup code
25 years ago
Brian Paul
062bc07bde
improved precision of glReadPixels for colorbuffers < 24bpp
25 years ago
Brian Paul
75639547e7
disabled two optimized textured triangle functions because of texcoord interpolation errors
25 years ago
Brian Paul
b38ad54c41
clipping, fog, texture optimizations (Klaus Niederkrueger)
25 years ago
Brian Paul
3afb7a0f70
disabled GLX_SGIS_multisample (temporarily) since its tokens aren't defined
25 years ago
Brian Paul
b04bcd14ee
minor changes to fix compile problems/warnings
25 years ago
Jon Taylor
14586916b9
Added a new configure.in flag, --enable-glut-build.
This defaults to "off", so GLUT is not built by default.
25 years ago
Brian Paul
90f042ae8d
generate GL_INVALID_OPERATION error for bad image format/type combinations
25 years ago
Brian Paul
8aa019d2ef
_MultiTextureEnabled was being computed incorrectly
25 years ago
Brian Paul
ab6e78f3a0
adjust texture size for convolution in glCopyTex[Sub]Image[123]D()
25 years ago
Brian Paul
89c9a4cbf2
set default table size to 0, minor error check fix
25 years ago
Brian Paul
2f911cdf17
define GL_ARB_imaging
25 years ago
Brian Paul
67adba15a2
initialize convolution filters to zero
25 years ago
Brian Paul
90f8ebfd8f
added queries for convolution enables
25 years ago
Brian Paul
2e5819270b
added GL_RESCALE_NORMAL cases
25 years ago
Brian Paul
ec15398681
more detailed texture error messages
25 years ago
Brian Paul
23b1503d79
include glxext.h unless GLX_GLXEXT_LEGACY is defined
25 years ago
Brian Paul
fed386cdc0
standardized GLX extensions header
25 years ago
Brian Paul
536ede7e00
fixed bug 123918: glXCopySubBuffer() y position off by one
25 years ago
Brian Paul
1c6701e1e1
added LL_MESA_sprite_point extension
25 years ago
Brian Paul
cba2ca94f1
initial draft
25 years ago
Brian Paul
06d05afdd6
Initial work on GL_MESA_sprite_point extension.
Still need to resolve clipping issues, finalize the spec.
25 years ago
Brian Paul
fb7899bfec
Compute attenuated point size in a new pipeline stage.
Store computed point size in the SWvertex struct.
25 years ago
Brian Paul
c1b97d91c7
minor comments, clean-up
25 years ago
Brian Paul
83886a5a7f
call glFinish() before getting t1 time
25 years ago
Gareth Hughes
ab9e273c75
Allow operating system SSE support test to be overridden with an
environment variable.
25 years ago
Gareth Hughes
2ac44e2509
Merge Mesa 3.4 test for operating system support for SSE.
25 years ago
Brian Paul
fac5fd258c
added -s option to control when glXSwapBuffers() is called
25 years ago
Gareth Hughes
7853901372
Enable double-buffering, count not even multiple of three.
25 years ago
Gareth Hughes
28861b192f
Add basic timing information.
25 years ago
Brian Paul
7f55eb2b14
changed error tests for depth and stencil buffers
25 years ago
Brian Paul
86ca491ade
fixed parameter mis-ordering bug in Driver.StencilSpan calls
25 years ago
Jouk Jansen
bfea97321c
Committing in .
Modified Files:
Mesa/src/swrast/s_copypix.c
changed one occurence of rgba to rgbaFloat
----------------------------------------------------------------------
25 years ago
Brian Paul
45015e4d79
Pass scale and bias values to _mesa_scale_and_bias_rgba().
Implemented post-convolution scale and bias operation.
25 years ago
Brian Paul
4304790e3e
fixed a convolution pixel store bug
25 years ago
Brian Paul
6a35de3cc3
added new source directories to LIB_FILES
25 years ago
Brian Paul
72ef753d5c
Set ENABLE_LIGHT according to ctx->Light.Enabled whether or not
individual light sources are enabled.
25 years ago
Brian Paul
297dfa0fbf
minor changes to fix compiler warnings
25 years ago
Brian Paul
a864432fb4
Added MaxClipPlanes and MaxLights to gl_constants struct so T&L
drivers can report non-default numbers of lights and clip planes.
25 years ago