summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_inlines.h
AgeCommit message (Expand)Author
2011-03-15gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich
2011-03-09util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.José Fonseca
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-03util: Prevent transfer dangling pointer on map failure.José Fonseca
2011-01-27r300g: fix some bugs with zbuffer compression (v4)Marek Olšák
2011-01-06util: add comments to u_upload_mgr and u_inlinesMarek Olšák
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-12-05init ps->context with util_surfaces_get and do_getXavier Chantry
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-08-21util: Make the reference debuggin code more C++ friendly.José Fonseca
2010-08-20gallium: hook up reference count debugging codeLuca Barbieri
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-18u_inlines: split pipe_surface_init in pipe_surface_reset and *_initLuca Barbieri
2010-04-18u_inlines: add function to initialize pipe_surfaceLuca Barbieri
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-02-25util: Assert that pointer is not null before dereferencing.Vinson Lee
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol