José Fonseca
|
b0f9717105
|
Revert "progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build."
This reverts commit 1587eff1b6.
|
2010-02-16 11:23:18 +00:00 |
|
Brian Paul
|
c6e63f3cc2
|
progs/redbook: use glew
|
2010-02-15 18:04:39 -07:00 |
|
José Fonseca
|
1587eff1b6
|
progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build.
|
2010-02-15 21:47:20 +00:00 |
|
Brian Paul
|
b90f265fbf
|
progs/redbook: test image for new redbook tests
|
2010-02-15 09:55:44 -07:00 |
|
Brian Paul
|
ce65a8debe
|
progs/redbook: add additional tests for GL 1.4
|
2010-02-15 09:55:01 -07:00 |
|
José Fonseca
|
21fe86b036
|
python/retrace: Reconstruct blend state from binary blobs.
|
2010-02-15 00:25:43 +00:00 |
|
Brian Paul
|
291bd19a1a
|
progs/objviewer: close file (bug 26559)
|
2010-02-14 10:05:42 -07:00 |
|
Brian Paul
|
e84eec0003
|
progs/fp: close file (bug 26559)
|
2010-02-14 10:05:42 -07:00 |
|
José Fonseca
|
4ab3f0edef
|
python/retrace: Interpret pipe_screen::context_create().
|
2010-02-14 12:48:11 +00:00 |
|
José Fonseca
|
50812e633f
|
progs/gallium/python: New home for python statetracker scripts.
|
2010-02-14 11:16:41 +00:00 |
|
Vinson Lee
|
af1052e280
|
progs/tests: Add checks for GL_NV_vertex_program.
|
2010-02-12 11:59:37 -08:00 |
|
Kristian Høgsberg
|
368bb3dc2b
|
eglinfo: Also print visual type, assuming X visual types
This may not make a lot of sense for non-X EGL, but for EGL under X
it's very useful.
|
2010-02-09 21:24:14 -05:00 |
|
Kristian Høgsberg
|
ab487f7ffa
|
xeglgears: Add test case for eglBindTexImage()
|
2010-02-09 15:55:25 -05:00 |
|
Brian Paul
|
fd6701029b
|
progs/tests: add line drawing option to cylwrap.c
|
2010-02-09 15:33:03 +01:00 |
|
Brian Paul
|
22a3a817aa
|
progs/tests: add x/y rotation to cylwrap.c
|
2010-02-09 15:33:00 +01:00 |
|
Brian Paul
|
86921aaf3f
|
progs/tests: new test program for exercising cylindrical tex wrap mode
|
2010-02-09 15:32:47 +01:00 |
|
Vinson Lee
|
ad93f3e489
|
progs/xdemos: Silence uninitialized variable warning.
|
2010-02-09 01:35:14 -08:00 |
|
Joakim Sindholt
|
e891a9cc3a
|
progs/demos: update .gitignore
|
2010-02-08 12:33:02 +01:00 |
|
Vinson Lee
|
7da1a528b8
|
progs/xdemos: Silence uninitialized variable warning.
|
2010-02-08 01:53:31 -08:00 |
|
Brian Paul
|
45ceabf794
|
progs/demos: fix typo
|
2010-02-05 13:16:39 -07:00 |
|
José Fonseca
|
a1af8eec66
|
Merge remote branch 'origin/lp-binning'
Conflicts:
src/gallium/auxiliary/util/u_dl.c
src/gallium/auxiliary/util/u_time.h
src/gallium/drivers/llvmpipe/lp_state_derived.c
src/gallium/drivers/llvmpipe/lp_state_surface.c
src/gallium/drivers/llvmpipe/lp_tex_cache.c
src/gallium/drivers/llvmpipe/lp_tile_cache.c
|
2010-02-05 13:48:35 +00:00 |
|
José Fonseca
|
ef67ad05cb
|
scons: Use only the shared object name when linking progs.
Otherwise the whole path gets baked into the executable.
|
2010-02-04 09:23:30 +00:00 |
|
Keith Whitwell
|
9f1ee5a864
|
progs/fpglsl: couple more tests
|
2010-02-03 10:36:55 +00:00 |
|
Keith Whitwell
|
d7b1610ced
|
progs/fpglsl: fp-tris for glsl
|
2010-02-03 10:36:55 +00:00 |
|
Chia-I Wu
|
5fa4ea2934
|
progs/es2: Fix an assertion failure in tri.
EGL_SURFACE_TYPE is a config attribute, not a surface attribute. Thanks
to Mike Stroyan for pointing out this error.
|
2010-02-02 10:45:00 +08:00 |
|
Brian Paul
|
04b14e26a2
|
progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug
See comments in file for more details.
|
2010-02-01 19:02:52 -07:00 |
|
José Fonseca
|
bee9964b29
|
Merge remote branch 'origin/master' into lp-binning
Conflicts:
Makefile
src/gallium/auxiliary/util/u_surface.c
src/gallium/drivers/llvmpipe/lp_flush.c
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_state_derived.c
src/gallium/drivers/llvmpipe/lp_state_fs.c
src/gallium/drivers/llvmpipe/lp_state_surface.c
src/gallium/drivers/llvmpipe/lp_tex_cache.c
src/gallium/drivers/llvmpipe/lp_texture.c
src/gallium/drivers/llvmpipe/lp_tile_cache.c
src/mesa/state_tracker/st_cb_condrender.c
|
2010-01-31 05:36:33 +00:00 |
|
Chia-I Wu
|
89e6eb5fbe
|
progs/egl: Update eglinfo to display more attributes.
Add config caveat, bind-to-texture, and renderable type. Remove double
buffer and stereo attributes.
|
2010-01-31 11:20:15 +08:00 |
|
Chia-I Wu
|
7056a74734
|
progs/es1: Add bindtex.
It is ported from progs/egl/xeglbindtex.c. With the OpenGL ES port, the
OpenGL version is removed.
|
2010-01-30 23:16:17 +08:00 |
|
Brian Paul
|
b8d4cbd7e2
|
progs/demos: new image dissolve demo
Dissolve between two images using a random pattern in the stencil
buffer and a varying stencil ref value.
|
2010-01-29 14:01:34 -07:00 |
|
Brian Paul
|
e94021660b
|
progs/tests: added a few more files to .gitignore
|
2010-01-29 08:43:28 -07:00 |
|
Vinson Lee
|
d40070029f
|
progs/tests: Remove unnecessary headers.
|
2010-01-28 15:11:39 -08:00 |
|
Vinson Lee
|
bbb41153c2
|
progs/glsl: Fix bump GLSL compilation error on Mac OS.
|
2010-01-28 14:58:24 -08:00 |
|
Vinson Lee
|
77b1f2fbcf
|
progs/glsl: Remove unused variable in bump.c.
|
2010-01-28 14:54:10 -08:00 |
|
Vinson Lee
|
07fb52bcf6
|
progs/glsl: Remove unnecessary header from samplers.c.
|
2010-01-28 14:22:15 -08:00 |
|
Alan Hourihane
|
dea98eb792
|
support an 'embedded' platform target which turns off most parts of the
build.
|
2010-01-26 20:59:12 +00:00 |
|
Aaron Plattner
|
cec0e7c086
|
glxgears: Support GLX_EXT_swap_control for querying the current swap interval.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
|
2010-01-26 12:00:51 -07:00 |
|
Brian Paul
|
782f66c8a2
|
progs/tests: use glDrawRangeElements() in bufferobj.c
|
2010-01-26 10:48:00 -07:00 |
|
Brian Paul
|
9b22427911
|
Merge branch 'mesa_7_7_branch'
Conflicts:
src/mesa/drivers/dri/intel/intel_screen.c
src/mesa/drivers/dri/intel/intel_swapbuffers.c
src/mesa/drivers/dri/r300/r300_emit.c
src/mesa/drivers/dri/r300/r300_ioctl.c
src/mesa/drivers/dri/r300/r300_tex.c
src/mesa/drivers/dri/r300/r300_texstate.c
|
2010-01-25 14:46:17 -07:00 |
|
Vinson Lee
|
7f2f42dd80
|
progs/demos: Remove unnecessary header from shadowtex.c.
|
2010-01-23 20:56:49 -08:00 |
|
Dave Airlie
|
782b6885c2
|
Merge branch 'arb_half_float_vertex'
|
2010-01-23 12:29:33 +10:00 |
|
Chia-I Wu
|
0928418922
|
Revert "add segl"
This reverts commit fe33b7083b. It was
not supposed to be pushed yet.
|
2010-01-23 10:33:03 +08:00 |
|
Dave Airlie
|
dcaf6687e8
|
progs: add trivial ARB_half_float_vertex support.
This is just a trivial port of vp-array.c
Signed-off-by: Dave Airlie <airlied@redhat.com>
|
2010-01-23 12:28:28 +10:00 |
|
Chia-I Wu
|
fe33b7083b
|
add segl
|
2010-01-23 10:10:47 +08:00 |
|
Brian Paul
|
cd8614b028
|
Merge branch 'mesa_7_7_branch'
Conflicts:
src/gallium/auxiliary/draw/draw_context.c
src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
src/gallium/auxiliary/pipebuffer/Makefile
src/gallium/auxiliary/pipebuffer/SConscript
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
src/gallium/auxiliary/tgsi/tgsi_scan.c
src/gallium/drivers/i915/i915_surface.c
src/gallium/drivers/i915/i915_texture.c
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_tex_sample_c.c
src/gallium/drivers/llvmpipe/lp_texture.c
src/gallium/drivers/softpipe/sp_prim_vbuf.c
src/gallium/state_trackers/xorg/xorg_dri2.c
src/gallium/winsys/drm/intel/gem/intel_drm_api.c
src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c
src/gallium/winsys/drm/radeon/core/radeon_drm.c
src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c
src/mesa/state_tracker/st_cb_clear.c
|
2010-01-22 12:17:02 -07:00 |
|
Brian Paul
|
2f1a49e335
|
progs/xdemos: add z/Z keys for scaling the rendering
|
2010-01-22 08:08:45 -07:00 |
|
Vinson Lee
|
8bc3c06d86
|
progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.
|
2010-01-21 23:24:40 -08:00 |
|
Brian Paul
|
e5829ccc2b
|
progs/demos: call glutDestroyWindow() upon exit
|
2010-01-21 15:41:03 -07:00 |
|
Brian Paul
|
1ca2285511
|
progs/fp: testcases for GL_ARB_fragment_coord_conventions
Based on a patch from Luca Barbieri but moved the comments after
the !!ARBfp1.0 header
|
2010-01-21 09:38:50 -07:00 |
|
Chia-I Wu
|
5e8240320a
|
Merge remote branch 'origin/opengl-es-v2'
|
2010-01-20 10:02:15 +08:00 |
|