Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-21 | progs/demos: Fix the progs/demos/rain help text | Aaron Plattner | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-04-19 | egl: Pass flags to locate Xlib headers and libraries | Dan Nicholson | |
eglplatform.h pulls in Xlib.h on X11 platforms. Likewise, the egl glx driver and egl programs needs to link to libX11. Make sure we use the locations the user told us about. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> | |||
2010-04-19 | Change libX11 variables to not conflict with AC_PATH_XTRA | Dan Nicholson | |
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> (cherry picked from commit e725ef171b5a4d5425461f237d9ccab223806913) | |||
2010-04-19 | Use X_LIBS from pkg-config, instead of libdir, for locating libX11 | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> (cherry picked from commit 8d86d395dcf6a5f192b6987485bb7aef49f1fefc) | |||
2010-04-08 | progs/tests: added some debug code (disabled) | Brian Paul | |
2010-04-03 | xdemos: Build object files first | Jeremy Huddleston | |
This helps debugging on darwin. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-04-01 | Revert accidental commits from the xquartz tree | Jeremy Huddleston | |
This reverts commit 9aadc793f3db64cefa0b08f18abad424a659dacc. This reverts commit 69ea4e7718efb60b6b0d795a355cebd6712ceac1. This reverts commit dbe8b013936d977ec63d6607bfd2fc6772d29787. This reverts commit 23215ef4d60a86d9f3b3fdc08e3fdadc59e98890. This reverts commit 9495e3703062d1ddaf3161f4efc23f0b51284d9b. This reverts commit 0594cf70883b64692ba617d85f4f9b4e636e5c2b. This reverts commit 86a7978d37393ee34f876569ac06ffdb8d7289ae. This reverts commit 437902ce978cde9a0e1aa260f12dc232a8501c42. | |||
2010-04-01 | xdemos: Build object files first | Jeremy Huddleston | |
This helps debugging on darwin. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-04-01 | xdemos: Fix a build failure for non-autoconf configs | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-03-27 | progs/tests: Remove duplicate texcompress2 in SConscript. | Vinson Lee | |
2010-03-21 | progs/tests: Add cva_huge to SCons build. | Vinson Lee | |
2010-03-21 | progs/tests: Include stddef.h for ptrdiff_t on all platforms. | Vinson Lee | |
stddef.h is the standard C header that defines ptrdiff_t. Fixes build of cva_huge on Mac OS X. | |||
2010-03-21 | tests: Add test for huge client arrays that has to be split. | Pauli Nieminen | |
When running this test case in valgrind report includes read of unitialized value in _tnl_draw_prims. The bug doesn't cause any vissible errors. Bug is caused by vbo_split_copy that is calling draw function with max_index one past the end instead of the end. | |||
2010-03-12 | Add programs to .gitignore in redbook | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-03-12 | Add programs to .gitignore in xdemos | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-03-12 | Add -L$(libdir) for xdemos and egl so that the right libX11 is found | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-03-12 | Grammar and spelling fixes | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-03-05 | progs/demos: Add arbocclude2 to Makefile and .gitignore. | Vinson Lee | |
2010-03-05 | progs/xdemos: fix up GLX extension checking | Jesse Barnes | |
A few of my programs were using the client string in addition to the main extensions string to see if a feature was present. Correct this to only check for the currently available and working extensions. | |||
2010-03-05 | xdemos/omlsync: add waitformsc and swap interval code | Jesse Barnes | |
2010-03-05 | progs: Add arbocclude2 demo. | Michal Krol | |
2010-03-04 | xdemos: add OML sync test | Jesse Barnes | |
Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c. | |||
2010-03-04 | fix getprocaddress test | George Sapountzis | |
2010-03-03 | progs/gallium/unit: Test (un)pack_4ub. | José Fonseca | |
Most of them are failing. | |||
2010-03-03 | progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases. | José Fonseca | |
2010-03-02 | progs/gallium/unit: Add test cases for single precision floats. | José Fonseca | |
2010-03-02 | progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats. | José Fonseca | |
2010-03-02 | progs/gallium/unit: Add more test cases. | José Fonseca | |
2010-03-02 | progs/gallium/python: Rename pipe formats. | José Fonseca | |
2010-03-02 | gallium/unit: Rename pipe formats. | José Fonseca | |
2010-03-02 | rbug: Rename pipe formats. | José Fonseca | |
2010-03-01 | progs/gallium/unit: Rename PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca | |
2010-03-01 | progs/gallium: Make a phony target "unit" to run unit tests. | José Fonseca | |
2010-02-27 | progs/gallium: Add unit tests for pixel format packing/unpacking. | José Fonseca | |
2010-02-26 | eglinfo: Wrap extension string | Kristian Høgsberg | |
2010-02-26 | xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_image | Kristian Høgsberg | |
2010-02-26 | progs/tests: add compile-time option for coloring texture corners | Brian Paul | |
When debugging wrap modes it's helpful to set each corner of the texture image to a distinct color. | |||
2010-02-26 | progs/glsl: Ensure CFLAGS are passed during linking | Dan Nicholson | |
Commit ab6825b3e3fd04564b7840e945fa32b0a7b3c0c2 fixed an issue where the architecture option -m32 wasn't being passed to the compiler when linking .o files. This would only fix the issue with user's building with the hacky --enable-32-bit. The right way to fix this is to pass CFLAGS to the linker, which the GNU make builtin rules unfortunately don't do. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Tested-by: Török Edwin <edwintorok@gmail.com> | |||
2010-02-26 | xeglgears: Clean up the code a bit | Kristian Høgsberg | |
Still a mess... | |||
2010-02-26 | progs/xdemos: fix typo in glxinfo help | Brian Paul | |
2010-02-26 | Fix up more stale references to gl(X)_API.xml which have moved. | Michel Dänzer | |
AFAICT the getproc* stanzas in progs/{fp,trivial}/Makefile are completely unused at this point, so just remove them. | |||
2010-02-26 | fix test progs from gl_API move | Wil Reichert | |
Looks like these got missed. | |||
2010-02-26 | drop header files and demos for dropped window systems | George Sapountzis | |
2010-02-25 | progs/glsl: add ARCH_FLAGS to LDLIBS | Török Edvin | |
Allows building 32-bit demos on 64-bit Debian host. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-02-25 | Remove windml progs | Kristian Høgsberg | |
2010-02-25 | Remove remaining miniglx references | Kristian Høgsberg | |
2010-02-25 | Remove GGI support | Kristian Høgsberg | |
2010-02-25 | Remove directfb support | Kristian Høgsberg | |
2010-02-24 | xeglgears: Update help text | Kristian Høgsberg | |
2010-02-24 | xeglgears: Remove borrowed GL_OES_EGL_image types | Kristian Høgsberg | |
These are now in gl.h. |