Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | vmware/xorg: Don't link against libdrm_intel | Jakob Bornecrantz | |
2009-11-24 | vmware/xorg: Stage driver in lib/gallium | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Pass mode types from the kernel to X | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Add libkms integration | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Touch up xorg_crtc.c | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Rename driver functions | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Rename output functions | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Rename dri2 functions | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Standardise all function names defined in xorg_tracker.h | Jakob Bornecrantz | |
2009-11-25 | svga: try harder to make the cachable flag work | Keith Whitwell | |
It doesn't though. | |||
2009-11-25 | st/xorg: accelerate src luminance | Zack Rusin | |
2009-11-25 | util: also print out memory statistics | Zack Rusin | |
2009-11-25 | svga: revert packing of surface key | Keith Whitwell | |
Over-ambitious packing of values broke my cursor. | |||
2009-11-25 | radeon: fix context destroy needing lock for flushing. | Dave Airlie | |
Thanks to Intel code which I've just stolen pretty much as usual. This fixes fdo bug 22851 which is a dri1 regression since rewrite. Tested by: fpiobaf (Fabio) on #radeon Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-11-25 | glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore. | Vinson Lee | |
2009-11-25 | glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore. | Vinson Lee | |
2009-11-25 | glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore. | Vinson Lee | |
2009-11-24 | svga: cache textures as well as buffers | Keith Whitwell | |
2009-11-24 | st/xorg: use surface_copy for blits if available | Keith Whitwell | |
Even if its not available, we really want to be coalescing blit operations better. | |||
2009-11-24 | svga: Filter out pendantic and ansi flags | Jakob Bornecrantz | |
Rather have the driver compile without the flags then having to disable them. | |||
2009-11-24 | glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore. | Vinson Lee | |
2009-11-24 | dri: Fix potential null pointer deference in dri_put_drawable. | Vinson Lee | |
2009-11-23 | radeon: fix errors in miptree related function | Maciej Cencora | |
- typo - memory leak - off by one (spotted by airlied) | |||
2009-11-23 | Merge branch 'mesa_7_7_branch' of ↵ | Maciej Cencora | |
http://anongit.freedesktop.org/git/mesa/mesa into mesa_7_7_branch | |||
2009-11-23 | svga: Scrub Makefiles a bit | Jakob Bornecrantz | |
Remove x86 specific hacks. Not that they will ever be used on none x86 arches, but they are built by default. And the way the flags where added was a hack. | |||
2009-11-23 | mesa: Initialize variable in _mesa_get_texel_fetch_func. | Vinson Lee | |
2009-11-23 | glx: Prevent potential null pointer deference in driCreateContext. | Vinson Lee | |
2009-11-23 | glu/sgi: Fix memory leak in bitmapBuild2DMipmaps. | Vinson Lee | |
2009-11-23 | glu/sgi: Fix memory leak in gluScaleImage3D. | Vinson Lee | |
2009-11-22 | r300: fix VP source conflict resolution on 64-bit machines | Maciej Cencora | |
On 32bit machines we were lucky because the sizeof(reg) == sizeof(rc_src_register). On 64bit machines pointers are 8 bytes long, so we were overwriting other data. | |||
2009-11-22 | r300: fix SIN/COS/SCS instructions for R300 fp | Maciej Cencora | |
2009-11-22 | glu/sgi: Fix memory leak in gluScaleImage. | Vinson Lee | |
2009-11-22 | glu: Fix memory leak in __gl_meshMakeEdge. | Vinson Lee | |
2009-11-22 | svga: Prevent potential null pointer deference in vmw_surface.c. | Vinson Lee | |
2009-11-22 | svga: Fix memory leak in vmw_screen_ioctl.c | Vinson Lee | |
2009-11-22 | st/xorg: Prevent potential null pointer deference in xorg_xv.c. | Vinson Lee | |
2009-11-22 | st/xorg: Reorder cases in switch statement. | Vinson Lee | |
Silences missing break statement warning. | |||
2009-11-21 | radeon: fix compressed mipmapped textures | Maciej Cencora | |
Tested on r300 only, other cards may require adjusting texture_compressed_row_align. | |||
2009-11-21 | radeon: fix glCompressedTexSubImage | Maciej Cencora | |
2009-11-21 | radeon: fix compressed mipmapped textures | Maciej Cencora | |
Tested on r300 only, other cards may require adjusting texture_compressed_row_align. | |||
2009-11-21 | radeon: fix glCompressedTexSubImage | Maciej Cencora | |
2009-11-21 | intel: make CopyTex[Sub]Image fallback debug messages more consistent | Roland Scheidegger | |
2009-11-21 | mesa: handle different RowStride in _mesa_get_compressed_teximage | Roland Scheidegger | |
drivers storing compressed textures with non-native stride but relying on _mesa_get_compressed_teximage for GetCompressedTexImage otherwise won't work correctly (for instance i965 compressed mipmaps). | |||
2009-11-21 | i965: Fix several memory leaks on exit. | Eric Anholt | |
Bug #25194. | |||
2009-11-20 | st/egl: Fix memory leak in egl_tracker.c. | Vinson Lee | |
2009-11-20 | draw: Initialize variable in draw_pt.c. | Vinson Lee | |
2009-11-20 | progs/xdemos: Fix memory leak in pbinfo.c. | Vinson Lee | |
2009-11-20 | progs/xdemos: Fix memory leak in pbdemo.c. | Vinson Lee | |
2009-11-20 | progs/xdemos: Fix memory leak in glxpbdemo.c. | Vinson Lee | |
2009-11-20 | progs/xdemos: Remove duplicate code in glxinfo.c. | Vinson Lee | |