aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove some cruft from config.hBrian Paul2012-02-241-16/+1
* mesa: minor comment clean-ups in config.hBrian Paul2012-02-241-4/+4
* mesa: remove WIN32 MAX_WIDTH work-around in config.hBrian Paul2012-02-241-17/+0
* mesa: move/fix MAX_WIDTH/HEIGHT-related assertionsBrian Paul2012-02-241-9/+4
* mesa: stop using MAX_WIDTH in glReadPixels codeBrian Paul2012-02-241-45/+75
* mesa: stop using MAX_WIDTH in texstore codeBrian Paul2012-02-241-6/+33
* glapi: Fix incorrect enum value.Paul Berry2012-02-231-3/+4
* mesa: add special case in texstore.c for GL_LUMINANCE_ALPHA src imageBrian Paul2012-02-221-0/+26
* mesa: fix issues with texture border and array texturesAnuj Phogat2012-02-211-11/+59
* mesa: check for no state change in glPrimitiveRestartIndex()Brian Paul2012-02-201-4/+5
* mesa: check for no state change in Enable/DisableVertexAttribArray()Brian Paul2012-02-201-10/+22
* mesa: add missing return after _mesa_error() in update_array()Brian Paul2012-02-201-0/+1
* mesa: Only end render-to-texture at bind time for drawbuffers.Eric Anholt2012-02-171-5/+2
* mesa: Update the version string to 8.1-develIan Romanick2012-02-161-1/+1
* mesa: add missing texture integer test in glTexSubImage()Brian Paul2012-02-161-0/+11
* mesa: Include the multisample enables under GL_MULTISAMPLE_BIT attrib as well.Eric Anholt2012-02-151-2/+17
* mesa: Fix push/pop of multisample coverage invert.Eric Anholt2012-02-151-5/+0
* mesa: use z32f_x24s8 struct in format pack/unpack codeBrian Paul2012-02-152-21/+30
* mesa: fix _mesa_get_fallback_texture() to handle all texture targetsBrian Paul2012-02-155-37/+113
* mesa: add MESA_FORMAT_Z32_FLOAT_X24S8 case in format unpack codeBrian Paul2012-02-151-0/+13
* mesa: fix comment typos in fbobject.cBrian Paul2012-02-151-2/+2
* mesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV caseBrian Paul2012-02-131-0/+9
* extensions: remove unused code.Dave Airlie2012-02-121-3/+0
* mesa/texparam: drop double semicolonsDave Airlie2012-02-121-12/+12
* Bump version to 8.1 (devel)Ian Romanick2012-02-101-1/+1
* mesa: remove unused gl_shared_state::DriverData fieldBrian Paul2012-02-101-2/+0
* mesa: fix proxy texture target initializationBrian Paul2012-02-101-7/+12
* mesa: remove unused gl_pixelmap::Map8[] arrayBrian Paul2012-02-102-3/+0
* mesa: remove unused _mesa_map_ci8_to_rgba8()Brian Paul2012-02-102-32/+0
* mesa: fix error handling in get_tex_rgba_compressed()Brian Paul2012-02-101-0/+2
* mesa: use _mesa_format_matches_format_and_type() in get_tex_memcpy()Brian Paul2012-02-101-41/+6
* mesa: push row stride adjustment down into _mesa_decompress_image()Brian Paul2012-02-102-12/+11
* mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline functionBrian Paul2012-02-101-15/+17
* mesa: make _mesa_invalidate_shine_table() staticBrian Paul2012-02-102-6/+9
* mesa: remove gl_light::_SpotExpTable fieldBrian Paul2012-02-103-55/+1
* mesa: fix comment typoBrian Paul2012-02-101-1/+1
* mesa: fix maximum allowed proxy texture size conditionAnuj Phogat2012-02-091-11/+11
* mesa: remove unused _mesa_error_check_format_type() functionBrian Paul2012-02-072-121/+0
* mesa: stop using _mesa_error_check_format_type() in glReadPixelsBrian Paul2012-02-071-2/+7
* mesa: stop using _mesa_error_check_format_type() in glDrawPixelsBrian Paul2012-02-071-3/+35
* mesa: remove redundant format/type checks in glReadPixels()Brian Paul2012-02-071-35/+0
* mesa: remove redundant format/type checks in glGetTexImage()Brian Paul2012-02-071-34/+0
* mesa: new _mesa_error_check_format_and_type() functionBrian Paul2012-02-075-94/+178
* mesa: support more format/type combos in _mesa_dump_image()Brian Paul2012-02-061-1/+28
* mesa: check_index_bounds off-by-one fixRoland Scheidegger2012-02-061-1/+1
* mesa: Fix the error message function names for glFlushMappedBufferRange().Eric Anholt2012-02-031-7/+7
* mesa: Fix bad-enum/no-buffer error handling for buffer object functions.Eric Anholt2012-02-031-87/+39
* mesa: Fix copy-and-paste error in _mesa_pack_rgba_span_floatIan Romanick2012-02-021-3/+2
* mesa: Fix copy-and-paste bug in do_row_3DIan Romanick2012-02-021-3/+3
* mesa: Set the gl_array_object::ARBsemantics flag at the right timeIan Romanick2012-02-022-1/+10