mesa.git
2008-07-03 Brian Paulmesa: fix vertex array validation test for attribute...
2008-07-02 Brian Paulmesa: when linking a shader program, make sure all...
2008-07-02 Brian Paulmesa: added some debug code (disabled)
2008-07-02 Brian Paulmesa: fix error codes in _mesa_shader_source(), _mesa_g...
2008-07-02 Brian Paulmesa: regenerated
2008-07-02 Brian Paulmesa: added some missing equal() notEqual() intrinsics
2008-07-02 Brian Paulmesa: regenerated files
2008-07-02 Brian Paulmesa: fix all(bvec2) function typo, add missing bvec2...
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-07-02 Brian Paulgenerate a link error if the vertex shader references...
2008-07-02 Brian Paulset ctx->Const.MaxVertexTextureImageUnits = 0
2008-07-02 Ian RomanickVBO: Regenerate files based on recent changes to gl_API.xml
2008-07-02 Paulo Cesar... Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9d...
2008-07-02 Ian RomanickVBO: Add missing functions related to VERTEX_ATTRIB_ARR...
2008-07-02 Ian RomanickVBO: add GLX related annotations
2008-07-01 Brian Paulmesa: fix a GLSL vector subscript/writemask bug
2008-07-01 Brian Paulmesa: move some functions
2008-07-01 Brian Paulmesa: make _slang_swizzle_swizzle() non-private
2008-07-01 Brian Paulmesa: better function inlining in the presence of ...
2008-07-01 Brian Paulmesa: add/fix some IrInfo entries for debugging purposes
2008-07-01 Brian Paullink to DRM 2.3.1
2008-07-01 Brian Paulpress 'm' to toggle multisample enable/disable
2008-07-01 Brian Paulinit machine->Samplers (fixes vertex program texture...
2008-07-01 Dave Airliedri: drop asserts to make build against stable libdrm
2008-07-01 Xiang, Haihaodri: Take the base image size into account when computing
2008-06-30 Dan Nicholsonautoconf: Improve the visibility of the swrast DRI...
2008-06-30 Corbin Simpsonr3xx/r5xx: Enable ARB_point_parameters.
2008-06-30 Nicolai Haehnler300: Fix dumb mistake in LOD bias translation
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...
next