Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-07 | progs/test: Initialize variable in prog_parameter. | Vinson Lee | |
Silences uninitialized variable compiler warning. | |||
2009-12-07 | mesa: set version string to 7.6.1-rc3 | Ian Romanick | |
2009-12-07 | progs/demos: Fix memory leak in projtex.c. | Vinson Lee | |
2009-12-06 | st/egl: Fix memory leak in egl_tracker.c. | Vinson Lee | |
(cherry picked from commit 052b127842af3372fd768eae8e29b240a696a12a) | |||
2009-12-06 | dri: Fix potential null pointer dereference in driBindContext. | Vinson Lee | |
(cherry picked from commit 919898e92fa23ff71a59d86a46ff0886a6f34e4d) | |||
2009-12-06 | dri: Fix potential null pointer deference in dri_put_drawable. | Vinson Lee | |
(cherry picked from commit 364070b1f2b08d43fb205ec198894a35bec6b2f3) | |||
2009-12-06 | glx: Prevent potential null pointer deference in driCreateContext. | Vinson Lee | |
(cherry picked from commit 4b0b250aae6ae7d48cd24f9d91d05ab58086c4b2) | |||
2009-12-05 | progs/tests: Add tests to Makefile. | Vinson Lee | |
(cherry picked from commit 76d2ec3a0a047a65ffca70f53848241a3225dad3) | |||
2009-12-05 | draw: Initialize variable in draw_pt.c. | Vinson Lee | |
(cherry picked from commit ea98e9820d7117f7a187f355445796b1ef5d9e0c) | |||
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexGenf. | Vinson Lee | |
_mesa_TexGenf calls _mesa_TexGenfv, which uses the params argument as an array. (cherry picked from commit ca5a7aadb4361e7d053aea8687372cd44cbd8795) | |||
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexGeni. | Vinson Lee | |
_mesa_TexGeni calls _mesa_TexGeniv, which uses the params argument as an array. (cherry picked from commit d55fb7c835b56951f05a058083e7eda264ba192e) | |||
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexParameterf. | Vinson Lee | |
_mesa_TexParameterf calls set_tex_parameterf, which uses the params argument as an array. (cherry picked from commit 270d36da146b899d39e08f830fe34b63833a3731) | |||
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexParameterf. | Vinson Lee | |
_mesa_TexParameterf calls set_tex_parameteri, which uses the params argument as an array. (cherry picked from commit a201dfb6bf28b89d6f511c2ec9ae0d81ef18511d) | |||
2009-12-05 | progs/samples: Fix memory leak if malloc fails in rgbtoppm.c. | Vinson Lee | |
2009-12-05 | progs/samples: Fix memory leak if fopen fails in rgbtoppm.c. | Vinson Lee | |
2009-12-05 | progs/samples: Add rgbtoppm to Makefile. | Vinson Lee | |
2009-12-05 | progs/tests: Removed unused variable from texdown.c. | Vinson Lee | |
2009-12-05 | progs/vpglsl: Assign glGetUniformLocationARB return value to GLint. | Vinson Lee | |
The return type of glGetUniformLocationARB is GLint, not GLuint. | |||
2009-12-04 | progs/fp: Redraw upon keypress. | Vinson Lee | |
2009-12-04 | mesa: Fix array out-of-bounds access in _mesa_TexEnvf. | Vinson Lee | |
_mesa_TexEnvf calls _mesa_TexEnvfv, which uses the param argument as an array. (cherry picked from commit a11d60d14caf8efc07f70af63b57b33273f8cf9b) | |||
2009-12-04 | progs/util: Fix memory leak if fread returns 0 in CompileShaderFile. | Vinson Lee | |
(cherry picked from commit 11905da8836822f7dd60c84b5eefc72e46c94b50) | |||
2009-12-04 | progs/util: Fix memory leak if fail to load/compile shader | Vinson Lee | |
Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit c475079ef2d901ba4506ebd53e19419cd46793ab) | |||
2009-12-04 | progs/fp: Add tri-inv.c to Makefile. | Vinson Lee | |
2009-12-04 | r300g: use $(MAKE) variable | Coleman Kane | |
Fixes bug 24501 | |||
2009-12-04 | progs/xdemos: fix some visual/fbconfig logic in glxinfo.c | Brian Paul | |
The fbAttribSingle/Double arrays had wrong GLX_DOUBLEBUFFER values. We only need to use the glXChooseFBConfig() code when glXChooseVisual() fails (but I don't know when that would happen). Other recent commits errantly removed some code in this area too. | |||
2009-12-04 | docs: a few more fixes for 7.6.1 | Brian Paul | |
2009-12-04 | radeon: fix polygon stipple | Alex Deucher | |
fixes fdo bug 25354 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2009-12-04 | glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore. | Vinson Lee | |
(cherry picked from commit 808f0376607b0e2d31dfebc888fd8f1e737fed09) | |||
2009-12-04 | glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore. | Vinson Lee | |
(cherry picked from commit 94bcb9f1a43f2ab3bdff09156e3ab5b1c115cbd8) | |||
2009-12-04 | glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore. | Vinson Lee | |
(cherry picked from commit 0d89f3dc7ff3f89ba8d5d664253730485bca35e2) | |||
2009-12-04 | glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore. | Vinson Lee | |
(cherry picked from commit f895abbd9777c4985aa40cf660c68f6d7333f0ec) | |||
2009-12-04 | glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore. | Vinson Lee | |
(cherry picked from commit 326b66d724754ca97012501db1c7c62d7d41a457) | |||
2009-12-04 | glu/sgi: Fix memory leak in bitmapBuild2DMipmaps. | Vinson Lee | |
(cherry picked from commit 5b925b7daa566d799c4f50911a7fcca114131503) | |||
2009-12-04 | glu/sgi: Fix memory leak in gluScaleImage3D. | Vinson Lee | |
(cherry picked from commit b611f639b4bffdcca376293f7ce71af9f6bdbff3) | |||
2009-12-04 | glu/sgi: Fix memory leak in gluScaleImage. | Vinson Lee | |
(cherry picked from commit a9c540f5dedbf593f8038fdbc95eecb60826ab26) | |||
2009-12-04 | glu: Fix memory leak in __gl_meshMakeEdge. | Vinson Lee | |
(cherry picked from commit d3b4c99c703f70a9d0e715a97e52672f7f8fc980) | |||
2009-12-04 | progs/xdemos: Silence unused value warnings in sharedtex_mt.c. | Vinson Lee | |
(cherry picked from commit 8556fad75124e1ade9af095e112ebb6ac5cbff61) | |||
2009-12-04 | progs/xdemos: Fix memory leak in pbdemo.c. | Vinson Lee | |
(cherry picked from commit e0857962b911ef317238498305651515d83029ae) | |||
2009-12-04 | progs/xdemos: Add missing break statement in offset.c. | Vinson Lee | |
(cherry picked from commit 4ab8dbe5935d5c946cbc9af6982461073a784d07) | |||
2009-12-03 | progs/xdemos: Remove duplicate code in glxinfo.c. | Vinson Lee | |
(cherry picked from commit a4720a1a3206dd2edecf47a21fce547a79b67610) | |||
2009-12-03 | progs/xdemos: Fix memory leak in glxinfo.c. | Vinson Lee | |
(cherry picked from commit f080567f4c4018c4885c105a154cb0eb39e6234f) | |||
2009-12-03 | progs/xdemos: Add assert in corender.c. | Vinson Lee | |
(cherry picked from commit 66a4ec14c38d407256545e0cf31c98974d621fe4) | |||
2009-12-03 | progs/vp: Fix memory leak in vp-tris.c. | Vinson Lee | |
(cherry picked from commit 760cf71572a071ce43da576ebfeff4a8099150bc) | |||
2009-12-03 | progs/tests: Fix memory leak in texdown.c if malloc fails. | Vinson Lee | |
(cherry picked from commit e3cfd78969cd4a94fc83a5d6fb2f33730cc4e70f) | |||
2009-12-03 | progs/redbook: Fix memory leak in quadric.c. | Vinson Lee | |
(cherry picked from commit 47b5f584a68ceab7c9c1d5279efbc9fe30ff2fcc) | |||
2009-12-03 | progs/glsl: Fix memory leak in deriv.c. | Vinson Lee | |
(cherry picked from commit 0e783c7d03128aade3ca50b28a56e254fef6b6ab) | |||
2009-12-03 | progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c. | Vinson Lee | |
tangentAtrrib is assigned the result of glGetAttribLocation. The assertion 'assert(tangentAtrrib >= 0)' would be a no-op if tangentAttrib is a GLuint. (cherry picked from commit b8dcb79c53796f37234bd2b0f5e2845f817fc218) | |||
2009-12-03 | progs/demos: Fix memory leak in ray.c. | Vinson Lee | |
(cherry picked from commit 6b480dc21dd489d48685b2268e495218aea74293) | |||
2009-12-03 | progs/demos: Fix memory leak in projtex.c. | Vinson Lee | |
(cherry picked from commit ee555e3d69c8820f27e71e5ebc028a768cef7d0b) | |||
2009-12-03 | progs/demos: Fix memory leak in ipers.c. | Vinson Lee | |
(cherry picked from commit a1afe303deda320aadacdaf5b1c72631ca3f734f) |