OSDN Git Service

android-x86/external-mesa.git
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...
2012-01-25 Ander Conselvan... gbm: fix copy & paste error in gbm_bo_get_handle docume...
2012-01-25 Rob Bradfordgbm: Add documentation for the public facing API
2012-01-25 Scott MoreauComplete ARGB8888 naming convention format renames...
2012-01-25 Benjamin Franzkest/mesa: Fix recurring surfaceless contexts
2012-01-24 Kenneth Graunkei965: Fix border color on Sandybridge and Ivybridge.
2012-01-24 Vinson Leeglsl: Fix 'control reaches end of non-void function...
2012-01-24 Chad Versacemesa: Loosen glBlitFramebuffer restrictions on depthste...
2012-01-24 Paul Berryglsl: Fix isinf() for non-C99-compliant compilers.
2012-01-24 Ian Romanickmesa: Set default access flags based on the run-time API
2012-01-24 Kenneth Graunkei965: Fix disassembly of data port writes on Ivybridge.
2012-01-24 Kenneth Graunkei965: Fix disassembly of sampler messages on Ivybridge.
2012-01-24 Kenneth Graunkei965/vs: Take attributes into account when deciding...
2012-01-24 Ian Romanickintel: Set depth to 6 for cubemaps
2012-01-24 Eric Anholti965: Add support for Z16 depth formats.
2012-01-24 Eric Anholti965/gen7: Set up surface horizontal alignment field.
2012-01-24 Eric Anholti965/gen7: Remove stale comment.
2012-01-24 Eric Anholtglsl: Fix leak of linked uniform names at relink/free...
2012-01-24 Eric Anholtglsl: Fix leak of LinkedTransformFeedback.Varyings.
2012-01-24 Eric Anholtmesa: Fix leak of uniform storage records on shader...
2012-01-24 Eric Anholti965: Fix leak of the program cache BO on context destroy.
2012-01-24 Eric Anholti965/vs: Fix leak of an empty hash_table structure...
next