i965: Avoid flushing the batch for busy BOs for ARB_mbr with INVALIDATE_BUFFER.
[mesa.git] / src / mesa / main /
2012-03-20 Brian Paulmesa: only test cube face widths in _mesa_test_texobj_c...
2012-03-20 Brian Paulmesa: add integer texture completeness check
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-03-20 Brian Paulmesa: add _mesa_is_mipmap_filter() helper
2012-03-20 Brian Paulmesa: use _mesa_dirty_texobj() in glTexParameter code
2012-03-20 Brian Paulmesa: use _mesa_dirty_texobj() function
2012-03-20 Brian Paulmesa: rewrite/consolidate code in _mesa_test_texobj_com...
2012-03-20 Brian Paulmesa: use new baseImage var to simplify _mesa_test_texo...
2012-03-20 Brian Paulmesa: add comments in _mesa_test_texobj_completeness...
2012-03-20 Brian Paulmesa: better debug message in _mesa_test_texobj_complet...
2012-03-20 Brian Paulmesa: move some code in _mesa_test_texobj_completeness()
2012-03-20 Brian Paulmesa: use switch(target) in _mesa_test_texobj_completen...
2012-03-20 Brian Paulmesa: use MAX3() macro for 3D texture in _mesa_test_tex...
2012-03-20 Brian Paulmesa: make _mesa_reference_sampler_object() an inline...
2012-03-20 Eric Anholtmesa: Validate the drawing primitive against the transf...
2012-03-20 Eric Anholtmesa: Fold error generation into _mesa_valid_prim_mode().
2012-03-15 Eric Anholtglsl: Add support for parsing #version 140.
2012-03-13 Dylan Noblesmithmesa: add back glGetnUniform*v() overflow error reporting
2012-03-12 Anuj Phogatmesa: Fix the cause of piglit test fbo-array failure
2012-03-12 Brian Paulmesa: fix _mesa_DebugMessageCallbackARB() to silence...
2012-03-12 Brian Paulmesa: add more comments about textarget in framebuffer_...
2012-03-12 Brian Paulmesa: renumber remaining DD_ constants
2012-03-12 Brian Paulmesa: remove unused DD_TRI_CULL_FRONT_BACK
2012-03-12 Brian Paulmesa: remove unused DD_FLATSHADE
2012-03-12 Brian Paulmesa: remove unused DD_TRI_TWOSTENCIL
2012-03-12 Brian Paulmesa: remove _DD_NEW_x flags
2012-03-12 Brian Paulmesa: define _MESA_NEW_SEPARATE_SPECULAR
2012-03-12 Brian Paulmesa: remove ctx->Driver.ClearColor() hook
2012-03-12 Brian Paulmesa: remove ctx->Driver.ClearDepth(), ClearStencil...
2012-03-11 José Fonsecamapi/glapi: Fix glDebugMessageCallbackARB arg type...
2012-03-11 José Fonsecamesa: Prevent collision of ERROR define on Windows.
2012-03-10 Marek Olšákmesa: expose ARB_debug_output
2012-03-10 Marek Olšákmesa: display list dispatch for ARB_debug_output
2012-03-10 Marek Olšákmesa: print GL errors via debug_output
2012-03-10 nobledmesa: implement the last of GL_ARB_debug_output
2012-03-10 nobledmesa: add struct for managing client debug namespaces
2012-03-10 nobledmesa: add control for categories of application-provide...
2012-03-10 nobledmesa: add yet more context fields for GL_ARB_debug_output
2012-03-10 nobledmesa: add glDebugMessageControlARB
2012-03-10 nobledmesa: add message-toggle booleans for GL_ARB_debug_output
2012-03-10 nobledmesa: add some GL_ARB_debug_output functions
2012-03-10 nobledmesa: add infrastructure for GL_ARB_debug_output
2012-03-10 Marek Olšákglapi: regenerate files
2012-03-10 nobledmesa: split error handling into its own file
2012-03-09 Brian Paulmesa: fix GL_LUMINANCE handling in glGetTexImage
2012-03-09 Brian Paulmesa: use _mesa_rebase_rgba_float/uint() in glGetTexIma...
2012-03-09 Brian Paulmesa: use _mesa_rebase_rgba_float/uint() in glReadPixel...
2012-03-09 Brian Paulmesa: add _mesa_rebase_rgba_float/uint() functions
2012-03-07 Brian Paulmesa: handle array textures in strip_texture_border()
2012-03-06 Anuj Phogatmesa: Fix valid texture target test in _mesa_GetTexLeve...
2012-03-01 Yuanhan Liumesa: let GL3 buf obj queries not depend on opengl...
2012-02-29 Eric Anholtmesa: Add missing error check for first < 0 in glDrawAr...
2012-02-29 Eric Anholtmesa: Fix display lists for draw_elements_base_vertex...
2012-02-29 Eric Anholtmesa: Fix display list handling for GL_ARB_draw_instanced.
2012-02-29 Eric Anholtmesa: Fix typo in comment.
2012-02-29 Mathias Fröhlichmesa: Push the shine table into the tnl module.
2012-02-29 Mathias Fröhlichmesa: Do not invalidate shine tables in compute light...
2012-02-29 Mathias Fröhlichmesa: Avoid explicit invalidation of shine tables.
2012-02-29 Mathias Fröhlichmesa: Remove gl_light_attrib::_Flags.
2012-02-29 Mathias Fröhlichmesa: Remove _CosCutoffNeg from light state.
2012-02-29 Brian Paulmesa: use arrayObj var in more places in client_state()
2012-02-29 Brian Paulmesa: asst. fixes for texture arrays and borders
2012-02-29 Brian Paulmesa: check for no state change in VertexAttribDivisor()
2012-02-29 Brian Paulmesa: reorder things in mtypes.h
2012-02-28 Neil Robertsmesa: Don't disable fast path for normalized types
2012-02-28 Brian Paulmesa: minor comment, whitespace fixes in teximage.c
2012-02-24 Brian Paulmesa: move more swrast-related #defines out of core...
2012-02-24 Brian Paulmesa: remove STENCIL_BITS use
2012-02-24 Brian Paulmesa: remove last of MAX_WIDTH, MAX_HEIGHT
2012-02-24 Brian Paulmesa: remove some cruft from config.h
2012-02-24 Brian Paulmesa: minor comment clean-ups in config.h
2012-02-24 Brian Paulmesa: remove WIN32 MAX_WIDTH work-around in config.h
2012-02-24 Brian Paulmesa: move/fix MAX_WIDTH/HEIGHT-related assertions
2012-02-24 Brian Paulmesa: stop using MAX_WIDTH in glReadPixels code
2012-02-24 Brian Paulmesa: stop using MAX_WIDTH in texstore code
2012-02-23 Paul Berryglapi: Fix incorrect enum value.
2012-02-22 Brian Paulmesa: add special case in texstore.c for GL_LUMINANCE_A...
2012-02-21 Anuj Phogatmesa: fix issues with texture border and array textures
2012-02-20 Brian Paulmesa: check for no state change in glPrimitiveRestartIn...
2012-02-20 Brian Paulmesa: check for no state change in Enable/DisableVertex...
2012-02-20 Brian Paulmesa: add missing return after _mesa_error() in update_...
2012-02-17 Eric Anholtmesa: Only end render-to-texture at bind time for drawb...
2012-02-16 Ian Romanickmesa: Update the version string to 8.1-devel
2012-02-16 Brian Paulmesa: add missing texture integer test in glTexSubImage()
2012-02-15 Eric Anholtmesa: Include the multisample enables under GL_MULTISAM...
2012-02-15 Eric Anholtmesa: Fix push/pop of multisample coverage invert.
2012-02-15 Brian Paulmesa: use z32f_x24s8 struct in format pack/unpack code
2012-02-15 Brian Paulmesa: fix _mesa_get_fallback_texture() to handle all...
2012-02-15 Brian Paulmesa: add MESA_FORMAT_Z32_FLOAT_X24S8 case in format...
2012-02-15 Brian Paulmesa: fix comment typos in fbobject.c
2012-02-13 Brian Paulmesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV case
2012-02-12 Dave Airlieextensions: remove unused code.
2012-02-12 Dave Airliemesa/texparam: drop double semicolons
2012-02-10 Ian RomanickBump version to 8.1 (devel)
2012-02-10 Brian Paulmesa: remove unused gl_shared_state::DriverData field
2012-02-10 Brian Paulmesa: fix proxy texture target initialization
2012-02-10 Brian Paulmesa: remove unused gl_pixelmap::Map8[] array
2012-02-10 Brian Paulmesa: remove unused _mesa_map_ci8_to_rgba8()
2012-02-10 Brian Paulmesa: fix error handling in get_tex_rgba_compressed()
2012-02-10 Brian Paulmesa: use _mesa_format_matches_format_and_type() in...
next