index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.
Vinson Lee
2009-12-10
1
-2
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_TexGend.
Vinson Lee
2009-12-09
1
-2
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_Lighti.
Vinson Lee
2009-12-09
1
-1
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_Lightf.
Vinson Lee
2009-12-09
1
-1
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_PointParameteri.
Vinson Lee
2009-12-09
1
-2
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_PointParameterf.
Vinson Lee
2009-12-09
1
-1
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_LightModelf.
Vinson Lee
2009-12-09
1
-1
/
+4
*
mesa: fix baseLevel >= MAX_TEXTURE_LEVELS test
Brian Paul
2009-12-09
1
-1
/
+1
*
mesa: Fix array out-of-bounds access by _mesa_LightModeli.
Vinson Lee
2009-12-08
1
-1
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_Fogf.
Vinson Lee
2009-12-08
1
-1
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
Vinson Lee
2009-12-08
1
-1
/
+6
*
mesa: Fix array out-of-bounds access by _mesa_Fogi.
Vinson Lee
2009-12-08
1
-2
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
Vinson Lee
2009-12-08
1
-2
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.
Vinson Lee
2009-12-08
1
-2
/
+4
*
mesa: set version string to 7.6.1-rc3
mesa_7_6_1_rc3
Ian Romanick
2009-12-07
1
-1
/
+1
*
mesa: Fix array out-of-bounds access by _mesa_TexGenf.
Vinson Lee
2009-12-05
1
-1
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_TexGeni.
Vinson Lee
2009-12-05
1
-1
/
+4
*
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-12-05
1
-2
/
+7
*
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-12-05
1
-2
/
+4
*
mesa: Fix array out-of-bounds access in _mesa_TexEnvf.
Vinson Lee
2009-12-04
1
-1
/
+4
*
mesa: set version string to 7.6.1-rc2
mesa_7_6_1_rc2
Ian Romanick
2009-11-30
1
-1
/
+1
*
Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errors
Ian Romanick
2009-11-25
1
-1
/
+6
*
mesa: define 32bit byteswap for AIX.
Tom Fogal
2009-11-19
1
-1
/
+6
*
mesa: set version string to 7.6.1-rc1
Brian Paul
2009-11-18
1
-1
/
+1
*
mesa: added cast to silence warning
Brian Paul
2009-11-04
1
-1
/
+1
*
mesa: fix broken pack_histogram() case for GLhalf
Brian Paul
2009-11-04
1
-3
/
+4
*
mesa: silence warning from gcc 4.4.1
Brian Paul
2009-11-04
1
-2
/
+2
*
mesa: (GLint64) casts in get.c to silence Visual Studio warnings
Brian Paul
2009-11-03
2
-173
/
+173
*
mesa: added GLAPIENTRY keywords for sync object functions
Karl Schultz
2009-11-03
2
-12
/
+12
*
mesa: Fix memory leak if we run out of memory
Vinson Lee
2009-10-28
1
-1
/
+5
*
mesa: remove FBO texture depth/stencil test
Brian Paul
2009-10-23
1
-12
/
+0
*
mesa: fix broken _mesa_str_checksum()
Brian Paul
2009-10-23
1
-2
/
+2
*
mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formats
Brian Paul
2009-10-23
1
-1
/
+9
*
mesa: added _mesa_compressed_format_to_glenum()
Brian Paul
2009-10-23
2
-0
/
+54
*
mesa: change s3tc vs. fxt1 priority when choosing compressed formats
Brian Paul
2009-10-23
1
-8
/
+8
*
mesa: code refactoring- new _mesa_finish(), _mesa_flush()
Brian Paul
2009-10-22
2
-8
/
+37
*
mesa: Fix Mac OS build.
Vinson Lee
2009-10-20
1
-0
/
+3
*
mesa: use C locale for _mesa_strtod()
Brian Paul
2009-10-16
1
-0
/
+12
*
mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()
Brian Paul
2009-10-09
1
-1
/
+1
*
mesa: fix return value when clipping {Read,Draw}Pixels height <= 0
Brian Paul
2009-10-05
1
-2
/
+2
*
Use _mesa_select_tex_image() rather than hardcoding face 0.
Michel Dänzer
2009-10-05
1
-2
/
+1
*
mesa: fix incorrect default texture binding in unbind_texobj_from_texunits()
Brian Paul
2009-10-02
1
-1
/
+1
*
mesa: fix memory leak when generating mipmaps for compressed textures
Brian Paul
2009-10-01
1
-6
/
+10
*
mesa: add missing return when out of memory
Brian Paul
2009-10-01
1
-0
/
+1
*
mesa: fix potential uninitialized memory reads
Brian Paul
2009-10-01
1
-0
/
+6
*
mesa: bump version to 7.6.1
Brian Paul
2009-09-29
1
-3
/
+3
*
mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state()
Brian Paul
2009-09-29
1
-8
/
+14
*
Prep for 7.6 release
Ian Romanick
2009-09-28
1
-1
/
+1
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-24
1
-6
/
+1
|
\
|
*
mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning
Brian Paul
2009-09-24
1
-5
/
+0
[next]