OSDN Git Service

android-x86/external-mesa.git
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...
2012-01-24 Eric Anholti965: Fix refcount leak of the gl_program structure.
2012-01-24 Eric Anholtmesa: Make the register allocator allocation take a...
2012-01-24 Brian Paulmesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage...
2012-01-24 Brian Paulmesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosin...
2012-01-24 Brian Paulmesa: fix tex format selection for GL_R32F and other...
2012-01-24 Kenneth Graunkei965: Bump Ivybridge's fake MRF range to g112-127 inste...
2012-01-24 Anuj Phogatintel: Return if pointer to intel_context is null
2012-01-24 Eric Anholtintel: Fix warnings of undefined ffs().
2012-01-24 Chad Versacei965: Comment gen6_hiz_get_framebuffer_enum()
2012-01-24 Christoph Bumillernvc0: fix some limit cap values
2012-01-24 Christoph Bumillermesa: allocate transform_feedback_info::Outputs array...
2012-01-24 Christoph Bumillernv50/ir: make use of TGSI_INTERPOLATE_COLOR
2012-01-24 Christoph Bumillernvc0: fix submission of VertexID and EdgeFlag in push...
2012-01-24 Vadim Girlinr600g: fix interpolation with clipvertex
2012-01-23 Vadim Girlinr600g: fix VS fog export
2012-01-23 Alex Deucherr600g: fix typo in evergreen register
2012-01-23 Vadim Girlinr600g: take into account kcache banks for bank swizzle...
2012-01-23 Vadim Girlinr600g: implement clip vertex v2
2012-01-23 Vadim Girlinr600g: improve kcache line sets handling v2
2012-01-23 Vadim Girlinr600g: implement clip distances
2012-01-23 Vadim Girlinr600g: implement two-sided lighting (v3)
2012-01-23 Dave Airlier600g: srgb mode is only valid on certain format types.
2012-01-23 Vadim Girlinr600g: make INTERP_LOAD_P0 vector-only
2012-01-23 Dave Airlier600g: fixup AR handling (v5)
2012-01-23 Alex Deucherr600g: add workaround for original R600 PS setup
2012-01-23 Dave Airlier600g: add missing r32 uint/sint fbo formats.
2012-01-19 Kenneth Graunkei965: Remove the INTEL_OLD_VS option.
2012-01-19 Kenneth Graunkemesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL...
2012-01-19 Chad Versacei965/gen5: Fix rendering of depth buffers without stenc...
2012-01-19 Anuj Phogatmesa: Add condition in glGetTexImage for zero size...
2012-01-19 Eric Anholtintel: Drop the version override code now that we don...
2012-01-19 Chad Versacei965: Fix gen6,gen7 when used with a non-HiZ capable DDX
2012-01-19 Anuj Phogatintel: Fix segfault in glXSwapBuffers with no bound...
2012-01-19 Marek Olšákmesa: update compute_version for GL3
2012-01-19 Vinson Leei965: Fix Coverity wrong sizeof argument defect.
2012-01-19 Paul Berryi965 gen4-6: Fix off-by-one errors brw_create_constant_...
2012-01-13 Jakob Bornecrantzmesa: Bump version number to 8.0-rc1
2012-01-13 Brian Pauldocs: add links to xf86-video-vmware wiki pages
2012-01-13 Eric Anholtmesa: Throw the required error for glCopyPixels from...
2012-01-13 Eric Anholtmesa: Throw the required error for glCopyTex{Sub,}Image...
2012-01-13 Eric Anholtmesa: Throw the required error for glReadPixels() from...
2012-01-13 Eric Anholtmesa: Avoid short-circuiting realloc of renderbuffers...
2012-01-13 Eric Anholtmeta: Add GL_RED/GL_RG support to meta CopyTexImage.
2012-01-13 Eric Anholti965/gen7: Fix depth buffer rendering to tile offsets.
2012-01-13 Neil Robertsgen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLES
2012-01-13 Brian Pauldocs: new page describing how to build, install VMware...
2012-01-13 Brian Paulmesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
2012-01-13 Brian Paulosmesa: fix renderbuffer format selection
2012-01-13 Brian Pauldocs: freshen up the introduction page with Mesa 8...
2012-01-13 Brian Paulosmesa: fix glReadPixels, etc
2012-01-13 Brian Paulintel: move declaration before code
2012-01-13 Brian Paulintel: fix mapping of malloc'd renderbuffers
2012-01-13 Brian Paulmesa: remove incorrect (float) cast in mipmap do_row()
2012-01-13 Brian Paulswrast: use BITFIELD64_BIT() macro to fix MSVC warnings
2012-01-13 Brian Paulmesa: fix ir_variable declaration
2012-01-13 Brian Paulmesa: fix incorrect float vs. int values in a few places
2012-01-13 Brian Paulmeta: fix incorrect argument order in setup_texture_coo...
2012-01-13 Brian Paulsofpipe: remove extraneous semicolon
next