summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* | tgsi: Add missing include.José Fonseca2009-08-191-0/+1
* | tgsi: Fix typo in ureg constant creation.José Fonseca2009-08-191-1/+1
* | tgsi: silence compiler warningKeith Whitwell2009-08-191-1/+1
* | tgsi: remove unused function argumentKeith Whitwell2009-08-191-4/+2
* | tgsi: add missing functionality to support instructions with labelsKeith Whitwell2009-08-192-1/+57
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-182-0/+9
|\|
| * tgsi/ppc: we don't implement saturation modes yetBrian Paul2009-08-181-0/+5
| * tgsi/sse: we don't implement saturation modes yetBrian Paul2009-08-181-0/+4
* | gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()Brian Paul2009-08-171-8/+2
* | tgsi: add simple facility for releasing and reusing temporariesKeith Whitwell2009-08-132-4/+40
* | 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
| |/ |/|