OSDN Git Service

android-x86/external-mesa.git
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-09 Brian Pauldocs: add news item for 8.0 release
2012-02-09 Ian Romanickdocs: Add 8.0 MD5 checksums
2012-02-09 Ian Romanickmesa: Bump version number to 8.0 (final)
2012-02-09 Anuj Phogatmesa: fix maximum allowed proxy texture size condition
2012-02-08 Eric Anholtdri: Add Unigine Tropics as an app that requires the...
2012-02-08 Eric Anholtdri: Fix typo in xml file that made all applications...
2012-02-08 Eric Anholtdri: Add a default drirc to be installed to provide...
2012-02-07 Chih-Wei Huangvbo: fix a building error
2012-02-07 Eric Anholtglsl: Add error case for switch() with two default...
2012-02-07 Eric Anholtglsl: Throw an error when faced with a duplicated switc...
2012-02-07 Eric Anholtglsl: Add other missing error location information...
2012-02-07 Eric Anholtglsl: Add missing location info to case labels.
2012-02-07 Eric Anholtglsl: Throw the required error when a case label is...
2012-02-07 Eric Anholtglsl: Save and restore the whole switch state for nesting.
2012-02-07 Eric Anholtmesa: Fix the error message function names for glFlushM...
2012-02-07 Eric Anholtmesa: Fix bad-enum/no-buffer error handling for buffer...
2012-02-07 Carl Worthglsl: Avoid ralloc_stealing a long-lived object to...
2012-02-07 Brian Paulmesa: reference shared state in glPushAttrib(GL_TEXTURE...
2012-02-07 Brian Paulmesa: use new _mesa_reference_shared_state() function
2012-02-07 Eric Anholti965: Add a driconf option to force GLSL extension...
2012-02-07 Eric Anholtmesa: Add a flag for forcing all GLSL extensions to...
2012-02-07 Eric Anholti965/vs: Avoid allocating registers in to the gen7...
2012-02-07 Chad Versaceswrast: Fix fixed-function fragment processing
2012-02-07 Eric Anholtmesa: Don't round-trip integer texture data through...
2012-02-07 Eric Anholtmesa: When unpacking signed integer pixel data, don...
2012-02-07 Eric Anholtmesa: Add clamping for packing of integer data.
2012-02-07 Eric Anholtmesa: Add missing format unpack for some integer textur...
2012-02-07 Eric Anholti965: Don't allow rendering to non-GL_RED/RG/RGBA integ...
2012-02-07 Eric Anholtintel: Pass the gl_renderbuffer to render_target_suppor...
2012-02-07 Eric Anholtintel: Make a renderbuffer wrapping a texture have...
2012-02-07 Eric Anholtintel: Simplify intel_renderbuffer_update_wrapper(...
2012-02-07 Eric Anholtintel: Drop intel_wrap_miptree().
2012-02-07 Yuanhan Liui965: fix inverted point sprite origin when rendering...
2012-02-07 Eric Anholti965/fs: Fix rendering corruption in unigine tropics.
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-03 Ian Romanickintel: FBOs with texture border are unsupported
2012-02-03 Carl Worthglcpp: Fix so that trailing punctuation does not preven...
2012-02-03 Ville Syrjalagallium/dri: Handle xserver that doesn't send needless...
2012-02-02 Brian Paulgallium/postprocess: move declarations before code
2012-02-02 Lauri Kasanengallium/postprocess: Just to be safe, reference all...
2012-02-02 Lauri Kasanengallium/postprocess: Fix depth logic
2012-02-02 Michel Dänzergallium/postprocess: Proper reference counting of pp_ji...
2012-02-02 Paul Berryi965/gen6: Fix segfault in transform feedback to DYNAMI...
2012-02-02 Paul Berryi965/vs: Fix bogus assertion in emit_block_move()
2012-02-02 Eric Anholtmesa: Fix display list handling for GL_EXT_framebuffer_...
2012-02-02 Eric Anholtmesa: Fix display list handling for EXT_framebuffer_object.
2012-02-02 Anuj Phogatmesa: fix maximum allowed proxy texture size condition
2012-02-02 Anuj Phogatmesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NO...
2012-02-02 Ian Romanickmesa: Fix copy-and-paste error in _mesa_pack_rgba_span_...
2012-02-02 Ian Romanickmesa: Fix copy-and-paste bug in do_row_3D
2012-02-02 Ian Romanickmesa: Convert colors if span ChanType and renderbuffer...
2012-02-02 Ian Romanickmesa: Set the gl_array_object::ARBsemantics flag at...
2012-02-02 Ian Romanickmesa: Add unpack_uint_z_row support for floating-point...
2012-02-02 José Fonsecamapi/glapi: Never use a generic no-op entry-point on...
2012-02-01 Ian Romanickmeta: Fallback for glBlitFramebuffer from a multisample...
2012-01-31 Eric Anholtintel: Fix accum buffer mapping since the swrast rework.
2012-01-31 Brian Paulosmesa: set RefCount = 1 in new_osmesa_renderbuffer()
2012-01-31 Vinson Leeosmesa: Fix osmesa_context.DataType type.
2012-01-31 Brian Paulvega: memset data array to zero to silence uninitialize...
2012-01-31 Brian Paulsoftpipe: move var initialization to silence warning
2012-01-31 Vinson Leesoftpipe: Silence unused variable warning on non-LLVM...
2012-01-30 Benjamin Franzkest/dri: Support 24bit formats in dri2_allocate_buffer
2012-01-28 Christian Königst/xvmc: remove xorg-server dependency
2012-01-28 Ian Romanickmesa: Bump version number to 8.0-rc2
2012-01-28 Kenneth Graunkei965/vs: Use the sampler for VS pull constant loading...
2012-01-28 Kenneth Graunkei965: Expose brw_set_sampler_message for use outside...
2012-01-28 Paul Berryi965: Set pitch of pull constant buffers to 16.
2012-01-28 Ian Romanickmesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib
2012-01-28 Ian Romanickmesa: Rename gl_array_object::VBOonly to ::ARBsemantics
2012-01-28 Ian Romanickswrast: Use fixed-function processing instead _TexEnvPr...
2012-01-28 Ian Romanickmesa: Make sure _TexEnvProgram points at the current...
2012-01-28 Brian Paulswrast: fix uninitialized variable warning
2012-01-28 Brian Paulswrast: make rowStride variable signed in put_z32_values()
2012-01-28 Brian Paulintel: use swrast code to map/unmap renderbuffers for...
2012-01-28 Brian Paulmesa: update comments, fix whitespace in dd.h
2012-01-28 Brian Paulswrast: remove unused StoreTexel code
2012-01-28 Brian Paulswrast: use Map/UnmapTextureImage() in framebuffer...
2012-01-28 Brian Paulmesa: remove ctx->Driver.Map/UnmapTexture() hooks
2012-01-28 Brian Paulnouveau: stop calling ctx->Driver.Map/UnmapTexture()
2012-01-28 Brian Paultnl: remove ctx->Driver.Map/UnmapTexture() calls
2012-01-28 Brian Paulswrast: move some renderbuffer functions to s_renderbuf...
2012-01-28 Brian Paulintel: remove intel_span_supports_format()
2012-01-28 Brian Paulswrast: remove a few extra _mesa_get_format_bytes(...
2012-01-28 Brian Paulmesa: update comments for gl_renderbuffer
2012-01-28 Brian Paulmesa/swrast/drivers: remove obsolete gl_renderbuffer...
2012-01-28 Brian Pauldri/swrast: use swrast_renderbuffer type
2012-01-28 Brian Paulswrast: use swrast_renderbuffer instead of gl_renderbuffer
2012-01-28 Brian Paulosmesa: use swrast_renderbuffer
2012-01-28 Brian Paulradeon: derive radeon_renderbuffer from swrast_renderbuffer
2012-01-28 Brian Paulintel: derive intel_renderbuffer from swrast_renderbuffer
2012-01-28 Brian Paulxlib: derive xmesa_renderbuffer from swrast_renderbuffer
2012-01-28 Brian Paulswrast: allocate swrast_renderbuffers instead of gl_ren...
2012-01-28 Brian Paulswrast: new swrast_renderbuffer type
2012-01-28 Brian Paulintel: use intel_rb_format() to get renderbuffer format
2012-01-28 Brian Pauldri/swrast: rename swrast_renderbuffer to dri_swrast_re...
2012-01-28 Brian Paulswrast: use stencil packing function in s_stencil.c
next