José Fonseca
675fcb6cae
python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] range.
2010-04-01 17:46:59 +01:00
José Fonseca
811e602954
python/tests: Several cleanups.
2010-04-01 17:46:59 +01:00
Chia-I Wu
532b7400fd
progs/egl: Port OpenVG lion and sp to eglut.
2010-04-01 22:25:50 +08:00
Chia-I Wu
7b48d88407
progs/egl: Port ES1 gears to eglut.
...
As gears in the last demo under "screen" subdirectory, this also removes
the directory.
2010-04-01 22:25:49 +08:00
Chia-I Wu
dd7276f494
progs/egl: Port ES1 tri to eglut.
...
This also removes EGL_MESA_screen_surface version of ES1 tri as eglut
supports the extension.
2010-04-01 22:25:49 +08:00
Chia-I Wu
765b30849c
progs/egl: Replace egltri by xegl_tri.
...
With the switch to eglut, xegl_tri supports both X11 and
EGL_MESA_screen_surface. Have it replace egltri.
2010-04-01 22:25:49 +08:00
Chia-I Wu
02551cab47
progs/egl: Porg xegl_tri to eglut.
2010-04-01 22:25:49 +08:00
Chia-I Wu
589f6740ea
progs/egl: Port eglgears to eglut.
2010-04-01 22:25:49 +08:00
Chia-I Wu
57cc1db87b
progs/egl: Add eglut.
...
eglut is a simple library with GLUT-like API. It is intended to be used
by simple EGL demos.
2010-04-01 22:25:48 +08:00
Chia-I Wu
fc3ddd4b56
progs/openvg: Move OpenVG demos to a subdirectory of progs/egl.
...
That is, move
progs/openvg/demos to progs/egl/openvg,
progs/openvg/trivial to progs/egl/openvg/trivial.
2010-04-01 22:25:48 +08:00
Chia-I Wu
7f231cab2b
progs/es: Move OpenGL ES demos to subdirectories of progs/egl.
...
Move
progs/es1/xegl -> progs/egl/opengles1,
progs/es1/screen -> progs/egl/opengles1/screen,
progs/es2/xegl -> progs/egl/opengles2.
2010-04-01 22:25:48 +08:00
Chia-I Wu
c727ef0108
progs/egl: Move demos a level deeper.
...
Move the demos to "opengl" subdirectory.
2010-04-01 22:25:48 +08:00
José Fonseca
6b1a8e0f87
gallium/unit: Invoke util_half_init_tables().
...
half float formats now pass the tests.
2010-04-01 15:15:57 +01:00
José Fonseca
08eb07bc83
util: Add support for other DXTn RGBA formats.
2010-04-01 15:07:14 +01:00
José Fonseca
8548efbe1d
util: Get DXT1_RGB format working correctly.
2010-04-01 14:43:35 +01:00
José Fonseca
ca6aacf842
util: Add test case for PIPE_FORMAT_DXT1_RGB.
2010-04-01 13:34:24 +01:00
José Fonseca
d099554492
util: Allow to have block format test cases
2010-04-01 13:12:43 +01:00
José Fonseca
110e039d0d
gallium/unit: Install test in build/xxx/bin
2010-04-01 11:52:54 +01:00
José Fonseca
018aae950d
util: Make the accessors bidimensional again.
...
Otherwise there's no way to unpack blocks with height >1
2010-03-31 21:27:47 +01:00
José Fonseca
69895725cf
util: Add callback to fetch a single pixel.
2010-03-31 20:15:17 +01:00
José Fonseca
3200e70858
python/tests: Read the number of tests to execute from command line.
2010-03-31 20:05:10 +01:00
José Fonseca
96bf4aff5b
util: Put the format pack/unpack functions in the description table.
2010-03-31 15:32:16 +01:00
José Fonseca
e245ca74e1
util: Make pack/unpack operate on spans.
2010-03-31 15:32:16 +01:00
José Fonseca
325d55303d
util: Make util_format_xxx_pack_xxx take pointer as arguments.
2010-03-31 14:31:29 +01:00
José Fonseca
d0258ca59d
python/tests: Run trhough tests randomly.
2010-03-31 14:05:55 +01:00
José Fonseca
e566046efc
python/tests: Rename test name.
...
We only test blitting from a surface -- we don't test any sampler state.
2010-03-31 13:28:36 +01:00
José Fonseca
6de8f86ab4
python/tests: Test all existing gallium formats.
2010-03-31 13:27:08 +01:00
José Fonseca
aae63a7109
python/tests: Speed up the tests by reusing the same pipe context.
2010-03-31 13:12:24 +01:00
José Fonseca
fceee46022
python/tests: Get the tests running again.
2010-03-31 13:12:24 +01:00
Michel Dänzer
e5c7d1e1c8
Merge branch '7.8'
...
Conflicts:
Makefile
src/mesa/main/version.h
Resolved by keeping version strings from master (also in the intel driver).
2010-03-30 12:01:31 +02:00
Vinson Lee
90075f34e2
progs/glsl: Add workarounds for Apple GLSL compiler crash.
...
fsraytrace and vsraytrace were crashing on Mac OS X 10.6.3 in the Apple
GLSL compiler function TPPStreamCompiler::assignOperands. Removing some
const qualifers made the crashes go away.
2010-03-29 14:56:12 -07:00
Vinson Lee
52f7289215
progs/glsl: Remove inline keyword.
...
Fixes MSVC build.
2010-03-29 13:58:39 -07:00
José Fonseca
bbe6788807
progs/gallium/python: Get tri.py sample working again.
2010-03-29 21:22:23 +01:00
Brian Paul
909f0b356e
progs/glsl: improve the mouse drag/rotate code a little
2010-03-29 11:47:38 -06:00
RALOVICH, Kristóf
8ca937fc3b
progs/glsl: let the mouse rotate the scene
2010-03-29 11:47:38 -06:00
Vinson Lee
21a96a55d6
progs: Comment out gallium/raw/SConscript from progs/SConscript.
...
Commit db5c2235d1 broke the default SCons
build.
NameError: name 'graw' is not defined:
This patch allows the default SCons build to work again until a proper
fix is available.
2010-03-28 13:52:11 -07:00
Keith Whitwell
1cf669db59
progs/raw: add note about accessing utility functions
2010-03-28 10:42:38 -07:00
Keith Whitwell
db5c2235d1
gallium: new raw gallium interface to support standalone tests
...
Provides basic window system integration behind a simple interface,
allowing tests to be written without dependency on either the driver
or window system.
With a lot of work, could turn into something like glut for gallium.
2010-03-28 10:42:38 -07:00
Vinson Lee
6abc3501c6
progs/tests: Remove duplicate texcompress2 in SConscript.
2010-03-27 14:40:41 -07:00
Jakob Bornecrantz
87ac117d67
progs/gallium: Add trivial gallium demos
2010-03-26 01:36:45 +01:00
Vinson Lee
3fcfd69fec
progs/glsl: Fix vsraytrace GLSL compilation error.
...
Fixes the following GLSL error on Mac OS X.
'=' : assigning non-constant to 'const 3-component vector of float'
2010-03-24 22:53:23 -07:00
Vinson Lee
3bccb5447b
progs/glsl: Add raytracing demos to SCons build.
2010-03-24 22:36:49 -07:00
Brian Paul
f0e04b0944
progs/demos: add other modes/patterns to dissolve demo
2010-03-24 16:29:17 -06:00
Brian Paul
01f7acb700
progs/glsl: remove/replace //-style comments
2010-03-24 09:08:24 -06:00
Brian Paul
79394f0267
progs/glsl: silence warnings, remove debug code, adjust window size, etc
2010-03-24 09:04:17 -06:00
RALOVICH, Kristóf
4e328774d4
demos: import GLSL raytracing demos
2010-03-24 09:04:14 -06:00
Chia-I Wu
99386921e7
progs/egl: Link xeglthreads to libpthread.
...
This should hopefully fix a build failure reported by Chris Ball when
binutils-gold is used.
2010-03-24 08:46:10 +08:00
Dan Nicholson
e725ef171b
Change libX11 variables to not conflict with AC_PATH_XTRA
...
The variable X_LIBS from AC_PATH_XTRA contains only the -L searchdir
parameter and not the -lX11 to link to Xlib. Use X11 prefixed build vars
for linking with Xlib to avoid the conflict.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2010-03-23 13:26:50 -07:00
Brian Paul
182c42c8da
Merge branch '7.8'
...
Conflicts:
src/gallium/drivers/cell/ppu/cell_screen.c
src/mesa/state_tracker/st_cb_drawpixels.c
2010-03-22 09:07:46 -06:00
Vinson Lee
fce72d5803
progs/tests: Add cva_huge to SCons build.
2010-03-21 19:21:11 -07:00