summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2010-04-10Fix copyright headers.Chia-I Wu1-5/+6
2010-04-09Merge branch '7.8'Brian Paul1-0/+13
2010-04-09util: Get all depth stencil tests passing.José Fonseca1-10/+294
2010-04-09util: Reorder format tests -- group by format.José Fonseca1-28/+32
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca1-20/+20
2010-04-09gallium/unit: Silence warnings.José Fonseca1-2/+2
2010-04-08progs/tests: added some debug code (disabled)Brian Paul1-0/+13
2010-04-07util: Remove the half typedef from p_compiler.h.José Fonseca1-2/+2
2010-04-07util: Implement YUV and subsampled RGB format conversion.José Fonseca1-4/+12
2010-04-06progs/egl: Correctly check GL_OES_EGL_image.Chia-I Wu1-1/+0
2010-04-06progs/egl: Fix the blank window in pbuffer demo.Chia-I Wu1-1/+2
2010-04-06progs/egl: Port drawtex and torus to eglut.Chia-I Wu6-548/+150
2010-04-04progs: Include X11 headers and libraries in SCons build.Vinson Lee1-0/+1
2010-04-04Merge branch '7.8'Ian Romanick1-30/+15
2010-04-04progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap.Chia-I Wu2-0/+583
2010-04-03xdemos: Build object files firstJeremy Huddleston1-30/+15
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca1-1/+7
2010-04-03python/tests: Output test results in a format that Hudson CI can understand.José Fonseca1-5/+69
2010-04-02progs/gallium/unit: Silence uninitialized variable warnings.Vinson Lee1-4/+4
2010-04-01progs/gallium/unit: Move declaration before code.Vinson Lee1-1/+2
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri1-4/+0
2010-04-02gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri1-3/+1
2010-04-02progs/gallium: add unit test for u_halfLuca Barbieri3-1/+77
2010-04-02progs/egl: Update .gitignore.Chia-I Wu3-7/+12
2010-04-02progs/egl: Link to eglut first.Chia-I Wu3-11/+11
2010-04-02gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri1-1/+1
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston1-16/+31
2010-04-01xdemos: Build object files firstJeremy Huddleston1-30/+15
2010-04-01xdemos: Fix a build failure for non-autoconf configsJeremy Huddleston1-1/+1
2010-04-01gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)Luca Barbieri1-1/+0
2010-04-01python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] r...José Fonseca1-2/+2
2010-04-01python/tests: Several cleanups.José Fonseca4-117/+117
2010-04-01progs/egl: Port OpenVG lion and sp to eglut.Chia-I Wu5-591/+59
2010-04-01progs/egl: Port ES1 gears to eglut.Chia-I Wu6-355/+28
2010-04-01progs/egl: Port ES1 tri to eglut.Chia-I Wu4-427/+54
2010-04-01progs/egl: Replace egltri by xegl_tri.Chia-I Wu3-356/+88
2010-04-01progs/egl: Porg xegl_tri to eglut.Chia-I Wu2-254/+30
2010-04-01progs/egl: Port eglgears to eglut.Chia-I Wu2-219/+59
2010-04-01progs/egl: Add eglut.Chia-I Wu6-0/+880
2010-04-01progs/openvg: Move OpenVG demos to a subdirectory of progs/egl.Chia-I Wu33-2/+3
2010-04-01progs/es: Move OpenGL ES demos to subdirectories of progs/egl.Chia-I Wu21-19/+19
2010-04-01progs/egl: Move demos a level deeper.Chia-I Wu13-1/+1
2010-04-01gallium/unit: Invoke util_half_init_tables().José Fonseca1-0/+2
2010-04-01util: Add support for other DXTn RGBA formats.José Fonseca1-2/+2
2010-04-01util: Get DXT1_RGB format working correctly.José Fonseca1-2/+19
2010-04-01util: Add test case for PIPE_FORMAT_DXT1_RGB.José Fonseca1-5/+37
2010-04-01util: Allow to have block format test casesJosé Fonseca1-68/+145
2010-04-01gallium/unit: Install test in build/xxx/binJosé Fonseca1-0/+2
2010-03-31util: Make the accessors bidimensional again.José Fonseca1-4/+4
2010-03-31util: Add callback to fetch a single pixel.José Fonseca1-0/+34