summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw/graw_util.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: add missing zero-init for resource templatesRob Clark2016-10-071-0/+2
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-8/+8
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-4/+4
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-081-0/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-7/+7
* graw: Avoid 'near'/'far' variables.José Fonseca2014-12-011-3/+3
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-161-2/+0
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-3/+3
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-1/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+0
* gallium: unify transfer functionsMarek Olšák2012-10-111-1/+1
* tests/graw: Add a bunch of tests.José Fonseca2012-02-221-0/+329