mesa.git
2009-09-29 José Fonsecallvmpipe: Emit SSE intrinsics based on runtime cpu...
2009-09-29 José Fonsecautil: Cleanup u_cpu_detect, build. Support X86_64 and...
2009-09-29 José Fonsecagallium: New PIPE_OS_UNIX to simplify code that is...
2009-09-29 Vinson Leei915: Fix MSVC build.
2009-09-29 José Fonsecapython: Update for surface_buffer_create change.
2009-09-29 José Fonsecag3dvl: assert.h -> util/u_debug.h
2009-09-29 José Fonsecag3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures.
2009-09-29 Andre Maasikasr600: use CB_TARGET_MASK instead of CB_SHADER_MASK...
2009-09-29 Andre Maasikasr600: user correct alpha blend factor
2009-09-29 Andre Maasikasr600: clear position enable bit when when wpos is not...
2009-09-29 Jakob Bornecrantzst/xorg: Add debug for fallbacks
2009-09-29 Jakob Bornecrantzst/xorg: Make debug printing optional
2009-09-28 Eric Anholtmeta: Fix invalid PBO access from DrawPixels when tryin...
2009-09-28 Eric Anholtintel: Drop my generatemipmap code in favor of the...
2009-09-28 Eric Anholtintel: Remove some dead metaops code.
2009-09-28 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Ian Romanickdocs: 7.5.2 md5 sums
2009-09-28 Ian RomanickPrep for 7.5.2 release
2009-09-28 Ian Romanickdocs: 7.6 md5 sums
2009-09-28 Ian RomanickPrep for 7.6 release
2009-09-28 Brian Paulst/mesa: check gl_texture_object::GenerateMipmap field...
2009-09-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Robert NolandFix build on non GLIBC platforms (FreeBSD at least)
2009-09-28 Brian Pauldocs: list additional 7.5.2 bug fixes
2009-09-28 Brian Pauldocs: document gallium mipmap generation fix
2009-09-28 Brian Paulst/mesa: fix st_generate_mipmap() issues
2009-09-28 Brian Paulst/mesa: fix/simplify st_texture_object::lastLevel...
2009-09-28 Brian Paulgallium/util: add sanity check assertions
2009-09-28 Brian Paulmesa: use _mesa_get_current_tex_unit() helper
2009-09-28 Vinson Leeprogs/perf: Include local headers before installed...
2009-09-28 Brian Paulprogs/tests: print usage info upon SPACE/u
2009-09-28 Brian Paulprogs/tests: re-indent mipmap_limits.c
2009-09-28 Younes Mantonllvmpipe: Grab a ref when the fb is set.
2009-09-28 José Fonsecasoftpipe: Fix MSVC build.
2009-09-28 José Fonsecag3dvl: Fix MSVC build.
2009-09-28 Cooper Yuanr300g: fix r300g cause GPU hang issue.
2009-09-28 Younes Mantonxvmc: Fail on unsupported formats, operations.
2009-09-28 Younes Mantong3dvl: Missing semicolon.
2009-09-28 Younes Mantong3dvl: Formatting and cleanups.
2009-09-28 Younes Mantong3dvl: Move XvMC under the Xorg state tracker.
2009-09-28 Younes Mantong3dvl: Implement XvMC using pipe_video_context.
2009-09-27 Younes Mantong3dvl: pipe_video_context interface, softpipe impl...
2009-09-27 Younes Mantonutil: Add util_next_power_of_two() for rounding a uint...
2009-09-27 Maciej Cencorar300g: fix erroneous condition
2009-09-27 Maciej Cencorar300g: don't force vertex position for HW TCL path
2009-09-27 Maciej Cencorar300g: add some assertions
2009-09-27 Maciej Cencorar300g: plug memory leak
2009-09-27 Maciej Cencorar300g: add some debugging info
2009-09-27 Dave Airlier300g: fix r300 rs path
2009-09-27 Dave Airlier300g: rewrite RS state setup.
2009-09-27 Dave Airlier300g: silence compiler warning
2009-09-27 Jakob Bornecrantzi915g: Submit direct vertex buffers
2009-09-27 Jakob Bornecrantzi915g: Fix warning
2009-09-27 Jakob Bornecrantzi915g: Tile shared buffers as well
2009-09-27 Jakob Bornecrantzi915g: Make sure to map tiled buffers via the gtt
2009-09-27 Jakob Bornecrantzi915g: Use boolean
2009-09-27 Jakob Bornecrantzi915g: Enable reuse of buffers
2009-09-27 Jakob Bornecrantzst/egl: Remove buffer from screen
2009-09-27 Richard Lir600 : Enable draw_prim.
2009-09-27 Younes Mantonsoftpipe: Grab a ref when the fb is set.
2009-09-26 Jakob Bornecrantzprogs/rbug: Link to math
2009-09-26 Dave Airlier300g: add tx depth support in register.
2009-09-26 Dave Airlier300g: only pass complete texture state to hw setup...
2009-09-26 Dave Airlier300g: add missing break in OQ emit
2009-09-26 José Fonsecallvmpipe: Allow building with LLVM 2.6 too.
2009-09-26 Dave Airlier300g: report GL1.5, enable cap bits for OQ and shadow.
2009-09-26 Dave Airlier300g: add z16 unorm texture format
2009-09-26 Dave Airlier300g: fix texture pitch to correct value.
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Michel Dänzerintel: Handle GL_RGB8 for glCopyTex(Sub)Image.
2009-09-25 Michel Dänzerst/xorg: Re-enable accelerated fills and copies.
2009-09-25 Michel Dänzerst/xorg: Flush render cache if but only if a source...
2009-09-25 Michel Dänzerst/xorg: Reject Composite acceleration for some cases...
2009-09-25 Michel Dänzerst/xorg: Make sure struct is fully initialized.
2009-09-25 Michel Dänzerst/xorg: Use generic semantic for Composite mask coordi...
2009-09-25 Michel Dänzerst/xorg: Flesh out EXA PrepareComposite hook a little.
2009-09-25 Michel Dänzerst/xorg: Use I8 format instead of A8 for depth 8 pixmaps.
2009-09-25 Michel Dänzerst/xorg: Bind rasterizer state for copies.
2009-09-25 Michel Dänzerst/xorg: Source-only pictures always have format PICT_a...
2009-09-25 Michel Dänzerst/xorg: Better checks for unsupported component alpha...
2009-09-25 Michal Krolsoftpipe: Grab fs output z from the correct file.
2009-09-25 Michal Krolsoftpipe: Do not advertise support for L16 and YCBCR...
2009-09-25 Michal Krolradeon: Fix newlines.
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-25 Vinson Leemesa: move declaration before code
2009-09-25 Christoph Bumillernv50: fix TEX for WriteMask not equal 0xf
2009-09-25 Christoph Bumillernv50: actually enable view volume clipping
2009-09-25 Christoph Bumillernv50: RCP and RSQ cannot load from VP inputs
2009-09-25 Christoph Bumillernv50: fix CEIL and TRUNC
2009-09-25 Christoph Bumillernv50: implement BGNLOOP, BRK, ENDLOOP
2009-09-25 Christoph Bumillernv50: implement IF, ELSE, ENDIF opcodes
2009-09-25 Cooper Yuanr300g: add texture format for xvmc
2009-09-25 Chia-I Wumesa/main: Make FEATURE_convolve follow feature convent...
2009-09-25 Chia-I Wumesa/main: Make FEATURE_colortable follow feature conve...
2009-09-25 Chia-I Wumesa/main: Make FEATURE_pixel_transfer follow feature...
2009-09-25 Chia-I Wumesa/main: Add comments to mfeatures.h.
2009-09-25 Eric Anholti915: Fix GetBufferSubData in the case of a system...
2009-09-25 Brian Paulprogs/perf: glGenerateMipmap() test
next