summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* tgsi: rename ureg src/dest convertersKeith Whitwell2009-08-131-3/+3
* draw: Remove unused variable.José Fonseca2009-08-131-1/+0
* Merge branch 'mesa_7_5_branch'Keith Whitwell2009-08-131-22/+55
|\
| * draw: cope with more primitives in draw_pipeline_runKeith Whitwell2009-08-131-22/+55
| * util: fix incorrect assertionBrian Paul2009-08-061-1/+1
| * util: include u_surface.h, added commentBrian Paul2009-08-061-0/+2
| * util: use util_same_surface() to compare surface pointersBrian Paul2009-08-061-3/+3
| * util: added util_same_surface() helper functionBrian Paul2009-08-061-0/+17
* | tgsi: turn off debuggingKeith Whitwell2009-08-131-1/+1
* | tgsi: use REALLOC for growing token poolKeith Whitwell2009-08-131-11/+5
* | util: silence warnings for third REALLOC argumentKeith Whitwell2009-08-131-1/+7
* | util: remove unneeded includesKeith Whitwell2009-08-131-4/+0
* | util: convert u_simple_shaders to use tgsi_uregKeith Whitwell2009-08-131-258/+60
* | tgsi: add tgsi_ureg, a simplified tgsi shader builderKeith Whitwell2009-08-135-0/+1381
* | Merge branch 'new-frag-attribs'Brian Paul2009-08-121-12/+36
|\ \
| * | draw: fix-ups for point coord attributeBrian Paul2009-07-311-12/+36
* | | gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2009-08-112-2/+4
* | | gallium: fix debug_printf() format stringBrian Paul2009-08-111-1/+1
* | | gallium: Move minify() to u_math.Corbin Simpson2009-08-071-0/+5
* | | util: fix incorrect assertionBrian Paul2009-08-071-1/+1
* | | util: include u_surface.h, added commentBrian Paul2009-08-071-0/+2
* | | util: use util_same_surface() to compare surface pointersBrian Paul2009-08-071-3/+3
* | | util: added util_same_surface() helper functionBrian Paul2009-08-071-0/+17
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-051-16/+64
|\ \ \ | | |/ | |/|
| * | util: added comment/question about blit clippingBrian Paul2009-08-051-0/+1
| * | util: added util_blit_pixels() overlap testBrian Paul2009-08-051-2/+34
| * | util: fix util_blit_pixels() test for surface_copy() pathBrian Paul2009-08-051-16/+24
| * | util: reformatting and commentsBrian Paul2009-08-051-3/+10
* | | tgsi: report opcode name in addition to the number when translation failsBrian Paul2009-08-032-3/+9
* | | tgsi: added tgsi_get_opcode_name()Brian Paul2009-08-032-0/+13
* | | gallium: comments, reformattingBrian Paul2009-08-031-17/+32
* | | mesa st: Move logbase2 function to util/u_math.hPatrice Mandin2009-08-011-5/+18
* | | Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-317-29/+29
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-301-2/+0
|\| |
| * | util: _debug_printf should print even when DEBUG is not definedKeith Whitwell2009-07-291-2/+0
* | | tgsi: Add proper constraints to sanity.Michal Krol2009-07-301-2/+22
* | | tgsi: Declare a LOOP register.Michal Krol2009-07-304-7/+11
* | | tgsi: Fix number operands for LOOP/ENDLOOP.Michal Krol2009-07-301-2/+2
* | | tgsi: Document LOOP/ENDLOOP instruction operation.Michal Krol2009-07-301-2/+18
* | | gallium: fix SSE shadow texture instructionsBrian Paul2009-07-291-3/+3
| |/ |/|
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-281-1/+1
|\|
| * util: fix typo.José Fonseca2009-07-261-1/+1
* | gallium: minor code/comments clean-upBrian Paul2009-07-282-11/+13
* | draw: correct address for machine struct in llvm pathKeith Whitwell2009-07-231-1/+1
* | gallivm: updates for TGSI changesKeith Whitwell2009-07-232-22/+18
* | gallium: remove deprecated TGSI opcodesKeith Whitwell2009-07-234-60/+7
* | util: Add support for Mac OS.Vinson Lee2009-07-232-9/+9
* | gallium: Fix PPC build.Michel Dänzer2009-07-231-8/+8
* | gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-226-170/+154
* | gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-2213-40/+44