summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl: pass datatype to _mesa_add_varying()Brian Paul2010-04-014-5/+7
* glsl: add more vertex/fragment output info helpersBrian Paul2010-04-012-13/+64
* gallium/util: revert util_format_init additionLuca Barbieri2010-04-025-17/+1
* gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri2010-04-025-28/+40
* gallium/util: load s3tc on demandLuca Barbieri2010-04-022-107/+151
* progs/gallium: add unit test for u_halfLuca Barbieri2010-04-023-1/+77
* gallium/util: pregenerate half float tablesLuca Barbieri2010-04-026-170/+191
* st/egl: Add a missing break.Chia-I Wu2010-04-021-0/+1
* progs/egl: Update .gitignore.Chia-I Wu2010-04-023-7/+12
* progs/egl: Link to eglut first.Chia-I Wu2010-04-023-11/+11
* gallium/util: s/inline/INLINE/Vinson Lee2010-04-011-1/+1
* nv50: call util_format_initLuca Barbieri2010-04-021-0/+3
* gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri2010-04-026-7/+24
* gallium/util: add one-time initialization helperLuca Barbieri2010-04-021-0/+15
* gallium/util: use #pragma section instead of #pragma data_segLuca Barbieri2010-04-021-1/+1
* gallium/util: reindent u_half.c and u_half.h with Mesa coding styleLuca Barbieri2010-04-022-107/+112
* Revert "util: Init half-float tables on demand."Luca Barbieri2010-04-023-14/+57
* progs: Fix linking of Xlib demos for non-autoconf buildsDan Nicholson2010-04-011-1/+1
* util: Init half-float tables on demand.Corbin Simpson2010-04-013-57/+14
* llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca2010-04-012-4/+45
* util: Declare .CRT$XCU data segment.Michal Krol2010-04-011-0/+1
* scons: Remove `util/u_gctors.cpp'.Michal Krol2010-04-011-1/+0
* gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)Luca Barbieri2010-04-016-27/+55
* llvmpipe: Support sampling from signed and mixed siged formats.José Fonseca2010-04-011-9/+64
* python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] r...José Fonseca2010-04-011-2/+2
* st/python: Allow to sample only in the [0,1] range.José Fonseca2010-04-013-23/+46
* python/tests: Several cleanups.José Fonseca2010-04-014-117/+117
* st/python: Always use softpipe as reference driver.José Fonseca2010-04-014-11/+17
* gallium/util: add copyright header to u_half.cLuca Barbieri2010-04-011-2/+37
* Update DEMO_FILES for demos using EGL.Chia-I Wu2010-04-011-8/+12
* progs/egl: Port OpenVG lion and sp to eglut.Chia-I Wu2010-04-015-591/+59
* progs/egl: Port ES1 gears to eglut.Chia-I Wu2010-04-016-355/+28
* progs/egl: Port ES1 tri to eglut.Chia-I Wu2010-04-014-427/+54
* progs/egl: Replace egltri by xegl_tri.Chia-I Wu2010-04-013-356/+88
* progs/egl: Porg xegl_tri to eglut.Chia-I Wu2010-04-012-254/+30
* progs/egl: Port eglgears to eglut.Chia-I Wu2010-04-012-219/+59
* progs/egl: Add eglut.Chia-I Wu2010-04-016-0/+880
* progs/openvg: Move OpenVG demos to a subdirectory of progs/egl.Chia-I Wu2010-04-0133-2/+3
* progs/es: Move OpenGL ES demos to subdirectories of progs/egl.Chia-I Wu2010-04-0122-20/+20
* progs/egl: Move demos a level deeper.Chia-I Wu2010-04-0116-4/+4
* llvmpipe: More tweaks to the supported texture formats.José Fonseca2010-04-011-10/+6
* gallium/unit: Invoke util_half_init_tables().José Fonseca2010-04-011-0/+2
* util: Declare util_half_init_tables only once.José Fonseca2010-04-013-4/+15
* util: Use u_math.h's union fi instead of redefining it.José Fonseca2010-04-011-4/+5
* util: Add support for other DXTn RGBA formats.José Fonseca2010-04-013-24/+300
* util: Get DXT1_RGB format working correctly.José Fonseca2010-04-012-3/+73
* util: Add test case for PIPE_FORMAT_DXT1_RGB.José Fonseca2010-04-012-5/+69
* llvmpipe: Fix build...José Fonseca2010-04-011-0/+23
* util: Allow to have block format test casesJosé Fonseca2010-04-013-517/+603
* util: Generate correct format conversions for half floats.Michal Krol2010-04-011-39/+59