mesa.git
2010-03-08 Brian Paulllvmpipe: rewrap for 80 columns
2010-03-08 Eric Anholti965: Fix up the handling of point sprite coordinate...
2010-03-08 Zack Rusingallivm: fix a crash by making sure we set the has_mask...
2010-03-08 Jesse Barnesxdemos/omlsync: improve OML WaitMsc test
2010-03-08 Brian PaulMerge branch '7.8'
2010-03-08 Brian Paulsoftpipe: zero-out entire clear_flags array in sp_tile_...
2010-03-08 Brian Paulst/mesa: don't detach renderbuffer, surface in st_finis...
2010-03-08 Alex Deucherr600: enable GL_ARB_pixel_buffer_object
2010-03-08 Brian Paulmesa: add additional missing z formats for render to...
2010-03-08 Alex Deucherradeon/r200/r600: allow src and dst BOs to be placed...
2010-03-08 Alex Deucherradeon/r200/r600: reset bos when validating buffers...
2010-03-08 Alex Deucherr600: recalculate point size, if point min/max size...
2010-03-08 Alex Deucherr600: no need to flush on context init
2010-03-08 Maciej Cencorar300: don't enable EXT_packed_depth_stencil
2010-03-08 Maciej Cencoraradeon: no need to emit full state twice after flush
2010-03-08 Maciej Cencorar300: allow src and dst BOs to be placed in GTT during...
2010-03-08 Maciej Cencorar300: reset bos when validating buffers during blit
2010-03-08 Maciej Cencoraradeon: fallback to software in glCopyTexImage if blit...
2010-03-08 Maciej Cencorar300: VAP flush is needed only when vertex program...
2010-03-08 Maciej Cencorar300: recalculate point size, if point min/max size...
2010-03-08 Maciej Cencorar300: no need to flush on context init
2010-03-08 Maciej Cencorar300: remove unnecessary code
2010-03-08 Brian Paulmesa: add render-to-texture case for MESA_FORMAT_S8_Z24
2010-03-08 Brian Paulmesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_F...
2010-03-08 Alex Deucherradeon/r200/r600: allow src and dst BOs to be placed...
2010-03-08 Alex Deucherradeon/r200/r600: reset bos when validating buffers...
2010-03-08 Alex Deucherr600: recalculate point size, if point min/max size...
2010-03-08 Alex Deucherr600: no need to flush on context init
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-08 Marek Olšákr300g: fix updating the tiling flags for the framebuffe...
2010-03-08 Marek Olšákr300g: remove unnecessary state emissions and clean up
2010-03-08 Chia-I Wust/vega: Fix OpenVG demo segfaults.
2010-03-07 Francisco Jerezdri/nouveau: Split big client buffers in the indexed...
2010-03-07 Francisco Jerezdri/nouveau: Fix nv[12]x color sum.
2010-03-07 Andrew Randrianasuludri/nv04: GL_EXT_secondary_color
2010-03-07 Andrew Randrianasuludri/nouveau: Trivially add GL_NV_blend_square
2010-03-07 Francisco Jerezdri/nouveau: Check _ColorDrawBuffers[0] before emitting...
2010-03-07 Maciej Cencoraradeon: handle compressed sRGB texture formats
2010-03-07 Marek Olšákr300g: fix DRM errors
2010-03-07 Marek Olšákr300g: disable macrotiling when the texture height...
2010-03-07 Marek Olšákr300g: enable micro- and macrotiling for all textures...
2010-03-07 Marek Olšákr300g: add ability to tile/detile textures using blit...
2010-03-07 Marek Olšákr300g: move r300_transfer to separate files
2010-03-07 Maciej Cencoraradeon: move glGetTexImage handlers to seperate file
2010-03-07 Maciej Cencoraradeon: Some possible improvements that I spoted in...
2010-03-07 Maciej Cencoraradeon: properly calculate rowstride for tiled images
2010-03-07 Maciej Cencoraradeon: minor refactoring of mipmap code
2010-03-07 Maciej Cencoraradeon: add texture helper function
2010-03-07 Maciej Cencoraradeon: add some debugging info to sw tiling/untiling...
2010-03-07 Maciej Cencoraradeon: add software untiling functions
2010-03-07 Maciej Cencoraradeon: add tile size getter
2010-03-07 Maciej Cencoraradeon: added tiling functions
2010-03-07 Maciej Cencorar300: don't enable EXT_packed_depth_stencil
2010-03-07 Maciej Cencoraradeon: no need to emit full state twice after flush
2010-03-07 Maciej Cencorar300: allow src and dst BOs to be placed in GTT during...
2010-03-07 Maciej Cencorar300: reset bos when validating buffers during blit
2010-03-07 Maciej Cencoraradeon: fallback to software in glCopyTexImage if blit...
2010-03-07 Maciej Cencorar300: VAP flush is needed only when vertex program...
2010-03-07 Maciej Cencorar300: recalculate point size, if point min/max size...
2010-03-07 Maciej Cencorar300: no need to flush on context init
2010-03-07 Maciej Cencorar300: remove unnecessary code
2010-03-07 Vinson Leegallivm: Initialize variables for default cases.
2010-03-07 Marek Olšákr300g: disable emitting the HWTCL-related state when...
2010-03-07 Marek Olšákr300g: resurrect r300_emit_vertex_buffer for SWTCL
2010-03-07 Marek Olšákr300g: validate buffers when using SWTCL
2010-03-07 Marek Olšákr300g: share the VS-output-mapping state with SWTCL
2010-03-07 Marek Olšákr300g: abort if FS compilation fails on non-debug builds
2010-03-06 Marek Olšákr300g: minor cleanups after the no-rhw merge
2010-03-06 Marek Olšákr300g: clamp vertex max index according to currently...
2010-03-06 José Fonsecautil: Use bitshift arithmetic to unpack pixels.
2010-03-06 José Fonsecaprogs/gallium/unit: Remove the test cases.
2010-03-06 José Fonsecautil: Move the format tests cases here so that they...
2010-03-06 George Sapountzisinclude/GL: drop more deprecated headers
2010-03-06 José Fonsecautil: Several fixes to clamping and test.
2010-03-06 José Fonsecautil: Fix the maximum value computation for SSCALED...
2010-03-06 José Fonsecautil: Add a new flag, for formats that can be described...
2010-03-06 José Fonsecaprogs/gallium/unit: Skip test cases which cannot be...
2010-03-06 José Fonsecaprogs/gallium/unit: Use the shortened name to reconstru...
2010-03-06 José Fonsecautil: Add the shortened format name to the description.
2010-03-06 José Fonsecaprogs/gallium/unit: Cleanup/fix PIPE_FORMAT_R8SG8SB8UX8...
2010-03-06 José Fonsecagallivm: Add some notes about sampler static state...
2010-03-06 José Fonsecagallivm: Answer question/comment.
2010-03-06 José Fonsecascons: Refuse to use LLVM 2.7 for now.
2010-03-06 José Fonsecascons: Fix version comparisons.
2010-03-06 José Fonsecagallivm: Add a placeholder for TGSI_FILE_PREDICATE...
2010-03-06 José Fonsecagallivm: Integrate udis86 on scons builds.
2010-03-06 José Fonsecagallivm: Generate valid IR for LLVM 2.7.
2010-03-06 José Fonsecascons: Detect and support LLVM 2.7.
2010-03-06 Vinson Leeprogs/demos: Add arbocclude2 to Makefile and .gitignore.
2010-03-06 George Sapountzisdri: drop MINIGLX_SOURCES (2)
2010-03-06 George Sapountzisdri: drop MINIGLX_SOURCES
2010-03-06 George Sapountzisconfig: drop WINDOW_SYSTEM var
2010-03-06 Brian Pauldocs: skeleton for 7.9 release notes
2010-03-06 Brian Paulmesa: bump version to 7.9
2010-03-06 Brian Paulglx: Move initialization of ext_list_first_time to...
2010-03-06 Brian Pauldocs: remove merge conflict garbage
2010-03-06 Jon TURNEYglx: Move initialization of ext_list_first_time to...
2010-03-06 Ian Romanickmeta: Use the DrawBuffer's stencil size
2010-03-06 Ian Romanickswrast: Remove redundant test of the visual's accumulat...
2010-03-06 Ian Romanickswrast: Adjust colors based on ReadBuffer visual, not...
next