r300g: rebuild screen/winsys interface
[mesa.git] / src / gallium / auxiliary / util /
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 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 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Roland Scheideggerutil: simplify util_format_get_nr_components helper
2010-03-09 José Fonsecautil: Use bitshift arithmetic for pack too.
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Keith WhitwellSquashed commit of gallium-no-texture-blanket
2010-03-08 Brian PaulMerge branch '7.8'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-06 José Fonsecautil: Use bitshift arithmetic to unpack pixels.
2010-03-06 José Fonsecautil: Move the format tests cases here so that they...
2010-03-06 José Fonsecautil: Several fixes to clamping and test.
2010-03-06 José Fonsecautil: Fix the maximum value computation for SSCALED...
2010-03-06 José Fonsecautil: Add a new flag, for formats that can be described...
2010-03-06 José Fonsecautil: Add the shortened format name to the description.
2010-03-03 José Fonsecautil: Remove PIPE_FORMAT_R8G8B8X8_SNORM information.
2010-03-02 José FonsecaMerge branch 'gallium-format-cleanup'
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-03-02 José Fonsecautil: Tweak comment for D3D10-like formats.
2010-03-02 Marek Olšákutil/blitter: Fix the viewport transformation for Z...
2010-03-01 José Fonsecautil: Rename pipe formats.
2010-03-01 José Fonsecautil: Remove PIPE_FORMAT_A8B8G8R8_SNORM.
2010-03-01 Michal Krolutil: Generate linear<->sRGB conversion tables.
2010-03-01 Roland Scheideggerutil: adapt blitter code to new vertex element cso
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 Michal Krolutil: Fix u_blitter setup code after bypass_vs_clip_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 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 Vinson Leeutil: Assert that pointer is not null before dereferencing.
2010-02-25 Michal Krolutil: Fix blitter vertex and viewport setup.
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 Michal Krolutil: Reset clip state when doing blitting.
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-22 Michal Krolgallium: Remove bypass_vs_clip_and_viewport from raster...
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-18 Vinson Leeutil: Fix typo of debug_dump_float_rgba_bmp.
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-17 Roland Scheideggergallium: remove redundant nr_components field from...
2010-02-17 Roland Scheideggerutil: new util_format_get_nr_components helper
2010-02-14 José Fonsecautil: Avoid dumping masked state. Other minor improvements.
2010-02-14 José Fonsecautil: Helper functions to dump all state objects.
2010-02-14 José Fonsecautil: Update for os_stream changes.
2010-02-14 José Fonsecautil: Rename u_debug_dump.[ch] -> u_dump.[ch].
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-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 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-06 Alan CoopersmithGallium: Add Solaris atomic function definitions to...
2010-02-05 José FonsecaMerge remote branch 'origin/master'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-04 José Fonsecaauxiliary: util_stream -> os_stream
2010-02-04 José Fonsecautil: Reimplement u_time on top of os_time.
2010-02-04 José Fonsecautil: Disable u_time.c implementation for embedded.
2010-02-04 José Fonsecautil: Add missing include.
2010-02-04 Vinson Leeutil: Remove unnecessary header.
2010-02-03 José Fonsecautil: Cast to match the MSVC intrinsics.
2010-02-03 José Fonsecautil: Don't include system headers inside extern "C...
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-03 José Fonsecautil: Reimplement all utility functions in terms of...
2010-02-02 José Fonsecagallium: Move some compiler portability stuff into...
2010-02-02 José Fonsecagallium: Move deprecated pipe/internal/p_winsys_screen...
2010-02-02 José Fonsecagallium: Move p_thread.h and p_atomic.h out of gallium...
2010-02-02 José Fonsecagallium: Make pipe_atomic a regular int32_t.
next