summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)AuthorFilesLines
2015-11-21util: use RTLD_LOCAL with util_dl_open()11.1-branchpointEmil Velikov1-1/+1
2015-11-13gallium/u_blitter: add support for multi-dword clear values in clear_bufferMarek Olšák1-11/+14
2015-11-05gallium: expose a debug message callback settable by context ownerIlia Mirkin2-0/+34
2015-11-04u_vbuf: minor code reformatting / line wrappingBrian Paul1-4/+8
2015-11-04u_vbuf: add some const qualifiersBrian Paul1-2/+2
2015-10-24util/format: add helper util_format_is_snorm8Marek Olšák2-0/+22
2015-10-24gallium/util: add a test for NULL fragment shadersMarek Olšák1-0/+38
2015-10-17tgsi: move pipe_shader_from_tgsi_processor function to utilMarek Olšák1-0/+22
2015-10-15gallium/util: fix debug_get_flags_option on 32-bit harderRob Clark1-3/+3
2015-10-12u_vbuf: fix vb slot assignment for translated buffersNicolai Hähnle1-0/+1
2015-09-28gallium/util: avoid unreferencing random memory on buffer alloc failureIlia Mirkin1-1/+1
2015-09-24gallium/u_blitter: handle allocation failuresMarek Olšák1-0/+6
2015-09-03u_upload_mgr: remove the return value from u_upload_dataMarek Olšák3-22/+18
2015-09-03u_upload_mgr: remove the return value from u_upload_bufferMarek Olšák2-31/+18
2015-09-03u_upload_mgr: remove the return value from u_upload_alloc_bufferMarek Olšák1-11/+9
2015-09-03u_upload_mgr: remove the return value from u_upload_allocMarek Olšák3-34/+34
2015-09-03u_upload_mgr: optimize u_upload_allocMarek Olšák1-15/+17
2015-09-01util: add a couple primitive restart helper functionsBrian Paul2-0/+329
2015-09-01util: add util_strcasecmp() wrapperBrian Paul1-0/+3
2015-09-01gallium/util: add a utility to create geometry passthrough shaderCharmaine Lee2-0/+57
2015-09-01gallium/util: fix returning empty box for rectangle intersectionRoland Scheidegger1-1/+6
2015-09-01gallium/util: return FALSE for intersection if there's empty rectanglesRoland Scheidegger1-1/+6
2015-09-01tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul1-1/+1
2015-09-01util: added ffsll() functionBrian Paul1-0/+20
2015-09-01util: added util_set_index_buffer()Brian Paul2-0/+18
2015-09-01gallium/util: add u_bit_scan_consecutive_rangeMarek Olšák1-0/+20
2015-08-29gallium/util: fix debug_get_flags_option on 32-bitDave Airlie1-3/+4
2015-08-27gallium/util: fix code formatting in u_blitter.hBrian Paul1-30/+25
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-1/+1
2015-08-26gallium/auxiliary: optimize rgb9e5 helper some moreRoland Scheidegger1-45/+42
2015-08-26gallium/auxiliary: optimize rgb9e5 helper a bitRoland Scheidegger1-18/+17
2015-08-21util/u_blitter: implement alpha blending for pipe->blitMarek Olšák3-19/+41
2015-08-14vl: add HEVC profiles and definesChristian König1-0/+7
2015-07-31gallium/util: clear up that debug_get_flags_option returns a 64-bit maskMarek Olšák2-7/+7
2015-07-29gallium/auxiliary: Ensure c99_math.h is included.Jose Fonseca1-1/+2
2015-07-29gallium/auxiliary: Avoid double promotion.Matt Turner2-2/+2
2015-07-29gallium/auxiliary: Use exp2(x) instead of pow(2.0, x).Matt Turner2-4/+4
2015-07-23gallium/util: Stop bundling our snprintf implementation.Jose Fonseca2-1484/+31
2015-07-23gallium/util: use cso_set_samplersMarek Olšák1-2/+4
2015-07-22cso: only allow saving and restoring fragment sampler statesMarek Olšák1-2/+2
2015-07-22cso: only allow saving and restoring fragment sampler viewsMarek Olšák1-2/+2
2015-07-22gallium/util: improve dump functionsMarek Olšák3-53/+241
2015-07-22tgsi: allow dumping to a file directlyMarek Olšák1-4/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin50-316/+316
2015-07-16gallium: add interface for writable shader imagesMarek Olšák5-0/+51
2015-07-16gallium: add BIND flags for R/W buffers and imagesMarek Olšák1-1/+2
2015-06-21util/blitter (and friends): generate appropriate SVIEW declsRob Clark5-46/+143
2015-06-21util/pstipple: updates for SVIEW declsRob Clark1-5/+17
2015-06-19u_vbuf: fix src_offset alignment in u_vbuf_create_vertex_elements()Brian Paul1-1/+2
2015-06-14gallium/util: add util_last_bit64Marek Olšák1-0/+19