mesa.git
2008-06-29 Nicolai Haehnler300: Cleanup LodBias support
2008-06-29 Corbin Simpsonr300: Change LOD bias emission to more closely follow...
2008-06-29 Corbin SimpsonRevert accidental edit to progs/demos/lodbias.
2008-06-29 Nicolai Haehnledemos/shadowtex: Don't set TEXTURE_WRAP_T for 1D texture
2008-06-29 Nicolai Haehnler300: Fix wrap mode for 1D textures
2008-06-28 Brian Pauls/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_u...
2008-06-28 Brian Paulmesa: added null ptr checks
2008-06-27 Dan NicholsonDRI-specific pkg-config file
2008-06-27 Dan Nicholsonautoconf: Check for posix_memalign
2008-06-26 Alan HourihaneCheck in SwapBuffers for any new pending dri2 events
2008-06-24 Eric Anholtintel: Fix glCopyPixels when x or y are < 0 in hw coord...
2008-06-24 Eric Anholti965: Use the shared intel_pixel_copy.c.
2008-06-24 Eric Anholtintel: Same pixel function init for everyone now.
2008-06-24 Eric Anholtintel: Avoid glBitmap software fallback for blending...
2008-06-24 Eric Anholtintel: Merge check_blit_fragment_ops between i915/i965.
2008-06-24 Eric Anholtintel: Note reasons for blit pixel op fallbacks under...
2008-06-24 Eric Anholti915: Add support for accelerated glBitmap, shared...
2008-06-24 Eric Anholti915: Fix read != draw drawable for glCopyPixels.
2008-06-24 Eric Anholti915: Allow accelerated pixel ops to be disabled with...
2008-06-23 Dan NicholsonEnsure all objects are built when installing DRI
2008-06-23 Dan NicholsonDon't make libmesa.a or libglapi.a depend on asm_subdirs
2008-06-23 Dan NicholsonCreate $(TOP)/$(LIB_DIR) for install, too
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paul#undef DEBUG to silence warnings
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Brian Pauls/inline/INLINE
2008-06-21 Brian Paulremove old comments
2008-06-21 Alan CoopersmithSolaris port of Mesa 7.1 with autoconf support
2008-06-21 Daniel ZhuRename quad function to quadr to avoid clash with Solar...
2008-06-21 Alan CoopersmithMake minstall work with Solaris /bin/sh
2008-06-21 Alan CoopersmithFix builds with compilers other than gcc 3.0 & newer
2008-06-21 Brian Pauladded pointer to beta/release candidates
2008-06-21 Alex DeucherR300: 1002:5657 is actually RV410
2008-06-21 Roland Scheideggerr200: fix typo in r200TryDrawPixels parameter validatio...
2008-06-19 Brian Paulmesa: tweak mipmap level selection for cube maps
2008-06-18 Eric Anholti915: Bug #14313: Fix accelerated (PBO) ReadPixels.
2008-06-18 Xiang, Haihaoi965: add support for Intel 4 series chipsets
2008-06-17 Brian Paulmesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UN...
2008-06-17 Wilfried Holzkeassorted glide driver fixes
2008-06-17 Brian Paulglu: silence warnings
2008-06-17 Dave Airliemesa: make mm.c use unsigned ints for offsets.
2008-06-16 Corbin Simpsonr300: Make LOD bias a persistent environment variable.
2008-06-16 H. VerbeetCompute/setup fog coordinates even if vertex program...
2008-06-16 Brian Paulmesa: allocate pixel zoom arrays on heap, not stack
2008-06-16 H. VerbeetDon't compute vertex fog when fragment program is active.
2008-06-16 Corbin Simpsonr300: Fix new incarnation of bug 3195.
2008-06-16 Corbin Simpsonr300: Forgot to clear old state before writing new...
2008-06-16 Corbin Simpsonr300: Enable LOD bias state emission.
2008-06-16 Corbin SimpsonOops, misordered a few instructions.
2008-06-16 Corbin Simpsonr300: Unbreak LOD biasing, a bit.
2008-06-15 Dan NicholsonNo more drivers/xorg
2008-06-15 Corbin Simpsonr5xx: Enable fragment.position, partial ARB_shadow.
2008-06-15 Corbin Simpsonr5xx: Detangle FP fallback and translation switches.
2008-06-14 Nicolai Haehnler300: Add radeonTransformALU and fix a bug in r300_frag...
2008-06-14 Nicolai Haehnler300_fragprog: Use less complex instructions
2008-06-14 Corbin Simpsonr5xx: More FP rewriting; fix texrect FP insts.
2008-06-14 Corbin Simpsonr5xx: New FP code, take two.
2008-06-14 Corbin Simpsonr5xx: FP refactor, take one.
2008-06-14 Corbin Simpsonr3xx/r5xx: Don't force aniso.
2008-06-14 Nicolai Haehnler300: Implement GL_ARB_shadow and GL_EXT_shadow_funcs
2008-06-14 Nicolai Haehnletexenvprogram: Mark textures using ARB_shadow as Shadow...
2008-06-14 Nicolai Haehnler300: Add radeonCompilerDump for debugging
2008-06-14 Nicolai Haehnler300_fragprog: Refactor TEX transformation
2008-06-14 Nicolai Haehnler300: Add radeon_program and trivial refactoring of...
2008-06-14 Nicolai Haehnler300: Do not include r300_fragprog.h from r300_context...
2008-06-14 Nicolai Haehnler300_fragprog: Remove dead declarations, move NOP decla...
2008-06-14 Nicolai Haehnler300_fragprog: Refactoring and cleanup
2008-06-14 Nicolai Haehnler300_fragprog: Remove dead code
2008-06-13 Nicolai Haehnler300/r500: Separate fragprog compiler structures
2008-06-13 Nicolai Haehnler300: Fix depth texture GL_LUMINANCE vs. GL_INTENSITY...
2008-06-13 Nicolai Haehnler300: Reenable t->filter_1 (though currently not used)
2008-06-13 George Sapountzisglx: load swrast_dri.so
2008-06-13 George Sapountzisdri/swrast: make unbind a noop
2008-06-13 George Sapountzisdri/swrast: add OpenGL 2.1 functions
2008-06-13 George Sapountzisglx: use ErrorMessageF
2008-06-12 Zack Rusinsilly bug: it's PROGRAM_VARYING
2008-06-12 Zack Rusinglsl: make sure we replace all output reads with tempor...
2008-06-12 Zack Rusinglsl: allow uniforms
2008-06-12 Zack Rusinglsl: fix array size initialiazers using const variables
2008-06-12 Zack Rusinalmost forgot - RelAddr is a boolean so use it here
2008-06-12 Zack Rusinshaders: fix allocation of arrays of parameters
2008-06-12 Zack Rusinglsl: implement variable array indexes
2008-06-12 Dan NicholsonUpdate .gitignore for progs/glsl
2008-06-12 Dave Airliesparc: add swrast to dri drivers
2008-06-12 Dave Airliesparc: add DRI drivers for sparc patch from Fedora
2008-06-12 Brian Paulremove obsoleted doxygen \param comments
2008-06-12 Brian Paulcomments
2008-06-10 Brian Paulremove unnecessary swrast, tnl includes
2008-06-10 Brian Pauladd some missing rule dependencies
2008-06-10 Roland Scheideggercopy msaa visuals capability
2008-06-10 Dan NicholsonDistribute version.mk in case autoconf needs to be...
2008-06-10 Xiang, Haihaoi965: apply commit 6c1a98e97affb2163e776551eb3a9e669ff9...
2008-06-09 Brian Paulfix Xlib libGL.so build problem.
next