mesa: Don't use newlocale on Haiku
[mesa.git] / src / mesa / main /
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...
2012-01-04 Ian Romanickff_fragment_shader: Don't generate swizzles for scalar...
2012-01-02 Brian Paulmesa: remove the dstX/Y/Zoffset params to _mesa_texstor...
2011-12-30 Brian Paulmesa: simplify Driver.GetCompressedTexImage() parameters
2011-12-30 Brian Paulmesa: simplify Driver.CompressedTex[Sub]Image function...
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-30 Brian Paulmesa: simplify Driver.TexSubImage() parameters
2011-12-29 Vinson Leemesa: Use __builtin_ffsll on Mac OS X.
2011-12-28 José Fonsecamesa: Re-add main/bitset.h to fix classic nouveau build...
2011-12-28 Mathias Fröhlichmesa: Remove now unused main/bitset.h.
2011-12-28 Mathias Fröhlichmesa: Remove remaining FEATURE_ARB_vertex_buffer_object...
2011-12-28 Mathias Fröhlichmesa: Convert RENDERINPUTS* macros to GLbitfield64.
2011-12-27 Alexander von Gluckmesa: fpclassify is available on Haiku
2011-12-26 Brian Paulmesa: fix signed/unsigned comparison warnings
2011-12-26 Mathias Fröhlichmesa: remove leftovers from color indexed rendering.
2011-12-26 Mathias Fröhlichmesa: remove unused _mesa_copy_materials.
2011-12-24 Brian Paulmesa: consolidate texstore functions
2011-12-24 Brian Paulmesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D...
2011-12-24 Brian Paulmesa: update comment for MapTextureImage()
2011-12-24 Brian Paulmesa: remove gl_renderbuffer::PutRowRGB()
2011-12-24 Brian Paulmesa: remove gl_renderbufer::PutMonoRow() and PutMonoVa...
2011-12-24 Brian Paulmesa: add _mesa_pack_colormask()
2011-12-24 Brian Paulmesa: add _mesa_get_format_max_bits()
2011-12-24 Brian Paulmesa: split get_tex_rgba() into compressed/uncompressed...
2011-12-24 Brian Paulmesa: fix comments in getteximage_error_check()
2011-12-24 Jian Zhaomesa: move the format and type check before select_tex_...
2011-12-23 Paul Berrymesa: Disable certain error checks when transform feedb...
2011-12-23 Paul Berrymesa: Ensure that Paused is reset to false on EndTransf...
2011-12-22 Dave Airlieformat_unpack: add 8/16 rgba/rgb types.
2011-12-21 Paul Berrymesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_T...
next