summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2009-08-13tgsi: turn off debuggingKeith Whitwell1-1/+1
2009-08-13tgsi: use REALLOC for growing token poolKeith Whitwell1-11/+5
2009-08-13util: silence warnings for third REALLOC argumentKeith Whitwell1-1/+7
2009-08-13util: remove unneeded includesKeith Whitwell1-4/+0
2009-08-13util: convert u_simple_shaders to use tgsi_uregKeith Whitwell1-258/+60
2009-08-13tgsi: add tgsi_ureg, a simplified tgsi shader builderKeith Whitwell5-0/+1381
2009-08-12Merge branch 'new-frag-attribs'Brian Paul1-12/+36
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2-2/+4
2009-08-11gallium: fix debug_printf() format stringBrian Paul1-1/+1
2009-08-07gallium: Move minify() to u_math.Corbin Simpson1-0/+5
2009-08-07util: fix incorrect assertionBrian Paul1-1/+1
2009-08-07util: include u_surface.h, added commentBrian Paul1-0/+2
2009-08-07util: use util_same_surface() to compare surface pointersBrian Paul1-3/+3
2009-08-07util: added util_same_surface() helper functionBrian Paul1-0/+17
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul1-16/+64
2009-08-05util: added comment/question about blit clippingBrian Paul1-0/+1
2009-08-05util: added util_blit_pixels() overlap testBrian Paul1-2/+34
2009-08-05util: fix util_blit_pixels() test for surface_copy() pathBrian Paul1-16/+24
2009-08-05util: reformatting and commentsBrian Paul1-3/+10
2009-08-03tgsi: report opcode name in addition to the number when translation failsBrian Paul2-3/+9
2009-08-03tgsi: added tgsi_get_opcode_name()Brian Paul2-0/+13
2009-08-03gallium: comments, reformattingBrian Paul1-17/+32
2009-08-01mesa st: Move logbase2 function to util/u_math.hPatrice Mandin1-5/+18
2009-07-31draw: fix-ups for point coord attributeBrian Paul1-12/+36
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol7-29/+29
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul1-2/+0
2009-07-30tgsi: Add proper constraints to sanity.Michal Krol1-2/+22
2009-07-30tgsi: Declare a LOOP register.Michal Krol4-7/+11
2009-07-30tgsi: Fix number operands for LOOP/ENDLOOP.Michal Krol1-2/+2
2009-07-30tgsi: Document LOOP/ENDLOOP instruction operation.Michal Krol1-2/+18
2009-07-29gallium: fix SSE shadow texture instructionsBrian Paul1-3/+3
2009-07-29util: _debug_printf should print even when DEBUG is not definedKeith Whitwell1-2/+0
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul1-1/+1
2009-07-28gallium: minor code/comments clean-upBrian Paul2-11/+13
2009-07-26util: fix typo.José Fonseca1-1/+1
2009-07-23draw: correct address for machine struct in llvm pathKeith Whitwell1-1/+1
2009-07-23gallivm: updates for TGSI changesKeith Whitwell2-22/+18
2009-07-23gallium: remove deprecated TGSI opcodesKeith Whitwell4-60/+7
2009-07-23util: Add support for Mac OS.Vinson Lee2-9/+9
2009-07-23gallium: Fix PPC build.Michel Dänzer1-8/+8
2009-07-22gallium: remove multiple aliases for TGSI opcodesKeith Whitwell6-170/+154
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell13-40/+44
2009-07-20tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell1-0/+4
2009-07-20tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell1-6/+6
2009-07-20tgsi: fix regression in indexed const lookupsKeith Whitwell1-2/+4
2009-07-16draw: fix ppc build regressionKeith Whitwell1-0/+1
2009-07-16tgsi: simplify and fix sse KIL implementationKeith Whitwell1-36/+28
2009-07-16rtasm: export sse_movmskpsKeith Whitwell2-0/+10
2009-07-16tgsi: initial texturing support on sse pathKeith Whitwell1-19/+183
2009-07-16tgsi: make sse function callout mechanism more genericKeith Whitwell1-40/+48