summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-21mesa: handle different RowStride in _mesa_get_compressed_teximageRoland Scheidegger1-6/+21
2009-11-21i965: Fix several memory leaks on exit.Eric Anholt4-5/+11
2009-11-20st/egl: Fix memory leak in egl_tracker.c.Vinson Lee1-1/+1
2009-11-20draw: Initialize variable in draw_pt.c.Vinson Lee1-1/+2
2009-11-20i915g: Add missing break statement in i915_debug.c.Vinson Lee1-0/+1
2009-11-20gallium/util: Initialize variables in u_pack_color.h.Vinson Lee1-1/+4
2009-11-18st/xorg: Flush any pending operations on uploadJakob Bornecrantz1-0/+5
2009-11-18st/xorg: Unbind any textures in solidJakob Bornecrantz1-0/+2
2009-11-20Fix vega compilation.Alan Hourihane3-5/+12
2009-11-20Fix memory leak.Alan Hourihane1-0/+1
2009-11-20mesa: Fix NULL deref in optimizer when NumInstructions == 0.Eric Anholt1-1/+1
2009-11-20st/xorg: Fix type of 'unknown'.Vinson Lee1-1/+1
2009-11-20r100: fix texture_from_pixmap and compiz.Dave Airlie1-7/+10
2009-11-19st/xorg: Fix infinite loop in copy_packed_data.Vinson Lee1-1/+1
2009-11-19st/mesa: replace st_flush() with pipe->flush()Brian Paul1-1/+1
2009-11-19vbo: added recursion check in vbo_exec_FlushVertices()Brian Paul1-1/+17
2009-11-19st/mesa: get rid of compressed_num_bytes() codeBrian Paul1-36/+4
2009-11-19st/mesa: remove is_compressed_mesa_format()Brian Paul1-21/+2
2009-11-19st/mesa: remove pointless assertionBrian Paul1-2/+0
2009-11-19softpipe: whitespace/indentation fixesBrian Paul1-5/+3
2009-11-19softpipe: add missing check in softpipe_is_texture_referenced()Brian Paul1-2/+8
2009-11-19st/xorg: Replace compile-time acceleration switch with Option "2DAccel".Michel Dänzer5-12/+25
2009-11-19st/xorg: Miscellaneous XVideo fixes.Michel Dänzer1-3/+11
2009-11-19st/xorg: Try harder to ensure a shared texture has valid contents right away.Michel Dänzer1-0/+3
2009-11-19st/xorg: Don't complain about convolution filter being 'unknown'.Michel Dänzer1-1/+2
2009-11-19st/xorg: Remove superfluous flushes from the EXA WaitMarker hook.Michel Dänzer1-9/+1
2009-11-19st/xorg: Don't initialize non-existing fields.Michel Dänzer1-2/+0
2009-11-18st/xorg: Init all functions and fix spellingJakob Bornecrantz1-1/+3
2009-11-18st/xorg: Make the #if more easier to readJakob Bornecrantz1-8/+14
2009-11-18st/xorg: Use the correct DRI2BufferPtr struct on 1.6.4 serversJakob Bornecrantz1-9/+16
2009-11-18r300: allow disabling s3tc support if libtxc_dxtn is availableMaciej Cencora1-3/+3
2009-11-18Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora26-624/+627
2009-11-18r600: align for mipmap tree changesMaciej Cencora3-40/+24
2009-11-17AL1616: Fix cut-and-paste bugIan Romanick1-2/+2
2009-11-17Merge branch 'outputswritten64'Ian Romanick33-82/+111
2009-11-17ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLXIan Romanick2-0/+10
2009-11-17ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXTIan Romanick4-0/+26
2009-11-17Add missing XML files to API_XMLIan Romanick1-2/+5
2009-11-17ARB_fbo: Enable GL_EXT_framebuffer_multisampleIan Romanick2-2/+7
2009-11-17ARB_fbo: Regenerate files from previous commits.Ian Romanick10-3862/+3975
2009-11-17ARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xmlIan Romanick2-24/+24
2009-11-17ARB_fbo: Add GL_EXT_framebuffer_multisampleIan Romanick2-0/+17
2009-11-17EXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_packed_depth_stencilIan Romanick1-0/+1
2009-11-17EXT_pds: Add GL_EXT_packed_depth_stencilIan Romanick2-0/+20
2009-11-17EXT_fbo_blit: Add missing GLX protocol render opcodeIan Romanick1-0/+1
2009-11-17ARB_fbo: Add missing protocol "Get" informationIan Romanick1-2/+7
2009-11-17ARB_fbo: Remove _EXT from enum namesIan Romanick1-12/+12
2009-11-17mesa: remove old commentBrian Paul1-1/+0
2009-11-17mesa: fix assorted compiler warningsBrian Paul6-10/+10
2009-11-17mesa: fix incorrect type in store_texel_al1616()Brian Paul1-1/+1