simplify test for specific texture formats
[mesa.git] / src / mesa / main /
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 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 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 Gareth HughesAdd PolygonOffset driver callback.
2001-03-21 Brian Paulrenamed some vars, added a bunch of comments
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 Jouk Jansen Committing in .
2001-03-19 Brian Paulfix for gl_ztrick bug (Ove Kaaven)
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-18 Gareth HughesAdd missing header file include.
2001-03-18 Gareth HughesRemove #endif.
2001-03-18 Gareth HughesMake assertions take new GLchan formats into account.
2001-03-18 Gareth HughesFix error message.
2001-03-18 Gareth HughesFix header info.
2001-03-18 Gareth HughesRemove old code, fix a few comments.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-17 Keith WhitwellRemove dead #define.
2001-03-15 Brian Paulremoved ARB_texture_env_add bool flag, use EXT_texture_...
2001-03-12 Gareth HughesAdd missing header file.
2001-03-12 Gareth HughesAdd missing header file include.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-11 Gareth HughesMinor cleanups.
2001-03-11 Gareth HughesClean up install, restore for exec vtxfmts.
2001-03-11 Gareth HughesSupport for swappable tnl modules.
2001-03-10 Gareth HughesAdd a couple of missing functions.
2001-03-09 Gareth HughesMore generic vtxfmt template, useful for creating neutr...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-07 Gareth HughesAdd missing copy in _mesa_noop_Color4fv().
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-07 Brian Pauladded some casts in the 16-bit GLchan macros, just...
2001-03-07 Brian Pauladded Driver.BlendColor() function, for completeness
2001-03-05 Brian Pauladded missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH()...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-03-03 Brian Paulchanged AlphaFunc() ref from GLclampf to GLchan
2001-03-02 Brian Paulfixed _mesa_getenv() weirdness
2001-02-28 Brian Paulremoved some bogus error checks
2001-02-28 Brian PaulGLvisual inside GLframebuffer is no longer a pointer...
2001-02-27 Brian Paulfixed glitches in error checking of imaging extensions
2001-02-27 Brian Paulsignal _NEW_TEXTURE in all teximage functions
2001-02-27 Brian Paulcolortable w/ size=0 wasn't handled correctly
2001-02-27 Keith WhitwellInitialize Line._Width
2001-02-27 Brian Paulmore tweaks
2001-02-27 Brian Paulminor extension tweaks
2001-02-26 Brian PaulDisable most extensions by default. Drivers should...
2001-02-26 Brian Paulfixed extension checking in _mesa_BlendEquation()
2001-02-26 Brian Paultiny change to a gl_problem() call
2001-02-26 Brian Pauladded a cube map error check
2001-02-24 Keith WhitwellTemplate work
2001-02-22 Jouk Jansen Committing in .
2001-02-21 Brian Paulfixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-17 Brian PaulWork in glGetTexImage() to return GL_COLOR_INDEX images.
2001-02-16 Brian Paulmoved depth/index/stencil span packing into image.c
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-16 Keith WhitwellFixed conform problems with recent material tracking...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-02-13 Brian Paulfixed bug in gl_validate_all_lighting_tables() found...
2001-02-13 Brian Paulremoved bogus assertions
2001-02-13 Brian Paulgl_error clean-ups
2001-02-12 Brian Pauladded debug assertions to be sure drivers initialize...
2001-02-09 Brian Paulminor updates to sync w/ XFree86 changes
2001-02-07 Brian PaulGLchan fixes
2001-02-07 Brian Paulfixed texel indexing bug in _mesa_GetTexImage()
2001-02-07 Brian Pauladded some code for proxy texture tests
2001-02-07 Jouk Jansen VMS compile update
2001-02-07 Brian Paulremove unused functions
2001-02-07 Brian Paulmade some changes to the initialization of gl_texture_i...
2001-02-06 Brian Pauladded a number of debugging tests to be sure drivers...
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-02-06 Brian Pauladded _mesa_adjust_image_for_convolution()
2001-02-06 Keith WhitwellUse a lookup table to compute exponents in tnl fogging...
2001-02-05 Brian Paulreplaced frustrum with frustum
2001-02-05 Jouk Jansen Committing in .
2001-02-03 Gareth HughesSome more work on interal debugging, timing routines...
2001-01-31 Jouk Jansen Committing in .
2001-01-30 Brian Pauladded packed types to glGetMinMax and glGetHistogram...
2001-01-29 Brian PaulGL_SHADE_MODEL wasn't popped correctly
2001-01-29 Brian Paulremoved unused vars
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
next