summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* util: replace format equality test with compatibility test in blit codeBrian Paul2012-02-291-1/+21
* util: better comment for util_is_format_compatible()Brian Paul2012-02-291-2/+3
* util: fix assertions in u_blitter.c codeBrian Paul2012-02-291-11/+11
* gallium/util: add fast path for buffers in u_default_transfer_inline_writeMarek Olšák2012-02-271-14/+23
* gallium/util: set correct usage flags in u_default_transfer_inline_writeMarek Olšák2012-02-271-0/+12
* u_blitter: decrease minimum buffer range alignment to 4 for copy_bufferMarek Olšák2012-02-241-5/+5
* u_blitter: check for invalid values in copy_bufferMarek Olšák2012-02-241-0/+11
* gallium/u_slab: fix possible crash in util_slab_destroyMarek Olšák2012-02-231-3/+5
* util: add mutex lock in u_debug_memory.c codeBrian Paul2012-02-231-0/+9
* gallium: added pipe_sampler_view_release() functionBrian Paul2012-02-231-0/+22
* gallium/util: remove u_simple_screenMarek Olšák2012-02-211-180/+0
* util: fix typo in debug_printf_once commentBrian Paul2012-02-061-1/+1
* vl: remove assert on unknown video profileChristian König2012-02-061-1/+0
* svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa pointsMarek Olšák2012-01-311-0/+11
* util: Silence GCC unused-but-set-variable warning.Vinson Lee2012-01-161-0/+2
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-152-4/+6
* mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitionsBrian Paul2012-01-121-0/+5
* util: use memset() to initialize surface, sampler_view templatesBrian Paul2012-01-102-7/+16
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-105-29/+8
* util: silence some MSVC type conversion warningsBrian Paul2012-01-071-5/+5
* util: add debug_warn_once() macroBrian Paul2012-01-071-0/+19
* u_vbuf: don't unroll indices if mapping vertex buffers blocksMarek Olšák2012-01-071-1/+35
* u_vbuf: use cso_cache to cache vertex element statesMarek Olšák2012-01-051-10/+47
* u_vbuf: implement another upload codepath which unrolls indicesMarek Olšák2012-01-052-27/+120
* u_vbuf: cleanup variable names to be consistentMarek Olšák2012-01-051-13/+11
* u_vbuf: cleanup the computation of how many vertices to upload/translateMarek Olšák2012-01-051-16/+23
* u_vbuf: convert min_index,max_index to start,countMarek Olšák2012-01-051-19/+26
* util: add helper function util_dump_draw_infoMarek Olšák2012-01-052-0/+34
* u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formatsMarek Olšák2012-01-053-4/+32
* u_vbuf: translate per-vertex, per-instance, and constant attribs separatelyMarek Olšák2012-01-051-104/+236
* u_vbuf: take start_instance into account when uploading instanced attribsMarek Olšák2012-01-051-2/+4
* u_upload_mgr: remove the 'flushed' parameterMarek Olšák2012-01-053-20/+8
* u_vbuf: don't map user buffers, just obtain a pointer to themMarek Olšák2012-01-051-6/+11
* u_vbuf: only map a subrange of buffers to translateMarek Olšák2012-01-051-9/+8
* gallium: fix behavior of pipe_buffer_map_rangeMarek Olšák2012-01-052-6/+5
* u_vbuf: remove the workaround for half floats and translateMarek Olšák2012-01-051-20/+1
* gallium/util: fix argument cast in x32_s8_get_tile_rgba() callBrian Paul2012-01-041-1/+1
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-031-0/+28
* gallium: use Haiku provided debug_printf in OS.hAlexander von Gluck2012-01-031-1/+4
* u_blitter: expose functions for setting default views and surfaces for copyingMarek Olšák2012-01-012-18/+65
* u_format: fix latc fetches.Dave Airlie2011-12-301-1/+6
* u_format/rgtc: fix alpha values in returned texels.Dave Airlie2011-12-301-1/+10
* u_format: fix inv_swizzles generationDave Airlie2011-12-301-1/+2
* gallium/u_pack: fix l8/i8 pack color ubDave Airlie2011-12-271-1/+1
* st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák2011-12-152-0/+9
* u_blitter: implement copy_buffer using stream outputMarek Olšák2011-12-152-2/+96
* u_blitter: restore stream output targetsMarek Olšák2011-12-152-0/+36
* gallium: utility helper functions for stream outputMarek Olšák2011-12-155-1/+45
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+19
* util: Add strings.h include on unicesJosé Fonseca2011-12-091-0/+4