minor fog clean-ups (Klaus Niederkrueger)
[mesa.git] / src /
2000-12-15 Brian Paulminor fog clean-ups (Klaus Niederkrueger)
2000-12-15 Brian Pauladded more GLX extension function stubs
2000-12-14 Brian PaulRenamed texture object _P to _MaxLevel and _M to _MaxLa...
2000-12-14 Brian Pauladded some more GLX extension entrypoints (fix GLUT...
2000-12-13 Brian Paulfixed conformance problems in min/max and histogram...
2000-12-13 Brian Paulreplaced GLfixed with GLfloat in _mesa_fog_ci_pixels...
2000-12-13 Brian Pauluse inverted Y coordinate for choosing dither value...
2000-12-13 Brian Paultweaked truecolor dither kernel setup code
2000-12-13 Brian Paulimproved precision of glReadPixels for colorbuffers...
2000-12-12 Brian Pauldisabled two optimized textured triangle functions...
2000-12-12 Brian Paulclipping, fog, texture optimizations (Klaus Niederkrueger)
2000-12-11 Brian Paulminor changes to fix compile problems/warnings
2000-12-10 Brian Paulgenerate GL_INVALID_OPERATION error for bad image forma...
2000-12-09 Brian Paul_MultiTextureEnabled was being computed incorrectly
2000-12-09 Brian Pauladjust texture size for convolution in glCopyTex[Sub...
2000-12-09 Brian Paulset default table size to 0, minor error check fix
2000-12-09 Brian Paulinitialize convolution filters to zero
2000-12-09 Brian Pauladded queries for convolution enables
2000-12-09 Brian Pauladded GL_RESCALE_NORMAL cases
2000-12-08 Brian Paulmore detailed texture error messages
2000-12-08 Brian Paulfixed bug 123918: glXCopySubBuffer() y position off...
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-12-08 Brian PaulCompute attenuated point size in a new pipeline stage.
2000-12-08 Brian Paulminor comments, clean-up
2000-12-07 Gareth HughesAllow operating system SSE support test to be overridde...
2000-12-06 Gareth HughesMerge Mesa 3.4 test for operating system support for...
2000-11-28 Brian Paulchanged error tests for depth and stencil buffers
2000-11-28 Brian Paulfixed parameter mis-ordering bug in Driver.StencilSpan...
2000-11-28 Jouk Jansen Committing in .
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
2000-11-28 Brian Paulfixed a convolution pixel store bug
2000-11-27 Brian PaulSet ENABLE_LIGHT according to ctx->Light.Enabled whethe...
2000-11-27 Brian Paulminor changes to fix compiler warnings
2000-11-27 Brian PaulAdded MaxClipPlanes and MaxLights to gl_constants struc...
2000-11-27 Brian Paulmap glIndex* functions to glIndexi() (glIndexub was...
2000-11-27 Jouk Jansen Modified Files:
2000-11-24 Keith WhitwellFixed a couple of bugs that crept into last commit
2000-11-24 Jouk Jansen Committing in .
2000-11-24 Keith WhitwellNew files...
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-23 Jon TaylorMore auto* build system updates
2000-11-22 Jouk Jansen Modified Files:
2000-11-22 Jouk Jansen Modified Files:
2000-11-22 Jouk Jansen Modified Files:
2000-11-22 Jouk Jansen Committing in .
2000-11-22 Jon TaylorMore auto* build system fixes
2000-11-22 Jon Taylorswrast setup fixes
2000-11-21 Brian Paulcall gl_update_state() if needed in glGetColorTable...
2000-11-21 Brian Paulcall RENDER_START/FINISH in read_color_image()
2000-11-21 Brian Paulminor clean-ups (Klaus Niederkrueger)
2000-11-21 Brian Paulminor clean-ups
2000-11-21 Brian Pauladded some RENDER_START/RENDER_FINISH macros. Minor...
2000-11-21 Jon TaylorMore auto* build fixes
2000-11-20 Brian Paulminor multi-tex changes, changed MAX_TEXTURE_UNITS...
2000-11-20 Brian Paulremoved #include <tgmath.h>
2000-11-20 Keith Whitwellfix lvalue cast on ctx->swtnl_im
2000-11-19 Jon Taylor* More work on the auto* build system
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-19 Jon TaylorAdded GGI-style debugging harness to GGIGLUT.
2000-11-19 Gareth Hughes- Fix tnl/t_context.h inclusion.
2000-11-18 Jon Taylor* Auto* build fixes
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-11-17 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-16 Jon TaylorSmall compile fix
2000-11-15 Brian Pauladded includes to silence warnings
2000-11-15 Brian PaulReplaced ctx->Point.Size with ctx->Point._Size
2000-11-15 Brian Paulrewrite of _mesa_win_fog_coords_from_z() so that both...
2000-11-14 Brian Paulmore Driver.Color, Driver.Index updates
2000-11-14 Brian Paulremoved unused set_color() and set_index() functions
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-13 Brian Paulremoved unused var
2000-11-13 Brian Paulbumped version to 3.5
2000-11-13 Brian Paulfixed another texImage mistake in _mesa_GetTexImage()
2000-11-13 Jon Taylor* Updated the autoconf/automake/libtool build system
2000-11-11 Brian Paulinit WrapR to GL_REPEAT mode
2000-11-11 Brian Paulremoved tr_attrib.c
2000-11-11 Brian Paullatest sources from Loki
2000-11-10 Brian Paulreplaced _NEW_IMAGING with _NEW_PIXEL
2000-11-10 Brian Paulreplaced s_imaging.h with s_histogram.h
2000-11-10 Brian Paulrenamed imaging files to histogram since that's what...
2000-11-10 Brian Paulrenamed to histogram
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-10 Brian Paulremoved old TexImage() and TexSubImage() functions
2000-11-10 Brian Paulpatched to silence compiler warnings (Martin Lindhe)
2000-11-10 Brian Paulrestored call to _mesa_select_tex_image() in _mesa_GetT...
2000-11-09 Brian PaulGL_BGR case was misplaced in _mesa_is_legal_format_and_...
2000-11-09 Brian Paulupdated with bug fix from 3.4 branch
2000-11-07 Keith Whitwellfixed very obvious fog bug
2000-11-07 Brian Pauladjust x/y/zoffset parameters to fill_texture_image...
2000-11-06 Brian Paultest ctx->RenderMode in chooser functions
2000-11-06 Brian Paultest ctx->RenderMode in chooser functions, removed...
2000-11-06 Brian Pauladded a setup function for selection/feedback
2000-11-06 Brian Pauladded buffer test to xmesa_choose_point(), fixes X...
2000-11-06 Jouk Jansen Committing in .
2000-11-05 Brian Paulremoved obsolete VB vars
2000-11-05 Brian Pauladded swrast/s_aaline.c
2000-11-05 Brian Paulhooked in new AA line code, minor clean-up
2000-11-05 Brian PaulNew implementation of antialiased lines. Mesa should...
next