summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-23r300compiler: Add MRT number to debugging output.r300g-draw-buffersCorbin Simpson2-4/+4
2009-11-23r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson8-14/+40
2009-11-23Merge commit 'origin/mesa_7_7_branch'Maciej Cencora44-103/+180
2009-11-23radeon: fix errors in miptree related functionMaciej Cencora1-3/+8
2009-11-23Merge branch 'mesa_7_7_branch' of http://anongit.freedesktop.org/git/mesa/mes...Maciej Cencora12-32/+29
2009-11-23svga: Scrub Makefiles a bitJakob Bornecrantz2-20/+2
2009-11-23slang: Check return value from emit_instruction().Michal Krol1-6/+67
2009-11-23tgsi: Clamp the source argument in micro_exp2() to avoid Inf.Michal Krol1-0/+18
2009-11-23tgsi: Remove code that actually had no effect.Michal Krol1-4/+0
2009-11-23softpipe: Initialise TGSI machine's Face.Michal Krol1-1/+7
2009-11-23tgsi: Fix POSITION and FACE fragment shader inputs.Michal Krol2-36/+42
2009-11-23tgsi: Bring BGNFOR/ENDFOR implementation up to spec.Michal Krol2-13/+35
2009-11-23tgsi: Fake TXD implementation in exec.Michal Krol1-1/+59
2009-11-23tgsi: Add execution debugging facilities to exec.Michal Krol1-4/+63
2009-11-23slang: Be more robust with memory in concat_shaders().Michal Krol1-3/+19
2009-11-23mesa: Initialize variable in _mesa_get_texel_fetch_func.Vinson Lee1-1/+1
2009-11-23glx: Prevent potential null pointer deference in driCreateContext.Vinson Lee1-1/+3
2009-11-23glu/sgi: Fix memory leak in bitmapBuild2DMipmaps.Vinson Lee1-0/+1
2009-11-23glu/sgi: Fix memory leak in gluScaleImage3D.Vinson Lee1-0/+2
2009-11-22r600 : add support for shader instruction trunc and discard.Richard Li2-29/+78
2009-11-23r600: hopefully fix segfault.Dave Airlie1-1/+2
2009-11-23r600: fix inline issuesDave Airlie2-4/+2
2009-11-22r600 : add stack depth calculation, enable CF pop.Richard Li3-161/+223
2009-11-22r600 : use cf for all pop now, left optimization for future.Richard Li2-16/+42
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-21r300g: Build fix.Corbin Simpson1-1/+1
2009-11-21r300g: do not reallocate r300_vertex_info and r300_rs_block all the timeMarek Olšák2-24/+20
2009-11-21r300g: clean up vs/fs tabsMarek Olšák2-94/+25
2009-11-21radeon: fix compressed mipmapped texturesMaciej Cencora2-22/+29
2009-11-21radeon: fix glCompressedTexSubImageMaciej Cencora1-10/+12
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-20r300g: silence warningsMarek Olšák2-2/+4
2009-11-20r300g: fix typo in r300_reg.h to prevent the RS unit from doing random thingsMarek Olšák2-15/+13
2009-11-20r300g: fix updating a vertex formatMarek Olšák2-2/+5
2009-11-20r300g: add texture lod clampingMarek Olšák5-5/+23
2009-11-20r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson6-174/+110
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