Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
3d36d6b4cf735e93a6ae5eadf28e671252fb5303
/
progs
43080e4
progs/glsl: Add missing break statement in multinoise.c.
by Vinson Lee
· 15 years ago
7dfea5c
demos/glsl: Add missing break statement to noise test.
by Vinson Lee
· 15 years ago
2ff4f5a
progs/tests: add alpha/blend testing to packedpixels.c
by Brian Paul
· 15 years ago
898de4a
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
60c328d
progs/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
c475079
progs/util: Fix memory leak if fail to load/compile shader
by Vinson Lee
· 15 years ago
a017ad2
progs/tests: debug code for getting texture component sizes
by Brian Paul
· 15 years ago
4bced42
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
9c3197e
prog/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
a8ed066
progs/tests: fix MSVC build.
by Vinson Lee
· 15 years ago
02b9fb9
progs/tests: fixes for drawbuffers.c
by Brian Paul
· 15 years ago
1e2c517
progs/tests: also test GL_BGRA format in getteximage.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
1f196b7
Merge branch 'texformat-rework'
by Brian Paul
· 15 years ago
3bee761
progs/tests: added new blitfb.c test
by Brian Paul
· 15 years ago
498fcfd
progs/tests: added new blitfb.c test
by Brian Paul
· 15 years ago
50e113e
progs/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
d8ded35
progs/tests: disable blending while drawing text
by Brian Paul
· 15 years ago
51bc12d
progs/tests: fix sub texture offsets
by Brian Paul
· 15 years ago
49d402e
Merge remote branch 'origin/mesa_7_6_branch'
by Eric Anholt
· 15 years ago
b01937a
progs/tests: print requested/internal format info
by Brian Paul
· 15 years ago
952bf63
progs/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
1940393
progs/demos: add fps to multiarb
by Keith Whitwell
· 15 years ago
ab9d101
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
61a96a2
progs/xdemos: fix command line flag typo
by Brian Paul
· 15 years ago
5e77b61
Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa
by Alex Deucher
· 15 years ago
4e2bdd6
progs/egl: Add support for pixmap and pbuffer surface to xeglgears.
by Chia-I Wu
· 15 years ago
82ffc58
progs/tests: draw Z values as luminance, no pixel zoom
by Brian Paul
· 15 years ago
5283a3f
progs/trivial: check if GL_ARB_occlusion_query is supported
by Brian Paul
· 15 years ago
166957a
progs/tests: Use rand() instead of random().
by José Fonseca
· 15 years ago
699260b
progs/tests: Use rand() instead of random().
by José Fonseca
· 15 years ago
60b6c74
prog/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
5b7d905
progs/egl: put declarations before code
by Brian Paul
· 15 years ago
31f7e8e
progs/Makefile: remove extra quoting
by Brian Paul
· 15 years ago
91bd87c
progs/demos: try different depth formats in fbo_firecube.c
by Brian Paul
· 15 years ago
115edf2
Fix build when PROGRAM_DIRS is empty.
by Tom Fogal
· 15 years ago
9fd7e9e
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
ce3801a
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
ea862ec
prog/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
96fd13c
prog/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
cbf46ed
progs/perf: Fix MSVC build.
by Vinson Lee
· 15 years ago
76d2ec3
progs/tests: Add tests to Makefile.
by Vinson Lee
· 15 years ago
023bab6
progs/perf: Ignores!
by Jakob Bornecrantz
· 15 years ago
d54e9f5
progs: Remove unused empty file.
by José Fonseca
· 15 years ago
f7455ad
progs/tests: Fix MSVC build.
by Vinson Lee
· 15 years ago
5b4c0b8
Merge branch 'mesa_7_6_branch'
by Nicolai Hähnle
· 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
9c778a9
progs/tests: fix MSVC build.
by Vinson Lee
· 15 years ago
017fae0
progs/perf: Fix MSVC build.
by Vinson Lee
· 15 years ago
55770d0
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
a15d9ca
Fix building of GLSL demos which use M_PI
by Jon TURNEY
· 15 years ago
bb659f6
progs/tests: additional debug code
by Brian Paul
· 15 years ago
15c5764
objviewer: remove disabled code
by Brian Paul
· 15 years ago
9745e26
objviewer: mouse/keyboard info in README file
by Brian Paul
· 15 years ago
8d93a4c
objview: clean up drawing VBO code
by Brian Paul
· 15 years ago
c7c6252
objview: set skybox texture filter
by Brian Paul
· 15 years ago
336994e
objview: check GL version/extension
by Brian Paul
· 15 years ago
ca1bda5
progs/objviewer: Wavefront .obj file loader/viewer demo
by Brian Paul
· 15 years ago
e82b02c
progs/egl: Make demo3 work again.
by Chia-I Wu
· 15 years ago
28c2190
progs/egl: Check EGL_MESA_screen_surface is supported in demo2.
by Chia-I Wu
· 15 years ago
e0b2848
progs/egl: Fix a crash in demo1.
by Chia-I Wu
· 15 years ago
fa8df0c
progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.
by Chia-I Wu
· 15 years ago
6920a35
progs/perf: Include local headers before installed headers.
by Vinson Lee
· 15 years ago
653ae04
progs/tests: print usage info upon SPACE/u
by Brian Paul
· 15 years ago
c8de476
progs/tests: re-indent mipmap_limits.c
by Brian Paul
· 15 years ago
6c6896b
progs/tests: disable texturing before printing text
by Brian Paul
· 15 years ago
bcca927
progs/rbug: Link to math
by Jakob Bornecrantz
· 15 years ago
c9ddd6f
progs/perf: glGenerateMipmap() test
by Brian Paul
· 15 years ago
09a23ac
progs/perf: fix warnings in readpixels test
by Keith Whitwell
· 15 years ago
d93f022
progs/perf: fix typo in sconscript
by Keith Whitwell
· 15 years ago
6e0b56e
progs/perf: accept GL3.x also
by Keith Whitwell
· 15 years ago
fa0816b
progs/perf: added glReadPixels benchmark
by Brian Paul
· 15 years ago
489f8bc
progs/perf: also request a stencil buffer
by Brian Paul
· 15 years ago
a0549f6
progs/perf: Actually bind the newly created vbo.
by Michal Krol
· 15 years ago
890679d
Merge branch 'softpipe-opt'
by Keith Whitwell
· 15 years ago
aae7731
progs/perf: set TexSubImage4=FALSE
by Brian Paul
· 15 years ago
d04fa73
progs/perf: added glCopyTex[Sub]Image2D test
by Brian Paul
· 15 years ago
da0e4e5
progs/perf: test glGetTexImage() also
by Brian Paul
· 15 years ago
67d7021
progs/perf: add missing texture enable in fbobind.c
by Brian Paul
· 15 years ago
ed113da
progs/perf: added fbobind.c test to test FBO binding speed
by Brian Paul
· 15 years ago
cfb0f24
progs/perf: added PerfExtensionSupported() helper
by Brian Paul
· 15 years ago
0ec26cc
teximage: add more tests, image formats
by Keith Whitwell
· 15 years ago
bae2d58
progs/perf: add another VBO test for Create/Draw/Destroy pattern
by Brian Paul
· 15 years ago
7e5004b
progs/perf: simplify the code
by Brian Paul
· 15 years ago
aa80851
progs/perf: fix comment
by Brian Paul
· 15 years ago
32979ae
progs/perf: updated comments
by Brian Paul
· 15 years ago
6a09c9d
progs/perf: make teximage results easier to read, more reproducible
by Keith Whitwell
· 15 years ago
89f2799
progs/perf: reset row_length after subimage test
by Keith Whitwell
· 15 years ago
bf014d0
progs/perf: clean up swapbuffers test a bit
by Keith Whitwell
· 15 years ago
ac6a510
progs/perf: break up long runs of fullscreen quads
by Keith Whitwell
· 15 years ago
a7b2659
progs/perf: add first attempt at a swapbuffers rate test
by Keith Whitwell
· 15 years ago
9297e69
progs/perf: added fill-rate test
by Brian Paul
· 15 years ago
05bce08
progs/perf: added helpers for creating simple textures and shader programs
by Brian Paul
· 15 years ago
83fbee6
progs/perf: offsetof() should be defined in stddef.h, include it
by Brian Paul
· 15 years ago
7ce0421
progs/perf: a few more vbo upload modes
by Keith Whitwell
· 15 years ago
25a580c
progs/perf: human-readable drawoverhead output
by Keith Whitwell
· 15 years ago
6ab7c12
progs/perf: human-format vertexrate output
by Keith Whitwell
· 15 years ago
ed63bd6
progs/perf: add human-readable float formatter
by Keith Whitwell
· 15 years ago
Next »