summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2009-09-17tgsi: Scan input interpolators, too.Michal Krol2-0/+2
2009-09-14util: Add _BitScanForward intrinsic's declaration.José Fonseca1-1/+3
2009-09-14util: Fix a1r5g5b5's format description.José Fonseca1-1/+1
2009-09-13tgsi: handle some src/dst aliasing in tgsi_sse2.cKeith Whitwell1-8/+23
2009-09-12tgsi: implement saturationKeith Whitwell1-17/+26
2009-09-12tgsi: add missing implementation of constant decl changeKeith Whitwell1-8/+61
2009-09-12ureg: add a mechanism to get the built tokens rather than a full shaderKeith Whitwell2-0/+30
2009-09-12ureg: add generic emitters for tex and branch instructionsKeith Whitwell2-11/+80
2009-09-12tgsi/ureg: give ureg_DECL_constant an explicit index parameterKeith Whitwell2-2/+6
2009-09-12tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell3-41/+38
2009-09-12tgsi: free tokens on errorKeith Whitwell1-0/+3
2009-09-12tgsi: sanity check ureg programsKeith Whitwell1-0/+10
2009-09-12tgsi: add const qualifierKeith Whitwell2-2/+2
2009-09-10util: remove unneeded #includesBrian Paul1-6/+0
2009-09-10util: minor clean-ups, reformattingBrian Paul1-17/+12
2009-09-10Merge branch 'mesa_7_6_branch'Brian Paul2-14/+43
2009-09-10tgsi: use new tgsi_call_record to handle execution mask stacksBrian Paul2-14/+43
2009-09-10gallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.Vinson Lee1-1/+1
2009-09-10util: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.Vinson Lee1-1/+1
2009-09-09util: Fix depth/stencil format description.José Fonseca1-4/+4
2009-09-09Merge branch 'mesa_7_6_branch'Brian Paul7-15/+20
2009-09-09Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-2/+0
2009-09-09gallium: Added HaikuOS platformaljen6-13/+20
2009-09-08gallium: added r8g8b8_get/put_tile_rgba()Brian Paul1-1/+53
2009-09-09util: Add super simple fifoJakob Bornecrantz1-0/+94
2009-09-07util: Utility function to check if a number is a power of two.José Fonseca1-0/+10
2009-09-04tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.Michal Krol1-2/+12
2009-09-03util: add version of u_blit_pixels which takes a writemaskKeith Whitwell4-15/+69
2009-09-03aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell11-174/+429
2009-09-02util: add version of u_blit_pixels which takes a writemaskKeith Whitwell4-15/+100
2009-09-02draw: remove unused variableKeith Whitwell1-1/+0
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell5-21/+2
2009-08-30util: Auto generate pixel format accessor functions fromJosé Fonseca8-93/+699
2009-08-30Merge branch 'mesa_7_5_branch'Michel Dänzer1-2/+6
2009-08-29util: Add util_unsigned_logbase2.José Fonseca1-0/+12
2009-08-29util: Dump PIPE_FUNC_x value names.José Fonseca2-0/+29
2009-08-29util: Fix SCons build.José Fonseca1-0/+4
2009-08-29util: Auto-generate u_format_table.c from SConscript.José Fonseca1-0/+7
2009-08-29util: Fix blend factor dumping.José Fonseca1-0/+2
2009-08-29util: New file dedicated to dump state in human/machine readable format.José Fonseca4-0/+225
2009-08-29util: Make pixel format layout more meaningful.José Fonseca3-109/+114
2009-08-29util: Don't commit u_format_table.cJosé Fonseca2-1925/+1
2009-08-29util: Fix r5g6b5 description.José Fonseca3-10/+13
2009-08-29util: Pixel format database.José Fonseca7-0/+2397
2009-08-28util: Reset size to zero when failed to allocate buffer.José Fonseca1-2/+6
2009-08-27Merge branch 'mesa_7_5_branch'Brian Paul2-0/+206
2009-08-27gallium/util: added support for SRGB formatsBrian Paul1-0/+196
2009-08-27gallium/util: added cases for SRGB formatsBrian Paul1-0/+10
2009-08-24tgsi: Fix build error due to commit acc7da90Cooper Yuan1-6/+6
2009-08-24tgsi: Only free temp uregs.José Fonseca1-2/+3