Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-11-20 | progs/xdemos: Add assert in corender.c. | Vinson Lee | |
2009-11-20 | i915g: Add missing break statement in i915_debug.c. | Vinson Lee | |
2009-11-20 | gallium/util: Initialize variables in u_pack_color.h. | Vinson Lee | |
2009-11-19 | docs: document fixes for AIX | Brian Paul | |
2009-11-19 | gl: added mangled glXGetProcAddressARB define | Tom Fogal | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-11-19 | progs: Fix quoting issue with empty set of PROGRAM_DIRS. | Tom Fogal | |
Quotes are important to make sure the argument to test -n really is the empty string, but that requires stringifying PROGRAM_DIRS. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-11-19 | mesa: define 32bit byteswap for AIX. | Tom Fogal | |
Fixes `xlib' driver build on AIX. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-11-19 | docs: removed VC6/7 project files | Brian Paul | |
2009-11-19 | docs: update news file for 7.6.1 release | Brian Paul | |
2009-11-19 | docs: remove VC6/7 project file info | Brian Paul | |
2009-11-19 | mesa: omit VC6, VC7 project files from tarballs | Brian Paul | |
Only VC8 project file is known to work. | |||
2009-11-19 | windows: remove old VC6 project files directory | Brian Paul | |
Very out of date, according to Karl Schultz. | |||
2009-11-18 | r600: disable compressed texture support | Alex Deucher | |
It's not implemented yet. fixes fdo bug 24047 | |||
2009-11-18 | st/xorg: Flush any pending operations on upload | Jakob Bornecrantz | |
2009-11-18 | st/xorg: Unbind any textures in solid | Jakob Bornecrantz | |
Helps debuging with rbug | |||
2009-11-20 | Fix vega compilation. | Alan Hourihane | |
2009-11-20 | Fix memory leak. | Alan Hourihane | |
2009-11-20 | progs/xdemos: Silence unused value warnings in sharedtex_mt.c. | Vinson Lee | |
2009-11-20 | progs/xdemos: Fix memory leak in glxinfo.c. | Vinson Lee | |
2009-11-20 | progs/tests: Silence unused value warnings in sharedtex.c. | Vinson Lee | |
2009-11-20 | mesa: Fix NULL deref in optimizer when NumInstructions == 0. | Eric Anholt | |
Bug #24984. | |||
2009-11-20 | progs/tests: Initialize variable in getprocaddress.c. | Vinson Lee | |
2009-11-20 | progs/util: Exit RawImageGetData early if malloc fails. | Vinson Lee | |
Prevents a null pointer deference later on. | |||
2009-11-20 | progs/slang: Check for ftell failure in vstest.c. | Vinson Lee | |
2009-11-20 | progs/util: Fix memory leak if malloc fails in RawImageOpen. | Vinson Lee | |
2009-11-20 | st/xorg: Fix type of 'unknown'. | Vinson Lee | |
2009-11-19 | progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS. | Vinson Lee | |
2009-11-19 | progs/vp: Fix memory leak in vp-tris.c. | Vinson Lee | |
2009-11-19 | progs/trivial: Redraw upon keypress. | Vinson Lee | |
2009-11-19 | progs/glsl: Redraw upon keypress. | Vinson Lee | |
2009-11-20 | r100: fix texture_from_pixmap and compiz. | Dave Airlie | |
r100 state emission has separate rect and non-rect states, if we are doing TFP for a TEXTURE_2D we shouldn't use the rect states as they won't get emitted properly. Signed-off-by: Dave Airlie <airlied@redhat.com> |