util: Remove PIPE_FORMAT_A8B8G8R8_SNORM.
[mesa.git] / src / gallium / auxiliary /
2010-03-01 José Fonsecautil: Remove PIPE_FORMAT_A8B8G8R8_SNORM.
2010-03-01 Michal Krolutil: Generate linear<->sRGB conversion tables.
2010-03-01 José Fonsecautil: Fix PIPE_FORMAT_R8G8B8_SRGB swizzles.
2010-03-01 José Fonsecautil: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
2010-03-01 José Fonsecautil: Fix PIPE_FORMAT_R8G8B8_UNORM description and...
2010-03-01 José Fonsecautil: Remove inexisting formats.
2010-03-01 José Fonsecautil: A few more links for D3D formats.
2010-03-01 José Fonsecautil: A few more todo marks.
2010-03-01 José Fonsecautil: More documentation for u_format.csv
2010-03-01 José Fonsecautil: Tweak comments regarding R8G8B8A8/X8_UNORM.
2010-03-01 José Fonsecapython: Don't mention deprecated drivers=trace option.
2010-02-27 José Fonsecautil: Fix X8/A8B8G8R8_SNORM's swizzle.
2010-02-26 Brian Paulgallium: define GENERATED auxiliary files
2010-02-26 José Fonsecautil: Define SRGB's channels as normalized.
2010-02-26 José Fonsecautil: Code generate functions to pack and unpack a...
2010-02-26 José Fonsecautil: Factor some code into u_format_parse.py
2010-02-26 José Fonsecautil: Add util_bswap16.
2010-02-26 José Fonsecautil: Use python names consistent with u_format.h
2010-02-26 José Fonsecautil: Add is_pot() method to formats.
2010-02-26 Brian Paulutil: remove a trailing semicolon in format table code
2010-02-26 Vinson Leeutil: Remove import of unused sys module.
2010-02-25 Michal Kroltgsi: Remove dead code.
2010-02-25 Vinson Leeutil: Assert that pointer is not null before dereferencing.
2010-02-24 José Fonsecagallivm: Update for UTIL_FORMAT_LAYOUT_xxx changes.
2010-02-24 José Fonsecautil: Kill array vs arith layouts. Revamp UTIL_FORMAT_L...
2010-02-24 José Fonsecautil: Refactor some code.
2010-02-24 José Fonsecautil: Cope with the fact that formats in u_format.csv...
2010-02-24 José Fonsecautil: Factor out the code to shorten a format name.
2010-02-24 José Fonsecautil: Handle correctly 24bit formats.
2010-02-24 José Fonsecautil: Minor tweaks to ambigous/unused format descriptions.
2010-02-24 José Fonsecautil: Fix swizzles for SRGB formats.
2010-02-24 José Fonsecautil: Organize formats in groups. Add comments.
2010-02-24 José Fonsecautil: Allow '#' comments in u_format.csv.
2010-02-24 José Fonsecautil: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.
2010-02-24 José Fonsecautil: Store more derived data in the the format descrip...
2010-02-24 Brian Paulgallivm: added clamp and int_to_float functions
2010-02-23 Luca Barbieripipebuffer: slab: if size < alignment, use alignment...
2010-02-23 Luca Barbieripipebuffer: fix inverted signalled checking
2010-02-23 Luca Barbieripipebuffer: avoid assert due to increasing a zeroed...
2010-02-23 Vinson Leedraw: Remove dead code.
2010-02-22 José Fonsecatgsi: Report an error when a destination has an empty...
2010-02-22 José Fonsecapipebuffer: Don't synchronize when checking for buffer...
2010-02-21 Vinson Leedraw: Remove dead code.
2010-02-20 Vinson Leetgsi: ifdef out unused function micro_sqrt.
2010-02-19 Michal Kroltgsi: Make more exec opcodes look pretty.
2010-02-19 Michal Kroltgsi: Change prototypes of micro opcodes to explicitly...
2010-02-19 Michal Kroltgsi: Rewrite exec implementations of NRM and NRM4.
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-18 Jakob Bornecrantzpipebuffer: Include fenced buffer manager in build
2010-02-18 Vinson Leeutil: Fix typo of debug_dump_float_rgba_bmp.
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-15 Vinson Leedraw: Add assert to check input of memcpy.
2010-02-14 José Fonsecautil: Avoid dumping masked state. Other minor improvements.
2010-02-14 José Fonsecaos: A stream for debug logging.
2010-02-14 José Fonsecautil: Helper functions to dump all state objects.
2010-02-14 José Fonsecaos: Add a growable string stream.
2010-02-14 José Fonsecaos: Complement/improve stream inline helpers.
2010-02-14 José Fonsecaos: Fix bad calloc.
2010-02-14 José Fonsecautil: Update for os_stream changes.
2010-02-14 José Fonsecaos: Make streams abstract.
2010-02-14 José Fonsecagallivm: s/debug_dump_/util_dump_/
2010-02-14 José Fonsecautil: Rename u_debug_dump.[ch] -> u_dump.[ch].
2010-02-14 José Fonsecadraw: Use util_format_name().
2010-02-14 José Fonsecautil: Use util_format_name().
2010-02-14 José Fonsecautil: Add pf_name() replacement: util_format_name().
2010-02-13 Corbin Simpsonutil: Properly init memory for blitter CSOs.
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-12 Michal KrolRevert "util: Fix descriptors for R32_FLOAT and R32G32_...
2010-02-12 Michal Krolutil: Fix descriptors for R32_FLOAT and R32G32_FLOAT...
2010-02-11 Roland Scheideggergallium: make u_blitter code save/restore stencil ref...
2010-02-11 Roland Scheideggergallium: give pipe_stencil_ref its own cso_save/restore...
2010-02-11 José Fonsecallvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY.
2010-02-11 José Fonsecagallivm: TGSI_OPCODE_CONT is not deprecated.
2010-02-11 Roland Scheideggergallium: also save/restore stencil_ref in cso_save...
2010-02-11 Vinson Leeos: Do not use Pthreads barrier functions on Mac OS X.
2010-02-10 Brian Paulgallium: cast to silence waring
2010-02-10 Brian Paulgallium: use os_time.h in pb_bufmgr_cache.c
2010-02-10 Brian Paulgallium: use os_time.h in u_timed_winsys.c
2010-02-09 Roland Scheideggergallium: don't put stencil ref value in pipe_depth_sten...
2010-02-09 Brian Paulgallium/auxiliary: add -D__STDC_CONSTANT_MACROS
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-09 Michal Krolgallium: Remove prefilter member from pipe_sampler_stat...
2010-02-09 Michal Kroltgsi: Gather cylindrical wrap info in tgsi_shader_info...
2010-02-09 Michal Kroltgsi: Add ureg_DECL_fs_input_cyl().
2010-02-09 Michal Krolgallium: Add cylindrical wrap info to TGSI declaration.
2010-02-09 Michal Kroltgsi: Remove tgsi_dump_c.[ch].
2010-02-09 Zack Rusinllvmpipe: switch to using dynamic stack allocation...
2010-02-09 Brian Paulgallivm: added lp_bld_misc.cpp to sources list
2010-02-09 Brian Paulgallivm: added gallivm/lp_bld_misc.cpp to Makefile
2010-02-08 Zack Rusinllvmpipe: export the tgsi translation code to a common...
2010-02-06 Alan CoopersmithGallium: Add Solaris atomic function definitions to...
2010-02-05 Brian Paultgsi: remove special-case code for fragment position
2010-02-05 José Fonsecaos: Don't assert on missing implementation of barrier...
2010-02-05 José FonsecaMerge remote branch 'origin/master'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-04 Roland Scheideggergallium: add point_quad_rasterization bit to rasterizer...
2010-02-04 José Fonsecaauxiliary: util_stream -> os_stream
2010-02-04 José Fonsecaos: Ensure header includes are outside extern "C" {}.
2010-02-04 José Fonsecautil: Reimplement u_time on top of os_time.
2010-02-04 José Fonsecaos: Time abstractions.
next