summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-02st/egl: Add a missing break.Chia-I Wu
2010-04-02progs/egl: Update .gitignore.Chia-I Wu
2010-04-02progs/egl: Link to eglut first.Chia-I Wu
2010-04-01gallium/util: s/inline/INLINE/Vinson Lee
2010-04-02nv50: call util_format_initLuca Barbieri
2010-04-02gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri
2010-04-01GLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffersJesse Barnes
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston
2010-04-02gallium/util: add one-time initialization helperLuca Barbieri
2010-04-02gallium/util: use #pragma section instead of #pragma data_segLuca Barbieri
2010-04-02gallium/util: reindent u_half.c and u_half.h with Mesa coding styleLuca Barbieri
2010-04-02Revert "util: Init half-float tables on demand."Luca Barbieri
2010-04-01progs: Fix linking of Xlib demos for non-autoconf buildsDan Nicholson
2010-04-01util: Init half-float tables on demand.Corbin Simpson
2010-04-01apple: Don't build galliumJeremy Huddleston
2010-04-01apple: Use mesa gl.h rather than generating one.Jeremy Huddleston
2010-04-01apple: Integrate our libGL into the existing build system betterJeremy Huddleston
2010-04-01apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston
2010-04-01apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston
2010-04-01apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston
2010-04-01xdemos: Build object files firstJeremy Huddleston
2010-04-01xdemos: Fix a build failure for non-autoconf configsJeremy Huddleston
2010-04-01llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca
2010-04-01util: Declare .CRT$XCU data segment.Michal Krol
2010-04-01scons: Remove `util/u_gctors.cpp'.Michal Krol
2010-04-01gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)Luca Barbieri
2010-04-01llvmpipe: Support sampling from signed and mixed siged formats.José Fonseca
2010-04-01python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] r...José Fonseca
2010-04-01st/python: Allow to sample only in the [0,1] range.José Fonseca
2010-04-01python/tests: Several cleanups.José Fonseca
2010-04-01st/python: Always use softpipe as reference driver.José Fonseca
2010-04-01gallium/util: add copyright header to u_half.cLuca Barbieri
2010-04-01Update DEMO_FILES for demos using EGL.Chia-I Wu
2010-04-01progs/egl: Port OpenVG lion and sp to eglut.Chia-I Wu
2010-04-01progs/egl: Port ES1 gears to eglut.Chia-I Wu
2010-04-01progs/egl: Port ES1 tri to eglut.Chia-I Wu
2010-04-01progs/egl: Replace egltri by xegl_tri.Chia-I Wu
2010-04-01progs/egl: Porg xegl_tri to eglut.Chia-I Wu
2010-04-01progs/egl: Port eglgears to eglut.Chia-I Wu
2010-04-01progs/egl: Add eglut.Chia-I Wu
2010-04-01progs/openvg: Move OpenVG demos to a subdirectory of progs/egl.Chia-I Wu
2010-04-01progs/es: Move OpenGL ES demos to subdirectories of progs/egl.Chia-I Wu
2010-04-01progs/egl: Move demos a level deeper.Chia-I Wu
2010-04-01llvmpipe: More tweaks to the supported texture formats.José Fonseca
2010-04-01gallium/unit: Invoke util_half_init_tables().José Fonseca
2010-04-01util: Declare util_half_init_tables only once.José Fonseca
2010-04-01util: Use u_math.h's union fi instead of redefining it.José Fonseca
2010-04-01util: Add support for other DXTn RGBA formats.José Fonseca
2010-04-01util: Get DXT1_RGB format working correctly.José Fonseca
2010-04-01util: Add test case for PIPE_FORMAT_DXT1_RGB.José Fonseca