Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
7f146b38240e1c4efa6d8d0a4e5a0c8346706de5
/
progs
3e8b2fd
progs/test: Initialize variable in prog_parameter.
by Vinson Lee
· 15 years ago
7d84169
progs/demos: Fix memory leak in projtex.c.
by Vinson Lee
· 15 years ago
978b80c
progs/tests: Add tests to Makefile.
by Vinson Lee
· 15 years ago
1446f30
progs/samples: Fix memory leak if malloc fails in rgbtoppm.c.
by Vinson Lee
· 15 years ago
412aeee
progs/samples: Fix memory leak if fopen fails in rgbtoppm.c.
by Vinson Lee
· 15 years ago
6212c81
progs/samples: Add rgbtoppm to Makefile.
by Vinson Lee
· 15 years ago
2cd2341
progs/tests: Removed unused variable from texdown.c.
by Vinson Lee
· 15 years ago
d642edd
progs/vpglsl: Assign glGetUniformLocationARB return value to GLint.
by Vinson Lee
· 15 years ago
8d2f343
progs/fp: Redraw upon keypress.
by Vinson Lee
· 15 years ago
4fb5ae7
progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.
by Vinson Lee
· 15 years ago
5683d7d
progs/util: Fix memory leak if fail to load/compile shader
by Vinson Lee
· 15 years ago
e5bc2a1
progs/fp: Add tri-inv.c to Makefile.
by Vinson Lee
· 15 years ago
ca7cd3a
progs/xdemos: fix some visual/fbconfig logic in glxinfo.c
by Brian Paul
· 15 years ago
12a440a
progs/xdemos: Silence unused value warnings in sharedtex_mt.c.
by Vinson Lee
· 15 years ago
4bf96eb
progs/xdemos: Fix memory leak in pbdemo.c.
by Vinson Lee
· 15 years ago
ba3fedf
progs/xdemos: Add missing break statement in offset.c.
by Vinson Lee
· 15 years ago
8350648
progs/xdemos: Remove duplicate code in glxinfo.c.
by Vinson Lee
· 15 years ago
7324c22
progs/xdemos: Fix memory leak in glxinfo.c.
by Vinson Lee
· 15 years ago
68d206f
progs/xdemos: Add assert in corender.c.
by Vinson Lee
· 15 years ago
69ed114
progs/vp: Fix memory leak in vp-tris.c.
by Vinson Lee
· 15 years ago
efb582f
progs/tests: Fix memory leak in texdown.c if malloc fails.
by Vinson Lee
· 15 years ago
b210739
progs/redbook: Fix memory leak in quadric.c.
by Vinson Lee
· 15 years ago
b1a87a3
progs/glsl: Fix memory leak in deriv.c.
by Vinson Lee
· 15 years ago
25fd168
progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c.
by Vinson Lee
· 15 years ago
b803abb
progs/demos: Fix memory leak in ray.c.
by Vinson Lee
· 15 years ago
5820dae
progs/demos: Fix memory leak in projtex.c.
by Vinson Lee
· 15 years ago
fc5f07d
progs/demos: Fix memory leak in ipers.c.
by Vinson Lee
· 15 years ago
d245a95
progs/demos: Fix memory leak in fslight.c.
by Vinson Lee
· 15 years ago
56de7e2
progs/trivial: Redraw upon keypress.
by Vinson Lee
· 15 years ago
34a0b22
progs/trivial: Redraw upon keypress.
by Vinson Lee
· 15 years ago
9e29242
progs/glsl: Redraw upon keypress.
by Vinson Lee
· 15 years ago
a0ac8fc
progs/util: Exit RawImageGetData early if malloc fails.
by Vinson Lee
· 15 years ago
0a6acec
progs/util: Fix memory leak if malloc fails in RawImageOpen.
by Vinson Lee
· 15 years ago
305d4f1
progs/util: Fix memory leak if fopen fails in RawImageOpen.
by Vinson Lee
· 15 years ago
772e004
progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.
by Vinson Lee
· 15 years ago
f1172c4
progs/util: Fix memory leak if LoadRGBImage fails.
by Vinson Lee
· 15 years ago
84de167
progs/util: Fix memory if LoadRGBMipmaps2 fails.
by Vinson Lee
· 15 years ago
4ca8e16
progs/util: Fix memory leak if LoadYUVImage fails.
by Vinson Lee
· 15 years ago
d6a9931
progs/fp: Redraw upon keypress.
by Vinson Lee
· 15 years ago
005242f
prog/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
d320867
progs/tests: fix MSVC build.
by Vinson Lee
· 15 years ago
97cbf49
progs/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
a99bf51
progs/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
28474e1
progs/tests: Use rand() instead of random().
by José Fonseca
· 15 years ago
bb6e3af
progs/tests: Use rand() instead of random().
by José Fonseca
· 15 years ago
a387764
progs/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
791b754
prog/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
89e7479
prog/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
5a25adb
progs/tests: fix MSVC build.
by Vinson Lee
· 15 years ago
3910e88
prog/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
235c0c8
progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.
by Vinson Lee
· 15 years ago
0a107d3
progs/glsl: Fix trirast GLSL compilation errors on Mac OS.
by Vinson Lee
· 15 years ago
b094683
progs/glsl: Fix noise GLSL compilation error on Mac OS.
by Vinson Lee
· 15 years ago
592c852
demos/glsl: Add missing break statement to noise test.
by Vinson Lee
· 15 years ago
8f4d361
progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.
by Vinson Lee
· 15 years ago
9ed77d1
progs/glsl: Add missing break statement in multinoise.c.
by Vinson Lee
· 15 years ago
8325937
progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.
by Vinson Lee
· 15 years ago
2a5cd95
progs/glsl: Include local headers before installed headers during compilation.
by Vinson Lee
· 15 years ago
ccea09c
progs/glsl: minor Makefile clean-ups
by Brian Paul
· 15 years ago
67a0628
progs: Ignore Mac OS dSYM directories.
by Vinson Lee
· 15 years ago
ba97b98
progs/demos: remove unused glFogCoordPointer_ext var
by Brian Paul
· 15 years ago
b9f4a0b
Simplify hackery added to fix AIX build.
by Tom Fogal
· 15 years ago
da08831
shaderutil: Fix detection of shaders
by Ian Romanick
· 15 years ago
8f24e86
progs: Fix quoting issue with empty set of PROGRAM_DIRS.
by Tom Fogal
· 15 years ago
60c328d
progs/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
02b9fb9
progs/tests: fixes for drawbuffers.c
by Brian Paul
· 15 years ago
635ea87
progs/tests: added test for GL_EXT_texture_compression_s3tc support
by Brian Paul
· 15 years ago
498fcfd
progs/tests: added new blitfb.c test
by Brian Paul
· 15 years ago
b01937a
progs/tests: print requested/internal format info
by Brian Paul
· 15 years ago
61a96a2
progs/xdemos: fix command line flag typo
by Brian Paul
· 15 years ago
5283a3f
progs/trivial: check if GL_ARB_occlusion_query is supported
by Brian Paul
· 15 years ago
31f7e8e
progs/Makefile: remove extra quoting
by Brian Paul
· 15 years ago
115edf2
Fix build when PROGRAM_DIRS is empty.
by Tom Fogal
· 15 years ago
f36425b
progs/xdemos: test glXQueryDrawable()
by Brian Paul
· 15 years ago
846a6b0
progs/xdemos: fix swapped parameters to CreatePbuffer()
by Brian Paul
· 15 years ago
4b3cbec
progs/test: Fix MSVC build.
by Vinson Lee
· 15 years ago
a15d9ca
Fix building of GLSL demos which use M_PI
by Jon TURNEY
· 15 years ago
5d526ed
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
by Brian Paul
· 15 years ago
799631a
progs/vp: print program and error info when program does not compile
by Brian Paul
· 15 years ago
bf19638
prog/glsl: fix Makefile for samplers_array.
by Peter Hutterer
· 15 years ago
375a6b4
progs/tests: re-enable exit() call
by Brian Paul
· 15 years ago
ea26f28
tests/texcmp: glewInit in wrong place
by Dave Airlie
· 15 years ago
d9b7d78
progs/tests: re-enable exit() call
by Brian Paul
· 15 years ago
d762b54
progs/samples: added test/debug code for culling
by Brian Paul
· 15 years ago
b3232e9
progs/tests: disable depth test for second glDrawPixels
by Brian Paul
· 15 years ago
7dd6fa1
progs/util: minor updates to glutskel.c
by Brian Paul
· 15 years ago
8d0bdfa
progs: EGL/X progs should link to libX11.
by Chia-I Wu
· 15 years ago
cefe9c4
mesa: gitignore
by Younes Manton
· 15 years ago
7205221
progs/glsl: asst. changes in shtest.c
by Brian Paul
· 15 years ago
4762909
Merge branch 'mesa_7_5_branch'
by Brian Paul
· 15 years ago
2bcf787
progs/glsl: handle window resizes in texaaline.c
by Brian Paul
· 15 years ago
488b3c4
progs/glsl: add special Makefile rule for samplers_array
by Brian Paul
· 15 years ago
f6d34c2
progs/glsl: change samplers.c to better test sampler/texture indexing
by Brian Paul
· 15 years ago
42675ff
progs/glsl: call ValidateShaderProgram()
by Brian Paul
· 15 years ago
fa6299c
progs/util: added ValidateShaderProgram() to shaderutil.c
by Brian Paul
· 15 years ago
a215da5
progs/glsl: report compile/link times in shtest.c
by Brian Paul
· 15 years ago
f300db3
progs/util: added GetShaderCompile/LinkTime() to get compilation/link times
by Brian Paul
· 15 years ago
8a883d1
progs/glsl: update multitex.shtest for new texture syntax
by Brian Paul
· 15 years ago
0062bd6
progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT textures
by Brian Paul
· 15 years ago
174054c
progs/glsl: tweaks to shtest.c
by Brian Paul
· 15 years ago
Next »