cell: Update for cpp removal.
[mesa.git] / src / gallium / auxiliary /
2008-06-27 José Fonsecagallium: Drop pipe_texture->cpp and pipe_surface->cpp.
2008-06-24 Jakob Bornecrantzgallium: Fix whole source being used in u_blit
2008-06-24 Jakob Bornecrantzgallium: Fix warning in u_blit.h
2008-06-24 José Fonsecagallium: Avoid double arithmetic.
2008-06-23 Brian Paulgallium: added support for fixed-point formats, drawing
2008-06-23 Jonathan Whitegallium: code for PIPE_SUBSYSTEM_WINDOWS_USER
2008-06-23 José Fonsecagallium: Use the more portable PIPE_ARCH_* PIPE_CC_...
2008-06-23 Brian Paulgallium: fix Y-inverted copies
2008-06-23 Brian Paulgallium: added some assertions
2008-06-23 Jakob Bornecrantzutil: Blit can now copy from texture to surface
2008-06-23 Jakob Bornecrantzgallium: Fix warning in u_draw_quad.h
2008-06-22 Keith Whitwelldraw: fix non-i386 builds
2008-06-19 José Fonsecagallium: Handle malloc failure.
2008-06-19 José Fonsecagallium: Add extra parenthesis as advised by gcc.
2008-06-19 Michal Krolutil: Add missing format names.
2008-06-19 José Fonsecadraw: Fix MSVC integer size conversion warning.
2008-06-18 Brian Paulgallium: additional fixes to ensure even number of...
2008-06-18 Brian Paulgallium: split long prims into chunks with an even...
2008-06-18 Brian Paulgallium: remove duplicated u_mm.c in file list
2008-06-14 Michal Krolutil: Use pf_get_size().
2008-06-12 Brian Paulgallium: disable the codegen for TGSI_OPCODE_EXPBASE2...
2008-06-12 Keith Whitwellgallium: fix SSE codegen for instructions that use...
2008-06-12 Zack Rusinglsl: implement variable array indexes
2008-06-12 Keith Whitwellpb: don't assert(0) on failure to allocate - this is...
2008-06-12 José Fonsecagallium: Support L16 pixel format.
2008-06-12 José Fonsecapipebuffer: Fix improper memory free.
2008-06-12 José Fonsecagallium: Implement debug_get_num_option.
2008-06-11 Keith Whitwelldraw: don't assume vertex position is in data[0]
2008-06-11 Keith Whitwelldraw: preserve specular alpha when flatshading -- may...
2008-06-11 Alan Hourihanesmall optimization
2008-06-11 Keith Whitwelldraw: remove another debug assert on failover to generi...
2008-06-11 Keith Whitwelldraw: remove debug assert on failover to generic vs...
2008-06-10 Keith WhitwellRevert "draw: no need to rearrange most primitives...
2008-06-10 Keith Whitwelldraw: no need to rearrange most primitives in vcache...
2008-06-10 Keith Whitwelldraw: fix edgeflags on clipped poly emit
2008-06-10 Keith Whitwelldraw: rework splitting of fan/loop prims in varray...
2008-06-09 José Fonsecagallium: Detect buffer overflows in the homegrown memor...
2008-06-09 José Fonsecapipebuffer: Alternative buffer manager.
2008-06-09 José Fonsecapipebuffer: Be more lenient when matching cached buffer...
2008-06-09 José Fonsecagallium: Deprecate GETENV. Replace by debug_get_bool_op...
2008-06-09 Brian Paulgallium: disable a tgsi_dump() call
2008-06-07 Keith Whitwelldraw: fix temp vs output buffer typo in vsvg_run_elts
2008-06-06 Keith Whitwelldraw: fix intermediate buffer confusion in draw_vs_vari...
2008-06-06 Keith Whitwelldraw: make sure middle-end primitive is uptodate in...
2008-06-06 José Fonsecadraw: Compile draw_vs_aos only on x86.
2008-06-04 Brian Paulgallium: added tgsi_is_passthrough_shader() function
2008-06-04 Keith Whitwelldraw: init vsvg draw pointer
2008-06-04 Keith Whitwelldraw: respect driver's max vertex buffer size
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-06-03 Michal Kroldraw: Use register names more consistently.
2008-06-03 Michal Kroldraw: Fix fetch_src(). Resurrect SSE version of DP3.
2008-06-02 Michal Kroldraw: Fix DP3 implementation by replacing SSE with...
2008-06-02 Keith Whitwelldraw: fast element translate path without delta
2008-06-02 José Fonsecagallium: Replace XSTDCALL by PIPE_CDECL.
2008-06-02 José Fonsecagallium: Port util_time functions to windows userspace.
2008-06-02 José Fonsecartasm: Use enum sse_cc in sse_cmpps.
2008-06-02 José Fonsecadraw: Fix MSVC warnings.
2008-06-02 Michal Kroltgsi: Add assertions to the new rule that when an exten...
2008-06-02 Michal Kroltgsi: SWZ no longer aliases to MOV.
2008-05-31 Michal Krolutil: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroltgsi: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolgallivm: Fix build after TGSI declaration interface...
2008-05-31 Michal Kroldraw: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroldraw: Remove const qualifier.
2008-05-31 Michal Kroldraw: Remove const qualifier.
2008-05-31 José Fonsecadraw: Eliminate stdio usage.
2008-05-31 José Fonsecagallium: Port timing functions to WinCE.
2008-05-30 Keith Whitwelldraw: trim incoming primitives
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 José Fonsecagallium: Replace getenv by placeholder code on WinCE.
2008-05-29 Keith Whitwelldraw: quieten some debug
2008-05-29 Keith Whitwelldraw: add more switches to turn FSE on/off
2008-05-29 José Fonsecagallium: MSVC warning fixes.
2008-05-29 José Fonsecapsb: Make msvc happy.
2008-05-29 Keith Whitwelldraw: michal's patch for calling powf... teapot still...
2008-05-29 Keith Whitwelldraw: better calculation of fetch_count
2008-05-29 Keith Whitwelldraw: remove printf
2008-05-29 Keith Whitwelldraw: make sure constant buffer data is aligned before...
2008-05-29 Keith Whitwelldraw: draw_range_elements trial
2008-05-29 Michal Krolscons: Remove duplicate entry.
2008-05-29 José Fonsecadraw: Put PIPE_CDECL in the right places.
2008-05-28 Keith Whitwelldraw: share machine
2008-05-28 Keith Whitwelldraw: enable FSE by default
2008-05-28 Keith Whitwellrtasm: special case for [ebp]
2008-05-28 José Fonsecadraw: Use PIPE_CDECL.
2008-05-28 José Fonsecascons: Add new files.
2008-05-28 Michal Krolscons: List missing files for draw module.
2008-05-28 Michal Kroldraw: Decorate callbacks with PIPE_CDECL.
2008-05-28 José Fonsecatgsi: Observe constness.
2008-05-28 José Fonsecatranslate: Mark functions as PIPE_CDECL.
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-28 José Fonsecagallium: Windows CE portability fixes.
2008-05-27 Keith Whitwelldraw: reset stipple counter whenever non-line prim...
2008-05-27 Keith Whitwelldraw: support psize in vs_varient paths
2008-05-27 Keith Whitwelldraw: add disabled debug code
2008-05-27 Keith Whitwelldraw: ensure vs outputs mapped correctly to vinfo attribs
2008-05-27 Keith Whitwelldraw: fix ABS aliasing bug
2008-05-27 Keith Whitwelldraw: explicitly list nr_inputs, outputs in varient key
2008-05-27 Keith Whitwelldraw: remove dead file
next