summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-272-0/+206
|\
| * gallium/util: added support for SRGB formatsBrian Paul2009-08-271-0/+196
| * gallium/util: added cases for SRGB formatsBrian Paul2009-08-271-0/+10
| * tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul2009-08-202-0/+8
| * tgsi: handle SOA dependencies for MOV/SWZBrian Paul2009-08-202-14/+40
| * tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-202-0/+3
* | tgsi: Fix build error due to commit acc7da90Cooper Yuan2009-08-241-6/+6
* | tgsi: Only free temp uregs.José Fonseca2009-08-241-2/+3
* | tgsi: Pass pipe_context as a parameter to ureg_create_shader.José Fonseca2009-08-242-14/+30
* | tgsi: add generic instruction builderKeith Whitwell2009-08-242-0/+33
* | tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul2009-08-201-0/+35
* | tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul2009-08-202-0/+8
* | tgsi: handle SOA dependencies for MOV/SWZBrian Paul2009-08-202-14/+44
* | tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-202-0/+3
* | gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-193-8/+8
* | 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