profile/ivi/mesa.git
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 Gareth HughesMore informative display of texture parameters.
2001-03-28 Gareth HughesDelete libGLU.so* from ../lib before installing it.
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 Pauladded rules for readtex.c and readtex.h
2001-03-27 Brian Pauldouble buffer by default. if drawSmooth, use 50% alpha...
2001-03-27 Brian Paulset initial window pos
2001-03-27 Brian Paulclean-up of tunnel demos
2001-03-27 Brian Paulmoved shadow code into teapot.c
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 Paultest texture wrap modes
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 Pauladded glxgears
2001-03-23 Brian Paulgears using GLX instead of GLUT
2001-03-23 Brian Pauladded silly mesa_hack() function and -b option
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 Gareth HughesInitial demo of GL_EXT_texture_filter_anisotropic exten...
2001-03-22 Brian Paulenable GL_ARB_texture_env_combine and GL_ARB_texture_en...
2001-03-22 Jouk Jansen Modified Files:
2001-03-22 Jouk Jansen Modified Files:
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 Paulminor comment update
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 Paulsync'd with the latest changes in XFree86 (cygwin stuff)
2001-03-21 Gareth HughesFix compilation with GLU 1.1
2001-03-21 Gareth HughesMake ESC quit.
2001-03-21 Gareth HughesRevert back to new tessellator, check version string...
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...
2001-03-20 Brian Paulfixes to make old GLU code compile with new GLU 1.3...
2001-03-20 Jouk Jansen Committing in .
2001-03-20 pesco* common_rules.make: Created to hold the conditional...
2001-03-19 Brian Paulfix for gl_ztrick bug (Ove Kaaven)
2001-03-19 pesco* si-glu/libnurbs/: Undid move of glimports.h, mystdio...
2001-03-19 Alan Hourihanefix glxinfo to query current display.
2001-03-19 Alan Hourihanefix cast
2001-03-19 Keith WhitwellNew files
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-18 pesco* gen_srclists.sh: Use getopt to parse the command...
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 pescoForgot to add newly created files.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-18 Keith WhitwellFix lineloops.
2001-03-17 Keith WhitwellFix cut&paste bug exposed by clipbug.c demo.
2001-03-17 Keith WhitwellRemove dead #define.
2001-03-17 Keith WhitwellRevert earlier changes protecting against null VB-...
2001-03-17 Brian Pauladded SI GLU info
2001-03-17 Brian Paulupdated for SGI SI GLU
2001-03-17 Brian PaulSGI SI GLU 1.3 header
2001-03-17 Brian Pauladded CCFLAGS and CPLUSPLUS definitions
2001-03-17 Brian PaulSGI SI GLU library
2001-03-15 Brian Paulremoved ARB_texture_env_add bool flag, use EXT_texture_...
2001-03-15 Brian Pauluse IROUND() instead of (int) cast (Klaus Niederkrueger)
2001-03-14 Gareth HughesFix typo.
2001-03-13 Gareth HughesInitial templates for immediate mode fastpaths, or...
2001-03-12 Gareth HughesNope, -ansi spoils that...
2001-03-12 Gareth HughesUndo -D_POSIX_SOURCE change, fix the way the katmai...
2001-03-12 Gareth Hughes- Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to...
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 Paulfixed RBGA ifdef typo
2001-03-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
next