summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_inlines.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-07-31gallium/util: reformat, comment util_get_offset()Brian Paul1-3/+7
2013-07-31gallium/util: comments, var renaming in u_inlines.hBrian Paul1-13/+48
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-2/+1
2013-04-06gallium/util: add const to a parameter of util_max_layerMarek Olšák1-1/+1
2013-03-26gallium: add interface for driver queries like performance counters, etc.Marek Olšák1-1/+1
2013-02-26gallium/util: add helper util_max_layer from r600gMarek Olšák1-0/+16
2013-01-04st/mesa: fix GetTexImage for compressed 2D array texturesMarek Olšák1-0/+18
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-6/+3
2012-12-11util: add util_copy_constant_buffer() helper functionBrian Paul1-0/+20
2012-11-30util: added pipe_surface_release() functionBrian Paul1-0/+16
2012-11-09gallium: add defines/shader opcode for texture cube map arrayDave Airlie1-0/+3
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-28/+0
2012-10-11gallium: unify transfer functionsMarek Olšák1-47/+19
2012-08-31util: add casts to silence signed/unsigned comparison warningsBrian Paul1-2/+2
2012-08-15gallium/u_blitter: implement blitting multisample resourcesMarek Olšák1-3/+17
2012-07-12gallium/util: move pipe_tex_to_tgsi_tex helper function into u_inlinesMarek Olšák1-0/+26
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák1-8/+0
2012-05-12gallium/graw: stop using user_buffer_createMarek Olšák1-0/+13
2012-05-12auxiliary/util: Ensure pipe_constant_buffer::user_buffer is initialized.José Fonseca1-0/+1
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-0/+15
2012-04-18gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZEDMarek Olšák1-1/+1
2012-03-30gallium/util: add helper function util_query_clear_resultMarek Olšák1-0/+30
2012-02-23gallium: added pipe_sampler_view_release() functionBrian Paul1-0/+22
2012-01-31svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa pointsMarek Olšák1-0/+11
2012-01-05gallium: fix behavior of pipe_buffer_map_rangeMarek Olšák1-5/+2
2011-12-15gallium: utility helper functions for stream outputMarek Olšák1-0/+12
2011-03-15gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich1-0/+2
2011-03-09util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.José Fonseca1-1/+6
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák1-1/+2
2011-02-03util: Prevent transfer dangling pointer on map failure.José Fonseca1-0/+1
2011-01-27r300g: fix some bugs with zbuffer compression (v4)Marek Olšák1-0/+15
2011-01-06util: add comments to u_upload_mgr and u_inlinesMarek Olšák1-0/+10
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák1-0/+18
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák1-2/+1
2010-12-05init ps->context with util_surfaces_get and do_getXavier Chantry1-5/+8
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-46/+45
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri1-1/+0
2010-08-21util: Make the reference debuggin code more C++ friendly.José Fonseca1-5/+11
2010-08-20gallium: hook up reference count debugging codeLuca Barbieri1-6/+13
2010-05-14gallium: more work on ccw flag removalKeith Whitwell1-0/+18
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-1/+1
2010-04-18u_inlines: split pipe_surface_init in pipe_surface_reset and *_initLuca Barbieri1-2/+10
2010-04-18u_inlines: add function to initialize pipe_surfaceLuca Barbieri1-0/+15
2010-04-10Squashed commit of the following:Keith Whitwell1-128/+164
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-9/+9
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-7/+7
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-6/+6
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-1/+4
2010-02-25util: Assert that pointer is not null before dereferencing.Vinson Lee1-1/+4