Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-02-24 | xeglgears: Add test case for texturing from an EGLImage | Kristian Høgsberg | |
2010-02-22 | python/retrace: Dump all vertices for verbosity level 3. | José Fonseca | |
2010-02-22 | glxinfo: Fix User error in glGetProgramivARB | Brian Paul | |
glxinfo needed fixing after commit 4bccd69. Move fragment program only parameters into their own list so that they are not queried for a vertex program. Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit b0e5dcb859692707fec8752dd21fc61fc4c3dbcc) | |||
2010-02-22 | Link egl progs to libm as necessary. | Ray Kohler | |
Signed-off-by: Ray Kohler <ataraxia937@gmail.com> | |||
2010-02-20 | progs/redbook: Silence warn_unused_result warnings. | Vinson Lee | |
2010-02-19 | progs/tests: new zbitmap.c test to exercize Z testing of glBitmap | Brian Paul | |
2010-02-19 | progs/demos: sort filenames | Brian Paul | |
2010-02-18 | progs/demos: update arbocclude.c to do multiple queries at once | Brian Paul | |
Issue a whole bunch of queries then get the results and render. Draw the test object in red instead of orange if the result was not ready when we first queried it. | |||
2010-02-18 | progs/trivial: Update .gitignore. | Vinson Lee | |
2010-02-18 | progs/redbook: Fix array out-of-bounds access. | Vinson Lee | |
2010-02-17 | progs/rbug: Silence printf format warning. | Vinson Lee | |
2010-02-17 | progs/rbug: Add missing headers. | Vinson Lee | |
2010-02-17 | progs/rbug: Use util_format_name(). | Vinson Lee | |
2010-02-17 | progs/rbug: Add missing header. | Vinson Lee | |
2010-02-17 | progs/rbug: s/read/rbug_read/ | Vinson Lee | |
read conflicts with read in /usr/include/unistd.h. | |||
2010-02-17 | Merge commit '381d5e209815235911c4aab516037c868c8f695f' | Ian Romanick | |
This merges the patches from the series "[PATCH 00/14] More client-side GLX house cleaning" that were posted to the mesa3d-dev mailing list. See http://marc.info/?l=mesa3d-dev&m=126582985214612&w=2 Patches 01 through 04 eliminate a bunch of annoying warnings that I get when building Mesa. Patch 05 fixes an inconsistency between the implementation of glXSwapIntervalMESA and the spec. I chose to favor the code over the spec in this case. This also eliminated a warning. Patches 06 through 12 clean up the way that context creation is performed on the client. When support for GLX_SGIX_fbconfig and the related GLX 1.3 functions was added, I refactored a bunch nuts-and-bolts of context creation to CreateContext. The refactor was a good idea, I just didn't do it right. Patches 13 and 14 update glxgears_fbconfig to use GLX 1.3 interfaces. | |||
2010-02-17 | progs/demos: update GL version test to accept GL 3.x | Brian Paul | |
2010-02-17 | progs/openvg: Add .gitignore. | Chia-I Wu | |
Add all OpenVG demos to .gitignore. | |||
2010-02-17 | progs/es1: Update .gitignore. | Chia-I Wu | |
Add xegl/bindtex to .gitignore. | |||
2010-02-17 | progs/redbook: Fix memory leaks on error paths. | Vinson Lee | |
2010-02-16 | Revert "progs/redbook: Temporarily disable the demos that extensions not ↵ | José Fonseca | |
part of windows to fix build." This reverts commit 1587eff1b6d6ab74c302ca2ccb767d917ce3b1dd. | |||
2010-02-15 | progs/redbook: use glew | Brian Paul | |
2010-02-15 | progs/redbook: Temporarily disable the demos that extensions not part of ↵ | José Fonseca | |
windows to fix build. | |||
2010-02-15 | progs/redbook: test image for new redbook tests | Brian Paul | |
2010-02-15 | progs/redbook: add additional tests for GL 1.4 | Brian Paul | |
2010-02-15 | python/retrace: Reconstruct blend state from binary blobs. | José Fonseca | |
2010-02-14 | progs/objviewer: close file (bug 26559) | Brian Paul | |
2010-02-14 | progs/fp: close file (bug 26559) | Brian Paul | |
2010-02-14 | python/retrace: Interpret pipe_screen::context_create(). | José Fonseca | |
2010-02-14 | progs/gallium/python: New home for python statetracker scripts. | José Fonseca | |
2010-02-12 | progs/tests: Add checks for GL_NV_vertex_program. | Vinson Lee | |
2010-02-11 | glxgears_fbconfig: Use glXCreateWindow and glXDestroyWindow | Ian Romanick | |