mesa: Return 0 for cube map face of non-cubemap framebuffer attachments.
[mesa.git] / src /
2008-07-25 Eric Anholtmesa: Return 0 for cube map face of non-cubemap framebu...
2008-07-25 Eric Anholtintel: If a tex image doesn't fit in the object's tree...
2008-07-23 Eric Anholtintel: Add a little span cache to spead up readpixels...
2008-07-23 Eric Anholtintel-gem: Use pread/pwrite for span access.
2008-07-23 Eric Anholtintel: improve 2d batchbuffer debug output.
2008-07-23 Eric Anholtintel: Fix CopyTexSubImage's src tiling arg for the...
2008-07-23 Eric Anholtintel: move renderbuffer mapping to separate functions.
2008-07-18 Ian Romanickintel-gem: Bump driver date
2008-07-16 Ian RomanickRemove redundant initalization of MaxTextureUnits
2008-07-15 Eric Anholtintel-gem: Disable spantmp sse/mmx functions when tile...
2008-07-14 Eric Anholti915: fix build after previous commit.
2008-07-12 Eric Anholtdrm-gem: Use new GEM ioctls for tiling state, and suppo...
2008-07-02 Eric Anholtintel: span rendering requires just a flush before...
2008-07-02 Eric Anholtintel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer...
2008-07-02 Eric Anholtintel-gem: Fix y-tile swizzling for our G965 with swizz...
2008-07-02 Eric Anholtintel-gem: Fix Y-tiling span setup.
2008-07-01 Eric Anholtintel-gem: Move bit 6 x tiling swizzle to a driconf...
2008-06-26 Eric Anholtintel: Fix locking when doing intel_region_cow().
2008-06-26 Eric Anholtintel: Replace sprinkled intel_batchbuffer_flush with...
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
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 Eric Anholti915: Accumulate the VB into a local buffer and subdata...
2008-06-23 Eric Anholti915: Convert to using VBs instead of inline prims.
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 CoopersmithFix builds with compilers other than gcc 3.0 & newer
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: Note the non-PBO fallback for textured drawpixels...
2008-06-18 Eric Anholti915: Restore the accelerated PBO pixel path functions...
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
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 Eric Anholt[intel] Fix no_rast option on non-965.
2008-06-17 Eric Anholt[intel-gem] Bug #16326: Fix X tile unswizzling on 965.
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
next