summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.Vinson Lee
2009-12-07mesa: set version string to 7.6.1-rc3Ian Romanick
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-12-05mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-12-04mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee
2009-11-30mesa: set version string to 7.6.1-rc2Ian Romanick
2009-11-25Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick
2009-11-19mesa: define 32bit byteswap for AIX.Tom Fogal
2009-11-18mesa: set version string to 7.6.1-rc1Brian Paul
2009-11-04mesa: added cast to silence warningBrian Paul
2009-11-04mesa: fix broken pack_histogram() case for GLhalfBrian Paul
2009-11-04mesa: silence warning from gcc 4.4.1Brian Paul
2009-11-03mesa: (GLint64) casts in get.c to silence Visual Studio warningsBrian Paul
2009-11-03mesa: added GLAPIENTRY keywords for sync object functionsKarl Schultz
2009-10-28mesa: Fix memory leak if we run out of memoryVinson Lee
2009-10-23mesa: remove FBO texture depth/stencil testBrian Paul
2009-10-23mesa: fix broken _mesa_str_checksum()Brian Paul
2009-10-23mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formatsBrian Paul
2009-10-23mesa: added _mesa_compressed_format_to_glenum()Brian Paul
2009-10-23mesa: change s3tc vs. fxt1 priority when choosing compressed formatsBrian Paul
2009-10-22mesa: code refactoring- new _mesa_finish(), _mesa_flush()Brian Paul
2009-10-20mesa: Fix Mac OS build.Vinson Lee
2009-10-16mesa: use C locale for _mesa_strtod()Brian Paul
2009-10-09mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()Brian Paul
2009-10-05mesa: fix return value when clipping {Read,Draw}Pixels height <= 0Brian Paul
2009-10-05Use _mesa_select_tex_image() rather than hardcoding face 0.Michel Dänzer
2009-10-02mesa: fix incorrect default texture binding in unbind_texobj_from_texunits()Brian Paul
2009-10-01mesa: fix memory leak when generating mipmaps for compressed texturesBrian Paul
2009-10-01mesa: add missing return when out of memoryBrian Paul
2009-10-01mesa: fix potential uninitialized memory readsBrian Paul
2009-09-29mesa: bump version to 7.6.1Brian Paul
2009-09-29mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state()Brian Paul
2009-09-28Prep for 7.6 releaseIan Romanick
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-24i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt
2009-09-24mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warningBrian Paul
2009-09-24mesa: remove rgbMode check in enable_texture()Brian Paul
2009-09-24mesa: replace assertion with no-op function assignmentBrian Paul
2009-09-24mesa: added default case return to silence warningBrian Paul
2009-09-22mesa: fix more buffer object error messagesBrian Paul
2009-09-22mesa: fix error message textBrian Paul
2009-09-21mesa: make max_buffer_index() a non-static functionBrian Paul
2009-09-21mesa: add some debug info to teximage.cMaciej Cencora
2009-09-16Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick
2009-09-15mesa: compile glUniformMatrix() functions into display listsBrian Paul
2009-09-15mesa: implement more glUniform display list functionsBrian Paul
2009-09-15mesa: compile glUniform4f() into display listsBrian Paul
2009-09-15mesa: compile glUseProgram/glUseProgramObjectARB into display listsBrian Paul