Merge branch '7.8'
[mesa.git] / src / gallium / auxiliary /
2010-04-06 José Fonsecautil: Support all SRGB formats.
2010-04-06 Zack Rusindraw llvm: fix loop iteration and vertex header offsets
2010-04-05 Zack Rusindraw llvm: when generating the vertex_header struct...
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 Zack Rusindraw llvm: fix storing of outputs for the rest of the...
2010-04-02 Zack Rusindraw llvm: fix translation of formats with variable...
2010-04-02 Vinson Leegallivm: Add fallthrough comment at end of case statement.
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 Zack Rusindraw llvm: a lot better storing implementation
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 José Fonsecallvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.
2010-04-01 Michal Krolutil: Declare .CRT$XCU data segment.
2010-04-01 Michal Krolscons: Remove `util/u_gctors.cpp'.
2010-04-01 Luca Barbierigallium/util: rewrite global constructor system for...
2010-04-01 José Fonsecallvmpipe: Support sampling from signed and mixed siged...
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 Michal Krolgallium: Integrate util_half with scons.
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-04-01 Zack Rusindraw llvm: fix iteration over buffers
2010-04-01 Zack Rusingallivm: convert floats to doubles
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é Fonsecascons: Force to consider the util/u_format_pack.py...
2010-03-31 Kurt Davermanos: Temporarily use posix thread for embedded too.
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é Fonsecagallivm: Fix USCALED translation. Minor Cleanups.
2010-03-31 José Fonsecallvmpipe: Drop the aos format conversion.
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-31 Zack Rusindraw llvm: fix a warning
2010-03-30 Zack Rusindraw llvm: actually set the constant buffers on the...
2010-03-30 Zack Rusindraw llvm: fix some silly mistakes
2010-03-30 Zack Rusindraw llvm: we translate between pointers, not values...
2010-03-30 Zack Rusindraw llvm: various fixes for the translation code
2010-03-30 Zack Rusingallivm: cleanup the code (found by coverity)
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-30 Brian Paulgallivm: use constant size array, added assertion check
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 Chris Ligallivm: added lp_bld_printf() function
2010-03-29 Zack Rusingallivm: make sure that the alloca's are the very first...
2010-03-29 Roland Scheideggergallium: fix bogus depth/stencil format names (and...
2010-03-29 Roland Scheideggergallium: add new texture formats
2010-03-29 Zack Rusindraw llvmpipe: lots of fixes for fetch/emit
2010-03-29 José Fonsecautil: Distinguish between the different compression...
2010-03-28 Keith Whitwellaux/tgsi: fix some minor glitches in string routines
2010-03-28 José Fonsecautil: Update MSDN links.
2010-03-26 Vinson Leertasm: Silence gnu_printf format warnings.
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-26 Vinson Leertasm: Fix typos in comments.
2010-03-26 Jakob Bornecrantzdraw: Add EMIT_4UB_BGRA format
2010-03-26 Jakob Bornecrantzdraw: Use translate function instead of switch cases
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Vinson Leecso: Remove unnecessary header.
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-21 George SapountzisRevert "gallium: add soft screen helper"
2010-03-21 George Sapountzisgallium: add soft screen helper
2010-03-21 Dave Airliegallium: cached bufmgr add map busy check
2010-03-21 Chia-I WuMerge remote branch 'origin/gallium-st-api-dri'
2010-03-19 Brian Paulgallivm: simplify and clean-up Z/stencil bit mask/shift...
next