summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-22radeon: don't reemit state when not necessaryr300-blitMaciej Cencora1-5/+1
2009-11-22r300: emit number of used colorbuffers to pass radeon cs checkerMaciej Cencora1-1/+2
2009-11-22r300: setup render target format for r300/r400 cards tooMaciej Cencora1-86/+82
2009-11-22r300: finish blit support for r300Maciej Cencora1-4/+52
2009-11-22more blit fixesMaciej Cencora2-3/+3
2009-11-22blit WIPMaciej Cencora2-9/+25
2009-11-22r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora3-0/+165
2009-11-22r300: accelerated blit supportMaciej Cencora5-0/+522
2009-11-22r300: fix wrong assertionMaciej Cencora1-1/+1
2009-11-22r300: add some texformat related functionsMaciej Cencora2-0/+14
2009-11-22r300: refactor PVS code and constants emissionMaciej Cencora2-26/+34
2009-11-22r300: refactor R500 fragment program emissionMaciej Cencora2-29/+45
2009-11-22r300: refactor color buffer setupMaciej Cencora2-96/+129
2009-11-22r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora10-834/+8
2009-11-22r300: fix VP source conflict resolution on 64-bit machinesMaciej Cencora1-1/+1
2009-11-22r300: fix SIN/COS/SCS instructions for R300 fpMaciej Cencora1-5/+5
2009-11-22glu/sgi: Fix memory leak in gluScaleImage.Vinson Lee1-0/+2
2009-11-22glu: Fix memory leak in __gl_meshMakeEdge.Vinson Lee1-1/+6
2009-11-22svga: Prevent potential null pointer deference in vmw_surface.c.Vinson Lee1-1/+1
2009-11-22svga: Fix memory leak in vmw_screen_ioctl.cVinson Lee1-0/+1
2009-11-22st/xorg: Prevent potential null pointer deference in xorg_xv.c.Vinson Lee1-1/+1
2009-11-22st/xorg: Reorder cases in switch statement.Vinson Lee1-1/+3
2009-11-21radeon: fix compressed mipmapped texturesMaciej Cencora2-22/+29
2009-11-21radeon: fix glCompressedTexSubImageMaciej Cencora1-10/+12
2009-11-21intel: make CopyTex[Sub]Image fallback debug messages more consistentRoland Scheidegger1-2/+8
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-20progs/xdemos: Fix memory leak in pbinfo.c.Vinson Lee1-0/+1
2009-11-20progs/xdemos: Fix memory leak in pbdemo.c.Vinson Lee1-0/+1
2009-11-20progs/xdemos: Fix memory leak in glxpbdemo.c.Vinson Lee1-0/+1
2009-11-20progs/xdemos: Remove duplicate code in glxinfo.c.Vinson Lee1-2/+0
2009-11-20progs/xdemos: Add assert in corender.c.Vinson Lee1-0/+1
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-20progs/xdemos: Silence unused value warnings in sharedtex_mt.c.Vinson Lee1-4/+4
2009-11-20progs/xdemos: Fix memory leak in glxinfo.c.Vinson Lee1-1/+3
2009-11-20progs/tests: Silence unused value warnings in sharedtex.c.Vinson Lee1-4/+4
2009-11-20mesa: Fix NULL deref in optimizer when NumInstructions == 0.Eric Anholt1-1/+1
2009-11-20progs/tests: Initialize variable in getprocaddress.c.Vinson Lee1-1/+1
2009-11-20progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee1-0/+1
2009-11-20progs/slang: Check for ftell failure in vstest.c.Vinson Lee1-0/+6
2009-11-20progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee1-0/+14
2009-11-20st/xorg: Fix type of 'unknown'.Vinson Lee1-1/+1
2009-11-19progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.Vinson Lee1-1/+1