Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
[mesa.git] / src / mesa / main /
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian Paulredo _mesa_PopAttrib() to call Mesa state functions...
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-23 Brian Paulfixed glTexSubImage error check bug #128775
2001-01-17 Keith WhitwellFixes for performance bug on compiled array element...
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-13 Keith Whitwellfix conform dlist test
2001-01-13 Keith WhitwellFix crash in book/stencil.
2001-01-09 Brian PaulAdded PointSize and PointParametersfv to dd interface...
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2001-01-08 Keith WhitwellStill need 'DD_TRI_CULL_FRONT_BACK'
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2001-01-06 Gareth HughesImplementation of GL_EXT_texture_env_dot3.
2001-01-05 Jouk Jansen Committing in .
2001-01-05 Keith Whitwellvarious compilation/warning fixes
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-04 Brian Pauladded underflow check in validate_shine_table()
2001-01-03 Brian PaulMore color macro clean-ups.
2001-01-03 Brian Paulminor clean-up
2001-01-02 Brian Paulmissed a few color macro changes
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2001-01-02 Brian Paulinclude state.h
2001-01-02 Jouk Jansen Committing in .
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-28 Keith Whitwelltry and force a log message
2000-12-28 Keith Whitwelltry and force a log message
2000-12-28 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwellfix demos/fire, enable lazy vertex flushing
2000-12-26 Keith Whitwellfix xscreensaver cores
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-16 Brian Paulset visual->MRD to 2.0
2000-12-16 Brian PaulPolygon._OffsetAny wasn't being computed
2000-12-14 Brian PaulRenamed texture object _P to _MaxLevel and _M to _MaxLa...
2000-12-13 Brian Paulfixed conformance problems in min/max and histogram...
2000-12-13 Brian Paulimproved precision of glReadPixels for colorbuffers...
2000-12-10 Brian Paulgenerate GL_INVALID_OPERATION error for bad image forma...
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 PaulInitial work on GL_MESA_sprite_point extension.
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
2000-11-27 Brian PaulSet ENABLE_LIGHT according to ctx->Light.Enabled whethe...
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-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 Committing in .
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 Pauladded some RENDER_START/RENDER_FINISH macros. Minor...
2000-11-20 Brian Paulminor multi-tex changes, changed MAX_TEXTURE_UNITS...
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
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-15 Brian Pauladded includes to silence warnings
2000-11-15 Brian PaulReplaced ctx->Point.Size with ctx->Point._Size
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 Paulfixed another texImage mistake in _mesa_GetTexImage()
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 Paulrenamed imaging files to histogram since that's what...
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-10 Brian Paulremoved old TexImage() and TexSubImage() functions
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 Brian Pauladjust x/y/zoffset parameters to fill_texture_image...
2000-11-06 Jouk Jansen Committing in .
2000-11-05 Brian Pauladded swrast/s_aaline.c
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-11-01 Jouk Jansen Committing in .
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-31 Keith WhitwellRemove dead code in FX driver.
2000-10-30 Keith WhitwellRearrange VERT_* flags to support 4 texture units.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellRemoved references to gcc's __FUNCTION__ macro.
2000-10-30 Brian Paulset *t->flag = enabled in gl_extensions_add(), otherwis...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulrenamed Current.ByteColor Current.Color
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
next