OSDN Git Service

android-x86/external-mesa.git
2012-02-13 Stéphane Marchesingallivm: Replace architecture test with PIPE_ARCH_*
2012-02-13 Stéphane Marchesini915g: Remove useless draw calls.
2012-02-13 Stéphane Marchesini915g: Add a way to profile the contents of command...
2012-02-13 Stéphane Marchesini915g: Fix comments.
2012-02-13 Stéphane Marchesini915g: Don't emit state when it's already bound.
2012-02-13 Stéphane Marchesini915g: Remove unused poly stipple state.
2012-02-13 Stéphane Marchesini915g: Implement stipple with draw.
2012-02-13 Stéphane Marchesini915g: Fix comment.
2012-02-13 Stéphane Marchesini915g: Move ureg defines to the header so we can share...
2012-02-13 Stéphane Marchesini915g: Separate declarations and program in the fragmen...
2012-02-12 Dave Airliest/mesa: only resolve if number of samples is > 1
2012-02-12 Brian Paulswrast: fix span color type selection
2012-02-12 Dave Airlieextensions: remove unused code.
2012-02-12 Dave Airliemesa/texparam: drop double semicolons
2012-02-12 Marek Olšákr300g: always fail to create a multisample resource
2012-02-12 Marek Olšákr300g: assert-fail when calling resource_resolve
2012-02-11 Alex Deuchergallium/xvmc: r300 and r600 now depend on libdrm_radeon
2012-02-11 Vinson Leegallivm: Change getExtent and readByte to non-const...
2012-02-11 Kenneth Graunkei965: Fix border color on Ironlake.
2012-02-11 Eric Anholti965/fs: Add support for generating MADs.
2012-02-11 Eric Anholti965/fs: Add missing register allocation for 3rd sources.
2012-02-11 Eric Anholti965: Add support for the MAD opcode on gen6+.
2012-02-10 Ian RomanickBump version to 8.1 (devel)
2012-02-10 Alex Deucherradeon: build fix after 9d9111108eadd65708899284b1cfa9c...
2012-02-10 Alex Deucherr600g: 128 bit formats require tile_type = 1 on cayman
2012-02-10 Alex Deucherr600g: fix tex tile_type offset for cayman
2012-02-10 Brian Paulst/wgl: refactor stw_pixelformat_init()
2012-02-10 José Fonsecast/wgl: Properly support non-displayble pixel formats...
2012-02-10 José Fonsecast/wgl: Invoke SetPixelFormat twice for pbuffers.
2012-02-10 José Fonsecast/wgl: Just pass pPixelFormat to stw_pixelformat_get_i...
2012-02-10 José Fonsecast/wgl: Fix argument of stw_pixelformat_get_info().
2012-02-10 Brian Paulmesa: remove unused gl_shared_state::DriverData field
2012-02-10 Brian Pauldocs: remove link to the GLSL compiler page
2012-02-10 Brian Pauldocs: add VMware link
2012-02-10 Brian Pauldocs: update info about supported systems, GPUs, APIs
2012-02-10 Brian Pauldocs: add news item for 8.0 release
2012-02-10 Ian Romanickdocs: Add 8.0 MD5 checksums
2012-02-10 Brian Paulmesa: fix proxy texture target initialization
2012-02-10 Brian Paulmesa: remove unused gl_pixelmap::Map8[] array
2012-02-10 Brian Paulst/mesa: stop using Map8[] tables in load_color_map_tex...
2012-02-10 Brian Paulmesa: remove unused _mesa_map_ci8_to_rgba8()
2012-02-10 Brian Paulmesa: fix error handling in get_tex_rgba_compressed()
2012-02-10 Brian Paulmesa: use _mesa_format_matches_format_and_type() in...
2012-02-10 Brian Paulmesa: push row stride adjustment down into _mesa_decomp...
2012-02-10 Brian Paulmesa: replace GET_SHINE_TAB_ENTRY() macro with an inlin...
2012-02-10 Brian Paulmesa: make _mesa_invalidate_shine_table() static
2012-02-10 Brian Paulmesa: remove gl_light::_SpotExpTable field
2012-02-10 Brian Paulmeta: replace abort() with _mesa_problem()
2012-02-10 Brian Paulmesa: fix comment typo
2012-02-10 Christian Königst/vdpau: use matrix filter to blur/sharpen video
2012-02-10 Christian Königvl: add a matrix/convolution filter
2012-02-10 Christian Königst/vdpau: use median filter for noise reduction
2012-02-10 Christian Königvl: add a median filter for noise reduction
2012-02-10 Eric Anholti965/gen7: Fix the length of the MULTISAMPLE state...
2012-02-10 Eric Anholti965/gen7: Fix the length of the DS state packet in...
2012-02-10 Eric Anholti965/gen7: Fix GPU hangs from the HiZ op.
2012-02-09 Mathias Fröhlichglsl: Avoid excessive loop unrolling.
2012-02-09 Anuj Phogatmesa: fix maximum allowed proxy texture size condition
2012-02-09 Dave Airliest/mesa: exit the update fragment samplers/textures...
2012-02-09 Dave Airliest/mesa: fixup NDEBUG vs DEBUG causing debug path to...
2012-02-09 Chia-I Wumesa: enable remap table when --enable-shared-glapi
2012-02-09 Brian Paulvbo: unmap vertex store before executing lists
2012-02-09 Christoph Bumillergallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CON...
2012-02-09 Carl Worthdri: Emit a critical error if the swrast driver fails...
2012-02-09 Carl Worthdri: Emit a critical error if a named driver fails...
2012-02-09 Carl Worthdri: Add a CriticalErrorMessageF macro.
2012-02-09 Carl Worthdri: Clarify comments on InfoMessageF and ErrorMessageF...
2012-02-08 Chad Versaceglsl: Fix Android build
2012-02-08 Christian Königr600g: fix handling of outputs as TEX addr sources
2012-02-08 Chad Versacei965: Remove file i965/junk, accidentally added in...
2012-02-08 Dave Airliest/mesa: avoid vertex texture and sampler updates for...
2012-02-08 Kenneth Graunkei965: Remove broken symlink to intel_decode.c.
2012-02-08 Eric Anholti965/fs: Implement GL_CLAMP behavior on texture rectang...
2012-02-08 Eric Anholti965/fs: Move GL_CLAMP handling to coordinate setup.
2012-02-08 Eric Anholti965: Fix HiZ change compiler warning.
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-02-07 Ian Romanickintel: Avoid divide by zero for very small linear blits
2012-02-07 Ian Romanickintel: Remove num_mapped_regions assertion from _intel_...
2012-02-07 Tobias Drostegallium/gbm: r300 and r600 now depend on libdrm
2012-02-07 Brian Paulr600g: remove unused vars to silence warnings
2012-02-07 Brian Paulmesa: remove unused _mesa_error_check_format_type(...
2012-02-07 Brian Paulmesa: stop using _mesa_error_check_format_type() in...
2012-02-07 Brian Paulmesa: stop using _mesa_error_check_format_type() in...
2012-02-07 Brian Paulmesa: remove redundant format/type checks in glReadPixels()
2012-02-07 Brian Paulmesa: remove redundant format/type checks in glGetTexIm...
2012-02-07 Brian Paulmesa: new _mesa_error_check_format_and_type() function
2012-02-07 Dave Airliescons: fix typo in package version
2012-02-07 Dave Airlieradeon: only init surface manage on r600
2012-02-07 José Fonsecascons: Require same pkg-config versions as configure.
2012-02-07 José Fonsecascons: r300/r600 now depends on libdrm.
2012-02-07 Brian Paulmesa: support more format/type combos in _mesa_dump_image()
2012-02-07 Brian Paulutil: fix typo in debug_printf_once comment
2012-02-06 Jerome Glisser600g: add support for common surface allocator for...
2012-02-06 Jon TURNEYHave __glImageSize handle format GL_DEPTH_STENCIL_NV...
2012-02-06 Christian Königst/vdpau: use dst surface size if clip width/height...
2012-02-06 Christian Königst/vdpau: implement vlVdpOutputSurfaceQueryCapabilities
2012-02-06 Christoph Bumillernv50: fix bad assertion on Elements(phi->src) in regalloc
2012-02-06 Jon TURNEYdri: Don't build libdricommon.la if we don't need it
2012-02-06 Christian Königvl: add VL_MAX_SURFACES define
2012-02-06 Christian Königvl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS
next