svga: Don't do culling while the software pipeline is active.
[mesa.git] / src / gallium / auxiliary /
2010-03-09 Roland Scheideggercso: don't forget to release vertex elements state
2010-03-09 Brian Paulgallivm: checkpoint: nearest mipmap filtering
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 Corbin Simpsoncso: Fix typo in assert.
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Roland Scheideggerauxiliary: fix vertex elements cso
2010-03-09 Keith WhitwellSquashed commit of gallium-no-texture-blanket
2010-03-09 Marek Olšákdraw: quads never provoke the first vertex
2010-03-08 Brian Paulllvmpipe/gallivm: checkpoint: array of pointers to...
2010-03-08 Zack Rusingallivm: fix a crash by making sure we set the has_mask...
2010-03-08 Brian PaulMerge branch '7.8'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-07 Vinson Leegallivm: Initialize variables for default cases.
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-06 José Fonsecagallivm: Add some notes about sampler static state...
2010-03-06 José Fonsecagallivm: Answer question/comment.
2010-03-06 José Fonsecagallivm: Add a placeholder for TGSI_FILE_PREDICATE...
2010-03-06 José Fonsecagallivm: Integrate udis86 on scons builds.
2010-03-06 José Fonsecagallivm: Generate valid IR for LLVM 2.7.
2010-03-05 Brian Paulgallivm: checkpoint: code gen for mipmap selection
2010-03-05 Brian Paulgallivm: added methods for getting texture depth, num...
2010-03-05 Brian Paulgallivm: checkpoint: texture LOD computation code gen
2010-03-05 Brian Paulgallivm: added field for sampler lod
2010-03-05 Brian Paulgallivm: minor arithmetic improvements
2010-03-05 Brian Paulgallivm: implement non-normalized texture wrap modes
2010-03-05 Chris WilsonMerge branch 'object-purgeable'
2010-03-04 Brian Paulgallivm: implement texture border color, plus tweaks...
2010-03-04 Brian Paulgallivm: added texture border_color field
2010-03-04 Brian Paulgallivm: added question/comment
2010-03-04 Brian Paulgallivm: comments
2010-03-04 Brian Paulgallivm: rework and implement more texture wrap modes
2010-03-04 Brian Paulgallivm: added lp_build_fract()
2010-03-04 Brian Paulgallivm: added lp_build_set_sign()
2010-03-04 Brian Paulgallivm: added lp_build_negate()
2010-03-04 Brian Paulgallivm: clarify unsigned vs. signed integer type const...
2010-03-03 José Fonsecautil: Remove PIPE_FORMAT_R8G8B8X8_SNORM information.
2010-03-03 José Fonsecagallivm: Centralize initialization. Fix stack alignment...
2010-03-03 José Fonsecagallivm: Rename lp_bld_misc -> lp_bld_init.
2010-03-02 José FonsecaMerge branch 'gallium-format-cleanup'
2010-03-02 Zack Rusinllvmpipe: improve based on review from Jose and fix...
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-02 Zack Rusinllvmpipe: implement some control-flow
2010-03-01 José Fonsecatranslate: Rename pipe formats.
2010-03-01 José Fonsecadraw: Rename pipe formats.
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 Scheideggervl: adapt to new vertex element cso interface
2010-03-01 Roland Scheideggerutil: adapt blitter code to new vertex element cso
2010-03-01 Michal Kroltgsi: Cleanup exec code for CLAMP, CMP and CND.
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 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-25 Michal Krolutil: Fix blitter vertex and viewport setup.
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 Michal Krolutil: Reset clip state when doing blitting.
2010-02-24 Michal Krolcso: Track clip state with cso context.
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.
next