summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-24gallium: Fix whole source being used in u_blitJakob Bornecrantz
2008-06-24gallium: Fix warning in u_blit.hJakob Bornecrantz
2008-06-24gallium: Avoid double arithmetic.José Fonseca
2008-06-23gallium: added support for fixed-point formats, drawingBrian Paul
2008-06-23gallium: code for PIPE_SUBSYSTEM_WINDOWS_USERJonathan White
2008-06-24gallium: Use the more portable PIPE_ARCH_* PIPE_CC_* macros instead of ad-hoc...José Fonseca
2008-06-23gallium: fix Y-inverted copiesBrian Paul
2008-06-23gallium: added some assertionsBrian Paul
2008-06-23util: Blit can now copy from texture to surfaceJakob Bornecrantz
2008-06-23gallium: Fix warning in u_draw_quad.hJakob Bornecrantz
2008-06-22draw: fix non-i386 buildsKeith Whitwell
2008-06-19gallium: Handle malloc failure.José Fonseca
2008-06-19gallium: Add extra parenthesis as advised by gcc.José Fonseca
2008-06-19util: Add missing format names.Michal Krol
2008-06-19draw: Fix MSVC integer size conversion warning.José Fonseca
2008-06-18gallium: additional fixes to ensure even number of vertices per bufferBrian Paul
2008-06-18gallium: split long prims into chunks with an even number of verticesBrian Paul
2008-06-18gallium: remove duplicated u_mm.c in file listBrian Paul
2008-06-14util: Use pf_get_size().Michal Krol
2008-06-12gallium: disable the codegen for TGSI_OPCODE_EXPBASE2 for now.Brian Paul
2008-06-12gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATEKeith Whitwell
2008-06-12glsl: implement variable array indexesZack Rusin
2008-06-12pb: don't assert(0) on failure to allocate - this is a normal condition in ma...Keith Whitwell
2008-06-12gallium: Support L16 pixel format.José Fonseca
2008-06-12pipebuffer: Fix improper memory free.José Fonseca
2008-06-12gallium: Implement debug_get_num_option.José Fonseca
2008-06-11draw: don't assume vertex position is in data[0]Keith Whitwell
2008-06-11draw: preserve specular alpha when flatshading -- may be FOGCKeith Whitwell
2008-06-11small optimizationAlan Hourihane
2008-06-11draw: remove another debug assert on failover to generic vs varientKeith Whitwell
2008-06-11draw: remove debug assert on failover to generic vs varientKeith Whitwell
2008-06-10Revert "draw: no need to rearrange most primitives in vcache for flatshade-fi...Keith Whitwell
2008-06-10draw: no need to rearrange most primitives in vcache for flatshade-firstKeith Whitwell
2008-06-10draw: fix edgeflags on clipped poly emitKeith Whitwell
2008-06-10draw: rework splitting of fan/loop prims in varray.c, fix flatshade issuesKeith Whitwell
2008-06-10gallium: Detect buffer overflows in the homegrown memory debugger.José Fonseca
2008-06-10pipebuffer: Alternative buffer manager.José Fonseca
2008-06-10pipebuffer: Be more lenient when matching cached buffer sizes.José Fonseca
2008-06-10gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca
2008-06-09gallium: disable a tgsi_dump() callBrian Paul
2008-06-07draw: fix temp vs output buffer typo in vsvg_run_eltsKeith Whitwell
2008-06-06draw: fix intermediate buffer confusion in draw_vs_varient.cKeith Whitwell
2008-06-06draw: make sure middle-end primitive is uptodate in vcacheKeith Whitwell
2008-06-06draw: Compile draw_vs_aos only on x86.José Fonseca
2008-06-04gallium: added tgsi_is_passthrough_shader() functionBrian Paul
2008-06-04draw: init vsvg draw pointerKeith Whitwell
2008-06-04draw: respect driver's max vertex buffer sizeKeith Whitwell
2008-06-03Merge branch 'gallium-tex-surfaces' into gallium-0.1Keith Whitwell
2008-06-03draw: Use register names more consistently.Michal Krol