summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-03gallium/util: fix inverted if is_nop logic in s3tcgallium-util-format-is-supportedLuca Barbieri1-2/+2
2010-04-03Revert "util: Revert unsolicited, untested, unreviewed, and broken changes to...Luca Barbieri9-137/+206
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca9-206/+137
2010-04-03python/tests: Output test results in a format that Hudson CI can understand.José Fonseca1-5/+69
2010-04-02gallium/docs: Dithering might not actually do anything.Corbin Simpson1-1/+1
2010-04-02r300g: Expound on dithering comment.Corbin Simpson1-4/+9
2010-04-03r300g: make dithering work like fglrx.Dave Airlie1-2/+4
2010-04-02gallium: fix dri_destroy_option_cache() when optionCache.info is NULLYann Droneaud1-4/+6
2010-04-02llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul3-1/+8
2010-04-02gallivm: Add fallthrough comment at end of case statement.Vinson Lee1-0/+1
2010-04-02progs/gallium/unit: Silence uninitialized variable warnings.Vinson Lee1-4/+4
2010-04-02gallium/util: print \n after DXTn printfLuca Barbieri1-3/+3
2010-04-02softpipe: remove S3TC init, since it's done on-demand nowLuca Barbieri1-2/+0
2010-04-01progs/gallium/unit: Move declaration before code.Vinson Lee1-1/+2
2010-04-01glsl: fix bad return value in link_transform_feedback()Brian Paul1-1/+1
2010-04-01gallium/util: remove extraneous semicolonBrian Paul1-1/+1
2010-04-01gallium: remove old comment about return valuesBrian Paul1-1/+1
2010-04-01glsl: remove obsolete commentBrian Paul1-1/+0
2010-04-01glsl: do extra link checking for transform feedbackBrian Paul1-3/+83
2010-04-01docs: update GL3 / GL_ARB_fragment_coord_conventions statusBrian Paul1-1/+1
2010-04-01mesa: minor fixes in _mesa_GetTransformFeedbackVarying()Brian Paul1-1/+10
2010-04-01glsl: append built-in, used varying vars to the varying vars listBrian Paul1-0/+27
2010-04-01mesa: make _mesa_copy_string() non-staticBrian Paul2-7/+25
2010-04-01glsl: pass datatype to _mesa_add_varying()Brian Paul4-5/+7
2010-04-01glsl: add more vertex/fragment output info helpersBrian Paul2-13/+64
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri5-17/+1
2010-04-02gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri5-28/+40
2010-04-02gallium/util: load s3tc on demandLuca Barbieri2-107/+151
2010-04-02progs/gallium: add unit test for u_halfLuca Barbieri3-1/+77
2010-04-02gallium/util: pregenerate half float tablesLuca Barbieri6-170/+191
2010-04-02st/egl: Add a missing break.Chia-I Wu1-0/+1
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-01gallium/util: s/inline/INLINE/Vinson Lee1-1/+1
2010-04-02nv50: call util_format_initLuca Barbieri1-0/+3
2010-04-02gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri6-7/+24
2010-04-02gallium/util: add one-time initialization helperLuca Barbieri1-0/+15
2010-04-02gallium/util: use #pragma section instead of #pragma data_segLuca Barbieri1-1/+1
2010-04-02gallium/util: reindent u_half.c and u_half.h with Mesa coding styleLuca Barbieri2-107/+112
2010-04-02Revert "util: Init half-float tables on demand."Luca Barbieri3-14/+57
2010-04-01progs: Fix linking of Xlib demos for non-autoconf buildsDan Nicholson1-1/+1
2010-04-01util: Init half-float tables on demand.Corbin Simpson3-57/+14
2010-04-01llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca2-4/+45
2010-04-01util: Declare .CRT$XCU data segment.Michal Krol1-0/+1
2010-04-01scons: Remove `util/u_gctors.cpp'.Michal Krol1-1/+0
2010-04-01gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)Luca Barbieri6-27/+55
2010-04-01llvmpipe: Support sampling from signed and mixed siged formats.José Fonseca1-9/+64
2010-04-01python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] r...José Fonseca1-2/+2
2010-04-01st/python: Allow to sample only in the [0,1] range.José Fonseca3-23/+46
2010-04-01python/tests: Several cleanups.José Fonseca4-117/+117