glapi: comment-out TIMEOUT_IGNORED
[mesa.git] / src / mesa / main /
2010-01-03 Jeremy Huddlestonapple: Purge existing (not working) GLX_USE_APPLEGL...
2009-12-31 Vinson Leemesa: Silence unused variable warning.
2009-12-29 Vinson Leemesa: Initialize variable in get_tex_color_index.
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-27 Vinson Leemesa: Remove comma at end of enumerator list.
2009-12-22 Ian Romanickmesa: set version string to 7.7
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Ian Romanickmesa: set version string to 7.6.1
2009-12-22 José Fonsecamesa: Fix missing finite symbol error on Windows.
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-16 Ian Romanickmesa: set version string to 7.6.1-rc4
2009-12-16 Brian Paulmesa: add missing semicolon
2009-12-16 Brian Paulmesa: test for __blrts for CPU_TO_LE32()
2009-12-16 Brian Paulmesa: no dlopen on BlueGene
2009-12-10 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-10 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGend.
2009-12-10 Vinson Leemesa: Fix array out-of-bounds access by _mesa_Lighti.
2009-12-10 Vinson Leemesa: Fix array out-of-bounds access by _mesa_Lightf.
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_PointPara...
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_PointPara...
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_LightModelf.
2009-12-09 Brian Paulmesa: fix baseLevel >= MAX_TEXTURE_LEVELS test
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_LightModeli.
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_Fogf.
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_Fogi.
2009-12-08 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-08 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-08 Ian Romanickmesa: set version string to 7.6.1-rc3
2009-12-05 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGenf.
2009-12-05 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGeni.
2009-12-05 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-05 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-05 Vinson Leemesa: Fix array out-of-bounds access in _mesa_TexEnvf.
2009-12-01 Ian Romanickmesa: set version string to 7.6.1-rc2
2009-11-26 Ian RomanickImprove implementation of GL_POINT_SPRITE_COORD_ORIGIN...
2009-11-19 Tom Fogalmesa: define 32bit byteswap for AIX.
2009-11-18 Brian Paulmesa: set version string to 7.6.1-rc1
2009-11-05 Brian Paulmesa: added cast to silence warning
2009-11-05 Brian Paulmesa: fix broken pack_histogram() case for GLhalf
2009-11-05 Brian Paulmesa: silence warning from gcc 4.4.1
2009-11-03 Brian Paulmesa: (GLint64) casts in get.c to silence Visual Studio...
2009-11-03 Karl Schultzmesa: added GLAPIENTRY keywords for sync object functions
2009-10-28 Vinson Leemesa: Fix memory leak if we run out of memory
2009-10-24 Brian Paulmesa: remove FBO texture depth/stencil test
2009-10-23 Brian Paulmesa: fix broken _mesa_str_checksum()
2009-10-23 Brian Paulmesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compress...
2009-10-23 Brian Paulmesa: added _mesa_compressed_format_to_glenum()
2009-10-23 Brian Paulmesa: change s3tc vs. fxt1 priority when choosing compr...
2009-10-23 Brian Paulmesa: code refactoring- new _mesa_finish(), _mesa_flush()
2009-10-20 Vinson Leemesa: Fix Mac OS build.
2009-10-16 Brian Paulmesa: use C locale for _mesa_strtod()
2009-10-09 Brian Paulmesa: fix incorrect assertion in _mesa_add_aux_renderbu...
2009-10-05 Brian Paulmesa: fix return value when clipping {Read,Draw}Pixels...
2009-10-05 Michel DänzerUse _mesa_select_tex_image() rather than hardcoding...
2009-10-02 Brian Paulmesa: fix incorrect default texture binding in unbind_t...
2009-10-01 Brian Paulmesa: fix memory leak when generating mipmaps for compr...
2009-10-01 Brian Paulmesa: add missing return when out of memory
2009-10-01 Brian Paulmesa: fix potential uninitialized memory reads
2009-09-29 Brian Paulmesa: bump version to 7.6.1
2009-09-29 Brian Paulmesa: work-around glXCopyContext() bug in _mesa_copy_te...
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Ian RomanickPrep for 7.5.2 release
2009-09-28 Ian RomanickPrep for 7.6 release
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Eric Anholti965: Emit zero initialization for NV VP temporaries...
2009-09-24 Brian Paulmesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check...
2009-09-24 Brian Paulmesa: remove rgbMode check in enable_texture()
2009-09-24 Brian Paulmesa: replace assertion with no-op function assignment
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian Paulmesa: added default case return to silence warning
2009-09-22 Brian Paulmesa: fix more buffer object error messages
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-22 Brian Paulmesa: fix error message text
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian Paulmesa: make max_buffer_index() a non-static function
2009-09-21 Maciej Cencoramesa: add some debug info to teximage.c
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian Paulmesa: compile glUniformMatrix() functions into display...
2009-09-15 Brian Paulmesa: implement more glUniform display list functions
2009-09-15 Brian Paulmesa: compile glUniform4f() into display lists
2009-09-15 Brian Paulmesa: compile glUseProgram/glUseProgramObjectARB into...
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-11 Vinson Leemesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for...
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Brian Paulmesa: in texenvprogram code, only do saturation when...
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-08 Brian Paulmesa: bump version to 7.5.2
2009-09-03 Brian Paulmesa: rename gl_sync_object::Status to StatusFlag
2009-09-03 Ian RomanickDon't dereference function pointers in calls.
2009-09-03 Ian RomanickWhitespace and include file clean-up.
2009-09-03 Ian RomanickUse MIN2 instead of open-coded version
2009-09-03 Ian RomanickARB sync: Fix delete behavior and context destruction...
2009-09-03 Ian RomanickAdd dummy list node type 'struct simple_node'
2009-09-03 Ian RomanickARB sync: Add support for GL_ARB_sync to swrast
next