summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-281-0/+11
|\
| * gallium/util: add sanity check assertionsBrian Paul2009-09-281-0/+11
* | gallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.Vinson Lee2009-09-101-1/+1
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-091-2/+0
|\ \ | |/
| * util: add version of u_blit_pixels which takes a writemaskKeith Whitwell2009-09-024-15/+100
* | gallium: Added HaikuOS platformaljen2009-09-096-13/+20
* | util: add version of u_blit_pixels which takes a writemaskKeith Whitwell2009-09-034-15/+69
* | aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-032-1/+5
* | util: Auto generate pixel format accessor functions fromJosé Fonseca2009-08-308-93/+699
* | Merge branch 'mesa_7_5_branch'Michel Dänzer2009-08-301-2/+6
|\ \ | |/
| * util: Reset size to zero when failed to allocate buffer.José Fonseca2009-08-281-2/+6
* | util: Add util_unsigned_logbase2.José Fonseca2009-08-291-0/+12
* | util: Dump PIPE_FUNC_x value names.José Fonseca2009-08-292-0/+29
* | util: Fix SCons build.José Fonseca2009-08-291-0/+4
* | util: Auto-generate u_format_table.c from SConscript.José Fonseca2009-08-291-0/+7
* | util: Fix blend factor dumping.José Fonseca2009-08-291-0/+2
* | util: New file dedicated to dump state in human/machine readable format.José Fonseca2009-08-294-0/+225
* | util: Make pixel format layout more meaningful.José Fonseca2009-08-293-109/+114
* | util: Don't commit u_format_table.cJosé Fonseca2009-08-292-1925/+1
* | util: Fix r5g6b5 description.José Fonseca2009-08-293-10/+13
* | util: Pixel format database.José Fonseca2009-08-297-0/+2397
* | 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
| * 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: Fix build error due to commit acc7da90Cooper Yuan2009-08-241-6/+6
* | gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-193-8/+8
* | 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
* | gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2009-08-112-2/+4
* | 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
* | gallium: comments, reformattingBrian Paul2009-08-031-17/+32
* | mesa st: Move logbase2 function to util/u_math.hPatrice Mandin2009-08-011-5/+18
* | 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
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-281-1/+1
|\ \ | |/
| * util: fix typo.José Fonseca2009-07-261-1/+1