summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2010-03-21progs/tests: Add cva_huge to SCons build.Vinson Lee1-0/+1
2010-03-21progs/tests: Include stddef.h for ptrdiff_t on all platforms.Vinson Lee1-5/+1
2010-03-21tests: Add test for huge client arrays that has to be split.Pauli Nieminen2-0/+237
2010-03-12Add programs to .gitignore in redbookJeff Smith1-0/+13
2010-03-12Add programs to .gitignore in xdemosJeff Smith1-3/+4
2010-03-12Add -L$(libdir) for xdemos and egl so that the right libX11 is foundJeff Smith2-4/+4
2010-03-12Grammar and spelling fixesJeff Smith4-4/+4
2010-03-05progs/demos: Add arbocclude2 to Makefile and .gitignore.Vinson Lee2-0/+2
2010-03-05progs/xdemos: fix up GLX extension checkingJesse Barnes3-27/+6
2010-03-05xdemos/omlsync: add waitformsc and swap interval codeJesse Barnes1-5/+27
2010-03-05progs: Add arbocclude2 demo.Michal Krol2-0/+315
2010-03-04xdemos: add OML sync testJesse Barnes3-0/+252
2010-03-04fix getprocaddress testGeorge Sapountzis1-1/+1
2010-03-03progs/gallium/unit: Test (un)pack_4ub.José Fonseca1-8/+103
2010-03-03progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases.José Fonseca1-9/+1
2010-03-02progs/gallium/unit: Add test cases for single precision floats.José Fonseca1-3/+38
2010-03-02progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats.José Fonseca1-10/+234
2010-03-02progs/gallium/unit: Add more test cases.José Fonseca1-48/+181
2010-03-02progs/gallium/python: Rename pipe formats.José Fonseca10-45/+45
2010-03-02gallium/unit: Rename pipe formats.José Fonseca1-74/+74
2010-03-02rbug: Rename pipe formats.José Fonseca1-1/+1
2010-03-01progs/gallium/unit: Rename PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca1-9/+9
2010-03-01progs/gallium: Make a phony target "unit" to run unit tests.José Fonseca1-0/+5
2010-02-27progs/gallium: Add unit tests for pixel format packing/unpacking.José Fonseca3-38/+337
2010-02-26eglinfo: Wrap extension stringKristian Høgsberg1-2/+37
2010-02-26xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_imageKristian Høgsberg1-12/+67
2010-02-26progs/tests: add compile-time option for coloring texture cornersBrian Paul1-0/+32
2010-02-26progs/glsl: Ensure CFLAGS are passed during linkingDan Nicholson1-1/+4
2010-02-26xeglgears: Clean up the code a bitKristian Høgsberg1-32/+45
2010-02-26progs/xdemos: fix typo in glxinfo helpBrian Paul1-1/+1
2010-02-26Fix up more stale references to gl(X)_API.xml which have moved.Michel Dänzer4-18/+2
2010-02-26fix test progs from gl_API moveWil Reichert2-2/+2
2010-02-26drop header files and demos for dropped window systemsGeorge Sapountzis3-428/+0
2010-02-25progs/glsl: add ARCH_FLAGS to LDLIBSTörök Edvin1-1/+1
2010-02-25Remove windml progsKristian Høgsberg18-5166/+0
2010-02-25Remove remaining miniglx referencesKristian Høgsberg9-1931/+0
2010-02-25Remove GGI supportKristian Høgsberg10-2171/+0
2010-02-25Remove directfb supportKristian Høgsberg6-2264/+0
2010-02-24xeglgears: Update help textKristian Høgsberg1-1/+2
2010-02-24xeglgears: Remove borrowed GL_OES_EGL_image typesKristian Høgsberg1-5/+3
2010-02-24xeglgears: Add test case for texturing from an EGLImageKristian Høgsberg1-23/+72
2010-02-22python/retrace: Dump all vertices for verbosity level 3.José Fonseca1-1/+1
2010-02-22glxinfo: Fix User error in glGetProgramivARBBrian Paul1-4/+17
2010-02-22Link egl progs to libm as necessary.Ray Kohler1-4/+4
2010-02-20progs/redbook: Silence warn_unused_result warnings.Vinson Lee3-9/+22
2010-02-19progs/tests: new zbitmap.c test to exercize Z testing of glBitmapBrian Paul4-0/+130
2010-02-19progs/demos: sort filenamesBrian Paul1-3/+3
2010-02-18progs/demos: update arbocclude.c to do multiple queries at onceBrian Paul1-105/+108
2010-02-18progs/trivial: Update .gitignore.Vinson Lee1-0/+4
2010-02-18progs/redbook: Fix array out-of-bounds access.Vinson Lee1-1/+1