OSDN Git Service

android-x86/external-mesa.git
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
2012-01-28 Brian Paulswrast: use color packing functions in s_span.c
2012-01-28 Brian Paulswrast: remove s_spantemp.h
2012-01-28 Brian Paulxlib: remove xm_span.c and related code
2012-01-28 Brian Paulmesa: remove gl_renderbuffer::Wrapped
2012-01-28 Brian Paulswrast: rewrite, simplify the the render-to-texture...
2012-01-28 Brian Paulmesa: rename gl_renderbuffer::Data to Buffer
2012-01-28 Brian Paulmesa: move freeing of software renderbuffers into swrast
2012-01-28 Brian Paulmesa: remove gl_renderbuffer::DataType
2012-01-28 Brian Paulmesa: remove gl_renderbuffer:RowStride field
2012-01-28 Brian Paulmesa: finally, remove the GetRow/PutRow/etc functions
2012-01-28 Brian Pauldri: remove all the obsolete spantmp files
2012-01-28 Brian Paulradeon: remove obsolete GetRow/PutRow code
2012-01-28 Brian Paulnouveau: remove obsolete GetRow/PutRow code
2012-01-28 Brian Paulintel: remove most of the span Get/PutRow code
2012-01-28 Brian Pauldri/swrast: remove obsolete GetRow/PutRow code
2012-01-28 Brian Paulosmesa: remove obsolete GetRow/PutRow code
2012-01-28 Brian Paulxlib: remove obsolete GetRow/PutRow code
2012-01-28 Brian Paulmesa: remove obsolete PutRow, etc assignments
2012-01-28 Brian Paulswrast: remove Get/PutRow()-related code
2012-01-28 Brian Paulst/mesa: remove gl_renderbuffer::GetPointer stuff
2012-01-28 Brian Paulswrast: stop using Put/GetRow/Values() in swrast code
2012-01-28 Brian Paulswrast: use gl_renderbuffer::StrideInBytes in depth...
2012-01-28 Brian Paulmesa: use gl_renderbuffer::Map for all depth/stencil...
2012-01-28 Brian Paulintel: make intel_renderbuffer_map/unmap() static
2012-01-28 Brian Paulmesa: add new gl_renderbuffer fields
2012-01-28 Brian Paulswrast: flush pending rendering before unmapping buffers
2012-01-28 Brian Paulswrast: new assertions in _swrast_pixel_address()
2012-01-28 Brian Paulswrast: use _swrast_pixel_address() in more places
2012-01-28 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2012-01-28 Brian Paulswrast: remove gl_renderbuffer::DataType check in DrawP...
2012-01-28 Brian Paulswrast: remove gl_renderbuffer::DataType assertions
2012-01-28 Brian Paulst/mesa: remove gl_renderbuffer:DataType assignments
2012-01-28 Brian Paulswrast: make _swrast_get_values(), _swrast_get_row...
2012-01-28 Brian Paulswrast: remove dstType param from _swrast_read_rgba_span()
2012-01-28 Brian Paulswrast: remove unused _swrast_put_row()
2012-01-28 Chad Versaceswrast: Fix unsigned promotion in pointer arithmetic
2012-01-27 Eric Anholtmesa: Fix CopyTex{Sub,}Image error checks for integer...
2012-01-27 Eric Anholtmesa: Add missing integer R/RG cases to _mesa_is_color_...
2012-01-27 Eric Anholtmeta: Detect currently-unsupported integer CopyTexSubIm...
2012-01-27 Eric Anholtmesa: Add the remaining from/to types for GL_EXT_textur...
2012-01-27 Eric Anholtmesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY
2012-01-27 Eric Anholtmesa: Add support for glGetTexImage() from integer...
2012-01-27 Eric Anholti965/gen6+: Work around GPU hangs with logic ops on...
2012-01-27 Eric Anholti965/gen6+: Disable blending, alpha test, and dither...
2012-01-27 Jeremy Huddlestonconfigure.ac: Don't use $CLANG since it will collide...
next