mesa.git
2009-12-04 Vinson Leeprogs/util: Fix memory leak if malloc fails in RawImage...
2009-12-04 Vinson Leeprogs/util: Fix memory leak if fopen fails in RawImageOpen.
2009-12-04 Vinson Leeprogs/util: Fix memory leak if malloc fails in tkRGBIma...
2009-12-04 Vinson Leeprogs/util: Fix memory leak if LoadRGBImage fails.
2009-12-04 Vinson Leeprogs/util: Fix memory if LoadRGBMipmaps2 fails.
2009-12-04 Vinson Leeprogs/util: Fix memory leak if LoadYUVImage fails.
2009-12-03 Vinson Leeprogs/fp: Redraw upon keypress.
2009-12-03 Vinson Leeprog/tests: Fix MSVC build.
2009-12-03 Vinson Leeprogs/tests: fix MSVC build.
2009-12-03 Vinson Leeprogs/tests: Fix MSVC build.
2009-12-03 Vinson Leeprogs/tests: Fix MSVC build.
2009-12-03 José Fonsecaprogs/tests: Use rand() instead of random().
2009-12-03 José Fonsecaprogs/tests: Use rand() instead of random().
2009-12-03 Vinson Leeprogs/tests: Fix MSVC build.
2009-12-03 Vinson Leeprog/tests: Fix MSVC build.
2009-12-03 Vinson Leeprog/tests: Fix MSVC build.
2009-12-03 Vinson Leeprogs/tests: fix MSVC build.
2009-12-03 Vinson Leeprog/tests: Fix MSVC build.
2009-12-03 Maciej Cencoraradeon: workaround an FBO issue
2009-12-03 Maciej Cencoraradeon: properly check if image should be placed in...
2009-12-03 Alex Deucherr200: fix polygon stipple
2009-12-03 Vinson Leescons: Add Mac OS to target platform list.
2009-12-03 Vinson Leeprogs/vpglsl: Fix psiz-mul.glsl compilation error on...
2009-12-03 Vinson Leeprogs/glsl: Fix trirast GLSL compilation errors on...
2009-12-03 Vinson Leeprogs/glsl: Fix noise GLSL compilation error on Mac OS.
2009-12-03 Vinson Leedemos/glsl: Add missing break statement to noise test.
2009-12-03 Vinson Leeprogs/glsl: Fix multinoise GLSL compilation errors...
2009-12-03 Vinson Leeprogs/glsl: Add missing break statement in multinoise.c.
2009-12-03 Vinson Leeprogs/glsl: Fix mandelbrot GLSL compilation error on...
2009-12-03 Vinson Leeprogs/glsl: Include local headers before installed...
2009-12-03 Brian Paulprogs/glsl: minor Makefile clean-ups
2009-12-02 Vinson Leeprogs: Ignore Mac OS dSYM directories.
2009-12-02 Brian Paulcell: added tex_usage param to xm_surface_buffer_create()
2009-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-03 Eric Anholtintel: Make RGB renderbuffers use XRGB8888 like we...
2009-12-03 Eric Anholtmesa: Fix bad conversion in AL1616_REV texstore.
2009-12-03 Eric Anholtmesa: Fix copy'n'paste problem in al1616 texel fetch.
2009-12-01 Brian Paulprogs/demos: remove unused glFogCoordPointer_ext var
2009-12-01 Tom FogalSimplify hackery added to fix AIX build.
2009-12-01 Ian Romanickintel: Remove GL_NV_point_sprite from extension list
2009-12-01 Jakob Bornecrantzvmware/xorg: Add video support
2009-12-01 Jakob Bornecrantzvmware/xorg: Create a small driver that sits ontop...
2009-12-01 Jakob Bornecrantzst/xorg: Create winsys hooks that we call into
2009-12-01 Jakob Bornecrantzvmware/core: Update vmwgfx_drm.h to latest version
2009-12-01 Jakob Bornecrantzsvga: Add header files for overlay support
2009-12-02 Eric Anholtintel: Fix more front-buffer rendering after Brian...
2009-12-02 José Fonsecawgl: Call st_swapbuffers instead of st_notify_swapbuffers.
2009-12-02 Dave AirlieRevert "radeon/r300: no need to flush the cmdbuf when...
2009-12-01 Brian Paulvbo: make flush recursion check code per-context
2009-12-01 Brian Paulst/mesa: updated emit_swz() comment
2009-12-01 Ian Romanickmesa: set version string to 7.7-rc1
2009-12-01 Ian Romanickmesa: set version string to 7.6.1-rc2
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-30 Ian Romanicki915: Actually put i915PointParameterfv in the driver...
2009-11-30 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-11-30 Ian Romanicki915: Fallback bit define missed on previous commit
2009-11-30 Ian Romanicki915: Round point sizes instead of truncate.
2009-11-30 Ian Romanicki915: Enable point sprite coordinate generation
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-11-29 Maciej Cencoraradeon: update miptree code a little
2009-11-29 Maciej Cencoraradeon: don't check the same miptree many times when...
2009-11-29 Maciej Cencoraradeon: add some debugging info
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGenf.
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGeni.
2009-11-29 Vinson Leedri: Fix potential null pointer dereference in driBindC...
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access in _mesa_TexEnvf.
2009-11-28 Maciej Cencoraradeon: need to flush cs when moving images between...
2009-11-27 José Fonsecascons: Promote pointer arithmetic to error.
2009-11-27 José Fonsecaconfigs: Warn about pointer arithmetic.
2009-11-27 José Fonsecamesa: Avoid void pointer arithmetic.
2009-11-27 Keith Whitwellst/xorg: proper fix for compositing after rounding up
2009-11-27 José Fonsecarbug: Mention where the GUI can be found.
2009-11-27 José Fonsecasvga: Re-add shader dumping.
2009-11-27 Keith WhitwellRevert "st/xorg: fix composite after texture size changes"
2009-11-27 Keith Whitwellst/xorg: fix composite after texture size changes
2009-11-27 José Fonsecawgl: Fix copy'n'paste typo in comment.
2009-11-27 José Fonsecasvga: Handle comment tokens when dumping.
2009-11-27 José Fonsecasvga: Use consistent names for public symbol names...
2009-11-27 José Fonsecasvga: Use consistent file names for dumping facilities.
2009-11-27 Keith Whitwellst/xorg: speculatively round textures up to nearest POT
2009-11-27 Keith Whitwellst/xorg: free last fence
2009-11-27 Keith Whitwellsvga: flush our command buffer after the 8th distinct...
2009-11-27 Keith Whitwellsvga: add DEBUG_CACHE option
2009-11-27 Vinson Leesvga: Prevent potential null pointer dereference in...
2009-11-26 Ian RomanickImprove implementation of GL_POINT_SPRITE_COORD_ORIGIN...
2009-11-25 Dave Airlieradeon: fix context destroy needing lock for flushing.
2009-11-25 Jakob Bornecrantzvmware/xorg: Remove gem include
2009-11-26 Michel Dänzerst/xorg: Use pipe clear hook for solid fills of whole...
2009-11-26 Keith Whitwellsvga: hash the whole key, not just the first four bytes
2009-11-26 Michel Dänzerst/xorg: Make sure DRI2 blits use GPU copy contents...
2009-11-26 Keith Whitwellst/xorg: fix refcounting bugs introduced in earlier...
2009-11-26 Keith Whitwellst/xorg: formatting
2009-11-26 Keith Whitwellst/xorg: remove debugging flush
2009-11-26 José Fonsecasvga: Remove spurious argument to SVGA_DBG.
2009-11-26 Keith Whitwellst/xorg: render throttling in block handler
2009-11-26 Keith Whitwellst/xorg: split copy operation into prepare/copy/done...
2009-11-26 Keith Whitwellst/xorg: don't set up constant buffer for non-xv fragme...
2009-11-26 Keith Whitwellst/xorg: split up shared Done call
2009-11-26 Keith Whitwellst/xorg: set up rasterizer state in init
2009-11-26 Keith Whitwellst/xorg: remove redundant clipping code
next