fixed mem leak in XFreeFontInfo() call
[mesa.git] / src / mesa /
2001-04-26 Brian Paulfixed mem leak in XFreeFontInfo() call
2001-04-26 Brian Paulflush pipeline in WMesaSwapBuffers (Frank Warmerdam)
2001-04-26 Keith Whitwellfirst pass at eval fixes
2001-04-26 Keith Whitwellno-copy drawarrays for remaining non-fan primitives
2001-04-25 Brian Paulfixed a potential tex obj reference count problem invol...
2001-04-25 Brian Paulminor simplification in glGetTexLevelParameter
2001-04-24 Brian Paulfixed typo in GL_ARB_transpose_matrix
2001-04-24 Brian Paulfixed problems with texel component size queries in...
2001-04-24 Brian Paultexture image code updates (not finished)
2001-04-24 Brian Paulassign texImage->FetchTexel only if NULL
2001-04-23 Brian Paulfixed two mistakes in texture combine code
2001-04-20 Brian Paulcompilation fixes - texturing isn't working at this...
2001-04-20 Brian PaulMinor fixes for Win32 (Karl Schultz).
2001-04-20 Brian Paulimproved a glBindTexture error message
2001-04-20 Brian PaulFixed a texture conversion problem: sometimes need...
2001-04-19 Brian Paulremoved glext.h hacks
2001-04-19 Brian Paulbug fixes, added missing state query cases
2001-04-19 Keith WhitwellRemove values from VB->importable_data as those arrays...
2001-04-19 Keith WhitwellFix striding of color material inputs. (Fixes glean...
2001-04-17 Brian Paulminor optimization to dot3 computation
2001-04-17 Brian PaulFixed a number of minor GL_ARB_texture_env_combine...
2001-04-17 Brian Paulanother fix in import_texcoord()
2001-04-17 Brian Paulreplaced ac->count with ac->count - ac->start in import...
2001-04-17 Brian Paulfixed mis-ordered args to _math_trans_4f() in _tnl_fill...
2001-04-16 Brian Paulreturn hex string for unknown tokens in _mesa_lookup_en...
2001-04-16 Brian Pauladded missing 'break' in _mesa_TexEnvfv(), better error...
2001-04-13 Brian Pauladded a work-around in _swrast_copy_texsubimage[123...
2001-04-12 Brian PaulMoved FRAC macro out of mmath.h into s_texture.c since...
2001-04-11 Brian PaulReimplemented glPopAttrib code for GL_TEXTURE_BIT....
2001-04-10 Brian Paulfixed some divide by zero conformance problems
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
2001-04-09 Alan Hourihaneremove a HAVE_ELTS that I'd stuck before.
2001-04-09 Keith WhitwellPerform fixup on material values
2001-04-09 Alan Hourihanefix use of projected vertices with notex vertices when...
2001-04-07 Alan HourihaneAdd quad and quad_strip
2001-04-06 Alan Hourihaneadd FINISH function at end of each render_* function
2001-04-04 Brian Paulreplaced IntFormat GL_BGRA with GL_RGBA, fixes problems...
2001-04-04 Brian PaulGL_INTENSITY case was incorrect in extract_float_rgba()
2001-04-04 Brian Paulfixed tmpTexelSize computation bug
2001-04-04 Brian PaulMore texture image changes.
2001-04-04 Brian PaulUpdated bug report info in _mesa_problem()
2001-04-04 Jouk Jansen Committing in .
2001-04-03 Brian Paulanother fix to clear_32bit_ximage()
2001-04-03 Brian Paulinclude fxdrv.h before other headers (Ivan Kalvatchev)
2001-04-03 Brian Paulfixed wglUseFontBitmapsA() bugs (Frank Warmerdam)
2001-04-03 Brian Paulclear pixel value wasn't byteswapped for scissored...
2001-03-30 Brian Paulquerying proxy texture image info was segfaulting becau...
2001-03-30 Brian Pauladd texture border width to x/y/zoffset in gl[Copy...
2001-03-30 Brian PaultexImage->FetchTexel wasn't getting initialized in...
2001-03-30 Brian Paulfixed compilation problems related to ctx->_Enabled...
2001-03-30 Gareth HughesRemove all traces of CULL_MASK_ACTIVE.
2001-03-30 Keith WhitwellFix calculation of fog coordinate in translate_vertex().
2001-03-29 Keith WhitwellRemove ENABLE_* flags, ctx->_Enabled.
2001-03-29 Brian Paulsilence a compiler warning
2001-03-29 Keith WhitwellRemoved DD_STENCIL, DD_FEEDBACK, DD_SELECT.
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-29 Gareth HughesConsolidation of asm code in 3.5
2001-03-29 Gareth HughesMake generation of matypes.h more transparent.
2001-03-28 Brian Paulcompilation updates
2001-03-28 Brian Pauladjustment to coverage sample positions
2001-03-28 Gareth Hughes- Restore texImage->IntFormat.
2001-03-28 Brian Paulcheck for startX off the right edge of the window
2001-03-28 Brian Pauluse Image[i]->TexFormat to check for mipmap consistency
2001-03-28 Brian Paulsimplify test for specific texture formats
2001-03-28 Gareth HughesNew type system for assembly code. Asm files should...
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-28 Brian Paulremoved a debug message
2001-03-28 Brian Paulremove TEST_L and JZ instructions; always jump through...
2001-03-28 Brian PaulNew mechanism for thread-safe GL API dispatch. C-based...
2001-03-27 Brian Paulpass dst and src to CONVERT_TEXEL() macros to fix non...
2001-03-27 Brian Paulfixed RGBA/RGB typo
2001-03-27 Brian PaultexFormat was a random value in _mesa_store_teximage3d...
2001-03-27 Gareth HughesUpdates required for DRI drivers on mesa-3-5-branch.
2001-03-27 Brian Paulsilence compiler warnings
2001-03-26 Brian Paulremoved DO_GEOMETRY
2001-03-26 Brian Paulchange glTexImage3D() internalFormat to GLenum to match...
2001-03-26 Brian Pauladded GL_ARB_texture_border_clamp
2001-03-24 Gareth Hughes- Minor cleanups of ctx->Driver.Current*Primitive usage.
2001-03-24 Gareth HughesFix ASSERT_OUTSIDE_SAVE_BEGIN_END() macro as well.
2001-03-23 Brian Paulminor tweak to visual setup for accum buffers
2001-03-23 Brian Paulfixed Min/Max lod clamp bug
2001-03-23 Gareth HughesSome more minor cleanups of macros.
2001-03-23 Gareth HughesRemove compiler warnings about ASSERT_OUTSIDE_BEGIN_END...
2001-03-22 Brian Paulenable GL_ARB_texture_env_combine and GL_ARB_texture_en...
2001-03-22 Gareth HughesRemove formats that no longer exist.
2001-03-22 Gareth HughesMinor updates.
2001-03-22 Gareth HughesFix texture format enum values (Brian Paul).
2001-03-22 Brian Pauladded GL_ARB_texture_env_dot3 enums
2001-03-22 Brian Pauladded GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
2001-03-22 Brian Paulclean-up in _swrast_choose_triangle()
2001-03-22 Gareth HughesAdd PolygonOffset driver callback.
2001-03-21 Brian Pauladded teximage rescaling code. untested at this point
2001-03-21 pesco* src/swrast_setup/ss_tritmp.h (quad): Changed name...
2001-03-21 Brian Paulminor updates for 3.5
2001-03-21 Brian Pauluse new texture conversion code, still have to do image...
2001-03-21 Brian Paulrenamed some vars, added a bunch of comments
2001-03-21 Brian Paulminor re-org in sample_depth_texture()
2001-03-21 Brian Pauldepth images were broken by latest teximage changes...
2001-03-20 Gareth HughesMake COPY_FLOAT available to a wider audience.
2001-03-20 Gareth HughesMore updates. Radeon tnl module still disabled by...
next