Age | Commit message (Expand) | Author | Files | Lines |
2010-04-03 | gallium/util: fix inverted if is_nop logic in s3tcgallium-util-format-is-supported | Luca Barbieri | 1 | -2/+2 |
2010-04-03 | Revert "util: Revert unsolicited, untested, unreviewed, and broken changes to... | Luca Barbieri | 9 | -137/+206 |
2010-04-03 | util: Revert unsolicited, untested, unreviewed, and broken changes to format ... | José Fonseca | 9 | -206/+137 |
2010-04-03 | python/tests: Output test results in a format that Hudson CI can understand. | José Fonseca | 1 | -5/+69 |
2010-04-02 | gallium/docs: Dithering might not actually do anything. | Corbin Simpson | 1 | -1/+1 |
2010-04-02 | r300g: Expound on dithering comment. | Corbin Simpson | 1 | -4/+9 |
2010-04-03 | r300g: make dithering work like fglrx. | Dave Airlie | 1 | -2/+4 |
2010-04-02 | gallium: fix dri_destroy_option_cache() when optionCache.info is NULL | Yann Droneaud | 1 | -4/+6 |
2010-04-02 | llvmpipe: limit max texture size to 2Kx2K for now | Brian Paul | 3 | -1/+8 |
2010-04-02 | gallivm: Add fallthrough comment at end of case statement. | Vinson Lee | 1 | -0/+1 |
2010-04-02 | progs/gallium/unit: Silence uninitialized variable warnings. | Vinson Lee | 1 | -4/+4 |
2010-04-02 | gallium/util: print \n after DXTn printf | Luca Barbieri | 1 | -3/+3 |
2010-04-02 | softpipe: remove S3TC init, since it's done on-demand now | Luca Barbieri | 1 | -2/+0 |
2010-04-01 | progs/gallium/unit: Move declaration before code. | Vinson Lee | 1 | -1/+2 |
2010-04-01 | glsl: fix bad return value in link_transform_feedback() | Brian Paul | 1 | -1/+1 |
2010-04-01 | gallium/util: remove extraneous semicolon | Brian Paul | 1 | -1/+1 |
2010-04-01 | gallium: remove old comment about return values | Brian Paul | 1 | -1/+1 |
2010-04-01 | glsl: remove obsolete comment | Brian Paul | 1 | -1/+0 |
2010-04-01 | glsl: do extra link checking for transform feedback | Brian Paul | 1 | -3/+83 |
2010-04-01 | docs: update GL3 / GL_ARB_fragment_coord_conventions status | Brian Paul | 1 | -1/+1 |
2010-04-01 | mesa: minor fixes in _mesa_GetTransformFeedbackVarying() | Brian Paul | 1 | -1/+10 |
2010-04-01 | glsl: append built-in, used varying vars to the varying vars list | Brian Paul | 1 | -0/+27 |
2010-04-01 | mesa: make _mesa_copy_string() non-static | Brian Paul | 2 | -7/+25 |
2010-04-01 | glsl: pass datatype to _mesa_add_varying() | Brian Paul | 4 | -5/+7 |
2010-04-01 | glsl: add more vertex/fragment output info helpers | Brian Paul | 2 | -13/+64 |
2010-04-02 | gallium/util: revert util_format_init addition | Luca Barbieri | 5 | -17/+1 |
2010-04-02 | gallium/util: add util_format_is_supported to check for pack/unpack | Luca Barbieri | 5 | -28/+40 |
2010-04-02 | gallium/util: load s3tc on demand | Luca Barbieri | 2 | -107/+151 |
2010-04-02 | progs/gallium: add unit test for u_half | Luca Barbieri | 3 | -1/+77 |
2010-04-02 | gallium/util: pregenerate half float tables | Luca Barbieri | 6 | -170/+191 |
2010-04-02 | st/egl: Add a missing break. | Chia-I Wu | 1 | -0/+1 |
2010-04-02 | progs/egl: Update .gitignore. | Chia-I Wu | 3 | -7/+12 |
2010-04-02 | progs/egl: Link to eglut first. | Chia-I Wu | 3 | -11/+11 |
2010-04-01 | gallium/util: s/inline/INLINE/ | Vinson Lee | 1 | -1/+1 |
2010-04-02 | nv50: call util_format_init | Luca Barbieri | 1 | -0/+3 |
2010-04-02 | gallium/util: add util_format_init that inits s3tc and util_half | Luca Barbieri | 6 | -7/+24 |
2010-04-02 | gallium/util: add one-time initialization helper | Luca Barbieri | 1 | -0/+15 |
2010-04-02 | gallium/util: use #pragma section instead of #pragma data_seg | Luca Barbieri | 1 | -1/+1 |
2010-04-02 | gallium/util: reindent u_half.c and u_half.h with Mesa coding style | Luca Barbieri | 2 | -107/+112 |
2010-04-02 | Revert "util: Init half-float tables on demand." | Luca Barbieri | 3 | -14/+57 |
2010-04-01 | progs: Fix linking of Xlib demos for non-autoconf builds | Dan Nicholson | 1 | -1/+1 |
2010-04-01 | util: Init half-float tables on demand. | Corbin Simpson | 3 | -57/+14 |
2010-04-01 | llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT. | José Fonseca | 2 | -4/+45 |
2010-04-01 | util: Declare .CRT$XCU data segment. | Michal Krol | 1 | -0/+1 |
2010-04-01 | scons: Remove `util/u_gctors.cpp'. | Michal Krol | 1 | -1/+0 |
2010-04-01 | gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!) | Luca Barbieri | 6 | -27/+55 |
2010-04-01 | llvmpipe: Support sampling from signed and mixed siged formats. | José Fonseca | 1 | -9/+64 |
2010-04-01 | python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] r... | José Fonseca | 1 | -2/+2 |
2010-04-01 | st/python: Allow to sample only in the [0,1] range. | José Fonseca | 3 | -23/+46 |
2010-04-01 | python/tests: Several cleanups. | José Fonseca | 4 | -117/+117 |