summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* util: add casts in fprintf() calls to silence warningsBrian Paul2011-12-031-4/+6
* gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu2011-12-026-2/+161
* u_vbuf: Silence uninitialized variable warnings.Vinson Lee2011-12-011-0/+2
* Remove windows kernel support code.José Fonseca2011-11-295-127/+3
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-294-96/+91
* gallium: add B10G10R10A2_UINT formatDave Airlie2011-11-271-0/+1
* u_vbuf_mgr: rename to u_vbufMarek Olšák2011-11-222-23/+23
* u_vbuf_mgr: better way to find a free VB slot + check errors earlyMarek Olšák2011-11-221-41/+62
* u_vbuf_mgr: remove a useless variableMarek Olšák2011-11-221-4/+4
* u_vbuf_mgr: remove redundant memsetMarek Olšák2011-11-221-3/+1
* u_vbuf_mgr: don't reference non-native vertex buffers as nativeMarek Olšák2011-11-221-1/+2
* u_vbuf_mgr: rename translate_vb_slot -> fallback_vb_slotMarek Olšák2011-11-221-15/+14
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-1/+0
* u_vbuf_mgr: correctly compute max vertex count from hw buffersMarek Olšák2011-11-202-26/+34
* u_vbuf_mgr: correctly obtain min/max_index for uploads and translateMarek Olšák2011-11-201-7/+146
* u_vbuf_mgr: add set_index_buffer functionMarek Olšák2011-11-202-0/+18
* u_vbuf_mgr: add commentsMarek Olšák2011-11-201-5/+15
* u_vbuf_mgr: don't upload user buffers which have been uploaded by translateMarek Olšák2011-11-201-19/+33
* util/draw: replace assertions with conditionals in util_draw_max_index()Brian Paul2011-11-151-8/+24
* util: Avoid signed/unsigned comparison in u_trim_pipe_prim().José Fonseca2011-11-141-1/+1
* util: check for null vertex buffer object in blit codeBrian Paul2011-11-111-6/+10
* llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...Dave Airlie2011-11-101-0/+5
* util: add log2f for AndroidChia-I Wu2011-11-071-0/+11
* u_format: fix RGTC support in fits 8unorm.Dave Airlie2011-11-061-2/+7
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-042-0/+9
* u_vbuf_mgr: avoid one call to pipe_resource_reference in most casesMarek Olšák2011-11-041-1/+2
* gallium/util: Add macros for converting from little endian to CPU byte order.Michel Dänzer2011-11-021-0/+13
* util: Add missing initializer.José Fonseca2011-10-311-1/+1
* u_format: Fix -NaN handling for packing of 10F_11F_11F_REV to match GL specs.Eric Anholt2011-10-281-11/+31
* u_format: Fix clamping of overflow in 10F_11F_11F_REV to match GL specs.Eric Anholt2011-10-281-4/+18
* u_format: Fix bitshifting for unpacking from 10F.Eric Anholt2011-10-281-2/+2
* u_format: Fix bit definition of UF10_MANTISSA_BITS.Eric Anholt2011-10-281-1/+1
* gallium/auxiliary/util: Solaris also has standard Unix socketsAlan Coopersmith2011-10-272-4/+8
* util: handle failed mapping in u_upload_alloc()Brian Paul2011-10-241-0/+5
* util: handle failed mapping in u_upload_alloc_buffer()Brian Paul2011-10-241-1/+6
* util: remove gotos in u_upload_mgr.cBrian Paul2011-10-241-16/+8
* u_blitter: accept overriden width0 and height0Marek Olšák2011-10-232-79/+57
* u_blitter: add a copy_texture function which uses views and not resourcesMarek Olšák2011-10-232-115/+117
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-1110-135/+136