summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* u_upload_mgr: add missing offset to src map in u_upload_buffer()Brian Paul2011-07-121-1/+1
* gallium/util: handle Z32F_FLOAT_S8X24_USCALED in pipe_tile_raw_to_rgbaMarek Olšák2011-07-101-0/+35
* gallium/util: implement software Z32F_S8X24 depth-stencil clearMarek Olšák2011-07-101-1/+34
* gallium/util: implement pack functions for Z32F and Z32F_S8X24Marek Olšák2011-07-101-0/+64
* u_upload_mgr: Use pipe_buffer_map_range istead of pipe_buffer_map.José Fonseca2011-07-011-5/+6
* gallium/util: Upload manager optimizationsThomas Hellstrom2011-07-012-13/+42
* u_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags in a bitmaskMarek Olšák2011-06-192-31/+34
* u_vbuf_mgr: fix uploading if format size is greater than strideMarek Olšák2011-06-191-0/+5
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-171-1/+1
* util: fix strict aliasing issues in u_format_r11g11b10f.hRoland Scheidegger2011-06-091-8/+16
* util: add gcc version check for builtinsRoland Scheidegger2011-06-091-3/+3
* util: better logbase2/next_power_of_two implementationsBenjamin Bellec2011-06-091-8/+24
* gallium: s/bool/boolean/Brian Paul2011-06-083-3/+3
* Gallium: fix indentation in u_blitter.cStéphane Marchesin2011-06-061-1/+1
* util: add \n to debug_checkpoint_fullMarcin Slusarz2011-06-061-1/+1
* u_prim: convert u_trim_pipe_prim to table driven.Dave Airlie2011-06-031-47/+24
* util: faster logbase2Brian Paul2011-06-021-4/+7
* u_vbuf_mgr: fix max_index computation when src_offset is abused as buffer_offsetMarek Olšák2011-05-171-1/+6
* u_vbuf_mgr: fix max_index computation once againMarek Olšák2011-05-141-15/+47
* Remove redundant util_unsigned_logbase2Matt Turner2011-05-121-12/+0
* u_math.h: Remove redundant mingw32 ffs definitionMatt Turner2011-05-121-4/+0
* util: implement R11G11B10_FLOAT pack/unpack functionsMarek Olšák2011-04-294-1/+336
* mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák2011-04-292-1/+165
* util: implement R9G9B9E5 pack and unpack functionsMarek Olšák2011-04-291-5/+82
* util: make macros MIN3, MAX3, MIN4, MAX4 little more efficientMarek Olšák2011-04-271-4/+4
* galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2011-04-211-0/+3
* util: add a simple memcpy path for copying buffers in util_resource_copy_regionMarek Olšák2011-04-211-9/+13
* gallium: add and use generic function for querying patented format support (v2)Marek Olšák2011-04-152-0/+59
* gallium: add A/L/LA/I floating point formatsLuca Barbieri2011-04-151-0/+8
* u_vbuf_mgr: fixed vbo max_index calculationpepp2011-04-111-1/+1
* u_vbuf_mgr: fix crash with unsupported vertex format in hw VBOsMarek Olšák2011-04-082-2/+6
* util: add cpu detection for sse 4.2 and avxBrian Paul2011-04-072-0/+6
* util: simplify bit shifting in util_cpu_detect()Brian Paul2011-04-071-11/+11
* draw: Prevent out-of-bounds vertex buffer access.José Fonseca2011-04-012-0/+118
* gallium: list use inline function to avoid macro shot comingJerome Glisse2011-03-301-43/+67
* gallium: add EXT_texture_snorm supportMarek Olšák2011-03-291-0/+8
* gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich2011-03-151-0/+2
* util: Silence gcc unitialized member warningJosé Fonseca2011-03-131-0/+1
* gallium: Delay the creation of simple helper shadersJakob Bornecrantz2011-03-122-80/+116
* u_blitter: Do blits in linear color space.Henri Verbeet2011-03-122-22/+38
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-116-17/+15
* gallium: kill is_resource_referencedMarek Olšák2011-03-113-27/+0
* util: Fix typo in u_upload_flush().José Fonseca2011-03-111-2/+2
* st/mesa: remove unnecessary flushesMarek Olšák2011-03-111-2/+0
* gallium/util: new polygon stipple utility helperBrian Paul2011-03-102-0/+490
* util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.José Fonseca2011-03-091-1/+6
* util: add ensure_sanity checks, fix a bugKeith Whitwell2011-03-091-2/+56
* util: improve cache collision behaviourKeith Whitwell2011-03-091-18/+76
* util: Add remove to util_cacheAlex Corscadden2011-03-092-0/+26
* util: Allow util_draw_texquad to draw quads with non-integer coordinates.Alex Corscadden2011-03-091-2/+2