util: Don't call util_dl_close(library) when util_format_s3tc_init is successful."
[mesa.git] / src / gallium / auxiliary / util /
2010-04-08 José Fonsecautil: Don't call util_dl_close(library) when util_forma...
2010-04-08 Vinson Leeutil: util_dl_close(library) before exiting util_format...
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 José Fonsecautil: Support fixed formats conversion.
2010-04-07 José Fonsecautil: Add copyright header to u_half.h
2010-04-07 José Fonsecautil: Remove the half typedef from p_compiler.h.
2010-04-07 José Fonsecautil: Use stubs for the dynamically loaded S3TC functions.
2010-04-07 José Fonsecautil: Remove u_tile.c YCbCr's.
2010-04-07 José Fonsecautil: Implement YUV and subsampled RGB format conversion.
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 Michal Krolutil: Respect destination stride in pipe_get_tile_swizz...
2010-04-06 José Fonsecautil: Make half float lookup tables constant.
2010-04-06 José Fonsecautil: Remove the hand written SRGB format support code.
2010-04-06 José Fonsecautil: Support all SRGB formats.
2010-04-05 Brian Paulutil: added util_dl_error()
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-04-03 Vinson Leeutil: Use GCC atomic bultins on GCC 4.1 and higher...
2010-04-02 José Fonsecautil: Revert unsolicited, untested, unreviewed, and...
2010-04-02 Luca Barbierigallium/util: print \n after DXTn printf
2010-04-02 Brian Paulgallium/util: remove extraneous semicolon
2010-04-02 Luca Barbierigallium/util: revert util_format_init addition
2010-04-02 Luca Barbierigallium/util: add util_format_is_supported to check...
2010-04-02 Luca Barbierigallium/util: load s3tc on demand
2010-04-02 Luca Barbierigallium/util: pregenerate half float tables
2010-04-02 Vinson Leegallium/util: s/inline/INLINE/
2010-04-02 Luca Barbierigallium/util: add util_format_init that inits s3tc...
2010-04-02 Luca Barbierigallium/util: add one-time initialization helper
2010-04-01 Luca Barbierigallium/util: use #pragma section instead of #pragma...
2010-04-01 Luca Barbierigallium/util: reindent u_half.c and u_half.h with Mesa...
2010-04-01 Luca BarbieriRevert "util: Init half-float tables on demand."
2010-04-01 Corbin Simpsonutil: Init half-float tables on demand.
2010-04-01 Michal Krolutil: Declare .CRT$XCU data segment.
2010-04-01 Luca Barbierigallium/util: rewrite global constructor system for...
2010-04-01 Luca Barbierigallium/util: add copyright header to u_half.c
2010-04-01 José Fonsecautil: Declare util_half_init_tables only once.
2010-04-01 José Fonsecautil: Use u_math.h's union fi instead of redefining it.
2010-04-01 José Fonsecautil: Add support for other DXTn RGBA formats.
2010-04-01 José Fonsecautil: Get DXT1_RGB format working correctly.
2010-04-01 José Fonsecautil: Add test case for PIPE_FORMAT_DXT1_RGB.
2010-04-01 José Fonsecautil: Allow to have block format test cases
2010-04-01 Michal Krolutil: Generate correct format conversions for half...
2010-04-01 Michal Krolutil: Use u_half to perform half <--> float conversions.
2010-04-01 Luca Barbierigallium/util: add fast half float conversion functions
2010-04-01 José Fonsecautil: Add half float test cases.
2010-04-01 Luca Barbieriutil/format: fix big endian compilation by not trying...
2010-04-01 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-31 José Fonsecautil: Hook into libtxc_dxtn.so (WIP).
2010-03-31 José Fonsecautil: Make the accessors bidimensional again.
2010-03-31 Michal Krolutil: First stab at half-float conversion.
2010-03-31 José Fonsecautil: Describe PIPE_FORMAT_NONE as PIPE_FORMAT_R8_USCALED.
2010-03-31 José Fonsecautil: Silence pointer to integer size mismatch errors.
2010-03-31 José Fonsecautil: Add callback to fetch a single pixel.
2010-03-31 José Fonsecautil: Remove the hand written u_tile.c functions for...
2010-03-31 José Fonsecautil: Use u_format_pack.py's code instead of u_format_a...
2010-03-31 Roland ScheideggerMerge branch 'gallium-new-formats'
2010-03-31 José Fonsecautil: Put the format pack/unpack functions in the descr...
2010-03-31 José Fonsecautil: Make pack/unpack operate on spans.
2010-03-31 José Fonsecautil: Make util_format_xxx_pack_xxx take pointer as...
2010-03-31 José Fonsecautil: Fix PIPE_FORMAT_B5G5R5X1_UNORM test case.
2010-03-31 José Fonsecautil: Use VOID type for X channels in format descriptions.
2010-03-31 José Fonsecautil: Generalize lp_format_is_rgba8 into util_format_is...
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-30 Roland Scheideggergallium/util: use other layout instead of the old compr...
2010-03-29 Roland ScheideggerMerge branch 'master' into gallium-new-formats
2010-03-29 Roland Scheideggergallium: adapt all code to the renamed depth/stencil...
2010-03-29 Roland Scheideggergallium: make the python scripts for format parsing...
2010-03-29 Roland Scheideggergallium: fix bogus depth/stencil format names (and...
2010-03-29 Roland Scheideggergallium: add new texture formats
2010-03-29 José Fonsecautil: Distinguish between the different compression...
2010-03-28 José Fonsecautil: Update MSDN links.
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-21 Chia-I WuMerge remote branch 'origin/gallium-st-api-dri'
2010-03-18 Alan HourihaneAdd format B5G5R5X1
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Roland Scheideggergallium: change remaining util functions to use cso...
2010-03-16 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-15 Michal Krolutil: Fix nil pointer reference.
2010-03-15 Michal Krolgallium: util_blit_pixels() takes source sampler view...
2010-03-15 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-12 Keith WhitwellMerge commit 'origin/gallium-context-transfers-2'
2010-03-11 Keith Whitwellgallium: remove pipe_context member from pipe_transfer
2010-03-11 Brian Paulgallium/util: use memset() to initialize vars to avoid...
2010-03-11 Keith WhitwellSquashed commit of gallium-context-transfers:
2010-03-11 Michal Krolgallium: Use last_level for pipe_sampler_view instead...
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-10 Brian PaulMerge branch '7.8'
2010-03-10 Michel DänzerMerge branch '7.8'
2010-03-10 Michal Krolgallium: pipe_get_tile_swizzle() accepts format parameter.
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-10 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
next