summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-12-23gallium/util: Initialize variable in util_clear.Vinson Lee
2009-12-23util: Ensure debug_dump_flags generates a null-terminated string.Vinson Lee
2009-12-23st/xorg: Use C-style comments.Vinson Lee
2009-12-23st/vega: Move declaration outside for loop.Vinson Lee
2009-12-23st/egl: Use C-style comments.Vinson Lee
2009-12-22xlib: Use C-style comments.Vinson Lee
2009-12-22trace: Silence uninitialized variable warnings.Vinson Lee
2009-12-22trace: Add PIPE_OS_APPLE.Vinson Lee
2009-12-22gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.Vinson Lee
2009-12-22gallium/util: Add PIPE_OS_APPLE to u_network.Vinson Lee
2009-12-22i915g: Use C-style comment.Vinson Lee
2009-12-14mesa: Add missing $(DESTDIR) support to src/gallium/winsys/xlib/MakefileMatthew Bell
2009-12-12softpipe: Initialize source in blend_quad.Vinson Lee
2009-12-12i915g: Silence unused value warning in intel_drm_get_device_id.Vinson Lee
2009-12-08st/xorg Fail early if we don't intend to accelerate.Thomas Hellstrom
2009-12-08i915g: Fix memory leak when pci id is unknown.Vinson Lee
2009-12-08i915g: Add missing break statement in i915_debug_packet.Vinson Lee
2009-12-08rbug: Initialize variable in rbug_get_message.Vinson Lee
2009-12-07llvmpipe: Initialize variables in emit_instruction.Vinson Lee
2009-12-06st/egl: Fix memory leak in egl_tracker.c.Vinson Lee
2009-12-05draw: Initialize variable in draw_pt.c.Vinson Lee
2009-12-04r300g: use $(MAKE) variableColeman Kane
2009-12-03gallium/util: Initialize variables in u_pack_color.h.Vinson Lee
2009-12-02cell: added tex_usage param to xm_surface_buffer_create()Brian Paul
2009-11-18xorg/st: fixup builds against later dpms headers.Brian Paul
2009-10-27draw: Fix memory leak.Vinson Lee
2009-10-20cell: fix compilation on cellMarc Dietrich
2009-10-10softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul
2009-10-07gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul
2009-10-07gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul
2009-10-07gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul
2009-10-02gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul
2009-10-02gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()Brian Paul
2009-10-02gallium: replace // comments with /* */Brian Paul
2009-10-02gallium: remove // comment and extra whitespaceBrian Paul
2009-10-01gallium/util: silence uninitialized var warningBrian Paul
2009-09-29gallium/xlib: fix GLX_RENDER_TYPE queryBrian Paul
2009-09-29softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()Brian Paul
2009-09-29softpipe: Grab a ref when the fb is set.Brian Paul
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-28gallium/util: add sanity check assertionsBrian Paul
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-24softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.Vinson Lee
2009-09-24tgsi/sse: Pass the lodbias, not zero. More comments.Brian Paul
2009-09-23softpipe: added max texture/surface size sanity checkBrian Paul
2009-09-23softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture sizeBrian Paul
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-21softpipe: Fix cube face selection.Brian Paul
2009-09-14gallium: Add Mac OS to pipe/p_thread.h.Vinson Lee
2009-09-11llvmpipe: asst fixes for 'make linux-llvmpipe'Brian Paul