summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_inlines.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: Break recursion in pipe_resource_referenceMichel Dänzer2017-06-281-2/+8
* gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2017-03-081-1/+2
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-1/+3
* gallium/util: don't modify usage in pipe_buffer_writeMarek Olšák2016-07-231-9/+2
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-23/+5
* gallium/u_inlines: allow NULL src in util_copy_image_viewNicolai Hähnle2016-06-011-4/+11
* gallium/util: add util_texrange_covers_whole_level from radeonMarek Olšák2016-06-011-0/+12
* util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-261-3/+3
* gallium: remove helpers converting to/from TGSI_PROCESSOR_*Marek Olšák2016-04-221-22/+0
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-6/+6
* gallium/u_inlines: add util_copy_image_viewNicolai Hähnle2016-03-141-0/+10
* gallium: make image views non-persistent objectsIlia Mirkin2016-02-151-11/+0
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* tgsi: move pipe_shader_from_tgsi_processor function to utilMarek Olšák2015-10-171-0/+22
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-33/+33
* gallium: add interface for writable shader imagesMarek Olšák2015-07-161-0/+10
* util: simplify PIPE_TEXTURE_CUBE case in util_max_layer()Brian Paul2014-09-301-2/+3
* gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_texMarek Olšák2014-08-191-0/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium/util: reformat, comment util_get_offset()Brian Paul2013-07-311-3/+7
* gallium/util: comments, var renaming in u_inlines.hBrian Paul2013-07-311-13/+48
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-2/+1
* gallium/util: add const to a parameter of util_max_layerMarek Olšák2013-04-061-1/+1
* gallium: add interface for driver queries like performance counters, etc.Marek Olšák2013-03-261-1/+1
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-261-0/+16
* st/mesa: fix GetTexImage for compressed 2D array texturesMarek Olšák2013-01-041-0/+18
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-6/+3
* util: add util_copy_constant_buffer() helper functionBrian Paul2012-12-111-0/+20
* util: added pipe_surface_release() functionBrian Paul2012-11-301-0/+16
* gallium: add defines/shader opcode for texture cube map arrayDave Airlie2012-11-091-0/+3
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-28/+0
* gallium: unify transfer functionsMarek Olšák2012-10-111-47/+19
* util: add casts to silence signed/unsigned comparison warningsBrian Paul2012-08-311-2/+2
* gallium/u_blitter: implement blitting multisample resourcesMarek Olšák2012-08-151-3/+17
* gallium/util: move pipe_tex_to_tgsi_tex helper function into u_inlinesMarek Olšák2012-07-121-0/+26
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-8/+0
* gallium/graw: stop using user_buffer_createMarek Olšák2012-05-121-0/+13
* auxiliary/util: Ensure pipe_constant_buffer::user_buffer is initialized.José Fonseca2012-05-121-0/+1
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-0/+15
* gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZEDMarek Olšák2012-04-181-1/+1
* gallium/util: add helper function util_query_clear_resultMarek Olšák2012-03-301-0/+30
* gallium: added pipe_sampler_view_release() functionBrian Paul2012-02-231-0/+22
* svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa pointsMarek Olšák2012-01-311-0/+11
* gallium: fix behavior of pipe_buffer_map_rangeMarek Olšák2012-01-051-5/+2
* gallium: utility helper functions for stream outputMarek Olšák2011-12-151-0/+12
* gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich2011-03-151-0/+2
* util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.José Fonseca2011-03-091-1/+6
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-1/+2
* util: Prevent transfer dangling pointer on map failure.José Fonseca2011-02-031-0/+1
* r300g: fix some bugs with zbuffer compression (v4)Marek Olšák2011-01-271-0/+15