i965/fs: Fix regression in comparison handling from ANDs change.
[mesa.git] / src / mesa / main /
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...
2012-02-10 Brian Paulmesa: push row stride adjustment down into _mesa_decomp...
2012-02-10 Brian Paulmesa: replace GET_SHINE_TAB_ENTRY() macro with an inlin...
2012-02-10 Brian Paulmesa: make _mesa_invalidate_shine_table() static
2012-02-10 Brian Paulmesa: remove gl_light::_SpotExpTable field
2012-02-10 Brian Paulmesa: fix comment typo
2012-02-09 Anuj Phogatmesa: fix maximum allowed proxy texture size condition
2012-02-07 Brian Paulmesa: remove unused _mesa_error_check_format_type(...
2012-02-07 Brian Paulmesa: stop using _mesa_error_check_format_type() in...
2012-02-07 Brian Paulmesa: stop using _mesa_error_check_format_type() in...
2012-02-07 Brian Paulmesa: remove redundant format/type checks in glReadPixels()
2012-02-07 Brian Paulmesa: remove redundant format/type checks in glGetTexIm...
2012-02-07 Brian Paulmesa: new _mesa_error_check_format_and_type() function
2012-02-07 Brian Paulmesa: support more format/type combos in _mesa_dump_image()
2012-02-06 Roland Scheideggermesa: check_index_bounds off-by-one fix
2012-02-03 Eric Anholtmesa: Fix the error message function names for glFlushM...
2012-02-03 Eric Anholtmesa: Fix bad-enum/no-buffer error handling for buffer...
2012-02-02 Ian Romanickmesa: Fix copy-and-paste error in _mesa_pack_rgba_span_...
2012-02-02 Ian Romanickmesa: Fix copy-and-paste bug in do_row_3D
2012-02-02 Ian Romanickmesa: Set the gl_array_object::ARBsemantics flag at...
2012-02-02 Ian Romanickmesa: Add unpack_uint_z_row support for floating-point...
2012-02-02 Anuj Phogatmesa: fix maximum allowed proxy texture size condition
2012-02-01 Brian Paulmesa: reference shared state in glPushAttrib(GL_TEXTURE...
2012-02-01 Brian Paulmesa: use new _mesa_reference_shared_state() function
2012-02-01 Brian Paulmesa: remove stray comment in PopAttrib() code
2012-01-30 Brian Paulmesa: consolidate general ubyte texstore code
2012-01-30 Brian Paulmesa: use _mesa_pack_ubyte_rgba_rect() in texstore...
2012-01-30 Brian Paulmesa: added _mesa_pack_ubyte_rgba_rect()
2012-01-30 Eric Anholtmesa: Add a flag for forcing all GLSL extensions to...
2012-01-30 Dave Airliemesa/format_unpack: add LUMINANCE 8/16 UINT/INT
2012-01-28 Brian Paulmesa: remove byteswap check in fast_read_rgba_pixels_me...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: use _mesa_format_matches_format_and_type() in...
2012-01-28 Brian Paulmesa: implement more cases in _mesa_format_matches_form...
2012-01-28 Brian Paulmesa: use swapBytes parameter in _mesa_format_matches_f...
2012-01-28 Brian Paulmesa: added swapBytes parameter to _mesa_format_matches...
2012-01-28 Brian Paulmesa: rewrite, simplify some of the logic in _mesa_form...
2012-01-28 Brian Paulmesa: add BGR888 code in _mesa_format_matches_format_an...
2012-01-28 Brian Paulmesa: fix error in _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: remove redundant byte swap check
2012-01-28 Brian Paulmesa: remove LSB-first pixel packing check in glReadPixels
2012-01-27 José Fonsecamesa: Avoid void * arithmetic.
2012-01-27 Anuj Phogatmesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NO...
2012-01-27 Eric Anholtmesa: Don't round-trip integer texture data through...
2012-01-27 Eric Anholtmesa: When unpacking signed integer pixel data, don...
2012-01-27 Eric Anholtmesa: Add clamping for packing of integer data.
2012-01-27 Eric Anholtmesa: Add missing format unpack for some integer textur...
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...
next