mesa: Fix handling of glCopyBufferSubData() for src == dst.
[mesa.git] / src / mesa / main /
2012-01-27 Eric Anholtmesa: Fix handling of glCopyBufferSubData() for src...
2012-01-27 Eric Anholtmesa: Fix display list handling for GL_EXT_framebuffer_...
2012-01-27 Eric Anholtmesa: Fix display list handling for EXT_framebuffer_object.
2012-01-25 Marek Olšákmesa: remove ctx->Const.sRGBCapable
2012-01-25 Marek Olšákmesa: allow exposing GL3 without EXT_texture_integer
2012-01-25 Marek Olšákmesa: add missing integer alpha formats to _mesa_base_f...
2012-01-25 Marek Olšákmesa: remove obsolete comment in version.c
2012-01-25 Eric Anholtmesa: Fix CopyTex{Sub,}Image error checks for integer...
2012-01-25 Eric Anholtmesa: Add missing integer R/RG cases to _mesa_is_color_...
2012-01-25 Eric Anholtmesa: Add the remaining from/to types for GL_EXT_textur...
2012-01-25 Eric Anholtmesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY
2012-01-25 Eric Anholtmesa: s/GLuint col/GLint col/ to avoid signed/unsigned...
2012-01-25 Eric Anholtmesa: Add support for glGetTexImage() from integer...
2012-01-24 Brian Paulmesa: update comments, fix whitespace in dd.h
2012-01-24 Brian Paulmesa: remove ctx->Driver.Map/UnmapTexture() hooks
2012-01-24 Brian Paulmesa: update comments for gl_renderbuffer
2012-01-24 Brian Paulmesa/swrast/drivers: remove obsolete gl_renderbuffer...
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::Wrapped
2012-01-24 Brian Paulmesa: rename gl_renderbuffer::Data to Buffer
2012-01-24 Brian Paulmesa: move freeing of software renderbuffers into swrast
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::DataType
2012-01-24 Brian Paulmesa: remove gl_renderbuffer:RowStride field
2012-01-24 Brian Paulmesa: finally, remove the GetRow/PutRow/etc functions
2012-01-24 Brian Paulmesa: remove obsolete PutRow, etc assignments
2012-01-24 Brian Paulmesa: add new gl_renderbuffer fields
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2012-01-24 Ian Romanickmesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib
2012-01-24 Ian Romanickmesa: Rename gl_array_object::VBOonly to ::ARBsemantics
2012-01-24 Ian Romanickmesa: Make sure _TexEnvProgram points at the current...
2012-01-24 Alexander von Gluckmesa: Don't use newlocale on Haiku
2012-01-22 Matt TurnerRemove src/mesa/ppc
2012-01-20 Chad Versacemesa: Loosen glBlitFramebuffer restrictions on depthste...
2012-01-20 Christoph Bumillermesa: allocate transform_feedback_info::Outputs array...
2012-01-20 Brian Paulmesa: include arrayobj.h to silence implicit function...
2012-01-20 Mathias Fröhlichmesa: Fix and speedup gl_array_object::_MaxElement...
2012-01-20 Mathias Froehlichmesa: Introduce enabled bitfield helper functions.
2012-01-20 Mathias Fröhlichmesa: Use BITFIELD64_RANGE for VERT_BIT_*_ALL.
2012-01-19 Ian Romanickmesa: Set default access flags based on the run-time API
2012-01-18 Eric Anholtmesa: Fix leak of uniform storage records on shader...
2012-01-18 Brian Paulmesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage...
2012-01-18 Brian Paulmesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosin...
2012-01-18 Brian Paulmesa: fix tex format selection for GL_R32F and other...
2012-01-18 Kenneth Graunkemesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL...
2012-01-17 Anuj Phogatmesa: Add condition in glGetTexImage for zero size...
2012-01-15 Marek Olšákmesa: update compute_version for GL3
2012-01-13 Brian Paulmesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()
2012-01-12 Eric Anholtmesa: Throw the required error for glCopyPixels from...
2012-01-12 Eric Anholtmesa: Throw the required error for glCopyTex{Sub,}Image...
2012-01-12 Eric Anholtmesa: Throw the required error for glReadPixels() from...
2012-01-12 Eric Anholtmesa: Avoid short-circuiting realloc of renderbuffers...
2012-01-12 Brian Paulmesa: remove incorrect (float) cast in mipmap do_row()
2012-01-12 Brian Paulmesa: fix ir_variable declaration
2012-01-12 Brian Paulmesa: fix incorrect float vs. int values in a few places
2012-01-12 Brian Paulmesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo...
2012-01-12 Brian Paulmesa: whitespace, 80-column wrapping in buffers.c
2012-01-12 Brian Paulmesa: remove obsolete comment on _mesa_dest_buffer_exists()
2012-01-12 Brian Paulmesa/gallium: add FFS_DEFINED to protect ffs() from...
2012-01-12 Brian Paulmesa: remove _mesa_ffs(), implement ffs() for non-GNU...
2012-01-12 Yuanhan Liuvbo: introduce vbo_get_minmax_indices function
2012-01-12 Brian Paulmesa: remove const qualifier from fProg to silence...
2012-01-12 Brian Paulmesa: include uniforms.h to silence warning, remove...
2012-01-11 Jakob Bornecrantzmesa: Remove unused opengl version macro
2012-01-11 Ian Romanicklinker: Calculate used samplers and shadow samplers...
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2012-01-11 Ian Romanickmesa: Validate sampler settings using uniform storage
2012-01-11 Ian Romanickmesa: Track fixed-function fragment shader as a shader
2012-01-11 Ian Romanickmesa: Use static buffer for uniform name
2012-01-11 Ian Romanickmesa: Use uniform interfaces in fixed-function fragment...
2012-01-11 Brian Paulmesa: add _mesa_HashNumEntries() function
2012-01-11 Paul Berrymesa: Fix transform feedback of unsubscripted gl_ClipDi...
2012-01-11 Dave Airliemesa/clear: fix crashes with illegal clear tests.
2012-01-11 Dave Airliemesa: fix cubemap depth completeness test
2012-01-10 Brian Paulmesa: fix > vs. >> typo in EXPAND_3_8() macro
2012-01-10 Brian Paulmesa: use STATIC_ASSERT in a few more places
2012-01-10 Brian Paulmesa: move _mesa_clear_accum_buffer() inside FEATURE_ac...
2012-01-10 Brian Paulmesa: add missing color buffer datatype check for glBli...
2012-01-09 Kenneth Graunkemesa: Bump version to 8.0 (devel)
2012-01-09 Brian Paulmesa: fix error message in _mesa_BlitFramebufferEXT()
2012-01-09 Brian Paulmesa: check depth, stencil formats (not depths) in...
2012-01-09 Brian Paulmesa: add missing error check for linear blit of intege...
2012-01-09 Brian Paulmesa: add _mesa_unpack_ubyte_rgba_row() function
2012-01-09 Brian Paulmesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpac...
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2012-01-07 Brian Paulmesa: remove unused _mesa_unpack_uint_rgba_row() prototype
2012-01-07 Brian Paulmesa: add some 'f' suffixes to silence MSVC warnings
2012-01-07 Brian Paulmesa: add/update comments in _mesa_copy_buffer_subdata()
2012-01-06 Brian Paulmesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffe...
2012-01-06 Eric Anholtmesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FL...
2012-01-06 Vinson Leemesa: Remove 'texelBytes' declarations that are only...
2012-01-05 Paul Berrymesa: Avoid segfault when getting an unbound transform...
2012-01-05 Paul Berrymesa: Add gl_transform_feedback_info::ComponentOffset.
2012-01-05 Eric Anholtmesa: Remove the dead Varyings list in the program.
2012-01-05 Eric Anholtmesa: Fix glGetTransformFeedbackVarying().
2012-01-05 Brian Paulmesa: only map src/dest regions in _mesa_copy_buffer_su...
2012-01-05 Brian Paulmesa: print more info in buffer_object_subdata_range_go...
2012-01-05 Ian Romanickmesa: Add missing GL_RG_INTEGER cases
2012-01-04 Paul Berrymesa: Additional error checks for transform feedback.
2012-01-04 Paul Berrymesa: Check that all buffers are bound in BeginTransfor...
2012-01-04 Paul Berrymesa: Fix typos in transform feedback error messages.
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
next